Jump to content

thalooka

Inactive Member
  • Posts

    42
  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by thalooka

  1. Hello i just added the new Interface to my Server, it already works on the Server i got it from without Problems.

    After an unknown Playtime of an Char im forced at every login to change the name i cant login cause after every namechange im forced to change name again this is just fixable if i delete the player in database table n just recreate it.

     

    Syserrs:

     

    SYSERR: Dec  4 06:47:05 :: GetServerLocation: location error name Test mapindex 0 0 x 476700 empire 1
    SYSERR: Dec  4 06:47:06 :: CharacterSelect: name must be changed idx 0, login testacc, name TestNeu

    • Love 1
  2. Thanks i gona try that :)

     

    Line 59 return vec_pkResult.at(uiResultPos];

    should be return vec_pkResult.at(uiResultPos);

     

    n with this i dont get errors

    #ifndef __WIN32__
            pthread_t m_hThread;
            pthread_mutex_t    * m_mtxQuery;
            pthread_mutex_t    * m_mtxResult;
    #else
            HANDLE m_hThread;
            CRITICAL_SECTION* m_mtxQuery;
            CRITICAL_SECTION* m_mtxResult;
    #endif

     

    Can u Post your AsyncSql.cpp aswell?

    Otherwise m_sem needs to be included again for noobs like me :P

     

  3. Hello, i try to use the Client of Kori (http://kori-developer.eu/board/index.php?/topic/207-release-koridev-serverfilesclient-build-alpha-06/) i try to connect with the exe thats in there i can connect to char select after edit all the ports and IP's. The Load screen didnt fill a bit it stays empty till i press esc to abort.

    When i compile the Updated Src Binary of Client whats released here (new granny n all) the client all time say's wrong password/account but its correct.

    When i use the 40250 Testclient i can connect n get kick after i see my char ingame then kick, no syserror there.

    I use Novaline Game 5 inventory sites and many more edits from me n dont want to loose all this work i did on it. Anyone can help me?

     

    PS: there is really no syserr output

×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.