Summary: | games-rpg/runescape-launcher-2.2.3: emerges fine but fails to launch due to BadMatch error | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | fuse809 |
Component: | Current packages | Assignee: | Jack Coulter <jscinoz> |
Status: | RESOLVED FIXED | ||
Severity: | major | ||
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | AMD64 | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
LD_DEBUG=libs runescape-launcher output
ldd /usr/lib64/gtk-2.0/modules/libcanberra-gtk-module.so output |
Created attachment 468390 [details]
ldd /usr/lib64/gtk-2.0/modules/libcanberra-gtk-module.so output
ldd /usr/lib64/gtk-2.0/modules/libcanberra-gtk-module.so output
Turns out that problem was that the NXT launcher had downloaded some files to my $HOME directory that caused the launch to fail. Removing ~/Jagex, ~/.*.dat, ~/.runescape fixed the error. |
Created attachment 468388 [details] LD_DEBUG=libs runescape-launcher output I have noticed that games-rpg/runescape-launcher fails to launch (it starts to launch and then within a second or two or trying it crashes), giving the error message: /opt/runescape-launcher/runescape: /usr/lib64/libcurl.so.4: no version information available (required by /opt/runescape-launcher/runescape) The program 'runescape' received an X Window System error. This probably reflects a bug in the program. The error was 'BadMatch (invalid parameter attributes)'. (Details: serial 56252 error_code 8 request_code 42 minor_code 0) (Note to programmers: normally, X errors are reported asynchronously; that is, you will receive the error a while after causing it. To debug your program, run it with the --sync command line option to change this behavior. You can then get a meaningful backtrace from your debugger if you break on the gdk_x_error() function.) /opt/bin/runescape-launcher: line 14: 8611 Segmentation fault /opt/runescape-launcher/runescape --configURI $configURI $@ it used to launch fine for me, but now whenever it is launched it gives the above error message. The first line of the above error message, namely: /opt/runescape-launcher/runescape: /usr/lib64/libcurl.so.4: no version information available (required by /opt/runescape-launcher/runescape) is something I used to get when RuneScape launched fine. I have also noticed that launching runescape-launcher via a chroot (as I also have Ubuntu 14.04 and openSUSE Tumbleweed installed on this same laptop) fails. LD_DEBUG=libs runescape-launcher gives the attached output