Unknown Log

#owShUde
40 lines
Raw
1Detected that Windows has terminated one or more processes within the last minute leading up to the moment of the current Minecraft JVM instance termination,
2so with a very high probability that one of these processes is the Minecraft JVM itself.
3Command used to identify terminated processes:
4
5$ErrorActionPreference = 'Continue';
6Get-WinEvent -FilterHashtable @{
7 LogName='Application';
8 Level=2;
9 StartTime=(Get-Date).AddSeconds(-15)
10} *>&1 | Format-Table -Wrap -AutoSize | Out-File "win_event1764471910618.txt" -Encoding UTF8
11
12If no java.exe (or related JVM processes) are listed below, you can disregard this message.
13To get more information about such errors:
141) Open Windows Event Viewer (Win+R -> eventvwr.msc -> Enter).
152) Click "Windows Logs" -> "Application".
163) Look for the latest Error you have.
17
18 
19 ProviderName: Application Error
20TimeCreated Id LevelDisplayName Message
21----------- -- ---------------- -------
2211/29/2025 7:05:04 PM 1000 Error Faulting application name: javaw.exe, version: 8.0.51.16, time stamp:
23 0x55763d32
24 Faulting module name: nvoglv64.dll, version: 32.0.15.8180, time stamp:
25 0x690262e3
26 Exception code: 0xc0000409
27 Fault offset: 0x000000000108f67d
28 Faulting process id: 0x3DC0
29 Faulting application start time: 0x1DC61A6163EE737
30 Faulting application path: C:\Users\********\AppData\Roaming\ATLauncher\runtim
31 es\minecraft\jre-legacy\windows-x64\jre-legacy\bin\javaw.exe
32 Faulting module path: C:\WINDOWS\System32\DriverStore\FileRepository\nvmdi.
33 inf_amd64_c2d1126d336032b3\nvoglv64.dll
34 Report Id: a40b9b5a-a734-4e79-9f93-788aa105452e
35 Faulting package full name:
36 Faulting package-relative application ID:
37 ProviderName: NVIDIA OpenGL Driver
38TimeCreated Id LevelDisplayName Message
39----------- -- ---------------- -------
4011/29/2025 7:05:04 PM 1
This log will be saved for 90 days from their last view.
Report abuse