cant host a game..

cant host a game..

Discuss your problems with the latest release of the engine here. Problems with games, maps or other utilities belong in their respective forums.

Moderator: Moderators

Post Reply
User avatar
Jonny5isalivetm
Posts: 186
Joined: 04 Jul 2006, 02:43

cant host a game..

Post by Jonny5isalivetm »

Fatal Error 10014: The system detected an invalid pointer address in attempting to use a pointer argument in a call

port is forwarded..

game does not even begin..

spring works fine via autohost etc..

any clues ?

Jonny
User avatar
oksnoop2
Posts: 1207
Joined: 29 Aug 2009, 20:12

Re: cant host a game..

Post by oksnoop2 »

Can you post your infolog.txt to pastebin then post the link here?

Also what port were you forwarding? I ask because at one time I know the wiki listed the wrong number to forward.
User avatar
Jonny5isalivetm
Posts: 186
Joined: 04 Jul 2006, 02:43

Re: cant host a game..

Post by Jonny5isalivetm »

ok but it says nothing else..

http://pastebin.ca/1929115

cant host since new version install plz soebody help :((((

tried different ports, changed in router before trying the new port..

current is 8452 forwarded by router..

but tbh its not a port thing, as it doesnt load that far.. it doesnt seem to load spring.exe at all so must be a TASclient thing..
User avatar
oksnoop2
Posts: 1207
Joined: 29 Aug 2009, 20:12

Re: cant host a game..

Post by oksnoop2 »

Are you using the multi-threaded exe? You might want to try the single threaded one and see if that gets you anywhere, if that does not work submit your report to:

http://springrts.com/mantis/my_view_page.php

Engine developers seem to pay more attention to that than on the boards.
User avatar
Jonny5isalivetm
Posts: 186
Joined: 04 Jul 2006, 02:43

Re: cant host a game..

Post by Jonny5isalivetm »

ok so I tried the old TAS Client 0.48 hosts fine.. nothing to do with spring
Satirik
Lobby Developer
Posts: 1688
Joined: 16 Mar 2007, 18:27

Re: cant host a game..

Post by Satirik »

post both script.txt files with working and not working tasclient
User avatar
Jonny5isalivetm
Posts: 186
Joined: 04 Jul 2006, 02:43

Re: cant host a game..

Post by Jonny5isalivetm »

ok so 0.48 working

http://pastebin.ca/1929322

il post 0.78 beta when I stop hosting later..
User avatar
Jonny5isalivetm
Posts: 186
Joined: 04 Jul 2006, 02:43

Re: cant host a game..

Post by Jonny5isalivetm »

0.78 beta [GAME]
{
Mapname=Archers_Valley_v5;
Maphash=253948288;
[modoptions]
{
StartMetal=1000;
StartEnergy=1000;
MaxUnits=500;
GameMode=0;
limitdgun=0;
ghostedbuildings=1;
fixedallies=0;
maxspeed=3;
minspeed=0.3;
disablemapdamage=0;
deathmode=com;
mo_coop=0;
mo_greenfields=0;
mo_noowner=0;
mo_progmines=0;
mo_preventdraw=0;
mo_noshare=1;
mo_comgate=0;
mo_enemywrecks=1;
mo_nowrecks=0;
}
StartPosType=2;
GameType=Balanced Annihilation V7.15;
ModHash=186337737;
autohostport=8451;
HostIP=localhost;
HostPort=8452;
MyPlayerName=[Fx]5J;
IsHost=-1;
NumPlayers=1;
[PLAYER0]
{
Name=[Fx]5J;
countryCode=us;
Rank=5;
Spectator=0;
team=0;
}
[TEAM0]
{
TeamLeader=0;
AllyTeam=0;
RgbColor=0.611764705882353 1 0.498039215686275 ;
Side=ARM;
Handicap=0;
}
NumTeams=1;
[ALLYTEAM0]
{
NumAllies=0;
}
NumRestrictions=0;
}
Satirik
Lobby Developer
Posts: 1688
Joined: 16 Mar 2007, 18:27

Re: cant host a game..

Post by Satirik »

autohostport=8451;

is faulty, i guess you have a firewall or something blocking tasclient from listening that port, and if nothing is listening it spring crashes, gonna make a mantis bug report
User avatar
Jonny5isalivetm
Posts: 186
Joined: 04 Jul 2006, 02:43

Re: cant host a game..

Post by Jonny5isalivetm »

same problem..

yet works with any port on old version..

I also tried 0.77 it also works..
Satirik
Lobby Developer
Posts: 1688
Joined: 16 Mar 2007, 18:27

Re: cant host a game..

Post by Satirik »

same problem ? it just won't work with latest beta because :

1) tasclient tries to listen the 8451 port but seems to fail (probably due to a firewall)
2) spring doesn't like when the autohostport is specified but nothing is listening to it
User avatar
Jonny5isalivetm
Posts: 186
Joined: 04 Jul 2006, 02:43

Re: cant host a game..

Post by Jonny5isalivetm »

Hi ok so hosting on port 8451 router port forwarded = 8451

0.77

[GAME]
{
Mapname=Knockout_v1;
Maphash=4044888887;
[modoptions]
{
StartMetal=1000;
StartEnergy=1000;
MaxUnits=500;
GameMode=0;
limitdgun=0;
ghostedbuildings=1;
fixedallies=0;
maxspeed=3;
minspeed=0.3;
disablemapdamage=0;
deathmode=com;
mo_coop=0;
mo_greenfields=0;
mo_noowner=0;
mo_progmines=0;
mo_preventdraw=0;
mo_noshare=1;
mo_comgate=0;
mo_enemywrecks=1;
mo_nowrecks=0;
}
StartPosType=2;
GameType=Balanced Annihilation V7.15;
ModHash=186337737;
HostIP=localhost;
HostPort=8451;
MyPlayerName=[Fx]5J;
IsHost=-1;
NumPlayers=1;
[PLAYER0]
{
Name=[Fx]5J;
countryCode=gb;
Rank=5;
Spectator=0;
team=0;
}
[TEAM0]
{
TeamLeader=0;
AllyTeam=0;
RgbColor=0.611764705882353 1 0.498039215686275 ;
Side=ARM;
Handicap=0;
}
NumTeams=1;
[ALLYTEAM0]
{
NumAllies=0;
}
NumRestrictions=0;
}

working 100%

0.78 beta not working same error..

it seems like a tasclient error ? something that got changed in the beta ?

thanks for responses..

Jonny
Satirik
Lobby Developer
Posts: 1688
Joined: 16 Mar 2007, 18:27

Re: cant host a game..

Post by Satirik »

Jonny5isalivetm wrote:Hi ok so hosting on port 8451 router port forwarded = 8451

0.77

[GAME]
{
Mapname=Knockout_v1;
Maphash=4044888887;
[modoptions]
{
StartMetal=1000;
StartEnergy=1000;
MaxUnits=500;
GameMode=0;
limitdgun=0;
ghostedbuildings=1;
fixedallies=0;
maxspeed=3;
minspeed=0.3;
disablemapdamage=0;
deathmode=com;
mo_coop=0;
mo_greenfields=0;
mo_noowner=0;
mo_progmines=0;
mo_preventdraw=0;
mo_noshare=1;
mo_comgate=0;
mo_enemywrecks=1;
mo_nowrecks=0;
}
StartPosType=2;
GameType=Balanced Annihilation V7.15;
ModHash=186337737;
HostIP=localhost;
HostPort=8451;
MyPlayerName=[Fx]5J;
IsHost=-1;
NumPlayers=1;
[PLAYER0]
{
Name=[Fx]5J;
countryCode=gb;
Rank=5;
Spectator=0;
team=0;
}
[TEAM0]
{
TeamLeader=0;
AllyTeam=0;
RgbColor=0.611764705882353 1 0.498039215686275 ;
Side=ARM;
Handicap=0;
}
NumTeams=1;
[ALLYTEAM0]
{
NumAllies=0;
}
NumRestrictions=0;
}

working 100%

0.78 beta not working same error..

it seems like a tasclient error ? something that got changed in the beta ?

thanks for responses..

Jonny
you just don't understand what i mean, when i say firewall i don't mean "router", it's local it's a connection between spring and tasclient on your own computer
User avatar
Jonny5isalivetm
Posts: 186
Joined: 04 Jul 2006, 02:43

Re: cant host a game..

Post by Jonny5isalivetm »

hmm right ok, well I disabled the Windows Firewall..

same result sadly

any other ideas

Cheers

^^
User avatar
Jonny5isalivetm
Posts: 186
Joined: 04 Jul 2006, 02:43

Re: cant host a game..

Post by Jonny5isalivetm »

fixed in Spring 0.82.5..
Post Reply

Return to “Help & Bugs”