Closed h04X-2K closed 4 years ago
@TheFuckingRat if found this //The title of the app to draw the overlay on //Ex "Untitled - Notepad"
means that he is using notepad if yes the problem is with me because I don't have notepad anymore but only notepad++
Notepad can’t be uninstalled (afaik) because it’s a standard windows application, The notepad++ exe is just notepad++.exe
On Mon 18. May 2020 at 19:02, h04X notifications@github.com wrote:
@TheFuckingRat https://github.com/TheFuckingRat if found this //The title of the app to draw the overlay on //Ex "Untitled - Notepad"
means that he is using notepad if yes the problem is with me because I don't have notepad anymore but only notepad++
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/TheFuckingRat/RatPoison/issues/385#issuecomment-630314524, or unsubscribe https://github.com/notifications/unsubscribe-auth/AG75EZW5I3F4GWGCXBKVOGTRSFS2LANCNFSM4MYUYLKQ .
if i put menu from false to true then i get this error
Loading settings... Settings loaded Launching... App Title: Counter-Strike: Global Offensive Exception in thread "DefaultDispatcher-worker-1" com.badlogic.gdx.utils.GdxRuntimeException: java.lang.ExceptionInInitializerError at com.badlogic.gdx.backends.lwjgl3.Lwjgl3Application.(Lwjgl3Application.java:117)
at rat.poison.RatPoison$main$1.invokeSuspend(RatPoison.kt:125)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
at kotlinx.coroutines.DispatchedTask.run(Dispatched.kt:233)
at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:594)
at kotlinx.coroutines.scheduling.CoroutineScheduler.access$runSafely(CoroutineScheduler.kt:60)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:742)
Caused by: java.lang.ExceptionInInitializerError
at rat.poison.ui.UIMenu.(UIMenu.kt:45)
at rat.poison.App.create(RatPoison.kt:233)
at com.badlogic.gdx.backends.lwjgl3.Lwjgl3Window.initializeListener(Lwjgl3Window.java:429)
at com.badlogic.gdx.backends.lwjgl3.Lwjgl3Window.update(Lwjgl3Window.java:377)
at com.badlogic.gdx.backends.lwjgl3.Lwjgl3Application.loop(Lwjgl3Application.java:137)
at com.badlogic.gdx.backends.lwjgl3.Lwjgl3Application.(Lwjgl3Application.java:111)
... 6 more
Caused by: java.lang.IllegalStateException: ColorPicker shader compilation failed. Shader: default.vert, palette.frag: Vertex shader
Vertex shader failed to compile with the following errors:
ERROR: error(#272) Implicit version number 110 not supported by GL3 forward compatible context
ERROR: error(#273) 1 compilation errors. No code generated
Fragment shader: Fragment shader failed to compile with the following errors: ERROR: error(#272) Implicit version number 110 not supported by GL3 forward compatible context ERROR: error(#273) 1 compilation errors. No code generated