RagII on Windows 10

Page 3 of 4 FirstFirst 1234 LastLast
Results 31 to 45 of 56
  1. #31
    Proficient Member Kang Jinsu is offline
    MemberRank
    Apr 2011 Join Date
    Daegu, ROKLocation
    174Posts
    Quote Originally Posted by geralex88 View Post
    The problem is that the face is loaded from the database, then what hairstyle you will have, eye color, hair - it's all stored in the database. This is where the problem of reading and processing data arises, as an option, try to do debugging on the server side.

    Well, can you tell me how?
    I checked it with the sql tool, and it seems to be saved, but I can't find the information.
    Are the things that appear on the character creation screen also loaded from the server?
    How to debug on the server?

    https://drive.google.com/file/d/13Aa...ew?usp=sharing
    https://drive.google.com/file/d/1Ucx...ew?usp=sharing
    https://drive.google.com/file/d/1h2k...ew?usp=sharing

    Sorry.
    Last edited by Kang Jinsu; 31-10-22 at 07:05 AM. Reason: Add

  2. #32
    Account Upgraded | Title Enabled! geralex88 is online now
    MemberRank
    Jan 2010 Join Date
    203Posts
    What version of the server is important? I will try to figure it out and prepare an update for the legacy emulator.
    There are fewer problems in this part, and it is also possible to use as a DBMS - MSSQL

    - - - Updated - - -

    While partially started, there are some problems.


  3. #33
    Enthusiast Endreo22 is offline
    MemberRank
    Oct 2009 Join Date
    BrazilLocation
    44Posts
    @geralex88

    Do you know why the error?

    screenshot-at-nov-04-15-a

  4. #34
    Account Upgraded | Title Enabled! geralex88 is online now
    MemberRank
    Jan 2010 Join Date
    203Posts
    Quote Originally Posted by Endreo22 View Post
    @geralex88

    Do you know why the error?

    screenshot-at-nov-04-15-a
    Open log file - Saga.Map.log.csv
    There should be a description of the errors.

  5. #35
    Proficient Member Kang Jinsu is offline
    MemberRank
    Apr 2011 Join Date
    Daegu, ROKLocation
    174Posts
    Quote Originally Posted by Endreo22 View Post
    @geralex88

    Do you know why the error?

    screenshot-at-nov-04-15-a
    Please show me the Saga.Map.log.csv file.
    (If it is too big, please upload it)

    * My guess is that at least one of the sql files is not installed or the MySQL version is too low or too high.
    My MySQL version is 5.6.

  6. #36
    Enthusiast Endreo22 is offline
    MemberRank
    Oct 2009 Join Date
    BrazilLocation
    44Posts
    @Kang Jinsu
    @geralex88
    Thanks, it was MySQL database

    Now I came across the following problem when starting the Map, I'm using the git files
    https://github.com/geralex/saga-revised

    https://drive.google.com/file/d/1qTz...usp=share_link
    https://drive.google.com/file/d/1qTq...ew?usp=sharing

    screenshot-at-nov-05-22-a

  7. #37
    Account Upgraded | Title Enabled! geralex88 is online now
    MemberRank
    Jan 2010 Join Date
    203Posts
    Saga.Authentication.log.csv - Could not connect to the database, assembly connection error (dll)
    Saga.Map.log.csv - In general, everything is fine, one height map was not found - this is not critical.

  8. #38
    Enthusiast Endreo22 is offline
    MemberRank
    Oct 2009 Join Date
    BrazilLocation
    44Posts
    I'm using MySQL 5.6, I debugged the Authentication and the error happens in the world listing.

    However there is no problem in select, I don't understand why the error

  9. #39
    Proficient Member Kang Jinsu is offline
    MemberRank
    Apr 2011 Join Date
    Daegu, ROKLocation
    174Posts
    Quote Originally Posted by Endreo22 View Post
    I'm using MySQL 5.6, I debugged the Authentication and the error happens in the world listing.

    However there is no problem in select, I don't understand why the error
    This way.

    1. Check Saga.Authentication.xml : Check that each item in Saga.Manager.Database matches the server settings.
    2. Re-install databases. (If it is difficult to install all databases (sql), I will upload a combined file.)
    3. Go to this address and select 5.2.7 for Product Version, .NET & Mono for Operating system, and copy the mysql.data.dll to Dependecies after downloading the file.
    And recompile.
    https://downloads.mysql.com/archives/c-net/
    Last edited by Kang Jinsu; 06-11-22 at 02:35 PM. Reason: Edit

  10. #40
    Enthusiast Endreo22 is offline
    MemberRank
    Oct 2009 Join Date
    BrazilLocation
    44Posts
    Quote Originally Posted by Kang Jinsu View Post
    This way.

    1. Check Saga.Authentication.xml : Check that each item in Saga.Manager.Database matches the server settings.
    2. Re-install databases. (If it is difficult to install all databases (sql), I will upload a combined file.)
    3. Go to this address and select 5.2.7 for Product Version, .NET & Mono for Operating system, and copy the mysql.data.dll to Dependecies after downloading the file.
    And recompile.
    https://downloads.mysql.com/archives/c-net/
    Friend, I followed your guidance and the error still occurs, follow the debug print.

    screenshot-at-nov-06-23-ascreenshot-at-nov-06-23-a

  11. #41
    Account Upgraded | Title Enabled! geralex88 is online now
    MemberRank
    Jan 2010 Join Date
    203Posts
    That's right, the problem is working with the database, check the database connection settings, as well as the correctness of the game world settings.

  12. #42
    Proficient Member hodias is offline
    MemberRank
    Apr 2009 Join Date
    BrazilLocation
    191Posts
    how to gm character and commands @geralex88

  13. #43
    Proficient Member Kang Jinsu is offline
    MemberRank
    Apr 2011 Join Date
    Daegu, ROKLocation
    174Posts
    Quote Originally Posted by Endreo22 View Post
    Friend, I followed your guidance and the error still occurs, follow the debug print.

    screenshot-at-nov-06-23-ascreenshot-at-nov-06-23-a
    Well then this way.

    1. Open Saga.Map.xml with an editor.
    2. Find proof next to Saga.Manager.NetworkSettings.
    3. Copy letters mixed with English and numbers (Example: C99EE435C9C0C0CCB662CC9E3769BCB3)
    4. Open the SQL tool and log in.
    5. Find list_worlds in the database and add a row.
    (Server name in name, letters copied above in proof)
    6. Save

  14. #44
    Proficient Member hodias is offline
    MemberRank
    Apr 2009 Join Date
    BrazilLocation
    191Posts
    @Kang Jinsu how to decrypt language?

  15. #45
    Proficient Member Kang Jinsu is offline
    MemberRank
    Apr 2011 Join Date
    Daegu, ROKLocation
    174Posts
    Quote Originally Posted by hodias View Post
    @Kang Jinsu how to decrypt language?
    Decryption is not possible. (don't know how)
    Instead, get the source code and edit it. (src/Data/Language)
    And execute FolderPack.exe located in the System folder.
    (If not, find the FolderPack folder in the source code, open the project, compile, and copy the output to the System folder.
    Perhaps FolderPack.exe exists in the Output folder of the source code.)
    Last edited by Kang Jinsu; 07-11-22 at 09:16 AM. Reason: Add



Page 3 of 4 FirstFirst 1234 LastLast

Advertisement