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!

Anyone Know What Cause This Error?

Initiate Mage
Joined
Jun 22, 2012
Messages
3
Reaction score
0
ProcessID / ThreadID: 0x000018E0 / 0x000018E4
ExceptionCode : 0xC0000005
*------------------------------------------------------------*
0x458c9305 - [Unknown Symbol:Error 487]
ImageName: npggNT.des
LoadedImageName:
0x01d7c6b0 - [Unknown Symbol:Error 487]
ImageName: Client.exe
LoadedImageName:
0x7c801675 - DeviceIoControl() + 4ch
ImageName: kernel32.dll
LoadedImageName:
0x1000e8f8 - [Unknown Symbol:Error 487]
ImageName: npsc.des
LoadedImageName:
0x1000361d - Ordinal2() + 2dh
ImageName: npsc.des
LoadedImageName:
0x0016a748 - [Unknown Symbol:Error 126]


This error im checking in RYL2Folder/Errors .
It Seem Like A Symbol Error??
i Dont get what is it.
 
Moooooooooooooooo
Loyal Member
Joined
Jul 19, 2006
Messages
442
Reaction score
130
Unknown Symbol means that the debug application, like dr. watson, didn't find the debug info to write out the method or class name.

As you can see kernel32.dll has DeviceIoControl(), well theres no function name for client.exe so you can read it: unknown method.
This has nothing to do with your error, its' the stack showing you where it happened not what or why happened.
 
Initiate Mage
Joined
Jun 22, 2012
Messages
3
Reaction score
0
Oh.
Thanks Alpha.
Now I Found What Cause The Error.
Its About 32 & 64Bit.
The Client is not support on 32bit but support 64Bit of Windows Only.
So here i found that i should made it both Support.
Now its been Fixed.
Thanks Again. :)
 
Newbie Spellweaver
Joined
Jun 16, 2009
Messages
51
Reaction score
1
Oh.
Thanks Alpha.
Now I Found What Cause The Error.
Its About 32 & 64Bit.
The Client is not support on 32bit but support 64Bit of Windows Only.
So here i found that i should made it both Support.
Now its been Fixed.
Thanks Again. :)


can you help me sir??? :?:
 
Back
Top