Detected that Windows has terminated one or more processes within the last minute leading up to the moment of the current Minecraft JVM instance termination,
so with a very high probability that one of these processes is the Minecraft JVM itself.
Command used to identify terminated processes:
$ErrorActionPreference = 'Continue';
Get-WinEvent -FilterHashtable @{
StartTime=(Get-Date).AddSeconds(-15)
} *>&1 | Format-Table -Wrap -AutoSize | Out-File "C:\Users\********\AppData\Local\Temp\win_event1763711178711.txt" -Encoding UTF8
If no java.exe (or related JVM processes) are listed below, you can disregard this message.
To get more information about such errors:
1) Open Windows Event Viewer (Win+R -> eventvwr.msc -> Enter).
2) Click "Windows Logs" -> "Application".
3) Look for the latest Error you have.
ProviderName: Application Error
TimeCreated Id LevelDisplayName Message
----------- -- ---------------- -------
11/21/2025 12:46:13 AM 1000 Error Faulting application name: javaw.exe, version: 17.0.8.0, time stamp:
Faulting module name: nvoglv64.dll, version: 32.0.15.8129, time stamp:
Exception code: 0xc0000409
Fault offset: 0x0000000001082d7d
Faulting process id: 0x7F2C
Faulting application start time: 0x1DC5AB96C891A34
Faulting application path: C:\Users\********\curseforge\minecraft\Install\jav
a\java-runtime-gamma\bin\javaw.exe
Faulting module path: C:\WINDOWS\System32\DriverStore\FileRepository\nv_di
spi.inf_amd64_6cdc9372d41a2731\nvoglv64.dll
Report Id: ca9b4046-d9cc-4edc-aee2-506e85936a53
Faulting package full name:
Faulting package-relative application ID:
ProviderName: NVIDIA OpenGL Driver
TimeCreated Id LevelDisplayName Message
----------- -- ---------------- -------
11/21/2025 12:46:12 AM 1 Error Unable to recover from a kernel exception. The application must close.
Error code: 3 (subcode 7)
(pid=32556 tid=3240 javaw.exe 64bit)
Visit http://www.nvidia.com/page/support.html for more information.