Problem with latest version of client on AmigaOS4

Content and general development discussion, including quest scripts and server code. TMW Classic is a project comprising the Legacy tmwAthena server & the designated improved engine server based on evolHercules.


Forum rules

This forum houses many years of development, tracing back to some of the earliest posts that exist on the board.

Its current use is for the continued development of the server and game it has always served: TMW Classic.

Post Reply
afxgroup
Peon
Peon
Posts: 5
Joined: 18 Nov 2007, 11:18

Problem with latest version of client on AmigaOS4

Post by afxgroup »

Hello,
i've just compiled the latest client version and at the end of the game on OS4 the game never exit. That's because you need to add a

delete network

at the end of the main

Code: Select all

    delete guiPalette;
>>	delete network;
	
    logger->log("Quitting");
    exitEngine();
to shut down the network (and the SDL_net library..)
Now, the AmigaOS4 client is ready.. :)
Andrea Palmate'
http://www.amigasoft.net
Matt
Grand Knight
Grand Knight
Posts: 1759
Joined: 07 Aug 2004, 10:47
Location: Germany->Bavaria

Re: Problem with latest version of client on AmigaOS4

Post by Matt »

Nice, thanks for working on this! :)
User avatar
Ces
Novice
Novice
Posts: 231
Joined: 19 Mar 2008, 22:46
Location: The hemisphere

Re: Problem with latest version of client on AmigaOS4

Post by Ces »

Pushed. Thanks! :)
afxgroup
Peon
Peon
Posts: 5
Joined: 18 Nov 2007, 11:18

Re: Problem with latest version of client on AmigaOS4

Post by afxgroup »

thank you :mrgreen:
Andrea Palmate'
http://www.amigasoft.net
Post Reply