Slay the Spire

Slay the Spire

ModTheSpire
 This topic has been pinned, so it's probably important
Bug Kiooeht  [developer] Jan 4, 2019 @ 4:29pm
FAQ: Troubleshooting Guide
Link to the pre-Workshop Troubleshooting Guide[github.com].

If you encounter a problem, start by finding the "sendToDevs" folder in your Slay the Spire folder and open the file "mts_process_launch.log".

No "Play with Mods" option
If you aren't getting the "Play with Mods" option as seen here, you need to launch Slay the Spire via the Play button inside your Steam Library. Steam skips that window and launches the normal game if you're launching Slay the Spire via something like a shortcut.

OpenGL is not supported by the video driver
If your log contains an error that looks like this:
Exception in thread "LWJGL Application" com.badlogic.gdx.utils.GdxRuntimeException: OpenGL is not supported by the video driver. at com.badlogic.gdx.backends.lwjgl.LwjglGraphics.createDisplayPixelFormat(LwjglGraphics.java:322) at com.badlogic.gdx.backends.lwjgl.LwjglGraphics.setupDisplay(LwjglGraphics.java:216) at com.badlogic.gdx.backends.lwjgl.LwjglApplication.mainLoop(LwjglApplication.java:144) at com.badlogic.gdx.backends.lwjgl.LwjglApplication$1.run(LwjglApplication.java:126) Caused by: org.lwjgl.LWJGLException: Pixel format not accelerated at org.lwjgl.opengl.WindowsPeerInfo.nChoosePixelFormat(Native Method) at org.lwjgl.opengl.WindowsPeerInfo.choosePixelFormat(WindowsPeerInfo.java:52) at org.lwjgl.opengl.WindowsDisplay.createWindow(WindowsDisplay.java:253) at org.lwjgl.opengl.Display.createWindow(Display.java:306) at org.lwjgl.opengl.Display.create(Display.java:848) at org.lwjgl.opengl.Display.create(Display.java:757) at com.badlogic.gdx.backends.lwjgl.LwjglGraphics.createDisplayPixelFormat(LwjglGraphics.java:314) ... 3 more
you need to run ModTheSpire with an older version of Java.
Download this file[files.multimc.org] and extract it to your Slay the Spire folder. It should look like this[user-images.githubusercontent.com].
If you've got it right, ModTheSpire should detect and use that version of Java and you should be good to go.

ModTheSpire is not installed
If you get an error about ModTheSpire not being installed:
  1. Double check that you are subscribed to ModTheSpire.
  2. Disable Offline mode. Steam is unable to find your workshop subscriptions while in Offline mode, so you must be in Online mode for it to function.
  3. Restart Steam. Sometimes Steam does something weird and thinks you don't have Steam open when you do. Restarting usually fixes this.
Last edited by Bug Kiooeht; Jan 9, 2019 @ 1:02pm