Jump to content

HuNterukh

Premium
  • Posts

    29
  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by HuNterukh

  1. Personally I would not suggest you to move your data from .txt files to database tables. 

    Keeping the data in a file like .txt or .csv or whatever allows you to integrate it in a versioning system like Git, which is a great advantage. If your simply don’t like the txt file parser written by Ymir, you can anytime convert to a different markup language like json or xml.

    • Love 3
  2. On 7/6/2015 at 12:48 PM, Aurora said:

    I think you need to upgrade your client python 2.2 to 2.7. See here http://www.mpcforum.pl/topic/1138879-aktualizacja-pythona-do-wersji-276/ .

     

     

    0807 02:07:00410 :: __main__:2: RuntimeWarning: tp_compare didn't return -1 or -2 for exception
    0807 02:07:00411 :: 
    introLogin.py(line:546) introLogin.LoginWindow.__LoadScript (introLogin.c:10229)
    ui.py(line:3008) ui.PythonScriptLoader.LoadScriptFile (ui.c:71397)
    ui.py(line:3210) ui.PythonScriptLoader.LoadChildren (ui.c:74988)
    ui.py(line:3210) ui.PythonScriptLoader.LoadChildren (ui.c:74988)
    ui.py(line:3015) ui.PythonScriptLoader.LoadChildren (ui.c:71584)
    LoginWindow.__LoadScript.LoadObject - <type 'exceptions.OverflowError'>:Python int too large to convert to C long
    0807 02:07:00412 :: ============================================================================================================
    0807 02:07:00412 :: Abort!!!!

    I'm getting those errors when i try to launch the client. It opens for 1 second and then close. 

     

    EDIT: I solved the problem with Ken's method from here:

    Ty.

×
×
  • 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.