Page 1 of 1

Problem with Map server

Posted: 05 Jun 2004, 18:25
by Sull
im unable to connect to the map server! i just added the new_zone01.map to the directory but didnt work i just get a black screen

.

Posted: 05 Jun 2004, 20:48
by Sull
#88 0x080649ed in main () at main.cpp:100

humm
game_main;

is it the fonction game_main anyone got an idea about it?

Posted: 06 Jun 2004, 09:09
by ElvenProgrammer
Can you give us some more details?
Does you get an error or the program exit? Or you simply get a black screen but pressing the ESC key you can normally exit?
Is the game_main(...) function the problem? Can you tell exactly which line of code its wrong?

.

Posted: 06 Jun 2004, 16:58
by Sull
blocking with a black screen ESC didnt work,at first i was sure it was the dialog i removed it,but is something else. the hold game.cpp still work i will check it today to find which line gve a bug

.

Posted: 06 Jun 2004, 17:25
by Sull
here the error!

if (active_page == page1)active_page = page2;
else active_page = page1;

near line 87 at game.cpp

the dialog just hang at this line

Posted: 06 Jun 2004, 19:04
by ElvenProgrammer
Strange! It worked for me until yesterday, but today I also got errors at the same line. I'm trying to fix it.

.

Posted: 06 Jun 2004, 19:05
by Sull
ok thx yu!

Posted: 06 Jun 2004, 20:03
by ElvenProgrammer
There are big problems with chat dialog try removing it until I haven't fixed it

.

Posted: 06 Jun 2004, 20:49
by Sull
ok i will wait =)

.

Posted: 06 Jun 2004, 21:19
by Sull
does i have to wait the fix or i release my source without the dialog system?

Posted: 06 Jun 2004, 21:25
by ElvenProgrammer
I've released my new code disabling the textbox in chat dialog so I think it's better you do the same until someone fix the problem :cry:

.

Posted: 06 Jun 2004, 21:27
by Sull
ok thx yu i will work on the dialog system but i cant guarantee =)