Problem with Map server

Ask for help regarding any technical issue or report any bug or OS independent issues.
Locked
User avatar
Sull
Novice
Novice
Posts: 163
Joined: 26 Apr 2004, 16:56
Location: Quebec,Montreal

Problem with Map server

Post 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
User avatar
Sull
Novice
Novice
Posts: 163
Joined: 26 Apr 2004, 16:56
Location: Quebec,Montreal

.

Post 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?
User avatar
ElvenProgrammer
Founder
Founder
Posts: 2526
Joined: 13 Apr 2004, 19:11
Location: Italy
Contact:

Post 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?
User avatar
Sull
Novice
Novice
Posts: 163
Joined: 26 Apr 2004, 16:56
Location: Quebec,Montreal

.

Post 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
User avatar
Sull
Novice
Novice
Posts: 163
Joined: 26 Apr 2004, 16:56
Location: Quebec,Montreal

.

Post 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
User avatar
ElvenProgrammer
Founder
Founder
Posts: 2526
Joined: 13 Apr 2004, 19:11
Location: Italy
Contact:

Post 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.
User avatar
Sull
Novice
Novice
Posts: 163
Joined: 26 Apr 2004, 16:56
Location: Quebec,Montreal

.

Post by Sull »

ok thx yu!
User avatar
ElvenProgrammer
Founder
Founder
Posts: 2526
Joined: 13 Apr 2004, 19:11
Location: Italy
Contact:

Post by ElvenProgrammer »

There are big problems with chat dialog try removing it until I haven't fixed it
User avatar
Sull
Novice
Novice
Posts: 163
Joined: 26 Apr 2004, 16:56
Location: Quebec,Montreal

.

Post by Sull »

ok i will wait =)
User avatar
Sull
Novice
Novice
Posts: 163
Joined: 26 Apr 2004, 16:56
Location: Quebec,Montreal

.

Post by Sull »

does i have to wait the fix or i release my source without the dialog system?
User avatar
ElvenProgrammer
Founder
Founder
Posts: 2526
Joined: 13 Apr 2004, 19:11
Location: Italy
Contact:

Post 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:
User avatar
Sull
Novice
Novice
Posts: 163
Joined: 26 Apr 2004, 16:56
Location: Quebec,Montreal

.

Post by Sull »

ok thx yu i will work on the dialog system but i cant guarantee =)
Locked