Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Silkroad Online Arabian

Initiate Mage
Joined
Mar 25, 2023
Messages
2
Reaction score
1
Good evening all,

I started to add accessory items for arabian race which joymax would bring it in 2009. I added very well and items working fine. I got one warning from SMC that Define DROP_SUPPORT_COUNTRY_ALL. When I checked file, I saw shardmanager created dump. I opened the file with WinDbg. I got this;

KEY_VALUES_STRING: 1

Key : Analysis.CPU.mSec
Value: 984

Key : Analysis.Elapsed.mSec
Value: 30059

Key : Analysis.IO.Other.Mb
Value: 33

Key : Analysis.IO.Read.Mb
Value: 0

Key : Analysis.IO.Write.Mb
Value: 42

Key : Analysis.Init.CPU.mSec
Value: 468

Key : Analysis.Init.Elapsed.mSec
Value: 63837

Key : Analysis.Memory.CommitPeak.Mb
Value: 80

Key : Failure.Bucket
Value: CPP_EXCEPTION_e06d7363_SR_ShardManager.exe!Unknown

Key : Failure.Hash
Value: {6a7c4286-d384-385e-9640-78c11e301bee}

Key : Timeline.Process.Start.DeltaSec
Value: 19


FILE_IN_CAB: SR_ShardManager_[2024-02-13 17-36-42]_1.dmp

CONTEXT: (.ecxr)
eax=05ebfb10 ebx=202960b8 ecx=00000003 edx=00000000 esi=157bc8dc edi=0000ae67
eip=75f35e12 esp=05ebfb10 ebp=05ebfb6c iopl=0 nv up ei pl nz ac po nc
cs=0023 ss=002b ds=002b es=002b fs=0053 gs=002b efl=00000212
KERNELBASE!RaiseException+0x62:
75f35e12 8b4c2454 mov ecx,dword ptr [esp+54h] ss:002b:05ebfb64=9cc4c8b7
Resetting default scope

EXCEPTION_RECORD: (.exr -1)
ExceptionAddress: 75f35e12 (KERNELBASE!RaiseException+0x00000062)
ExceptionCode: e06d7363 (C++ EH exception)
ExceptionFlags: 00000001
NumberParameters: 3
Parameter[0]: 19930520
Parameter[1]: 05ebfbc8
Parameter[2]: 007b994c

PROCESS_NAME: SR_ShardManager.exe

ERROR_CODE: (NTSTATUS) 0xe06d7363 - <Unable to get error code text>

EXCEPTION_CODE_STR: e06d7363

EXCEPTION_PARAMETER1: 19930520

EXCEPTION_PARAMETER2: 05ebfbc8

EXCEPTION_PARAMETER3: 007b994c

STACK_TEXT:
05ebfb6c 006e64a1 e06d7363 00000001 00000003 KERNELBASE!RaiseException+0x62
WARNING: Stack unwind information not available. Following frames may be wrong.
05ebfba4 006b6c39 05ebfbc8 007b994c b325ea5e SR_ShardManager+0x2e64a1
05ebfbe4 0048faf6 b325ea4a 00000000 157bc8dc SR_ShardManager+0x2b6c39
05ebfd04 004a2fe0 157bc8dc 00000000 b325eca2 SR_ShardManager+0x8faf6
05ebfd08 157bc8dc 00000000 b325eca2 1481a288 SR_ShardManager+0xa2fe0
05ebfd0c 00000000 b325eca2 1481a288 11bddfa0 0x157bc8dc


SYMBOL_NAME: sr_shardmanager+2e64a1

MODULE_NAME: SR_ShardManager

IMAGE_NAME: SR_ShardManager.exe

STACK_COMMAND: ~22s; .ecxr ; kb

FAILURE_BUCKET_ID: CPP_EXCEPTION_e06d7363_SR_ShardManager.exe!Unknown

OSPLATFORM_TYPE: x86

OSNAME: Windows 8

FAILURE_ID_HASH: {6a7c4286-d384-385e-9640-78c11e301bee}
Base on this, I opened shardmanager with ollydbg. I tried to find places but my problem is, I dont know asm. :/ Can anybody tell me? Here is an example of item. I'm going to do what joymax would do in 2009. My discord is norgestech You can add me
 

Attachments

You must be registered for see attachments list
Back
Top