FS#25305 - [jre] LWJGL games crash with JRE 7
Attached to Project:
Community Packages
Opened by Jeff Cook (cookiecaper) - Friday, 29 July 2011, 07:10 GMT
Last edited by Thomas Dziedzic (tomd123) - Wednesday, 17 August 2011, 03:06 GMT
Opened by Jeff Cook (cookiecaper) - Friday, 29 July 2011, 07:10 GMT
Last edited by Thomas Dziedzic (tomd123) - Wednesday, 17 August 2011, 03:06 GMT
|
Details
Description:
Minecraft and Revenge of the Titans, both games that utilize liblwjgl.so, crash since installing jre 7-1 earlier today. This is something involving ld and/or missing libraries. I am using x64. Other complaints and additional detail has been filed at: https://bbs.archlinux.org/viewtopic.php?pid=967053 This ldd output is consistent on custom-built lwjgl and the sos included with both ROTT and Minecraft: linux-vdso.so.1 => (0x00007fff257ff000) libm.so.6 => /lib/libm.so.6 (0x00007ff9156da000) libX11.so.6 => /usr/lib/libX11.so.6 (0x00007ff91539b000) libXext.so.6 => /usr/lib/libXext.so.6 (0x00007ff915188000) libXcursor.so.1 => /usr/lib/libXcursor.so.1 (0x00007ff914f7e000) libXrandr.so.2 => /usr/lib/libXrandr.so.2 (0x00007ff914d76000) libXxf86vm.so.1 => /usr/lib/libXxf86vm.so.1 (0x00007ff914b70000) libpthread.so.0 => /lib/libpthread.so.0 (0x00007ff914953000) libjawt.so => not found libc.so.6 => /lib/libc.so.6 (0x00007ff9145f1000) libxcb.so.1 => /usr/lib/libxcb.so.1 (0x00007ff9143d6000) libdl.so.2 => /lib/libdl.so.2 (0x00007ff9141d2000) libXrender.so.1 => /usr/lib/libXrender.so.1 (0x00007ff913fc7000) libXfixes.so.3 => /usr/lib/libXfixes.so.3 (0x00007ff913dc1000) /lib/ld-linux-x86-64.so.2 (0x00007ff915c2b000) libXau.so.6 => /usr/lib/libXau.so.6 (0x00007ff913bbf000) libXdmcp.so.6 => /usr/lib/libXdmcp.so.6 (0x00007ff9139b9000) ldd on libjawt.so: $ ldd /opt/java/jre/lib/amd64/libjawt.so linux-vdso.so.1 => (0x00007fff3fd2f000) libawt.so => /opt/java/jre/lib/amd64/libawt.so (0x00007ffad0ce9000) libmawt.so => not found libjava.so => /opt/java/jre/lib/amd64/libjava.so (0x00007ffad0a6a000) libjvm.so => not found libc.so.6 => /lib/libc.so.6 (0x00007ffad0709000) libjvm.so => not found libm.so.6 => /lib/libm.so.6 (0x00007ffad0486000) libdl.so.2 => /lib/libdl.so.2 (0x00007ffad0282000) libjvm.so => not found libverify.so => /opt/java/jre/lib/amd64/libverify.so (0x00007ffad0071000) /lib/ld-linux-x86-64.so.2 (0x00007ffad11bd000) libjvm.so => not found |
This task depends upon
Closed by Thomas Dziedzic (tomd123)
Wednesday, 17 August 2011, 03:06 GMT
Reason for closing: Upstream
Additional comments about closing: it is upstream after all
Wednesday, 17 August 2011, 03:06 GMT
Reason for closing: Upstream
Additional comments about closing: it is upstream after all
Please contact mojang and the other game.
I can not do anything about this.
This doesn't fix the initial bug where it uses 32bit libraries instead of the 64bit ones does it?
jre6 also had the same missing links and worked fine.
I will wait for upstream to at least comment on the bugs before moving on.
and a jdk6 package at http://aur.archlinux.org/packages.php?ID=51242
as a temporary solution for this issue.
this will be fixed as soon as those games start using the latest lwjgl with the fix in it.
closing