Unix Minecraft crashes before main menu

  • The FTB Forum is now read-only, and is here as an archive. To participate in our community discussions, please join our Discord! https://ftb.team/discord
Status
Not open for further replies.

TRayT

New Member
Jul 29, 2019
2
0
0
FTBLauncher version 1.2.3
Minecraft version: 1.4.7 (from launcher)
Java version: 1.7.0_17
OS: amd64 Linux 3.8.7-1-ARCH (Arch Linux 64-bit)

Minecraft crashes shortly after log in.
The FTB splash runs, and then sticks at a black screen.
Vanilla minecraft (1.5.1) runs error free on my system.
All mod packs I've tested come to the same result.
The issue has only come about since upgrading to version 1.2.3 from 1.2.2.
I've updated my system, re-installed FTB and deleted all settings and mod directories manually.

Minecraft Crashlog:
Code:
Launching with applet wrapper...
2013-04-15 09:51:09 [INFO] [ForgeModLoader] Forge Mod Loader version 4.7.35.556 for Minecraft 1.4.7 loading
2013-04-15 09:51:09 [INFO] [MiscPeripheralsASM] Initialized
2013-04-15 09:51:09 [INFO] [ForgeModLoader] Downloading file http://files.minecraftforge.net/fmllibs/argo-2.25.jar
2013-04-15 09:51:10 [INFO] [ForgeModLoader] Download complete
2013-04-15 09:51:10 [INFO] [ForgeModLoader] Downloading file http://files.minecraftforge.net/fmllibs/guava-12.0.1.jar
2013-04-15 09:51:15 [INFO] [ForgeModLoader] Download complete
2013-04-15 09:51:15 [INFO] [ForgeModLoader] Downloading file http://files.minecraftforge.net/fmllibs/asm-all-4.0.jar
2013-04-15 09:51:16 [INFO] [ForgeModLoader] Download complete
2013-04-15 09:51:16 [INFO] [ForgeModLoader] Downloading file http://files.minecraftforge.net/fmllibs/bcprov-jdk15on-147.jar
2013-04-15 09:51:21 [INFO] [ForgeModLoader] Download complete
2013-04-15 09:51:22 [INFO] [ForgeModLoader] Found valid fingerprint for Minecraft Forge. Certificate fingerprint de4cf8a3f3bc15635810044c39240bf96804ea7d
2013-04-15 09:51:22 [INFO] [STDOUT] Adding Accesstransformer map: codechickencore_at.cfg
2013-04-15 09:51:22 [INFO] [STDOUT] Adding AccessTransformer: chickenchunks_at.cfg
2013-04-15 09:51:22 [INFO] [STDOUT] Adding Accesstransformer map: temp.dat
2013-04-15 09:51:22 [INFO] [STDOUT] Adding Accesstransformer map: nei_at.cfg
2013-04-15 09:51:22 [INFO] [STDOUT] Inserted super call into avz.c
2013-04-15 09:51:22 [INFO] [STDOUT] avf was overriden from NotEnoughItems.jar
2013-04-15 09:51:23 [INFO] [STDOUT] Generated BlockMobSpawner helper method.
2013-04-15 09:51:23 [INFO] [STDOUT] 27 achievements
2013-04-15 09:51:23 [INFO] [STDOUT] 210 recipes
2013-04-15 09:51:23 [INFO] [STDOUT] Setting user: TRayT, -8606614512440208119
2013-04-15 09:51:23 [INFO] [STDERR] Exception in thread "Minecraft main thread" java.lang.ExceptionInInitializerError
2013-04-15 09:51:23 [INFO] [STDERR]    at net.minecraft.client.Minecraft.a(Minecraft.java:356)
2013-04-15 09:51:23 [INFO] [STDERR]    at asq.a(SourceFile:56)
2013-04-15 09:51:23 [INFO] [STDERR]    at net.minecraft.client.Minecraft.run(Minecraft.java:746)
2013-04-15 09:51:23 [INFO] [STDERR]    at java.lang.Thread.run(Thread.java:722)
2013-04-15 09:51:23 [INFO] [STDERR] Caused by: java.lang.ArrayIndexOutOfBoundsException: 0
2013-04-15 09:51:23 [INFO] [STDERR]    at org.lwjgl.opengl.XRandR$Screen.<init>(XRandR.java:234)
2013-04-15 09:51:23 [INFO] [STDERR]    at org.lwjgl.opengl.XRandR$Screen.<init>(XRandR.java:196)
2013-04-15 09:51:23 [INFO] [STDERR]    at org.lwjgl.opengl.XRandR.populate(XRandR.java:87)
2013-04-15 09:51:23 [INFO] [STDERR]    at org.lwjgl.opengl.XRandR.access$100(XRandR.java:52)
2013-04-15 09:51:23 [INFO] [STDERR]    at org.lwjgl.opengl.XRandR$1.run(XRandR.java:110)
2013-04-15 09:51:23 [INFO] [STDERR]    at java.security.AccessController.doPrivileged(Native Method)
2013-04-15 09:51:23 [INFO] [STDERR]    at org.lwjgl.opengl.XRandR.getConfiguration(XRandR.java:108)
2013-04-15 09:51:23 [INFO] [STDERR]    at org.lwjgl.opengl.LinuxDisplay.init(LinuxDisplay.java:618)
2013-04-15 09:51:23 [INFO] [STDERR]    at org.lwjgl.opengl.Display.<clinit>(Display.java:135)
2013-04-15 09:51:23 [INFO] [STDERR]    ... 4 more

Full crashlog: http://pastebin.com/iZmqzc3m
 

Pericus

New Member
Jul 29, 2019
45
0
0
I seem to have a similar problem. I can run the FTB ultimate and direwofl20 server.

pastebin of the log when loading via the launcher: http://pastebin.com/qepvjVez

OS: ubuntu 12.04
java version "1.7.0_21"
launcher and mincraft are the same version.
This error did occur before this version.

it report errors when loading FML is this mincraft forge?

I found a website which might provide a solution:
https://github.com/Slowpoke101/FTBLaunch/issues/22
I haven tries this might try it after some sleep (it's 2a.m. here)

I managed to find something
for this I needed the lwjgl libraries version2.8.5
if I started the FTBU mod-pack it will crate a directory Ultimate
there was a directory Ultimate/minecraft/bin/natives/
I replaced the
- jinput.jar
- lwjgl.jar
- lwjgl_util.jar
with the jar files in the 2.8.5 version
and the files in the natives directory with the Linux version (found in lwjgl-2.8.5/native/linux/)

afterwards I could start the game and was able to play.
hope it helps good night.
 

ShneekeyTheLost

Too Much Free Time
Dec 8, 2012
3,728
3,004
333
Lost as always
Speaking as a fellow Penguin, allow me to elucidate and illuminate, as best I can.

Now then, you don't have the full crash log in the OP, and the pastebin has expired, however I'm betting you haven't updated your LWJGL, which will cause this crash.

LWJGL has updated to 2.9.0 now, updating it as mentioned in the second post, by replacing lwjgl.jar, jinput.jar, and lwjgl_util.jar in the /minecraft/bin folder, and replacing the entire contents of /minecraft/bin/local with the Linux locals should do the trick.

In Minecraft 1.6.x and later, the launcher will update this for you, so it isn't going to be a problem going forward. For now, just update the files in every instance you want to run.
 

techno156

Member
Jul 29, 2019
347
0
11
Speaking as a fellow Penguin, allow me to elucidate and illuminate, as best I can.

Now then, you don't have the full crash log in the OP, and the pastebin has expired, however I'm betting you haven't updated your LWJGL, which will cause this crash.

LWJGL has updated to 2.9.0 now, updating it as mentioned in the second post, by replacing lwjgl.jar, jinput.jar, and lwjgl_util.jar in the /minecraft/bin folder, and replacing the entire contents of /minecraft/bin/local with the Linux locals should do the trick.

In Minecraft 1.6.x and later, the launcher will update this for you, so it isn't going to be a problem going forward. For now, just update the files in every instance you want to run.

I might just add this: For me, it's /minecraft/bin/natives
But it might differ depending on Distro... (Fedora 19 [Schrodinger's Cat]) :)
 
Status
Not open for further replies.