[error] Saga.Map.exe

Results 1 to 6 of 6
  1. #1
    Newbie cherry03 is offline
    MemberRank
    Jan 2009 Join Date
    22Posts

    [error] Saga.Map.exe

    here is my Saga.Map.Log

    Is there anything wrong?

    [p.s] my private server has problem with " talking with NPC "
    like..... they are say always same dialog , and same questdialg

    ah.... and i use recently koreanRO2

    urr.... if...

    is the saga is match only for "DivinaRO2" and "EuphRO2" ?

    somebody was tell to me " you have error with your client... "

    But i don;t think so/

    please help me

    [QUOTE]#############################################################################
    Saga Map Server starting on: 2009-01-20 AM 10:09:04
    OS Information: Microsoft Windows NT 5.1.2600 Service Pack 2
    Number of Processors: 2
    CLR Version: 2.0.50727.3053
    Working set: 7163904
    OS Bit Version: 32 Bit
    #############################################################################
    XmlSections: warning Section Saga.Manager.ConsoleSettings was not found using default manager/factory
    XmlSections: warning Section Saga.Manager.NetworkSettings was not found using default manager/factory
    XmlSections: warning Section Saga.Manager.WorldTasks was not found using default manager/factory
    XmlSections: warning Section Saga.Manager.Database was not found using default manager/factory
    XmlSections: warning Section Saga.Manager.Quest was not found using default manager/factory
    XmlSections: warning Section Saga.Manager.Scripting was not found using default manager/factory
    Calling initialize-event on factories & managers: verbose HostContext
    Calling beforequery-event on factories & managers: verbose HostContext
    Calling afterquery-event on factories & managers: verbose HostContext
    Calling onload-event on factories & managers: verbose HostContext
    database:


  2. #2
    Member Cha0spad is offline
    MemberRank
    Dec 2008 Join Date
    SwedenLocation
    54Posts

    Re: [error] Saga.Map.exe

    My guess: either you have corrupt data in the db or you have the collations (languages basically) for the tables mixed (latin/swedish - utf8/general) which makes joins between tables impossible. If that's the case the "error player skill-data of player with id 1 is missing" could be due to that. Check that the collation for all tables match. If you're using Navicat, right click the tables and choose Table Information and check the DDL. What you're looking for is the CHARSET.

    -- Table "list_eventparticipants" DDL

    Code:
    CREATE TABLE `list_eventparticipants` (
      `EventId` int(10) unsigned NOT NULL AUTO_INCREMENT,
      `CharId` int(10) unsigned DEFAULT NULL,
      `CharName` varchar(128) NOT NULL,
      PRIMARY KEY (`EventId`)
    ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
    Note: my default collation is also "latin1_swedish_ci" and seems to work fine

    HTH
    .cha0s

  3. #3
    Member Cha0spad is offline
    MemberRank
    Dec 2008 Join Date
    SwedenLocation
    54Posts

    Re: [error] Saga.Map.exe

    Hmm, I wonder if I replied to the wrong question ...anyway...

    The dialog are in fact in the client. Have you downloaded and applied the language and NPC patches? I haven't tried kRO2 with saga tho so I can't say if there's a problem there. Works fine with the RO2 client supplied in the Setup RO2 Server tutorial and with the DiviniaRO2 client (never got EuphRO2 to work on my setup). BTW cherry, you happen to be swedish?

    .cha0s

  4. #4
    Newbie cherry03 is offline
    MemberRank
    Jan 2009 Join Date
    22Posts

    Re: [error] Saga.Map.exe

    ah.... thank you cha0spad....

    frankly speaking... im korean so icannot understand your talking....

    but very Thank you very much....

    i have many hints from you......

    ...

    could you give me some more hints with picture please?

  5. #5
    Newbie cherry03 is offline
    MemberRank
    Jan 2009 Join Date
    22Posts

    Re: [error] Saga.Map.exe

    sorry my second post

    What is the DDL? And

    where is the Table "list_eventparticipants" DDL

  6. #6
    Newbie cherry03 is offline
    MemberRank
    Jan 2009 Join Date
    22Posts

    Re: [error] Saga.Map.exe

    i found some issue.

    my post [error]Saga.Map///////

    at language part....

    correct conversation - with SagaLegacy(Old version for SagaRevesion)
    incorrect conversation - with SagaRevision(Current version)

    What do you think about this interesting issue

    ummm........ soooo

    my think is

    my client is not problem... the problem is in the serverfiles.



Advertisement