• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Windows Problem with TFS 0.3.7

Joined
Apr 17, 2008
Messages
1,922
Solutions
1
Reaction score
188
Location
Venezuela
Hello OTLanders, i got a problem with a compiled TFS 0.3.7.

When i open it, the server crashes after loading Items.xml... Somebody knows why?

I compiled it with Code::Blocks
 
Try to replace the items.xml with another items.xml with the same client version which your server is...

Or make right mouse button on your .exe -> Properties -> compatibility -> and set to "Windows XP Service Pack 2"

and then try it again
 
Try to replace the items.xml with another items.xml with the same client version which your server is...

Or make right mouse button on your .exe -> Properties -> compatibility -> and set to "Windows XP Service Pack 2"

and then try it again

Doesn't work :S seems to be a problem when the server loads the items ids.

I added some lines(std::clog << "here is working" << std::endl;) to the sources to test where the error occurs and the server crash when the code loads item ids
 
Back
Top