protonscr

After I met that catgirl, my questlist got too long!

protonopen appid 1071220Game compatibility - UnofficialRegression
ValveSoftware/Proton#6190 · opened 2022-09-27 by ipr · updated 2022-09-27 · 2 comments · github · game page · search this game
Iipr 2022-09-27 github

Compatibility Report

  • Name of the game with compatibility issues:After I met that catgirl, my questlist got too long!
  • Steam AppID of the game:1071220

System Information

  • GPU: AMD Vega 56/64
  • Driver/LLVM version: Mesa 22.2.0
  • Kernel version: 5.19.11
  • Proton version:7.0-4

I confirm:

  • [x] that I haven't found an existing compatibility report for this game.
  • [x] that I have checked whether there are updates for my system available.

Symptoms

Game exits after pressing "new game". Log has backtrace pointing towards v8:
v8::internal::compiler

Reproduction

  1. start game
  2. press "new game"
  3. watch a few introductory messages
  4. observe game closing

steam-1071220.log.gz

Iipr 2022-09-27 github

Game works with Proton version 5.13-6 and you proceed into game after the introductory help messages. So this would be a regression of some kind in 6.x and 7.x versions of Proton (including current experimental).
Game looks to be using nwjs.

Iipr 2022-09-27 github

Before the backtrace is another error which may be leading to the later problem:
[0927/132913.158:ERROR:http_transport_win.cc(175)] WinHttpCrackUrl: error 0x13d while retrieving error 0x2ee6 [520:568:0927/132913.159:ERROR:broker_win.cc(134)] Error sending sync broker message: Putki suljettu. (0xE8)

So (named) pipe was closed for some reason causing the later part? (I don't know why it messed language of the error message there.) That might trigger some fallback action which then leads to exception being raised.

Nothing extracted yet.