Opened 7 years ago

Closed 2 years ago

Last modified 2 years ago

#4361 closed defect (needsinfo)

Crash switching windows with Alt+Tab with dual monitor

Reported by: frapstar Owned by:
Priority: Must Have Milestone:
Component: Core engine Keywords:
Cc: Patch:

Description

Hi my game crash and i get an error. Please see the log file for more Details.

Attachments (5)

crashlog.dmp (121.7 KB ) - added by frapstar 7 years ago.
crashlog.dmp
crashlog.txt (17.5 KB ) - added by frapstar 7 years ago.
crashlog.txt
interestinglog.html (3.8 KB ) - added by frapstar 7 years ago.
interestinglog.html
mainlog.html (23.4 KB ) - added by frapstar 7 years ago.
mainlog.html
system_info.txt (16.2 KB ) - added by frapstar 7 years ago.
system_info.txt

Download all attachments as: .zip

Change History (15)

by frapstar, 7 years ago

Attachment: crashlog.dmp added

crashlog.dmp

by frapstar, 7 years ago

Attachment: crashlog.txt added

crashlog.txt

by frapstar, 7 years ago

Attachment: interestinglog.html added

interestinglog.html

by frapstar, 7 years ago

Attachment: mainlog.html added

mainlog.html

by frapstar, 7 years ago

Attachment: system_info.txt added

system_info.txt

comment:1 by elexis, 7 years ago

Component: Non-game systemsCore engine
Milestone: Alpha 22
Resolution: needsinfo
Status: newclosed

The logs say that you tried to load a savegame that didn't have metadata. Could it be that you updated to alpha 21 and tried to load a savegame from alpha 20?

comment:2 by frapstar, 7 years ago

No. I install the Game 30 minutes before. A clean install of Alpha 21 Ulysses, no update. And i start a new Game, because there were no savegame, because i install it new on the Computer. The PC has 2 Monitors and the crash was when i switch (alt + tab) to the desktop. when i want to switch back into the game, there was this error.

comment:3 by elexis, 7 years ago

Milestone: Backlog
Priority: Should HaveMust Have
Resolution: needsinfo
Status: closedreopened
Summary: Error - crashlogCrash switching windows with Alt+Tab with dual monitor

Well in that case I reopen it. Perhaps the issue is reproducible when switching with alt+tab on dual monitors on other machines as well. Wouldn't be surprised if dual monitor support has some bug, perhaps windowed mode is more stable.

The savegame error still seems unrelated - sounds like a missing check for players without savegames.

comment:4 by frapstar, 7 years ago

I try in windows mode = Same error. It crash when i switch do desktop and back in the game. So yes the error is reproducible. I dont have this error at my other pc with only one monitor.

comment:5 by Stan, 7 years ago

Alt tab has always been buggy on windows.

comment:6 by elexis, 7 years ago

In 18997:

Save and load dialog bugfix. Reported by frapstar, refs #4361.

Change a wrong check in the save and load screen that didn't handle the "No saved games found" case.

comment:7 by elexis, 7 years ago

Refs #4181

comment:8 by Stan, 7 years ago

I had a look today and here is the stack trace Maybe that can help someone to debug it.

>	pyrogenesis.exe!PerformErrorReaction(ErrorReactionInternal er, unsigned int flags, volatile int * suppress) Line 426	C++
 	pyrogenesis.exe!debug_DisplayError(const wchar_t * description, unsigned int flags, void * context, const wchar_t * lastFuncToSkip, const wchar_t * pathname, int line, const char * func, volatile int * suppress) Line 483	C++
 	pyrogenesis.exe!wseh_ExceptionFilter(_EXCEPTION_POINTERS * ep) Line 289	C++
 	pyrogenesis.exe!CallStartupWithinTryBlock() Line 365	C++
 	[External Code]	
 	[Frames below may be incorrect and/or missing, no symbols loaded for msvcr120.dll]	
 	pyrogenesis.exe!CRenderer::RenderSubmissions(const CBoundingBoxAligned & waterScissor) Line 1572	C++
 	pyrogenesis.exe!CRenderer::RenderScene(Scene & scene) Line 1875	C++
 	pyrogenesis.exe!CGameView::Render() Line 489	C++
 	pyrogenesis.exe!Render() Line 232	C++
 	pyrogenesis.exe!Frame() Line 358	C++

comment:9 by Silier, 2 years ago

Resolution: needsinfo
Status: reopenedclosed

need someone to confirm if still reproducable

comment:10 by Silier, 2 years ago

Milestone: Backlog
Note: See TracTickets for help on using tickets.