Homepage Forums RetroPie Project Ideas for Further Enhancements Mupen64plus (ricrpi branch) Reply To: Mupen64plus (ricrpi branch)

#18260
sumpy
Participant

I’ve installed the ricrpi branch of Mupen64plus, and the installation went well. I’ve set up the correct binary path in /etc/emulationstation/es_config, but game ROM’s won’t actually run. I redirected STDOUT and STDERR to a file so I could see what’s happening, and oddly enough I don’t find any errors in the log file. Here is what I get when I launch any N64 ROM:

 __  __                         __   _  _   ____  _             
|  \/  |_   _ _ __   ___ _ __  / /_ | || | |  _ \| |_   _ ___ 
| |\/| | | | | '_ \ / _ \ '_ \| '_ \| || |_| |_) | | | | / __|  
| |  | | |_| | |_) |  __/ | | | (_) |__   _|  __/| | |_| \__ \  
|_|  |_|\__,_| .__/ \___|_| |_|\___/   |_| |_|   |_|\__,_|___/  
             |_|         http://code.google.com/p/mupen64plus/  
Mupen64Plus Console User-Interface Version 2.0.0

UI-Console: attached to core library 'Mupen64Plus Core' version 2.0.0
UI-Console:             Includes support for Dynamic Recompiler.
Core: Goodname: Super Mario 64 (U) [!]
Core: Name: SUPER MARIO 64      
Core: MD5: 20B854B239203BAF6C961B850A4A51A2
Core: CRC: 635a2bff 8b022326
Core: Imagetype: .z64 (native)
Core: Rom size: 8388608 bytes (or 8 Mb or 64 Megabits)
Core: Version: 1444
Core: Manufacturer: Nintendo
Core: Country: USA
UI-Console Status: Cheat codes disabled.
Video: DEBUG Video-Rice InitConfiguration() 658
Video: DEBUG Video-Rice set default configuration
UI-Console: using Video plugin: 'Mupen64Plus OpenGL Video Plugin by Rice' v2.0.0
UI-Console: using Audio plugin: 'Mupen64Plus OMX Audio Plugin' v2.0.0
UI-Console: using Input plugin: 'Mupen64Plus SDL Input Plugin' v2.0.0
UI-Console: using RSP plugin: 'Hacktarux/Azimer High-Level Emulation RSP Plugin' v2.0.0
Video: DEBUG Video-Rice InitConfiguration() 835
Video: DEBUG Video-Rice set default configuration
Input: 2 SDL joysticks were found.
Input: N64 Controller #1: Using auto-config with SDL joystick 0 ('Xbox Gamepad (userspace driver)')
Input: N64 Controller #2: Using auto-config with SDL joystick 1 ('Xbox Gamepad (userspace driver) #2')
Input: 2 controller(s) found, 2 plugged in and usable in the emulator
Input Warning: Couldn't open rumble support for joystick #1
Input Warning: Couldn't open rumble support for joystick #2
Input Warning: Couldn't open rumble support for joystick #3
Input Warning: Couldn't open rumble support for joystick #4
Input: Mupen64Plus SDL Input Plugin version 2.0.0 initialized.
Video: Disabled SSE processing.
Video: Found ROM 'SUPER MARIO 64', CRC ff2b5a632623028b-45
Video: Initializing OpenGL Device Context.
Video: Using OpenGL: Broadcom - VideoCore IV HW : OpenGL ES 2.0
Audio: OMX Audio plugin Initialized. Output Frequency 33600 Hz
Input Warning: Couldn't open rumble support for joystick #1
Input Warning: Couldn't open rumble support for joystick #2
Input Warning: Couldn't open rumble support for joystick #3
Input Warning: Couldn't open rumble support for joystick #4
Core: Starting emulation at 2280
Core: Starting R4300 emulator: Dynamic Recompiler
Core: Init new dynarec
Core Status: Stopping emulation.
Core: R4300 emulator finished.
Core: Stopping emulation at 3424
Core Status: Rom closed.

Note that I see no errors or anything that helps to determine what is failing. Any ideas?