Re: Linux !! I need a Link
pls, post linux version. thnx
Re: Linux !! I need a Link
I'm looking for it too, I'm using CentOS 4.:happy:
Currently I use osRose + Wine but its a lil' bit buggy. +_+"
Monsters is not moving, and when I attk it, always miss.
Re: Linux !! I need a Link
i have found this patch but i need an older to patch ^^ ... Atomsk.Digital-Dreamer.org
Re: Linux !! I need a Link
I've tried that patch, compiles well but when i run the servers I get
[ERROR]: Signal received: SIGSEGV, Server will be closed, Trying to save...
Segmentation fault
Any ideas?
Re: Linux !! I need a Link
@Shin :
Quote:
Originally Posted by
ZEROTACG
edited
\wordserver\extrafunctions.cpp
FIND :
Code:
return atoi(tmp==NULL?0:tmp);
REPLACE WITH:
Code:
return tmp==NULL?0:atoi(tmp);
AND FIND:
Code:
return atoi(tmp==NULL?0:tmp);
REPLACE WITH:
Code:
return tmp==NULL?0:atoi(tmp);
compiled it
removed all newlines at the end of the cvs files
and now it works
This work for me,
Hope this help =)
Re: Linux !! I need a Link
Just use Linux Fedora Core
Re: Linux !! I need a Link
Thaks roanz, but those lines don't exist in my extrafunction.cpp
the only lines with atoi are these
Code:
{
char *tmp = strtok( (char*)var, (const char*)s );
return (tmp == NULL)? NULL : atoi(tmp);
}
UINT CWorldServer::GetUIntValue( const char* s , void* var )
{
char *tmp = strtok( (char*)var, (const char*)s );
return (tmp == NULL)? NULL : atoi(tmp);
}
Re: Linux !! I need a Link
What rev you're using now?
I use rev78 and it work fine. =\
Re: Linux !! I need a Link
can u post a link for rev78 plss
Re: Linux !! I need a Link
Thank u For he much answers ! bute i need an complete Emulator or an make file .. pls Guys send me links or an complete emulator !! cr4m19@hotmail.de
Re: Linux !! I need a Link
i can't recompile a world.exe with Roanz fix because i've a problem with dev c someone fix the code and send me the exe recompiled?? thx
kiba_wolfs@hotmail.it