После 20 часов игры игра вылетает и больше ничего не помогает.

Lexmb37 shared this bug 20 days ago
Solved

Спустя 20 часов игры начались вылеты. Сначала реже, потом чаще. Ошибки по ГП. Попробовал разные способы, описанные здесь. Ничего не помогло. Играть невозможно.

Replies (3)

photo
1

Прошло двое суток, решил попробовать ещё раз сыграть, и о, чудо - игра позволила прохождение квеста дальше. Ничего не делал. Может если кому интересно посмотреть проблему вылетов, то есть файлы в папке по адресу: AppData-Roaming-SpaceEngineers2-Temp-MiniDumps. Файл можно проанализировать на онлайн ресурсах (Типа: https://remontka.pro/bsod/) или с помощью программ для чтения файлов с расширением "dmp". У меня показало переполнение памяти GPU.

photo
1

Hello Lexmb37,


Please note that all Support tickets are processed in English.

I'm glad that the issue has been solved. I will close this thread as such.


Kind Regards,

Bartosz

Keen Software House

photo
1
photo
2

Error Code: CLR Exception (e0434352 / 0x80004003) - Application Memory Access Error

🎯 Simple Cause

The crash occurred not in Windows, but directly in the SpaceEngineers2.exe game application. The error indicates an internal memory issue—the program attempted to use an invalid pointer (null pointer or uninitialized reference). This is a classic bug in the game code itself, not in drivers or hardware.


🧐 Explanation

The report is a managed application (.NET) dump. When Space Engineers 2 is running and an exception occurs (for example, an attempt to access an element that doesn't exist), the .NET runtime (CoreCLR) logs the error and crashes the process. You see the code 0x80004003—it means "E_POINTER" (invalid pointer). The call stack only shows SpaceEngineers2_exe!unknown_function, which means the debugger couldn't pinpoint the exact function, but the culprit is the game itself.

photo
1

Hello. Thank you for the full explanation of the error. Since it appeared, I've been playing for another 30 hours. During this time, there were two more crashes, but after restarting, the game continued without any issues. Here's what I've done: - Disabled the Steam overlay, updated the video card drivers, and disabled unnecessary services and applications.

photo
Leave a Comment
 
Attach a file