Hard crashing PC locks up

"
Seba2007#3315 wrote:
All AMD cpu with nvidia 30, 40 series problems. I don’t see any AMD gpu + AMD cpu problems. If It’s a cpu issue why we don’t see any people with AMD cards that have problems ?


Oh, in the thread we also had AMD CPU + AMD GPU.
"

If you pay the game with STEAM:

1. Go to Steam and RIGHT-CLICK the Path of Exile 2 game in your games list, and select PROPERTIES.

2. In the General - LAUNCH OPTIONS box for POE2, copy and paste these three commands as-is:

--noasync --nologo --waitforpreload

^exactly like that in the Launch options box

3. Now run the game


Tried this, freezed on second start (with the two gears before login screen).
"
Cainrith#2807 wrote:
"


I should rephrase. I find purpose for the --noasync, because maybe there's something during loading calling something else that is not ready and maybe that causes an infinite CPU loop or something. I don't know.

What I don't find purpose for is the --waitforpreload command. We know the issue is in the loading screen because something is happening. Most people don't have issues once the game is actually playing.

How is adding even more stuff, aka shader compilation or whatever, going to solve or reduce those issues? You're just adding more stuff that can potentially fail.


Now I see your point. The explanation is that:

If the problem is not the amount of stuff being loaded but rather how that stuff is being loaded by PoE2 this should solve the problem.

So if PoE2's async loading code is iffy then that is what causes these crashes. If so, then this method bypasses that and "fixes" or rather "sidesteps" the problem.


How well are these commands working for all of you? I am one of the lucky ones who was able to play prior to trying these, but they seem to have changed loading a bit... Unless that is yet another placebo.
"
"
Cainrith#2807 wrote:
"


I should rephrase. I find purpose for the --noasync, because maybe there's something during loading calling something else that is not ready and maybe that causes an infinite CPU loop or something. I don't know.

What I don't find purpose for is the --waitforpreload command. We know the issue is in the loading screen because something is happening. Most people don't have issues once the game is actually playing.

How is adding even more stuff, aka shader compilation or whatever, going to solve or reduce those issues? You're just adding more stuff that can potentially fail.


Now I see your point. The explanation is that:

If the problem is not the amount of stuff being loaded but rather how that stuff is being loaded by PoE2 this should solve the problem.

So if PoE2's async loading code is iffy then that is what causes these crashes. If so, then this method bypasses that and "fixes" or rather "sidesteps" the problem.


How well are these commands working for all of you? I am one of the lucky ones who was able to play prior to trying these, but they seem to have changed loading a bit... Unless that is yet another placebo.


Doesn't work.
"
Yehima#6469 wrote:
"

If you pay the game with STEAM:

1. Go to Steam and RIGHT-CLICK the Path of Exile 2 game in your games list, and select PROPERTIES.

2. In the General - LAUNCH OPTIONS box for POE2, copy and paste these three commands as-is:

--noasync --nologo --waitforpreload

^exactly like that in the Launch options box

3. Now run the game


Tried this, freezed on second start (with the two gears before login screen).


You shouldn't be seeing the gears though.

Still thanks for trying and reporting back. At this moment you did more than GGG did.
For what it's worth, make sure you run the game directly through Steam, otherwise those launch options aren't passed along to the game.

With several workarounds posted here and elsewhere, the game has been loading fairly consistently for me without any launch options. The --noasync and --waitforpreload options actually started making me crash.
Last edited by interbeing#5112 on Dec 15, 2024, 2:23:08 PM
"
Zarasi#7652 wrote:

We can't gain from what we're seeing with the freezing unfortunately (beyond "less CPU usage helps") as we can't access the game's source. For a lot of people, it's predominantly happening in 24H2 (but not everyone), so whatever 24H2 did to processor efficiency has hugely exposed the problem further; however, people on 23H2 still see it.

We have users experiencing this problem on older versions of Windows, even on Windows 10. As I remember someone on Linux machine also reported the hard crash.

"
Zarasi#7652 wrote:

As a shot in the dark, I'd say something like spin-waiting on every thread from the cores, where whatever resources are being waited on aren't being made available quick enough, so the threads choke the CPU into oblivion.

Yes but... if System Task / Thread scheduler can't get the control over the task through the switching context (via interrupts) it's not just spinlock. It's something that happens on kernel level. Yes, it may be related to some shared critical system resource but (on the kernel level) but it makes the situation even worse because it means the OS let to abuse that mechanism from untrusted user mode to anyone who even doesn't have elevated privileges.

geckoagua#5765
Tears don't help. ;)
Last edited by cursorTarget#1174 on Dec 15, 2024, 2:32:01 PM
"

It means the OS let to abuse that mechanism from untrusted user mode to anyone who even doesn't have elevated privileges.


This is a strong assertion that is not necessarily substantiated by the evidence provided. If the freeze were caused by user-mode threads, this would indeed indicate a flaw in the OS's privilege isolation and resource management. This should not be possible unless there is a vulnerability that permits such abuse (e.g., a privilege escalation exploit).

Instead, a more likely scenario is that the OS is not letting abuse happen. If so, an excessive or invalid request from user mode may cause the kernel to malfunction as it tries to enforce control.
memory dump while having this problem:
*******************************************************************************
* *
* Exception Analysis *
* *
*******************************************************************************


KEY_VALUES_STRING: 1

Key : Analysis.CPU.mSec
Value: 5593

Key : Analysis.Elapsed.mSec
Value: 5688

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

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

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

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

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

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

Key : Analysis.Version.DbgEng
Value: 10.0.27725.1000

Key : Analysis.Version.Description
Value: 10.2408.27.01 amd64fre

Key : Analysis.Version.Ext
Value: 1.2408.27.1

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

Key : Failure.Hash
Value: {c165aeaa-a6f5-c315-9d3d-88bb28f6770c}

Key : Timeline.OS.Boot.DeltaSec
Value: 234850

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

Key : WER.OS.Branch
Value: ge_release

Key : WER.OS.Version
Value: 10.0.26100.1


FILE_IN_CAB: PathOfExileSteam.DMP

NTGLOBALFLAG: 0

APPLICATION_VERIFIER_FLAGS: 0

EXCEPTION_RECORD: (.exr -1)
ExceptionAddress: 0000000000000000
ExceptionCode: 80000003 (Break instruction exception)
ExceptionFlags: 00000000
NumberParameters: 0

FAULTING_THREAD: 000037c4

PROCESS_NAME: PathOfExileSteam.exe

ERROR_CODE: (NTSTATUS) 0x80000003 - {EXCEPTION} Breakpoint A breakpoint has been reached.

EXCEPTION_CODE_STR: 80000003

STACK_TEXT:
000000f5`2e1fee60 00007ff7`75533b25 : 083e86e0`2f54a060 000002cf`66ea3a20 00000000`00000000 00000000`00001901 : PathOfExileSteam+0xc5e7bb
000000f5`2e1fee90 00007ff7`7566266b : 00000000`00000000 000000f5`2e1fef60 00000000`00000000 00000000`00000000 : PathOfExileSteam+0xc83b25
000000f5`2e1feef0 00007ff7`756633dd : 000002d9`4b419e88 000002d9`4b41bec8 000002d9`4ab3dc00 000002d9`4b41bee8 : PathOfExileSteam+0xdb266b
000000f5`2e1fef90 00007ff7`7550017b : 000000f5`2e1ff258 478a1b57`00000000 000000f5`2e1ff248 000000f5`2e1ff488 : PathOfExileSteam+0xdb33dd
000000f5`2e1ff090 00007ff7`755005ec : 000002cf`3f400210 000002cf`3f4006f0 000000f5`2e1ff250 000000f5`2e1ff518 : PathOfExileSteam+0xc5017b
000000f5`2e1ff220 00007ff7`75663386 : 00000000`00000138 000000f5`2e1ff339 000002d9`4b3373e0 000002d9`4b3373e0 : PathOfExileSteam+0xc505ec
000000f5`2e1ff2a0 00007ff7`7550017b : 000000f5`2e1ff568 00000000`00000000 000000f5`2e1ff558 00000000`00000000 : PathOfExileSteam+0xdb3386
000000f5`2e1ff3a0 00007ff7`755005ec : 000002cf`3f400210 000002cf`3f4006f0 000000f5`2e1ff560 00007ff7`755041bf : PathOfExileSteam+0xc5017b
000000f5`2e1ff530 00007ff7`75624d0b : 00000000`00000138 000000f5`2e1ff6b0 000000f5`2e1ff770 000000f5`2e1ff770 : PathOfExileSteam+0xc505ec
000000f5`2e1ff5b0 00007ff7`75aa7793 : 00000000`00161616 00000000`0dfeb212 000002cf`3fb00360 00000000`00000000 : PathOfExileSteam+0xd74d0b
000000f5`2e1ff6e0 00007ff7`7561b647 : 00007ff7`7826c250 00000222`ad0c054a 000002cf`40100040 000000f5`00161616 : PathOfExileSteam+0x11f7793
000000f5`2e1ff830 00007ff7`749928b0 : 00000222`ad08aa85 00000000`00000000 00000222`ad08aa86 00000222`ad08a99f : PathOfExileSteam+0xd6b647
000000f5`2e1ff920 00007ff7`749929f7 : 000000f5`2e1ff970 00007ff7`748b0000 00007ff7`00000002 000002cf`3ef02a40 : PathOfExileSteam+0xe28b0
000000f5`2e1ff950 00007ff7`74992c00 : 00007ff7`748b0000 00000000`00000000 00000000`00000000 00000000`00000007 : PathOfExileSteam+0xe29f7
000000f5`2e1ffa80 00007ff7`74992cd9 : 00007ff7`748b0000 00007ff7`748b0000 00000000`00000000 00000000`00000000 : PathOfExileSteam+0xe2c00
000000f5`2e1ffab0 00007ff7`76b75c22 : 00000000`0000000a 00007ff7`76b75c99 00000000`00000000 00000000`00000000 : PathOfExileSteam+0xe2cd9
000000f5`2e1ffb10 00007ffc`952ce8d7 : 00000000`00000000 00000000`00000000 00000000`00000000 00000000`00000000 : PathOfExileSteam+0x22c5c22
000000f5`2e1ffb50 00007ffc`9655fbcc : 00000000`00000000 00000000`00000000 00000000`00000000 000000f5`2e1ffba0 : kernel32!BaseThreadInitThunk+0x17
000000f5`2e1ffb80 00000000`00000000 : 00000000`00000000 00000000`00000000 00000000`00000000 00000000`00000000 : ntdll!RtlUserThreadStart+0x2c


STACK_COMMAND: ~0s; .ecxr ; kb

SYMBOL_NAME: pathofexilesteam+c5e7bb

MODULE_NAME: PathOfExileSteam

IMAGE_NAME: PathOfExileSteam.exe

FAILURE_BUCKET_ID: BREAKPOINT_80000003_PathOfExileSteam.exe!Unknown

OS_VERSION: 10.0.26100.1

BUILDLAB_STR: ge_release

OSPLATFORM_TYPE: x64

OSNAME: Windows 10

FAILURE_ID_HASH: {c165aeaa-a6f5-c315-9d3d-88bb28f6770c}

Followup: MachineOwner

----

Last error for thread 0:
LastErrorValue: (Win32) 0 (0) - The operation completed successfully.
LastStatusValue: (NTSTATUS) 0xc000007c - An attempt was made to reference a token that doesn't exist. This is typically done by referencing the token associated with a thread when the thread is not impersonating a client.

Last error for thread 1:
LastErrorValue: (Win32) 0 (0) - The operation completed successfully.
LastStatusValue: (NTSTATUS) 0 - STATUS_SUCCESS

Last error for thread 2:
LastErrorValue: (Win32) 0 (0) - The operation completed successfully.
LastStatusValue: (NTSTATUS) 0 - STATUS_SUCCESS

Last error for thread 3:
LastErrorValue: (Win32) 0 (0) - The operation completed successfully.
LastStatusValue: (NTSTATUS) 0 - STATUS_SUCCESS

Last error for thread 4:
LastErrorValue: (Win32) 0 (0) - The operation completed successfully.
LastStatusValue: (NTSTATUS) 0x80090318 - The supplied message is incomplete. The signature was not verified.

Last error for thread 5:
LastErrorValue: (Win32) 0x3e5 (997) - Overlapped I/O operation is in progress.
LastStatusValue: (NTSTATUS) 0x103 - The operation that was requested is pending completion.

Last error for thread 6:
LastErrorValue: (Win32) 0 (0) - The operation completed successfully.
LastStatusValue: (NTSTATUS) 0xc0000135 - The code execution cannot proceed because %hs was not found. Reinstalling the program may fix this problem.

Last error for thread 7:
LastErrorValue: (Win32) 0 (0) - The operation completed successfully.
LastStatusValue: (NTSTATUS) 0 - STATUS_SUCCESS

Last error for thread 8:
LastErrorValue: (Win32) 0 (0) - The operation completed successfully.
LastStatusValue: (NTSTATUS) 0 - STATUS_SUCCESS

Last error for thread 9:
LastErrorValue: (Win32) 0 (0) - The operation completed successfully.
LastStatusValue: (NTSTATUS) 0 - STATUS_SUCCESS

Last error for thread a:
LastErrorValue: (Win32) 0 (0) - The operation completed successfully.
LastStatusValue: (NTSTATUS) 0 - STATUS_SUCCESS

Last error for thread b:
LastErrorValue: (Win32) 0 (0) - The operation completed successfully.
LastStatusValue: (NTSTATUS) 0 - STATUS_SUCCESS

Last error for thread c:
LastErrorValue: (Win32) 0 (0) - The operation completed successfully.
LastStatusValue: (NTSTATUS) 0 - STATUS_SUCCESS

Last error for thread d:
LastErrorValue: (Win32) 0 (0) - The operation completed successfully.
LastStatusValue: (NTSTATUS) 0 - STATUS_SUCCESS

Last error for thread e:
LastErrorValue: (Win32) 0 (0) - The operation completed successfully.
LastStatusValue: (NTSTATUS) 0 - STATUS_SUCCESS

Last error for thread f:
LastErrorValue: (Win32) 0 (0) - The operation completed successfully.
LastStatusValue: (NTSTATUS) 0 - STATUS_SUCCESS

Last error for thread 10:
LastErrorValue: (Win32) 0 (0) - The operation completed successfully.
LastStatusValue: (NTSTATUS) 0 - STATUS_SUCCESS

Last error for thread 11:
LastErrorValue: (Win32) 0 (0) - The operation completed successfully.
LastStatusValue: (NTSTATUS) 0 - STATUS_SUCCESS

Last error for thread 12:
LastErrorValue: (Win32) 0 (0) - The operation completed successfully.
LastStatusValue: (NTSTATUS) 0 - STATUS_SUCCESS

Last error for thread 13:
LastErrorValue: (Win32) 0 (0) - The operation completed successfully.
LastStatusValue: (NTSTATUS) 0 - STATUS_SUCCESS

Last error for thread 14:
LastErrorValue: (Win32) 0 (0) - The operation completed successfully.
LastStatusValue: (NTSTATUS) 0 - STATUS_SUCCESS

Last error for thread 15:
LastErrorValue: (Win32) 0 (0) - The operation completed successfully.
LastStatusValue: (NTSTATUS) 0 - STATUS_SUCCESS

Last error for thread 16:
LastErrorValue: (Win32) 0 (0) - The operation completed successfully.
LastStatusValue: (NTSTATUS) 0 - STATUS_SUCCESS

Last error for thread 17:
LastErrorValue: (Win32) 0 (0) - The operation completed successfully.
LastStatusValue: (NTSTATUS) 0 - STATUS_SUCCESS

Last error for thread 18:
LastErrorValue: (Win32) 0 (0) - The operation completed successfully.
LastStatusValue: (NTSTATUS) 0 - STATUS_SUCCESS

Last error for thread 19:
LastErrorValue: (Win32) 0 (0) - The operation completed successfully.
LastStatusValue: (NTSTATUS) 0 - STATUS_SUCCESS

Last error for thread 1a:
LastErrorValue: (Win32) 0 (0) - The operation completed successfully.
LastStatusValue: (NTSTATUS) 0 - STATUS_SUCCESS

Last error for thread 1b:
LastErrorValue: (Win32) 0 (0) - The operation completed successfully.
LastStatusValue: (NTSTATUS) 0 - STATUS_SUCCESS

Last error for thread 1c:
LastErrorValue: (Win32) 0 (0) - The operation completed successfully.
LastStatusValue: (NTSTATUS) 0 - STATUS_SUCCESS

Last error for thread 1d:
LastErrorValue: (Win32) 0 (0) - The operation completed successfully.
LastStatusValue: (NTSTATUS) 0 - STATUS_SUCCESS

Last error for thread 1e:
LastErrorValue: (Win32) 0 (0) - The operation completed successfully.
LastStatusValue: (NTSTATUS) 0 - STATUS_SUCCESS

Last error for thread 1f:
LastErrorValue: (Win32) 0x7e (126) - The specified module could not be found.
LastStatusValue: (NTSTATUS) 0xc0000135 - The code execution cannot proceed because %hs was not found. Reinstalling the program may fix this problem.

Last error for thread 20:
LastErrorValue: (Win32) 0 (0) - The operation completed successfully.
LastStatusValue: (NTSTATUS) 0xc0000135 - The code execution cannot proceed because %hs was not found. Reinstalling the program may fix this problem.

Last error for thread 21:
LastErrorValue: (Win32) 0 (0) - The operation completed successfully.
LastStatusValue: (NTSTATUS) 0 - STATUS_SUCCESS

Last error for thread 22:
LastErrorValue: (Win32) 0 (0) - The operation completed successfully.
LastStatusValue: (NTSTATUS) 0xc0000135 - The code execution cannot proceed because %hs was not found. Reinstalling the program may fix this problem.

Last error for thread 23:
LastErrorValue: (Win32) 0 (0) - The operation completed successfully.
LastStatusValue: (NTSTATUS) 0 - STATUS_SUCCESS

Last error for thread 24:
LastErrorValue: (Win32) 0 (0) - The operation completed successfully.
LastStatusValue: (NTSTATUS) 0 - STATUS_SUCCESS

Last error for thread 25:
LastErrorValue: (Win32) 0 (0) - The operation completed successfully.
LastStatusValue: (NTSTATUS) 0 - STATUS_SUCCESS

Last error for thread 26:
LastErrorValue: (Win32) 0 (0) - The operation completed successfully.
LastStatusValue: (NTSTATUS) 0 - STATUS_SUCCESS

Last error for thread 27:
LastErrorValue: (Win32) 0 (0) - The operation completed successfully.
LastStatusValue: (NTSTATUS) 0 - STATUS_SUCCESS

Last error for thread 28:
LastErrorValue: (Win32) 0 (0) - The operation completed successfully.
LastStatusValue: (NTSTATUS) 0xc0000135 - The code execution cannot proceed because %hs was not found. Reinstalling the program may fix this problem.

Last error for thread 29:
LastErrorValue: (Win32) 0 (0) - The operation completed successfully.
LastStatusValue: (NTSTATUS) 0xc0000135 - The code execution cannot proceed because %hs was not found. Reinstalling the program may fix this problem.

Last error for thread 2a:
LastErrorValue: (Win32) 0x3e5 (997) - Overlapped I/O operation is in progress.
LastStatusValue: (NTSTATUS) 0x103 - The operation that was requested is pending completion.

Last error for thread 2b:
LastErrorValue: (Win32) 0 (0) - The operation completed successfully.
LastStatusValue: (NTSTATUS) 0 - STATUS_SUCCESS

Last error for thread 2c:
LastErrorValue: (Win32) 0 (0) - The operation completed successfully.
LastStatusValue: (NTSTATUS) 0xc0000135 - The code execution cannot proceed because %hs was not found. Reinstalling the program may fix this problem.

Last error for thread 2d:
LastErrorValue: (Win32) 0 (0) - The operation completed successfully.
LastStatusValue: (NTSTATUS) 0 - STATUS_SUCCESS

Last error for thread 2e:
LastErrorValue: (Win32) 0 (0) - The operation completed successfully.
LastStatusValue: (NTSTATUS) 0 - STATUS_SUCCESS

Last error for thread 2f:
LastErrorValue: (Win32) 0 (0) - The operation completed successfully.
LastStatusValue: (NTSTATUS) 0 - STATUS_SUCCESS

Last error for thread 30:
LastErrorValue: (Win32) 0 (0) - The operation completed successfully.
LastStatusValue: (NTSTATUS) 0 - STATUS_SUCCESS

Last error for thread 31:
LastErrorValue: (Win32) 0 (0) - The operation completed successfully.
LastStatusValue: (NTSTATUS) 0 - STATUS_SUCCESS

Last error for thread 32:
LastErrorValue: (Win32) 0 (0) - The operation completed successfully.
LastStatusValue: (NTSTATUS) 0 - STATUS_SUCCESS

Last error for thread 33:
LastErrorValue: (Win32) 0 (0) - The operation completed successfully.
LastStatusValue: (NTSTATUS) 0 - STATUS_SUCCESS

Last error for thread 34:
LastErrorValue: (Win32) 0 (0) - The operation completed successfully.
LastStatusValue: (NTSTATUS) 0 - STATUS_SUCCESS

Last error for thread 35:
LastErrorValue: (Win32) 0 (0) - The operation completed successfully.
LastStatusValue: (NTSTATUS) 0 - STATUS_SUCCESS

Last error for thread 36:
LastErrorValue: (Win32) 0 (0) - The operation completed successfully.
LastStatusValue: (NTSTATUS) 0 - STATUS_SUCCESS

Last error for thread 37:
LastErrorValue: (Win32) 0 (0) - The operation completed successfully.
LastStatusValue: (NTSTATUS) 0 - STATUS_SUCCESS

Last error for thread 38:
LastErrorValue: (Win32) 0 (0) - The operation completed successfully.
LastStatusValue: (NTSTATUS) 0 - STATUS_SUCCESS

Last error for thread 39:
LastErrorValue: (Win32) 0 (0) - The operation completed successfully.
LastStatusValue: (NTSTATUS) 0 - STATUS_SUCCESS

Last error for thread 3a:
LastErrorValue: (Win32) 0 (0) - The operation completed successfully.
LastStatusValue: (NTSTATUS) 0 - STATUS_SUCCESS

Last error for thread 3b:
LastErrorValue: (Win32) 0 (0) - The operation completed successfully.
LastStatusValue: (NTSTATUS) 0 - STATUS_SUCCESS

Last error for thread 3c:
LastErrorValue: (Win32) 0 (0) - The operation completed successfully.
LastStatusValue: (NTSTATUS) 0 - STATUS_SUCCESS

Last error for thread 3d:
LastErrorValue: (Win32) 0 (0) - The operation completed successfully.
LastStatusValue: (NTSTATUS) 0 - STATUS_SUCCESS

Last error for thread 3e:
LastErrorValue: (Win32) 0 (0) - The operation completed successfully.
LastStatusValue: (NTSTATUS) 0 - STATUS_SUCCESS

Last error for thread 3f:
LastErrorValue: (Win32) 0x7e (126) - The specified module could not be found.
LastStatusValue: (NTSTATUS) 0xc0000135 - The code execution cannot proceed because %hs was not found. Reinstalling the program may fix this problem.

Last error for thread 40:
LastErrorValue: (Win32) 0 (0) - The operation completed successfully.
LastStatusValue: (NTSTATUS) 0 - STATUS_SUCCESS

Last error for thread 41:
LastErrorValue: (Win32) 0 (0) - The operation completed successfully.
LastStatusValue: (NTSTATUS) 0 - STATUS_SUCCESS

Last error for thread 42:
LastErrorValue: (Win32) 0 (0) - The operation completed successfully.
LastStatusValue: (NTSTATUS) 0 - STATUS_SUCCESS

Last error for thread 43:
LastErrorValue: (Win32) 0 (0) - The operation completed successfully.
LastStatusValue: (NTSTATUS) 0 - STATUS_SUCCESS

Last error for thread 44:
LastErrorValue: (Win32) 0 (0) - The operation completed successfully.
LastStatusValue: (NTSTATUS) 0 - STATUS_SUCCESS

Last error for thread 45:
LastErrorValue: (Win32) 0 (0) - The operation completed successfully.
LastStatusValue: (NTSTATUS) 0 - STATUS_SUCCESS

Last error for thread 46:
LastErrorValue: (Win32) 0 (0) - The operation completed successfully.
LastStatusValue: (NTSTATUS) 0 - STATUS_SUCCESS

Last error for thread 47:
LastErrorValue: (Win32) 0 (0) - The operation completed successfully.
LastStatusValue: (NTSTATUS) 0 - STATUS_SUCCESS

Last error for thread 48:
LastErrorValue: (Win32) 0 (0) - The operation completed successfully.
LastStatusValue: (NTSTATUS) 0 - STATUS_SUCCESS

Last error for thread 49:
LastErrorValue: (Win32) 0 (0) - The operation completed successfully.
LastStatusValue: (NTSTATUS) 0 - STATUS_SUCCESS

Last error for thread 4a:
LastErrorValue: (Win32) 0 (0) - The operation completed successfully.
LastStatusValue: (NTSTATUS) 0 - STATUS_SUCCESS

Last error for thread 4b:
LastErrorValue: (Win32) 0 (0) - The operation completed successfully.
LastStatusValue: (NTSTATUS) 0 - STATUS_SUCCESS

Last error for thread 4c:
LastErrorValue: (Win32) 0 (0) - The operation completed successfully.
LastStatusValue: (NTSTATUS) 0 - STATUS_SUCCESS

Last error for thread 4d:
LastErrorValue: (Win32) 0 (0) - The operation completed successfully.
LastStatusValue: (NTSTATUS) 0 - STATUS_SUCCESS

Last error for thread 4e:
LastErrorValue: (Win32) 0 (0) - The operation completed successfully.
LastStatusValue: (NTSTATUS) 0 - STATUS_SUCCESS

Last error for thread 4f:
LastErrorValue: (Win32) 0 (0) - The operation completed successfully.
LastStatusValue: (NTSTATUS) 0 - STATUS_SUCCESS

Last error for thread 50:
LastErrorValue: (Win32) 0 (0) - The operation completed successfully.
LastStatusValue: (NTSTATUS) 0 - STATUS_SUCCESS

Last error for thread 51:
LastErrorValue: (Win32) 0 (0) - The operation completed successfully.
LastStatusValue: (NTSTATUS) 0 - STATUS_SUCCESS

Last error for thread 52:
LastErrorValue: (Win32) 0 (0) - The operation completed successfully.
LastStatusValue: (NTSTATUS) 0 - STATUS_SUCCESS

Last error for thread 53:
LastErrorValue: (Win32) 0 (0) - The operation completed successfully.
LastStatusValue: (NTSTATUS) 0 - STATUS_SUCCESS

Last error for thread 54:
LastErrorValue: (Win32) 0 (0) - The operation completed successfully.
LastStatusValue: (NTSTATUS) 0 - STATUS_SUCCESS

Last error for thread 55:
LastErrorValue: (Win32) 0x5b4 (1460) - This operation returned because the timeout period expired.
LastStatusValue: (NTSTATUS) 0x102 - STATUS_TIMEOUT

Last error for thread 56:
LastErrorValue: (Win32) 0 (0) - The operation completed successfully.
LastStatusValue: (NTSTATUS) 0xc0000135 - The code execution cannot proceed because %hs was not found. Reinstalling the program may fix this problem.

Last error for thread 57:
LastErrorValue: (Win32) 0 (0) - The operation completed successfully.
LastStatusValue: (NTSTATUS) 0 - STATUS_SUCCESS

Last error for thread 58:
LastErrorValue: (Win32) 0 (0) - The operation completed successfully.
LastStatusValue: (NTSTATUS) 0 - STATUS_SUCCESS

Last error for thread 59:
LastErrorValue: (Win32) 0 (0) - The operation completed successfully.
LastStatusValue: (NTSTATUS) 0 - STATUS_SUCCESS

Last error for thread 5a:
LastErrorValue: (Win32) 0 (0) - The operation completed successfully.
LastStatusValue: (NTSTATUS) 0xc0000135 - The code execution cannot proceed because %hs was not found. Reinstalling the program may fix this problem.

Last error for thread 5b:
LastErrorValue: (Win32) 0x3e5 (997) - Overlapped I/O operation is in progress.
LastStatusValue: (NTSTATUS) 0x103 - The operation that was requested is pending completion.

Last error for thread 5c:
LastErrorValue: (Win32) 0 (0) - The operation completed successfully.
LastStatusValue: (NTSTATUS) 0 - STATUS_SUCCESS

Last error for thread 5d:
LastErrorValue: (Win32) 0 (0) - The operation completed successfully.
LastStatusValue: (NTSTATUS) 0 - STATUS_SUCCESS

Last error for thread 5e:
LastErrorValue: (Win32) 0x7e (126) - The specified module could not be found.
LastStatusValue: (NTSTATUS) 0xc0000135 - The code execution cannot proceed because %hs was not found. Reinstalling the program may fix this problem.

Last error for thread 5f:
LastErrorValue: (Win32) 0x3e5 (997) - Overlapped I/O operation is in progress.
LastStatusValue: (NTSTATUS) 0x103 - The operation that was requested is pending completion.

Last error for thread 60:
LastErrorValue: (Win32) 0 (0) - The operation completed successfully.
LastStatusValue: (NTSTATUS) 0 - STATUS_SUCCESS

Last error for thread 61:
LastErrorValue: (Win32) 0 (0) - The operation completed successfully.
LastStatusValue: (NTSTATUS) 0 - STATUS_SUCCESS

Last error for thread 62:
LastErrorValue: (Win32) 0 (0) - The operation completed successfully.
LastStatusValue: (NTSTATUS) 0 - STATUS_SUCCESS

Last error for thread 63:
LastErrorValue: (Win32) 0 (0) - The operation completed successfully.
LastStatusValue: (NTSTATUS) 0 - STATUS_SUCCESS

Last error for thread 64:
LastErrorValue: (Win32) 0 (0) - The operation completed successfully.
LastStatusValue: (NTSTATUS) 0 - STATUS_SUCCESS

Last error for thread 65:
LastErrorValue: (Win32) 0 (0) - The operation completed successfully.
LastStatusValue: (NTSTATUS) 0 - STATUS_SUCCESS

Last error for thread 66:
LastErrorValue: (Win32) 0 (0) - The operation completed successfully.
LastStatusValue: (NTSTATUS) 0 - STATUS_SUCCESS

Last error for thread 67:
LastErrorValue: (Win32) 0 (0) - The operation completed successfully.
LastStatusValue: (NTSTATUS) 0 - STATUS_SUCCESS

Last error for thread 68:
LastErrorValue: (Win32) 0 (0) - The operation completed successfully.
LastStatusValue: (NTSTATUS) 0 - STATUS_SUCCESS

Last error for thread 69:
LastErrorValue: (Win32) 0 (0) - The operation completed successfully.
LastStatusValue: (NTSTATUS) 0 - STATUS_SUCCESS

Last error for thread 6a:
LastErrorValue: (Win32) 0 (0) - The operation completed successfully.
LastStatusValue: (NTSTATUS) 0 - STATUS_SUCCESS

Last error for thread 6b:
LastErrorValue: (Win32) 0 (0) - The operation completed successfully.
LastStatusValue: (NTSTATUS) 0 - STATUS_SUCCESS

Last error for thread 6c:
LastErrorValue: (Win32) 0 (0) - The operation completed successfully.
LastStatusValue: (NTSTATUS) 0 - STATUS_SUCCESS

Last error for thread 6d:
LastErrorValue: (Win32) 0 (0) - The operation completed successfully.
LastStatusValue: (NTSTATUS) 0 - STATUS_SUCCESS

Last error for thread 6e:
LastErrorValue: (Win32) 0 (0) - The operation completed successfully.
LastStatusValue: (NTSTATUS) 0 - STATUS_SUCCESS

Last error for thread 6f:
LastErrorValue: (Win32) 0 (0) - The operation completed successfully.
LastStatusValue: (NTSTATUS) 0 - STATUS_SUCCESS

Last error for thread 70:
LastErrorValue: (Win32) 0 (0) - The operation completed successfully.
LastStatusValue: (NTSTATUS) 0xc0000135 - The code execution cannot proceed because %hs was not found. Reinstalling the program may fix this problem.

Last error for thread 71:
LastErrorValue: (Win32) 0 (0) - The operation completed successfully.
LastStatusValue: (NTSTATUS) 0 - STATUS_SUCCESS

Last error for thread 72:
LastErrorValue: (Win32) 0 (0) - The operation completed successfully.
LastStatusValue: (NTSTATUS) 0 - STATUS_SUCCESS

Last error for thread 73:
LastErrorValue: (Win32) 0 (0) - The operation completed successfully.
LastStatusValue: (NTSTATUS) 0 - STATUS_SUCCESS

Last error for thread 74:
LastErrorValue: (Win32) 0 (0) - The operation completed successfully.
LastStatusValue: (NTSTATUS) 0 - STATUS_SUCCESS

Last error for thread 75:
LastErrorValue: (Win32) 0x7e (126) - The specified module could not be found.
LastStatusValue: (NTSTATUS) 0xc0000135 - The code execution cannot proceed because %hs was not found. Reinstalling the program may fix this problem.

Last error for thread 76:
LastErrorValue: (Win32) 0 (0) - The operation completed successfully.
LastStatusValue: (NTSTATUS) 0 - STATUS_SUCCESS

Last error for thread 77:
LastErrorValue: (Win32) 0 (0) - The operation completed successfully.
LastStatusValue: (NTSTATUS) 0 - STATUS_SUCCESS

Last error for thread 78:
LastErrorValue: (Win32) 0x578 (1400) - Invalid window handle.
LastStatusValue: (NTSTATUS) 0xc0000034 - Object Name not found.

Last error for thread 79:
LastErrorValue: (Win32) 0 (0) - The operation completed successfully.
LastStatusValue: (NTSTATUS) 0 - STATUS_SUCCESS

Last error for thread 7a:
LastErrorValue: (Win32) 0 (0) - The operation completed successfully.
LastStatusValue: (NTSTATUS) 0 - STATUS_SUCCESS

Last error for thread 7b:
LastErrorValue: (Win32) 0 (0) - The operation completed successfully.
LastStatusValue: (NTSTATUS) 0xc0000034 - Object Name not found.

Last error for thread 7c:
LastErrorValue: (Win32) 0x5 (5) - Access is denied.
LastStatusValue: (NTSTATUS) 0 - STATUS_SUCCESS

Last error for thread 7d:
LastErrorValue: (Win32) 0x7e (126) - The specified module could not be found.
LastStatusValue: (NTSTATUS) 0xc0000135 - The code execution cannot proceed because %hs was not found. Reinstalling the program may fix this problem.

Last error for thread 7e:
LastErrorValue: (Win32) 0 (0) - The operation completed successfully.
LastStatusValue: (NTSTATUS) 0 - STATUS_SUCCESS

Last error for thread 7f:
LastErrorValue: (Win32) 0x578 (1400) - Invalid window handle.
LastStatusValue: (NTSTATUS) 0xc0000135 - The code execution cannot proceed because %hs was not found. Reinstalling the program may fix this problem.

Last error for thread 80:
LastErrorValue: (Win32) 0 (0) - The operation completed successfully.
LastStatusValue: (NTSTATUS) 0 - STATUS_SUCCESS

Last error for thread 81:
LastErrorValue: (Win32) 0 (0) - The operation completed successfully.
LastStatusValue: (NTSTATUS) 0 - STATUS_SUCCESS

Last error for thread 82:
LastErrorValue: (Win32) 0 (0) - The operation completed successfully.
LastStatusValue: (NTSTATUS) 0 - STATUS_SUCCESS
I thought I would share my specifications to help support the thread, and also sent the DXDIAG to the GGG rep.

History of issue my side, I have had no real performance issues outside some stuttering here and there with a lot of effects on screen except for 1 reoccurring problem which the entire PC freezes on loading screen between zones.

The most repeatable zone to zone PC freeze is the very first zone, Beach or whatever, after killing the Miller and transitioning into Clearfell for the first time.

This has frozen my PC almost 100% of the time I have tried it.

It has frozen probably 5 or so other times in other random loading screens that I can't accurately remember offhand, but not only Beach --> Clearfell is my point.

Below are my PC specs to share another PC rig this is occurring on.

Thanks

------------------------------------------------------------------
Operating System
Windows 11 Home 64-bit

CPU
Intel Core i9 11900K @ 3.50GHz 31 °C
Rocket Lake 14nm Technology

RAM
32.0GB Dual-Channel DDR4 @ 1600MHz (16-20-20-40)

Motherboard
Micro-Star International Co., Ltd. Z590 PRO WIFI (CEC) (MS-7D09) (U3E1) 39 °C

Graphics
VG248 (1920x1080@165Hz)
XG2402 SERIESp"ñO!"# ƒ (1920x1080@144Hz)
4095MB NVIDIA GeForce RTX 3060 Ti (MSI) 58 °C

Storage
931GB Samsung SSD 870 QVO 1TB (SATA (SSD)) 24 °C
1863GB Samsung SSD 970 EVO Plus 2TB (Unknown (SSD))

Optical Drives
No optical disk drives detected

Audio
NVIDIA Virtual Audio Device (Wave Extensible) (WDM)

Report Forum Post

Report Account:

Report Type

Additional Info