BSOD 'IRQL NOT LESS OR EQUAL' on Opening Phantasy Star Online 2

Page 1 of 2 12 LastLast

  1. Posts : 7
    Windows 10
       #1

    BSOD 'IRQL NOT LESS OR EQUAL' on Opening Phantasy Star Online 2


    I have been getting BSOD with IRQL NOT LESS OR EQUAL error for 2 weeks and only when I opened a specific game, the MMORPG 'Phantasy Star Online 2'.

    Important points :
    - PC operates normally. BSOD only occurs if I try opening the game
    - Sometimes, no BSOD occurred and the game works normally. However, trying to reopen the game will not work
    - There's 2 version of this game, one for South East Asia server and one for Japan server, with both having different content (SEA version is behind) but with the same GameGuard. Yet, BSOD occurs on both (dump file will only include crashes from JP version, as I'm trying to reinstall the SEA version)
    - Most people say this error is caused by your driver, and because of that I've tried updating/reinstalling some driver (Display, Audio, Wireless Network Adapter). BSOD still occurs

    Attachment 110827
      My Computer


  2. Posts : 14,046
    Windows 11 Pro X64 22H2 22621.1848
       #2

    Both dumps indicate memory corruption:
    Code:
    BugCheck A, {28, 2, 0, fffff8036281785b}
    Probably caused by : memory_corruption
    Followup:     memory_corruption
    Use memtest86+ please.
    ===================================================
    Follow this tutorial: MemTest86+ - Test RAM - Windows 10 Forums

    MemTest86+ is a diagnostic tool designed to test Random Access Memory (RAM) for faults. MemTest86+ will verify that:

    • RAM will accept and keep random patterns of data sent to it
    • There are no errors when different parts of memory try to interact
    • There are no conflicts between memory addresses


    Memtest86+ runs from bootable media to isolate the RAM from the system, no other components are taken into account during the test.

    warning   Warning
    MemTest86+ needs to run for at least 8 passes to be anywhere near conclusive, anything less will not give a complete analysis of the RAM.


    If you are asked to run MemTest86+ by a Ten Forums member make sure you run the full 8 passes for conclusive results. If you run less than 8 passes you will be asked to run it again.

    Note   Note
    MemTest86+ has been known to discover errors in RAM in later passes than the eighth pass. This is for information only; if you feel there is a definite problem with the RAM and 8 passes have shown no errors feel free to continue for longer.


    Running 8 passes of MemTest86+ is a long and drawn out exercise and the more RAM you have the longer it will take. It's recommended to run MemTest86+ just before you go to bed and leave it overnight.
      My Computers


  3. Posts : 7
    Windows 10
    Thread Starter
       #3

    Ztruker said:
    Both dumps indicate memory corruption:
    Code:
    BugCheck A, {28, 2, 0, fffff8036281785b}
    Probably caused by : memory_corruption
    Followup:     memory_corruption
    Use memtest86+ please.
    Just done with memtest86+
    11 passes in total, no error

    Attachment 110971
      My Computer


  4. Posts : 14,046
    Windows 11 Pro X64 22H2 22621.1848
       #4

    Try enabling Driver Verifier and see if that yields any information:
    ===================================================
    Driver Verifier
    is a diagnostic tool built into Windows 10, it is designed to verify both native Microsoft drivers and third party drivers. Driver Verifier's verification process involves putting heavy stress on drivers with the intention of making bad, outdated, incompatible or misbehaving drivers fail. The required result is a BSOD (Blue Screen of Death) which will generate a crash dump for debugging purposes.
    Machines exposed to Driver Verifier will run very sluggishly due to the stress being applied to the drivers.

    Driver Verifier - Enable and Disable in Windows 10

    Pay close attention to
    PART TWO
    and make sure the correct boxes are checked.

    Warning:
    It is not advised to run Driver Verifier for more than 48 hours at a time. Disable Driver Verifier after 48 hours or after receiving a BSOD, whichever happens soonest.

    Always create a Restore Point prior to enabling Driver Verifier.

    What we're looking for is a BSOD with a mini dump that will tell us what driver caused it.
      My Computers


  5. Posts : 7
    Windows 10
    Thread Starter
       #5

    For some unknown reason, the error code change to 'PAGE_FAULT_BEYOND_END_OF_ALLOCATION' while Driver Verifier is running (tested twice, but somehow only 1 DMP file is there) and the game simply crashed while trying to open it normally.

    EDIT : I've tried again to open the game with the Driver Verifier off. While it does crash, after waiting a few seconds for Windows Diagnostic to analyze the crash, BSOD occurs with the same error code (IRQL NOT LESS OR EQUAL)

    Attachment 111007
    Last edited by R4yleonard; 22 Nov 2016 at 05:30.
      My Computer


  6. Posts : 14,046
    Windows 11 Pro X64 22H2 22621.1848
       #6

    The dump says:
    Code:
    When possible, the guilty driver's name (Unicode string) is printed on
    the bugcheck screen
    Were you able to see what was displayed on the BSOD screen?
      My Computers


  7. Posts : 7
    Windows 10
    Thread Starter
       #7

    Ztruker said:
    Were you able to see what was displayed on the BSOD screen?
    As I've said before, it only said 'PAGE_FAULT_BEYOND_END_OF_ALLOCATION'

    I've tried again just to make sure since the dumps said it pinpoint a certain driver, but there's nothing (unless I've missed something)
    Attachment 111132

    Here's the dump file from the last test if you want to check
    Attachment 111135
      My Computer


  8. Posts : 14,046
    Windows 11 Pro X64 22H2 22621.1848
       #8

    Nothing useful in the dump, again.

    Looking at the drivers on your PC I did see two I don't like.

    ASMMAP64 2009/07/02 04:13:26 PM \??\C:\Program Files (x86)\ASUS\ATK Package\ATKG
    ATKWMIACPIIO 2013/07/02 03:35:32 PM \??\C:\Program Files (x86)\ASUS\ATK Package\ATK

    They belong to ASUS Memory Mapping Driver. Some info here: https://www.exploit-db.com/exploits/39785/

    See if you can this and if so, uninstall or disable it and see what happens. This is memory mapping code and all the dumps indicate memory_corruption, so just maybe this is the cause.
      My Computers


  9. Posts : 7
    Windows 10
    Thread Starter
       #9

    So far, I can't find any devices that use them. Also, I can't find asmmap64 file at all.
    Since both are in the ATK Package folder, I tried uninstalling ATK Package and reinstalling it using the ATKPackage listed on Asus' website (link
    ). However, BSOD still occurs.

    Here's the new dump file if you want to check (the older one didn't have any ATK Package installed)
    Attachment 111328

    EDIT : Do you think I should try removing the atkwmiacpi64.sys while keeping a backup somewhere else?
      My Computer


  10. Posts : 14,046
    Windows 11 Pro X64 22H2 22621.1848
       #10

    The new dumps also indicate memory_corruption_large.

    So, even though you've tested you memory, you might want to think about replacing it. For now, try removing then reinstering the currently installed ram 8GB DIMM. See the manual: ROG GL552VX | Notebooks | ASUS Global


    It says
    Memory DDR4 2133 MHz SDRAM, 2 x SO-DIMM socket for expansion up to 32 GB SDRAM

    Do you have any other devices plugged in besides mouse, keyboard, speakers and display?

    If the BSODs are happening enough then you can try doing a Clean Boot and see how it runs:

    See here: How to Perform a Clean Boot in Windows 10 to Troubleshoot Software Conflicts
      My Computers


 

  Related Discussions
Our Sites
Site Links
About Us
Windows 10 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 10" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 12:24.
Find Us




Windows 10 Forums