https://bugs.winehq.org/show_bug.cgi?id=45171
Bug ID: 45171 Summary: Starbound crashes during game-play with fatal exception Product: Wine Version: 3.6 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: general@sarifria.x10.bz Distribution: ---
Created attachment 61373 --> https://bugs.winehq.org/attachment.cgi?id=61373 terminal log (copied and pasted as i neglected to set output to file)
This occurred shortly after teleportation to a new planet in multiplayer. Wine caught the error and allowed me to close. Please note the asset exception does not occur in native game-play.
https://bugs.winehq.org/show_bug.cgi?id=45171
seirra blake general@sarifria.x10.bz changed:
What |Removed |Added ---------------------------------------------------------------------------- Distribution|--- |Gentoo
https://bugs.winehq.org/show_bug.cgi?id=45171
--- Comment #1 from seirra blake general@sarifria.x10.bz --- Created attachment 61377 --> https://bugs.winehq.org/attachment.cgi?id=61377 terminal log
this may be the same bug? both are exceptions so i figured i would leave it here for now. It happened after accessing an in game storage container (despite plenty of identical ones opening okay)
https://bugs.winehq.org/show_bug.cgi?id=45171
tokktokk fdsfgs@krutt.org changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |fdsfgs@krutt.org
https://bugs.winehq.org/show_bug.cgi?id=45171
--- Comment #2 from seirra blake general@sarifria.x10.bz --- Created attachment 61381 --> https://bugs.winehq.org/attachment.cgi?id=61381 terminal log
game crashed while loading the ark may or may not be related, dropping here as i can't make more bugs right now
https://bugs.winehq.org/show_bug.cgi?id=45171
--- Comment #3 from seirra blake general@sarifria.x10.bz --- Created attachment 61382 --> https://bugs.winehq.org/attachment.cgi?id=61382 terminal log
game crashed while teleporting from ark to ship may or may not be related, dropping here as i can't make more bugs right now (note this particular one may be a native bug but i'm unsure)
https://bugs.winehq.org/show_bug.cgi?id=45171
--- Comment #4 from seirra blake general@sarifria.x10.bz --- Created attachment 61383 --> https://bugs.winehq.org/attachment.cgi?id=61383 terminal log
game crashed while teleporting from ark to ship may or may not be related, dropping here as i can't make more bugs right now (note this particular one may be a native bug but i'm unsure) fatal error, access violation
https://bugs.winehq.org/show_bug.cgi?id=45171
--- Comment #5 from seirra blake general@sarifria.x10.bz --- Created attachment 61384 --> https://bugs.winehq.org/attachment.cgi?id=61384 terminal log
game crashed while teleporting from ark to ship may or may not be related, dropping here as i can't make more bugs right now (note this particular one may be a native bug but i'm unsure) fatal error, access violation
https://bugs.winehq.org/show_bug.cgi?id=45171
--- Comment #6 from seirra blake general@sarifria.x10.bz --- Created attachment 61385 --> https://bugs.winehq.org/attachment.cgi?id=61385 terminal log
game crashed when picking up space backpack may or may not be related, dropping here as i can't make more bugs right now
https://bugs.winehq.org/show_bug.cgi?id=45171
--- Comment #7 from seirra blake general@sarifria.x10.bz --- Created attachment 61386 --> https://bugs.winehq.org/attachment.cgi?id=61386 terminal log
game crashed when completing mazebound64 may or may not be related, dropping here as i can't make more bugs right now
https://bugs.winehq.org/show_bug.cgi?id=45171
Zebediah Figura z.figura12@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |z.figura12@gmail.com
--- Comment #8 from Zebediah Figura z.figura12@gmail.com --- These certainly all look like the same exception:
[Error] Exception caught loading asset: /player.config:objectPreviewOuterAlpha, (AssetException) Could not read JSON asset /player.config:objectPreviewOuterAlpha [0] 1400d7153 Star::captureStack ... Caused by: (JsonParsingException) Cannot parse json file: /player.config [0] 1400d7153 Star::captureStack ... Caused by: std::exception: bad allocation
The only difference being which asset is loaded.
I don't know what component is at fault here. At a wild guess, perhaps msvcp, although it's not exactly easy to read the log.
Could you attach a log of any one of these crashes (it shouldn't matter which) with +seh,+loaddll? Thanks.
https://bugs.winehq.org/show_bug.cgi?id=45171
--- Comment #9 from seirra blake general@sarifria.x10.bz --- Created attachment 61390 --> https://bugs.winehq.org/attachment.cgi?id=61390 terminal log(+seh,+loaddll)
occurred at game launch. (Whilst the error is reproducible, it is hard to know when it will happen, so i will upload logs as it happens, but with the requested WINEDEBUG channels, in case they aren't the same crash)
https://bugs.winehq.org/show_bug.cgi?id=45171
--- Comment #10 from seirra blake general@sarifria.x10.bz --- those debug options seem to prevent me from loading the game? this is the command i use to invoke them: WINEDEBUG=+seh,+loaddll wine steam.exe -no-cef-sandbox |& tee /home/seirra/wine-log is there something you think i should change in it?