Linux !! I need a Link

Results 1 to 12 of 12
  1. #1
    Enthusiast D3L3T3 is offline
    MemberRank
    Nov 2006 Join Date
    29Posts

    Question Linux !! I need a Link

    i have read in a thread from racoon that it gives an rose emulator for Linux .. but its an patch and i need the fuklll version ^^ .. or an make file ..: Please can give me one the links tot the site where i can download the linux emulator ???? please


  2. #2

    Re: Linux !! I need a Link

    pls, post linux version. thnx

  3. #3
    Apprentice Roanz is offline
    MemberRank
    Aug 2007 Join Date
    9Posts

    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.

  4. #4
    Enthusiast D3L3T3 is offline
    MemberRank
    Nov 2006 Join Date
    29Posts

    Re: Linux !! I need a Link

    i have found this patch but i need an older to patch ^^ ... Atomsk.Digital-Dreamer.org

  5. #5
    Novice Shin_Seiki is offline
    MemberRank
    Nov 2006 Join Date
    4Posts

    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?

  6. #6
    Apprentice Roanz is offline
    MemberRank
    Aug 2007 Join Date
    9Posts

    Re: Linux !! I need a Link

    @Shin :
    Quote Originally Posted by ZEROTACG View Post
    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 =)

  7. #7
    Valued Member timmeh39 is offline
    MemberRank
    Mar 2007 Join Date
    The NetherlandsLocation
    106Posts

    Re: Linux !! I need a Link

    Just use Linux Fedora Core

  8. #8
    Novice Shin_Seiki is offline
    MemberRank
    Nov 2006 Join Date
    4Posts

    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);
    }

  9. #9
    Apprentice Roanz is offline
    MemberRank
    Aug 2007 Join Date
    9Posts

    Re: Linux !! I need a Link

    What rev you're using now?
    I use rev78 and it work fine. =\

  10. #10
    Account Upgraded | Title Enabled! aganuz is offline
    MemberRank
    Jun 2007 Join Date
    at your next doorLocation
    317Posts

    Re: Linux !! I need a Link

    can u post a link for rev78 plss

  11. #11
    Enthusiast D3L3T3 is offline
    MemberRank
    Nov 2006 Join Date
    29Posts

    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

  12. #12
    Novice Kibby is offline
    MemberRank
    Dec 2006 Join Date
    1Posts

    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



Advertisement