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).ToString('o'))
} *>&1 | Format-Table -Wrap -AutoSize | Out-File "C:\Users\********\AppData\Local\Temp\win_event1773343721654.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 Hang
TimeCreated Id LevelDisplayName Message
----------- -- ---------------- -------
12/03/2026 20:28:38 1002 Erreur Le programme javaw.exe version 17.0.15.0 a cessé d'interagir avec Windows et
a été fermé. Pour savoir si vous disposez de plus d'informations sur le
problème, consultez l'historique des problèmes dans le panneau de
configuration Sécurité et maintenance.
TimeCreated Id LevelDisplayName Message
----------- -- ---------------- -------
31/10/2026 04:03:02 8193 Erreur Erreur du service de cliché instantané des volumes : erreur lors de l’appel
de la routine CoCreateInstance. hr = 0x8007045b, Un arrêt système est en
31/10/2026 04:03:02 13 Erreur Informations du service de cliché instantané de volumes : impossible de
démarrer le serveur COM de CLSID {4e14fba2-2e22-11d1-9964-00c04fbbb345} et
de nom CEventSystem. [0x8007045b, Un arrêt système est en cours.