TheGuyThatSleepsTooMuch / mupen64plus

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

Audio only in background #638

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Describe your system:
 - Operating System (be specific):Linux Mint 14
 - Machine type (32-bit or 64-bit):32-bit
 - Mupen64Plus version:2.0.0
- Plugins used:

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

Describe the problem: Pretty new to Linux, of course, but when I run the emu 
plus the rom all I get is audio in the background. There isn't even a window 
that appears. I am guessing that the video plugin or my stuff is obsolete;most 
likely the later. I dled everything straight from the website and run it 
through the terminal after I cd to where it is. I include the MajMask rom and 
all I get is audio. Any ideas on how to fix this??

Please provide any additional information below.
lee@lee-Satellite-L355D ~/Desktop/mupen64plus-bundle-linux32-2.0 $ 
'/home/lee/Desktop/mupen64plus-bundle-linux32-2.0/mupen64plus' 
'/home/lee/Desktop/Legend of Zelda, The - Majora'\''s Mask (E) (M4) [!].z64' 
 __  __                         __   _  _   ____  _             
|  \/  |_   _ _ __   ___ _ __  / /_ | || | |  _ \| |_   _ ___ 
| |\/| | | | | '_ \ / _ \ '_ \| '_ \| || |_| |_) | | | | / __|  
| |  | | |_| | |_) |  __/ | | | (_) |__   _|  __/| | |_| \__ \  
|_|  |_|\__,_| .__/ \___|_| |_|\___/   |_| |_|   |_|\__,_|___/  
             |_|         http://code.google.com/p/mupen64plus/  
Mupen64Plus Console User-Interface Version 2.0.0

UI-Console Error: dlopen('/usr/local/lib/libmupen64plus.so.2') failed: 
/usr/local/lib/libmupen64plus.so.2: cannot open shared object file: No such 
file or directory
UI-Console: attached to core library 'Mupen64Plus Core' version 1.99.5
UI-Console:             Includes support for Dynamic Recompiler.
UI-Console:             Includes support for MIPS r4300 Debugger.
Core: Goodname: Legend of Zelda, The - Majora's Mask (E) (M4) (V1.0) [!]
Core: Name: ZELDA MAJORA'S MASK
Core: MD5: 13FAB67E603B002CEAF0EEA84130E973
Core: CRC: e97955c6 bc338d38
Core: Imagetype: .z64 (native)
Core: Rom size: 33554432 bytes (or 32 Mb or 256 Megabits)
Core: Version: 144b
Core: Manufacturer: Nintendo
Core: Country: Europe (0x50)
UI-Console Status: Cheat codes disabled.
UI-Console Error: dlopen('./mupen64plus-video-rice.so') failed: libpng15.so.15: 
cannot open shared object file: No such file or directory
UI-Console Error: dlopen('./mupen64plus-video-rice.so') failed: libpng15.so.15: 
cannot open shared object file: No such file or directory
UI-Console Error: dlopen('./mupen64plus-video-glide64mk2.so') failed: 
libpng15.so.15: cannot open shared object file: No such file or directory
UI-Console: using Video plugin: <dummy>
UI-Console: using Audio plugin: 'Mupen64Plus SDL 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
Input: 1 SDL joysticks were found.
Input Error: No auto-config found for joystick named 'Microsoft Microsoft® 
Nano Transceiver v1.0' in InputAutoConfig.ini
Input: N64 Controller #1: Forcing default keyboard configuration
Input: 1 controller(s) found, 1 plugged in and usable in the emulator
Input: Mupen64Plus SDL Input Plugin version 2.0.0 initialized.
Core Warning: No video plugin attached.  There will be no video output.
Audio: Initializing SDL audio subsystem...
Core Warning: OpenGL function glActiveTexture() not supported.  OSD deactivated.
Core: Starting R4300 emulator: Dynamic Recompiler

Original issue reported on code.google.com by MatPow...@gmail.com on 18 Jan 2015 at 10:24

GoogleCodeExporter commented 8 years ago
> UI-Console Error: dlopen('/usr/local/lib/libmupen64plus.so.2') failed: 
/usr/local/lib/libmupen64plus.so.2

Please cleanup your system. There are broken stuff in /usr/local which seemed 
to be from an old and broken installation. n this case it seems to be a broken 
symlink.

> UI-Console Error: dlopen('./mupen64plus-video-rice.so') failed: 
libpng15.so.15: cannot open shared object file: No such file or directory

The best way is to install the mupen64plus package from your distribution. 
Otherwise your must manually handle all dependencies. And please update your 
distribution version. Linux Mint 14 isn't supported anymore. Your system is 
most likely full of known security bugs which will never be fixed when you stay 
on that version.

Original comment by conc...@web.de on 20 Jan 2015 at 8:47