Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Here you go:

java -jar /Users/Benz/Library/Application\ Support/itch/apps/Seven\ Sages/Seven\ Sages/Seven\ Sages\ v1.2.jar
Exception in thread "main" java.lang.ExceptionInInitializerError
at org.lwjgl.glfw.GLFW.glfwCreateWindow(GLFW.java:1248)
at com.badlogic.gdx.backends.lwjgl3.Lwjgl3Application.createGlfwWindow(Lwjgl3Application.java:372)
at com.badlogic.gdx.backends.lwjgl3.Lwjgl3Application.createWindow(Lwjgl3Application.java:332)
at com.badlogic.gdx.backends.lwjgl3.Lwjgl3Application.<init>(Lwjgl3Application.java:94)
at com.invrs.tov.desktop.DesktopLauncher.main(DesktopLauncher.java:19)
Caused by: java.lang.IllegalStateException: GLFW windows may only be created on the main thread and that thread must be the first thread in the process. Please run the JVM with -XstartOnFirstThread. For offscreen rendering, make sure another window toolkit (e.g. AWT or JavaFX) is initialized before GLFW.
at org.lwjgl.glfw.EventLoop$OffScreen.<clinit>(EventLoop.java:39)
... 5 more
AL lib: (EE) alc_cleanup: 1 device not closed

I don't really understand most of it, but maybe it is something i'm doing wrong.. no?
Sorry if it is! Let me know if I can help you further.

Thanks! This helps a lot! Don't worry, it's a problem on my end. I'll see what I can do about fixing it. I guess for now Mac users have to use v1.1

Took a while, but I think I finally got it working