Mathias1000 / titanfiesta

Automatically exported from code.google.com/p/titanfiesta
GNU General Public License v3.0
0 stars 0 forks source link

Charserver crash #7

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Createing a character just works fine, but debugger stops when you login
2.
3.

What is the expected output? What do you see instead?
It frees up the sql result too soon. I guess rows are stored in the result 
here...

What version of the product are you using? On what operating system?
Eu client (works pretty much fine, idk why you guys deny their login)

Please provide any additional information below.
In CCharServer.cpp PACKETHANDLER(pakSelectChar) 
this line
db->QFree(result);
has to be placed just before
return true;

Original issue reported on code.google.com by sfn...@gmail.com on 2 Aug 2009 at 9:41

GoogleCodeExporter commented 9 years ago
hey can you tell me how to comply the servers? it says im missing 
boost/bind.app? i
downloaded the boost thing but still nothing?

Original comment by garypopp...@yahoo.com on 2 Aug 2009 at 11:16

GoogleCodeExporter commented 9 years ago
I don't know... Boost compiled for me just fine...
I have Visual C++ Express 2008
Also when you download boost, make sure you check everything for MSVC9 (or just 
check 
everything)
than type 
bjam install
or you can try
bjam --with-thread toolset=msvc debug threading=multi link=static 
runtime-link=static stage 
Also theres a "vcvarsall.bat" in your vc++ express directory, you might want to 
run 
it before you start compiling boost.
I don't know exactly because i had to try multiple times till it compiled too

Original comment by sfn...@gmail.com on 3 Aug 2009 at 11:59

GoogleCodeExporter commented 9 years ago
Use the OutSpark client.

Original comment by dra...@gmail.com on 12 Aug 2009 at 9:56