What's new

blight input prob.

JBranter

New member
Any idea why the input plugin from blight would cause the prog. to exit when i hit config for it? It does it for both old and new versions of mupen. I tried blight ver. 0.0.8, 0.0.8b, 0.0.10 all the same result. This is new, it always worked before. Same joystick/gamepad, seems to be okay with everything else.

Running SuSE 9.3; YAST says its there and can test it. Actually doesn't matter what's plugged in or not , prog still exits. It flashes a quick little black screen that could be the usual blight input config screen, but it's a split second flash and the whole program exits. Been having strange things going on since I moved a windows partition that shares a drive with my /usr mount. Sound got all screwed up after that, had to mess with and restart sound server a few times, maybe this is related (joy is usb, not to soundcard if it matters). No idea, but wish I could get this wicked plugin (thanks blight!) going again. Won't play mupen without it. Thanks, J.
 
Last edited:
OP
J

JBranter

New member
Code:
jnt@linux:~> ldd -r /opt/mupen64-0.5/plugins/blight_input.so
        linux-gate.so.1 =>  (0xffffe000)
        libSDL-1.2.so.0 => /usr/lib/libSDL-1.2.so.0 (0x400b0000)
        libpthread.so.0 => /lib/tls/libpthread.so.0 (0x4015b000)
        libfreetype.so.6 => /usr/lib/libfreetype.so.6 (0x4016d000)
        libz.so.1 => /usr/lib/libz.so.1 (0x401dc000)
        libc.so.6 => /lib/tls/libc.so.6 (0x401ed000)
        libstdc++.so.5 => /usr/lib/libstdc++.so.5 (0x40306000)
        libm.so.6 => /lib/tls/libm.so.6 (0x403c5000)
        libdl.so.2 => /lib/libdl.so.2 (0x403e8000)
        libX11.so.6 => /usr/X11R6/lib/libX11.so.6 (0x403ec000)
        libXext.so.6 => /usr/X11R6/lib/libXext.so.6 (0x404e8000)
        libaa.so.1 => /usr/lib/libaa.so.1 (0x404f6000)
        /lib/ld-linux.so.2 (0x80000000)
        libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x40511000)
        libslang-utf8.so.1 => /usr/lib/libslang-utf8.so.1 (0x40519000)
        libgpm.so.1 => /usr/lib/libgpm.so.1 (0x4058b000)
        libncurses.so.5 => /lib/libncurses.so.5 (0x40591000)

I uninstalled and reinstalled a bunch of SDL things thinking maybe the partition moving stuff screwed up more than it should have which is probably the cause of this. Anything else I should redo or try?

J.
 
OP
J

JBranter

New member
I restarted thinking maybe there was something else that needed to be restated (grasping at straws now) and noticed a 'failed' during the startup sequence. Checked boot.msg and saw...
Code:
Starting sound driver:  intel8x0FATAL: Error inserting snd_intel8x0 (/lib/modules/2.6.11.4-21.8-smp/kernel/sound/pci/snd-intel8x0.ko): Unknown symbol in module, or unknown parameter (see dmesg)
failed
meaning there is still something messed with the sound, gotta restart it again or something.

Checked dmesg and saw...
Code:
snd_intel8x0: Unknown parameter `joystick'
load_module: err 0xfffffffe (dont worry)
in a few different places. However, this was also near the bottom...
Code:
input: USB HID v1.01 Joystick [MAD CATZ ,Ltd. Mad Catz Game Controller] on usb-0
000:00:1d.3-2.1

Not sure what if any of this is important, just trying to provide more info to get help figuring this out.

J.
 

Top