Two problems/bugs I have

Ask for help regarding any technical issue or report any bug or OS independent issues.
Locked
Court-Jus
Peon
Peon
Posts: 1
Joined: 22 Sep 2005, 09:34
Location: Toulouse, France
Contact:

Two problems/bugs I have

Post by Court-Jus »

* I run the game on Linux, and some times, after logging in and choosing my character, the games freezes totally, I have to kill -9 it

* Once, I had a "broken pipe" and the game crashed...

I don't know what I can do to help you with that ...??
We don't stop playing because we get old, we get old because we stop playing
User avatar
Pajarico
Knight
Knight
Posts: 592
Joined: 28 Feb 2005, 19:29
Contact:

Post by Pajarico »

Hi,
Post the version and if you are using opengl or not.
Lv.: Maggot
Please, read the FAQ before posting.
User avatar
ElvenProgrammer
Founder
Founder
Posts: 2526
Joined: 13 Apr 2004, 19:11
Location: Italy
Contact:

Post by ElvenProgrammer »

Probably the log file could give an hint as well 8)
User avatar
Bjørn
Manasource
Manasource
Posts: 1438
Joined: 09 Dec 2004, 18:50
Location: North Rhine-Westphalia, Germany
Contact:

Post by Bjørn »

Broken pipe is most common when the server is restarted, we still have to make the client handle this better. The freeze after choosing your character is probably the (blocking) connect to the map server, this is also an area we need to improve.
User avatar
ElvenProgrammer
Founder
Founder
Posts: 2526
Joined: 13 Apr 2004, 19:11
Location: Italy
Contact:

Post by ElvenProgrammer »

Well if it's a temp freeze then you will just have to wait as Bjorn said it's because of the blocking connect. I'm working on non-blocking connects at the moment as well as nice "Please wait. Connecting..." dialogs.

About the broken pipe cause of server disconnection, I hope that the improved SDL_net network engine should handle it better, I'm working on making it so an ingame "You got disconnected from the server appear". And you get back to the login screen. The client should behave better then.
Locked