Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Instances are just a Black screen [BUG] #307

Open
TimewarpDrive opened this issue Nov 19, 2023 · 3 comments
Open

Instances are just a Black screen [BUG] #307

TimewarpDrive opened this issue Nov 19, 2023 · 3 comments
Labels
bug Something doesn't work

Comments

@TimewarpDrive
Copy link

I downloaded the betacraft release on github (the one that specifies itself as being for the mac, I also downloaded the generalized one from the website and & [launcher-1.09_16-portable.jar]), I opened the launcher just fine, logged in, created the instance, and I got an instance thats just a black window. It never changes, nor loads, or closes (Same happens with the other version). I have minecraft installed (if that matters).

-MacOS 12.7 (macbook air 13' 2017)

  • not sure, but it's the full release version closest to the top labeled as mac; also the general one linked on the website does the same. +[launcher-1.09_16-portable.jar]
@TimewarpDrive TimewarpDrive added the bug Something doesn't work label Nov 19, 2023
@shunlog
Copy link

shunlog commented Dec 15, 2023

I had the same issue on launcher-1.09_16-portable, but it works in v2.0.0-alpha.20230623

@Moresteck
Copy link
Member

Too recent Java, probably. Try making the launcher run with Java 8.

@ahhhhhhoniichan
Copy link

I am also getting a black screen with launcher-1.09_16-portable and launcher-1.09_17-rc1-portable
I am running openjdk version "1.8.0_362"

In the logs, it says:
java.lang.UnsatisfiedLinkError: pathtobetacraft/Betacraft/.betacraft/bin/natives/liblwjgl64.so: libXxf86vm.so.1: cannot open shared object file: No such file or directory

Here is the full warning/error messages:
(10:34:48) OpenJDK 64-Bit Server VM warning: You have loaded library pathtobetacraft/Betacraft/.betacraft/bin/natives/liblwjgl.so which might have disabled stack guard. The VM will try to fix the stack guard now.
(10:34:48) It's highly recommended that you fix the library with 'execstack -c ', or link it with '-z noexecstack'.
(10:34:48) java.lang.UnsatisfiedLinkError: pathtobetacraft/.betacraft/bin/natives/liblwjgl64.so: libXxf86vm.so.1: cannot open shared object file: No such file or directory
(10:34:48) at java.lang.ClassLoader$NativeLibrary.load(Native Method)
(10:34:48) at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1934)
(10:34:48) at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1817)
(10:34:48) at java.lang.Runtime.load0(Runtime.java:782)
(10:34:48) at java.lang.System.load(System.java:1100)
(10:34:48) at org.lwjgl.Sys$1.run(Sys.java:70)
(10:34:48) at java.security.AccessController.doPrivileged(Native Method)
(10:34:48) at org.lwjgl.Sys.doLoadLibrary(Sys.java:66)
(10:34:48) at org.lwjgl.Sys.loadLibrary(Sys.java:87)
(10:34:48) at org.lwjgl.Sys.(Sys.java:117)
(10:34:48) at org.lwjgl.opengl.Display.(Display.java:137)
(10:34:48) at aw.a(SourceFile:140)
(10:34:48) at aw.run(SourceFile:524)
(10:34:48) at java.lang.Thread.run(Thread.java:750)

I am running on linux if that helps

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something doesn't work
Projects
None yet
Development

No branches or pull requests

4 participants