R2 Online server files

Page 6 of 17 FirstFirst 123456789101112131416 ... LastLast
Results 76 to 90 of 250
  1. #76
    Apprentice DakDF is offline
    MemberRank
    Aug 2021 Join Date
    9Posts

    Re: R2 Online server files

    Quote Originally Posted by Umbrell View Post
    I set a password and set up dsn files, changed the region, but still the services from the Lib folders do not start
    enable TCP\IP in SQL?

  2. #77
    Apprentice Umbrell is offline
    MemberRank
    Aug 2021 Join Date
    6Posts

    Re: R2 Online server files

    yes, may bee you have discord?

    - - - Updated - - -

    Quote Originally Posted by DakDF View Post
    enable TCP\IP in SQL?
    1234RZ#7761

    - - - Updated - - -

    Quote Originally Posted by Dominatorsh View Post
    Drop fixed after a lot of reversing, i broke some logic, but i dont know which one. Works well for now

    - - - Updated - - -
    How did you do it, maybe give your base?

  3. #78
    Apprentice Dominatorsh is offline
    MemberRank
    Dec 2011 Join Date
    7Posts

    Re: R2 Online server files


    sorry i fixed all bugs i noticed (except storage) and change client's language to get a fun. I spent whole day crafting items and killing bosses. Lich make me out of heal =(
    i will tell you what to do later, im playing =(

    i've noticed Teleport bug, server do not refresh your client until you move


    upd:


    got this boy with heals and shop morph 87+lvl
    Last edited by Dominatorsh; 02-08-21 at 05:15 AM.

  4. #79
    Apprentice sc106 is offline
    MemberRank
    Mar 2020 Join Date
    22Posts

    Re: R2 Online server files

    Quote Originally Posted by Dominatorsh View Post

    sorry i fixed all bugs i noticed (except storage) and change client's language to get a fun. I spent whole day crafting items and killing bosses. Lich make me out of heal =(
    i will tell you what to do later, im playing =(

    i've noticed Teleport bug, server do not refresh your client until you move


    upd:


    got this boy with heals and shop morph 87+lvl
    Come on, I can't help here. I hope you can repair it successfully

  5. #80
    Novice lxpvip8 is offline
    MemberRank
    Jul 2021 Join Date
    1Posts

    Re: R2 Online server files

    How is the shop used

  6. #81
    Apprentice Dominatorsh is offline
    MemberRank
    Dec 2011 Join Date
    7Posts

    Re: R2 Online server files

    Quote Originally Posted by lxpvip8 View Post
    How is the shop used
    idk, i can't understand this functional, there is no balance table, or storing and writing-off which i should have noticed

    only orderlist and strange 'exchange' in billingdb

    when i was trying to research "golditems" i got confused
    this is the only weird part of the code

  7. #82
    Apprentice DakDF is offline
    MemberRank
    Aug 2021 Join Date
    9Posts

    Re: R2 Online server files

    fast (temporary) correct pick up Item: change date on server (i set 2015) and disable windows time sync.

    or correct hardcoded in database date end life item. in database set 2020-01-01 for all new items
    use scripts in attach for dual procedures (open in MS Managmet Studio and execute) is set only 2030-01-01 date
    tested a little: work pickup drop and warehouse

    and correct table TblLogOp for null value in log database (open in MS Managmet Studio and execute twice because the first command is to delete the old TblLogOp table which you do not have, but I already have.)


    Opened questions:
    1) Teleport bugged
    2) Admin panel or client
    3) Many enabled events not worked. Need disable.
    4) Correct clear the database from garbage
    Attached Files Attached Files
    Last edited by DakDF; 02-08-21 at 11:56 PM.

  8. #83
    Novice danze4 is offline
    MemberRank
    Jul 2021 Join Date
    3Posts

    Re: R2 Online server files

    Code:
    2021-08-03 02:29:15  Info: 2036701371(DEFAULT):UNKNOWN MSG-NO[FieldW begin! VERSION[2019011001]]2021-08-03 02:29:15  Info: 2036701371(DEFAULT):UNKNOWN MSG-NO[TickCount: 851093(0 days)]2021-08-03 02:29:15  Info: 2036701371(DEFAULT):UNKNOWN MSG-NO[BuildTime: 1547115515, Thu Jan 10 13:18:35 2019 ]2021-08-03 02:29:15 Fatal: 2993997922(DEFAULT):UNKNOWN MSG-NO[ErrNo(1063)]2021-08-03 02:29:15 Fatal: DumpedMini Result[0] Exception Code[EXCEPTION_ACCESS_VIOLATION]2021-08-03 02:29:15 Fatal: FieldW.exe caused an EXCEPTION_ACCESS_VIOLATION(ThdId:996) in module FieldW.exe2021-08-03 02:29:15 Fatal: FieldW.exe2021-08-03 02:29:15 Fatal: MSVCR90.dll Function(get_pgmptr) 2021-08-03 02:29:15 Fatal: FieldW.exe2021-08-03 02:29:15 Fatal: KERNEL32.DLL Function(BaseThreadInitThunk) 2021-08-03 02:29:15 Fatal: ntdll.dll Function(RtlUserThreadStart) 2021-08-03 02:29:15 Fatal: DumpedMini Result[0] Exception Code[EXCEPTION_ACCESS_VIOLATION]2021-08-03 02:29:15 Fatal: FieldW.exe caused an EXCEPTION_ACCESS_VIOLATION(ThdId:996) in module FieldW.exe2021-08-03 02:29:15 Fatal: FieldW.exe2021-08-03 02:29:15 Fatal: MSVCR90.dll Function(get_pgmptr) 2021-08-03 02:29:15 Fatal: FieldW.exe2021-08-03 02:29:15 Fatal: KERNEL32.DLL Function(BaseThreadInitThunk) 2021-08-03 02:29:15 Fatal: ntdll.dll Function(RtlUserThreadStart)
    I can run only 2 exe from Auth
    1. Set ip on network iface 192.168.1.103 ++
    2. Install MS SQL 2014 and MS SQL Managment Studio ++
    3. Install Visual C++ Redistributable Runtimes All-in-One ++
    4. Restore bases from backup ++
    5. Set in Windows: Chinese (Simplified, China) ++
    6. Edit *.dsn in Data ++
    7. Use c.bat f.bat m.bat from Lib when use F.bat have crash
    not responded
    8. Run 1. PorteAuthBackSvr and 2. PurpleChannelingAuthSvr from Auth can run only this 2
    9. Run "net start FieldW"
    10. Run "net start ManagerW"
    11. Run "net start ChannelW"

  9. #84
    Novice danze4 is offline
    MemberRank
    Jul 2021 Join Date
    3Posts

    Re: R2 Online server files

    Code:
    2021-08-03 02:29:15  Info: 2036701371(DEFAULT):UNKNOWN MSG-NO[FieldW begin! VERSION[2019011001]]2021-08-03 02:29:15  Info: 2036701371(DEFAULT):UNKNOWN MSG-NO[TickCount: 851093(0 days)]2021-08-03 02:29:15  Info: 2036701371(DEFAULT):UNKNOWN MSG-NO[BuildTime: 1547115515, Thu Jan 10 13:18:35 2019 ]2021-08-03 02:29:15 Fatal: 2993997922(DEFAULT):UNKNOWN MSG-NO[ErrNo(1063)]2021-08-03 02:29:15 Fatal: DumpedMini Result[0] Exception Code[EXCEPTION_ACCESS_VIOLATION]2021-08-03 02:29:15 Fatal: FieldW.exe caused an EXCEPTION_ACCESS_VIOLATION(ThdId:996) in module FieldW.exe2021-08-03 02:29:15 Fatal: FieldW.exe2021-08-03 02:29:15 Fatal: MSVCR90.dll Function(get_pgmptr) 2021-08-03 02:29:15 Fatal: FieldW.exe2021-08-03 02:29:15 Fatal: KERNEL32.DLL Function(BaseThreadInitThunk) 2021-08-03 02:29:15 Fatal: ntdll.dll Function(RtlUserThreadStart) 2021-08-03 02:29:15 Fatal: DumpedMini Result[0] Exception Code[EXCEPTION_ACCESS_VIOLATION]2021-08-03 02:29:15 Fatal: FieldW.exe caused an EXCEPTION_ACCESS_VIOLATION(ThdId:996) in module FieldW.exe2021-08-03 02:29:15 Fatal: FieldW.exe2021-08-03 02:29:15 Fatal: MSVCR90.dll Function(get_pgmptr) 2021-08-03 02:29:15 Fatal: FieldW.exe2021-08-03 02:29:15 Fatal: KERNEL32.DLL Function(BaseThreadInitThunk) 2021-08-03 02:29:15 Fatal: ntdll.dll Function(RtlUserThreadStart)
    I can run only 2 exe from Auth
    1. Set ip on network iface 192.168.1.103 ++
    2. Install MS SQL 2014 and MS SQL Managment Studio ++
    3. Install Visual C++ Redistributable Runtimes All-in-One ++
    4. Restore bases from backup ++
    5. Set in Windows: Chinese (Simplified, China) ++
    6. Edit *.dsn in Data ++
    7. Use c.bat f.bat m.bat from Lib when use F.bat have crash
    not responded
    8. Run 1. PorteAuthBackSvr and 2. PurpleChannelingAuthSvr from Auth can run only this 2
    9. Run "net start FieldW"
    10. Run "net start ManagerW"
    11. Run "net start ChannelW"

  10. #85
    Member dboycool is offline
    MemberRank
    Apr 2008 Join Date
    99Posts

    Re: R2 Online server files

    @DakDF thanks for you share,now i can play the game

  11. #86
    Apprentice DakDF is offline
    MemberRank
    Aug 2021 Join Date
    9Posts

    Re: R2 Online server files

    Quote Originally Posted by danze4 View Post

    7. Use c.bat f.bat m.bat from Lib when use F.bat have crash
    not responded
    use attached reg
    after go to regedit and correct ImagePath to own in:
    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\ManagerW
    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\ChannelW
    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\FieldW

    reboot


    FieldW - this is the server of the game.
    Attached Thumbnails Attached Thumbnails 1234.png  
    Attached Files Attached Files
    • File Type: zip m.zip (585 Bytes, 238 views)

  12. #87
    Novice iNosferatu is offline
    MemberRank
    Aug 2021 Join Date
    1Posts

    Re: R2 Online server files

    Hi! Please help the noob on the locale with his wife to play in r2)
    Starting from the 4th installation point, I got up
    4) How to untie PorteAuthForSvr*. dll and ChannelW.exe ? From what?
    5) Google refused to help me, or my brain began to melt
    6) Configs in cfg or xml, which ones?
    7) Which services, which exe?
    I need more detailed instructions.
    And immediately in advance: how do I create 2 permanent accounts? 1 for each PC. If I need more, I think I'll figure it out further.

    p. s. I wrote to you in the PM in your native language

  13. #88
    Novice Darkoyl is offline
    MemberRank
    Aug 2021 Join Date
    2Posts

    Re: R2 Online server files


    1) "TailW.exe, ManagerW.exe, FieldW.exe, channelw.exe" - These files do not start. They start and then immediately close. All have the same description in the log file. How to fix this error?
    Fatal:1517205488(DEFAULT):UNKNOWN MSG-NO[ChannelW can`t install(1073).
    2) "Change the IP address to your own in the .dsn, .ini, .cfg files. And in the database table" And what IP, local IP, SQL server IP or on what? Where do I find out what IP I need? Do I need to change the ports and where?
    Last edited by Darkoyl; 06-08-21 at 07:53 AM.

  14. #89
    Apprentice Karatel is offline
    MemberRank
    Jul 2021 Join Date
    9Posts

    Re: R2 Online server files

    Try to read the first post, everything is described in detail there.

  15. #90
    Novice Darkoyl is offline
    MemberRank
    Aug 2021 Join Date
    2Posts

    Re: R2 Online server files

    Any options to reduce memory RUM consumption by the FieldW file?



Advertisement