Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 390945 - icedtea-bin-7.2.0-r1 breaks minecraft
Summary: icedtea-bin-7.2.0-r1 breaks minecraft
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Java (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Java team
URL:
Whiteboard:
Keywords:
: 489564 (view as bug list)
Depends on:
Blocks:
 
Reported: 2011-11-18 20:08 UTC by Enne Eziarc
Modified: 2013-11-09 13:59 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Enne Eziarc 2011-11-18 20:08:33 UTC
If I try to run the minecraft launcher in icedtea7's VM, it crashes instantly with a backtrace about something in AWT. Since the only way to run the actual game is to go through the launcher, this renders it unplayable.

Reproducible: Always

Steps to Reproduce:
1. sudo emerge icedtea-bin:7
2. eselect java-vm set user icedtea-bin-7
3. /path/to/minecraft-launcher # I'm using the script from java-overlay, but it shouldn't make a difference
Actual Results:  
Exception in thread "main" java.lang.UnsatisfiedLinkError: /opt/icedtea-bin-7.2.0/jre/lib/amd64/xawt/libmawt.so: libcups.so.2: cannot open shared object file: No such file or directory
	at java.lang.ClassLoader$NativeLibrary.load(Native Method)
	at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1928)
	at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1825)
	at java.lang.Runtime.load0(Runtime.java:792)
	at java.lang.System.load(System.java:1059)
	at java.lang.ClassLoader$NativeLibrary.load(Native Method)
	at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1928)
	at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1846)
	at java.lang.Runtime.loadLibrary0(Runtime.java:845)
	at java.lang.System.loadLibrary(System.java:1084)
	at sun.security.action.LoadLibraryAction.run(LoadLibraryAction.java:67)
	at sun.security.action.LoadLibraryAction.run(LoadLibraryAction.java:47)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.awt.Toolkit.loadLibraries(Toolkit.java:1648)
	at java.awt.Toolkit.<clinit>(Toolkit.java:1670)
	at java.awt.Component.<clinit>(Component.java:595)
	at net.minecraft.MinecraftLauncher.main(MinecraftLauncher.java:13)



Worked fine in icedtea6 and the old sun-jre-bin 6
Comment 1 Vlastimil Babka (Caster) (RETIRED) gentoo-dev 2011-11-18 20:12:17 UTC
Try installing net-pring/cups, looks like the dep is now unconditional :/
Comment 2 Vlastimil Babka (Caster) (RETIRED) gentoo-dev 2011-11-18 20:30:17 UTC
The cups was added, if it doesn't help please reopen this bug.
Comment 3 Vlastimil Babka (Caster) (RETIRED) gentoo-dev 2013-11-09 13:59:23 UTC
*** Bug 489564 has been marked as a duplicate of this bug. ***