(2015-10-02, 08:05)natethomas Wrote: I think I've got the same problem as that other guy, as I seem only capable of going left and not right on the directional pad.
from the log:
Code:
DEBUG: AddOnLog: Joystick Support: Anomalous trigger detected on axis 1 (initial value = 1.000000)
Your joystick driver combines left and right onto a single axis. The Joystick API has a difficult problem of detecting whether the axis is a trigger, an anomalous trigger, an analog stick, a hat, a pressure-sensitive button, an accelerometer, or entirely nonexistent. In that post I outline my solution and offer some ideas on how we could improve detection.
(2015-10-02, 08:05)natethomas Wrote: Also, I was really hoping to finally get the SNES failure issue resolved, but on OE it looks like I still can't launch an SNES game. That problem can be found in the same log. No idea how other people are playing SNES games right now.
here's the error with bSNES Mercury:
Code:
DEBUG: ADDON: Dll Initializing - SNES (bSNES Mercury)
DEBUG: SECTION:LoadDLL(/usr/lib/kodi/addons/game.libretro/game.libretro.so)
DEBUG: Loading: /usr/lib/kodi/addons/game.libretro/game.libretro.so
ERROR: AddOnLog: SNES (bSNES Mercury): Unable to load /usr/lib/kodi/addons/game.libretro.bsnes-mercury/game.libretro.bsnes-mercury.so: cannot open shared object file: No such file or directory
ERROR: AddOnLog: SNES (bSNES Mercury): Failed to load /usr/lib/kodi/addons/game.libretro.bsnes-mercury/game.libretro.bsnes-mercury.so
ERROR: ADDON: Dll SNES (bSNES Mercury) - Client returned bad status (6) from Create and is not usable
INFO: Called Add-on status handler for '6' of clientName:SNES (bSNES Mercury), clientID:game.libretro.bsnes-mercury (same Thread=no)
ERROR: RetroPlayer: Failed to init game client
The libretro core, game.libretro.bsnes-mercury.so, doesn't exist. This is probably a problem with the build system. Yesterday fortenbt
reported bsnes-mercury failed to compile for RPi, which is probably the cause.
Does Beetle bSNES work?