jwmanyon / mupen64plus

Automatically exported from code.google.com/p/mupen64plus
0 stars 0 forks source link

Mupen64plus controls aren't working #592

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Describe your system:
 - Operating System (be specific): Max OS X Mavericks
 - Machine type (32-bit or 64-bit):64
 - Mupen64Plus version: 1.99.5
 - Plugins used:n/a

For visual artifacts, give:
- game name and CRC/MD5 hash (printed on console)
- description of the artifact (missing polygons, flashing, wrong colors,
etc)

Describe the problem:
When I first tried working with the game, it wouldnt detect my PS3 controller. 
The keyboard controls would work so I could play the games. Suddenly they 
stopped working. I messed with the config files and got both the keyboard and 
PS3 controller to work. All of a sudden they both stopped working, but the 
other keyboard controls (i.e. volume, save, load, pause, etc.) do work. 

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

UI-console: attached to core library 'Mupen64Plus Core' version 1.99.5
            Includes support for Dynamic Recompiler.
Core: Goodname: Legend of Zelda, The - Majora's Mask (U) [!]
Core: Name: ZELDA MAJORA'S MASK
Core: MD5: 2A0A8ACB61538235BC1094D297FB6556
Core: CRC: 5354631c 3a2def0
Core: Imagetype: .z64 (native)
Core: Rom size: 33554432 bytes (or 32 Mb or 256 Megabits)
Core: Version: 144b
Core: Manufacturer: Nintendo
Core: Country: USA
UI-Console: Cheat codes disabled.
UI-console: using Video plugin: 'Mupen64Plus OpenGL Video Plugin by Rice' 
v1.99.5
UI-console: using Audio plugin: 'Mupen64Plus SDL Audio Plugin' v1.99.5
Input: N64 Controller #1: Using stored config for SDL joystick 0 
('PLAYSTATION(R)3 Controller')
Input: N64 Controller #2: Using stored config for SDL joystick 1 
('PLAYSTATION(R)3 Controller')
Input Warning: N64 Controller #3: Disabled, SDL joystick 2 is not available
Input Warning: N64 Controller #4: Disabled, SDL joystick 3 is not available
UI-console: using Input plugin: 'Mupen64Plus SDL Input Plugin' v1.99.5
UI-console: using RSP plugin: 'Hacktarux/Azimer High-Level Emulation RSP 
Plugin' v1.99.5
Input: N64 Controller #1: Using stored config for SDL joystick 0 
('PLAYSTATION(R)3 Controller')
Input: N64 Controller #2: Using stored config for SDL joystick 1 
('PLAYSTATION(R)3 Controller')
Input Warning: N64 Controller #3: Disabled, SDL joystick 2 is not available
Input Warning: N64 Controller #4: Disabled, SDL joystick 3 is not available
Input: 2 controller(s) found, 2 plugged in and usable in the emulator
Input: Mupen64Plus SDL Input Plugin version 1.99.5 initialized.
Video: SSE processing enabled.
Video: Found ROM 'ZELDA MAJORA'S MASK', CRC 1c635453f0dea203-45
Video: Enabled hacks for game: 'ZELDA MAJORA'S MASK'
Video: Initializing OpenGL Device Context.
Core: Setting 32-bit video mode: 813x612
Video: Using OpenGL: Intel Inc. - Intel HD Graphics 4000 OpenGL Engine : 2.1 
INTEL-8.18.29
Video: OpenGL Combiner: Fragment Program
Audio: Initializing SDL audio subsystem...
Core: Starting R4300 emulator: Dynamic Recompiler
Core: R4300: starting 64-bit dynamic recompiler at: 0x1047e8200

I have the default config files downloaded with mupen64+ (attached in case)

Please provide any additional information below.
 PLEASE HELP GET MY CONTROLLER WORKING AGAIN! 

Original issue reported on code.google.com by Pano.Pap...@gmail.com on 9 Jan 2014 at 11:39

Attachments:

GoogleCodeExporter commented 9 years ago
First thing: You are using a rather old version of mupen64plus.

It is also rather normal that keyboards don't work when you have no 
Input-SDL-Control* section with keyboard settings like described in 
https://code.google.com/p/mupen64plus/wiki/KeyboardSetup (you have currently 
two sections with PS3 controller - device id 1 and 2)

The default settings can for example be found at 
https://github.com/mupen64plus/mupen64plus-input-sdl/blob/master/data/InputAutoC
fg.ini#L3

When you update then also read 
https://code.google.com/p/mupen64plus/wiki/InputPluginUsage (the important part 
is the "mode" setting which you may want to change to 0 for the kebboard device 
to avoid reconfiguration of your keyboard input device)

Original comment by s...@narfation.org on 10 Jan 2014 at 7:18