Welcome to the RaGEZONE - MMORPG development forums.

Anyone Know What Cause This Error?

This is a discussion on Anyone Know What Cause This Error? within the Risk Your Life forums, part of the MMO and MMORPG Developments category; ProcessID / ThreadID: 0x000018E0 / 0x000018E4 ExceptionCode : 0xC0000005 *------------------------------------------------------------* 0x458c9305 - [Unknown Symbol:Error 487] ImageName: npggNT.des LoadedImageName: 0x01d7c6b0 - ...

Results 1 to 3 of 3
  1. #1
    Newbie
    Rank
    Member
    Join Date
    Jun 2012
    Posts
    3
    Liked
    0

    ! Anyone Know What Cause This Error?

    Click
    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.

  2. #2
    Moooooooooooooooo
    Rank
    Alpha Member
    Join Date
    Jul 2006
    Location
    Eesti
    Posts
    1,948
    Liked
    167

    Re: Anyone Know What Cause This Error?

    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.

  3. #3
    Newbie
    Rank
    Member
    Join Date
    Jun 2012
    Posts
    3
    Liked
    0

    Re: Anyone Know What Cause This Error?

    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. :)

 

 

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •