Page 1 of 1

[0.15.5] Crash when exiting mod browser on Linux

Posted: Sun Apr 30, 2017 12:39 pm
by ratmatix
Steps to reproduce:

1) Download https://www.factorio.com/get-download/0 ... ha/linux64, extract, run and log in. (Just to note that it happens even on clean install)
2) Click Mods
3) Click Install Mods
4) Install any mod
5) Click back

Game crashes when you click back.

Log:

Code: Select all

  66.742 Info HttpSharedState.cpp:44: Downloading https://mods.factorio.com/api/mods/decreaselaunchsound
  66.975 Info HttpSharedState.cpp:111: Status code: 200
  67.878 Info ModPortal.cpp:196: Downloading /api/downloads/data/mods/1408/decreaselaunchsound_0.0.1.zip?username=ratmatix&token=<private> to /opt/factorio/temp/decreaselaunchsound_0.0.1.zip
  67.878 Info HttpSharedState.cpp:44: Downloading https://mods.factorio.com/api/downloads/data/mods/1408/decreaselaunchsound_0.0.1.zip?username=ratmatix&token=<private>
  69.894 Info HttpSharedState.cpp:111: Status code: 200
  70.413 Info AppManager.cpp:760: Restarting Factorio
  70.413 Restarting for reason other than update. Setting execute permission skipped.
X Error of failed request:  GLXBadWindow
  Major opcode of failed request:  153 (GLX)
  Minor opcode of failed request:  32 (X_GLXDestroyWindow)
  Serial number of failed request:  16931
  Current serial number in output stream:  16935
Some notes - it's in a fully updated Centos 7.3 virtualbox VM (for developing/testing scripts). The game runs fine, otherwise.

Re: [0.15.5] Crash when exiting mod browser on Linux

Posted: Mon May 15, 2017 4:12 pm
by Klonan
ratmatix wrote:Steps to reproduce:

1) Download https://www.factorio.com/get-download/0 ... ha/linux64, extract, run and log in. (Just to note that it happens even on clean install)
2) Click Mods
3) Click Install Mods
4) Install any mod
5) Click back

Game crashes when you click back.

Log:

Code: Select all

  66.742 Info HttpSharedState.cpp:44: Downloading https://mods.factorio.com/api/mods/decreaselaunchsound
  66.975 Info HttpSharedState.cpp:111: Status code: 200
  67.878 Info ModPortal.cpp:196: Downloading /api/downloads/data/mods/1408/decreaselaunchsound_0.0.1.zip?username=ratmatix&token=<private> to /opt/factorio/temp/decreaselaunchsound_0.0.1.zip
  67.878 Info HttpSharedState.cpp:44: Downloading https://mods.factorio.com/api/downloads/data/mods/1408/decreaselaunchsound_0.0.1.zip?username=ratmatix&token=<private>
  69.894 Info HttpSharedState.cpp:111: Status code: 200
  70.413 Info AppManager.cpp:760: Restarting Factorio
  70.413 Restarting for reason other than update. Setting execute permission skipped.
X Error of failed request:  GLXBadWindow
  Major opcode of failed request:  153 (GLX)
  Minor opcode of failed request:  32 (X_GLXDestroyWindow)
  Serial number of failed request:  16931
  Current serial number in output stream:  16935
Some notes - it's in a fully updated Centos 7.3 virtualbox VM (for developing/testing scripts). The game runs fine, otherwise.
Thanks for the report,

Has this issue occurred again in any later 0.15 updates?
Can you reliably reproduce the crash?

Re: [0.15.5] Crash when exiting mod browser on Linux

Posted: Wed May 17, 2017 12:24 pm
by Oxyd
I can reproduce this inside VirtualBox as well, but not on my physical machine. Does this happen for you outside a VM? If this doesn't happen on real hardware, I'd probably consider it a minor issue, since the game runs at about 7 FPS inside VirtualBox anyway, so it's not really playable.