https://bugs.winehq.org/show_bug.cgi?id=53063
Bug ID: 53063 Summary: SPORE crashes at launch after 4a98b07c4bcc35a698448261478ba856c149cbea Product: Wine Version: 7.9 Hardware: x86-64 OS: Linux Status: NEW Keywords: regression Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: z.figura12@gmail.com CC: huw@codeweavers.com, zzhang@codeweavers.com Regression SHA1: 4a98b07c4bcc35a698448261478ba856c149cbea Distribution: ---
winedbg doesn't seem to be able to get a backtrace, but the crash is inside of glTexSubImage2D(), called from wined3d_create().
The application does seem to use D3DKMT APIs directly, but not that one, and it crashes before getting to that point.
I'm currently debugging this.