mkxp-oneshot icon indicating copy to clipboard operation
mkxp-oneshot copied to clipboard

[LINUX] Game will not start.

Open TwinniDev opened this issue 1 year ago • 1 comments

When attempting to start the game in Steam, or through terminal, it instantly terminates the process. When running in the terminal this is the output.

image

This same thing seems to happen to nearly everyone who tries to start the game. The solution, courtesy of some folks over on ProtonDB seems to be to symlink the libraries available on your system, since the ones bundled with the game are broken. A screenshot below of that. Also of note is that the clover application appears to be broken, not interacting with the game at all, though maybe that's better saved for another issue.

image

My system's specs, if it's at all relevant. image

TwinniDev avatar Mar 27 '23 01:03 TwinniDev

When i played the game, i could make it work properly by doing this:

I removed the following libs:

  • librt.so.1
  • libstdc++.so.6
  • libdrm.so.2
  • libgio-2.0.so.0
  • libglib-2.0.so.0
  • libgmodule-2.0.so.0

And for the steam overlay to work I removed the following lib:

  • libGLdispatch.so.0

The clover app did work for me out of the box, I'm also on arch and this was like November last year.

codedwrench avatar Mar 31 '23 07:03 codedwrench