larous25 / mupen64plus

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

BlackScreen with RiceVideo #431

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
My Operating System :

 - ArchLinux: 2.6.38-ARCH 

 - Machine type 64-bit: x86_64

 - Mupen64Plus version: 2.0 HG

 - Plugins used: mupen64plus-video-rice.so , mupen64plus-video-glide64.so , mupen64plus-video-z64.so , mupen64plus-video-arachnoid.so , mupen64plus-audio-sdl.so , mupen64plus-input-sdl.so mupen64plus-rsp-hle.so , mupen64plus-rsp-z64.so

  - GUI : wxmupen64plus

For visual artifacts, give:
 - Core: Name: SUPER MARIO 64
 - Core: MD5: 7FA07A6A32C6A4C3289AE5E33E59404E
 - Core: CRC: 635a42c5 bdc58edc

- 0:0d.0 VGA compatible controller: nVidia Corporation C61 [GeForce 7025 / 
nForce 630a] (rev a2)

- Xorg File : http://pastebin.com/k8pQEnPk

Describe the problem: Nothing on Screen, i hear audio , just its a blackscreen 
, but if i load with "z64 rsp & z64 video" the game runs slowly , but run . 

I just can emulate with : Glide64 & Arachnoid , but i wanna use Rice for "High 
Res Textures"

I think , the problem its the "DEPTH" , Xorg , just can run 2/4/8/16 & 24 Bits 
of Depth , but in the wxmupen64plus , its i select 32 Bits i got this errors :

"17:38:29: [Core] An error occurred : SDL_SetVideoMode failed: Couldn't find 
matching GLX visual"

"17:38:29: [Video] An error occurred : Failed to set 32-bit video mode: 800x600"

"Running emulation failed with error : (11) PLUGIN_FAIL: A plugin function 
returned a fatal error"

Or if i try config : 

TextureQuality : Default
OpenGLDepthBufferSetting : 32 Bits 
ColorQuality : 16 Bits or 32 Bits

I got this error :
Loading ROM failed with error : (10) INVALID_STATE: An operation was requested 
which is not allowed in the current state.

Someone can explain me , if this is just a config trouble ???

Original issue reported on code.google.com by Inukaze....@gmail.com on 11 May 2011 at 10:12

GoogleCodeExporter commented 8 years ago
Its not better "Glide64" , and i got a question , if possible you can use "GL 
Nintendo64" 0.4.1 , for add this plugin and update for this source code , 
locate in : http://gln64.emulation64.com/download.html

You can add this plugin , for "Mupen64plus" ??? i think this its a great plugin 
and Needs improvement . fixes to be 100% with Compatible List Games ,like Mario 
Kart 64 , and Others.

And if possible add "Use High Res Textures" like in Rice Video Plugin

This things are possible ???

Original comment by Inukaze....@gmail.com on 15 Sep 2011 at 11:40

GoogleCodeExporter commented 8 years ago
We have an updated version of gln64 called arachnoid which is compatible with 
mupen64plus.  Look on the 3rd party plugins wiki page.

Original comment by richard...@gmail.com on 15 Sep 2011 at 11:48

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
Or sorry , i dont know about the change named of the plugin , and someone , 
know why "Rice Video" i have a Black Screen , how i use to run for example :

mupen64plus --options myrom.n64

To get all verbose , or debug , errors with the plugin , to report here , to 
look where its the trouble.

Well if someone wanna it the "glN64" 0.4.1RC2 Ported to Linux by Blight , can 
visit here : 
http://www.emutalk.net/threads/16624-glN64-0.4.1-RC2-%28Source-Linux%29 . i 
Attach the file too.

Well i really wanna use the "Rice Plugin" i wanna use "High Res Textures".

And reading on the net , the "gl Nintendo 64" Plugin ported for Linux , its not 
the same , the called "Arachnoid" , "based on the Arachnoid plugin for 
Project64." And the "gl Nintendo 64" its a project from Zero.

Look like that, or i can check its based in the same plugin ???

Original comment by Inukaze....@gmail.com on 16 Sep 2011 at 12:06

Attachments:

GoogleCodeExporter commented 8 years ago
Fixed , i remove manually all mupen64plus ( I purge it ) , with this :

sudo rm -rf /usr/share/games/mupen64plus /usr/share/menu/mupen64plus 
/usr/share/man/man6/mupen64plus.6.gz /usr/share/mupen64plus/ 
/usr/share/doc/mupen64plus /usr/share/doc/mupen64plus-dbg 
/usr/share/doc/mupen64plus-dev /usr/share/doc/mupen64plus-extraplugins 
/usr/share/mupen64plus /usr/local/share/mupen64plus/ 

Download a version of "mupen64plus" (Stable) or "SVN Scripts" and build
SVN Script made this $: sudo mkdir -p /usr/local/include/mupen64plus
and install.

If you wanna , download "wxmupen64plus" with this for SVN version :

$ hg clone https://bitbucket.org/auria/wxmupen64plus

$ cd wxmupen64plus && chmod a+x waf wscript && rm -rf build && ./waf configure 
--mupenapi=/usr/local/include/mupen64plus && ./wscript && ./waf && sudo ./waf 
install

Ready . you can launch "Mupen64Plus" , if you wanna extraplugins svn :

Archnoid Video Plugin ( No its glN64 Plugin ) : 

$ hg clone https://bitbucket.org/wahrhaft/mupen64plus-video-arachnoid
$ cd mupen64plus-video-arachnoid/projects/unix && make all DEBUG=1 V=1 && sudo 
make install

z64 Video Plugin :

$ hg clone https://bitbucket.org/wahrhaft/mupen64plus-video-z64
$ cd mupen64plus-video-z64/projects/unix && make all DEBUG=1 V=1 && sudo make 
install

Glide64 Video Plugin :

$ hg clone https://bitbucket.org/wahrhaft/mupen64plus-video-glide64
$ cd mupen64plus-video-glide64/projects/unix && make all DEBUG=1 V=1 && sudo 
make install

z64 RSP Plugin : 

$ hg clone https://bitbucket.org/wahrhaft/mupen64plus-rsp-z64
$ cd mupen64plus-rsp-z64/projects/unix && make all DEBUG=1 V=1 && sudo make 
install

Now all works :-)

Original comment by Inukaze....@gmail.com on 16 Sep 2011 at 4:34

GoogleCodeExporter commented 8 years ago

Original comment by s...@narfation.org on 16 Sep 2011 at 9:24

GoogleCodeExporter commented 8 years ago
The Problem appear when i install the "extraplugins" , i dont know how to 
appear the error , i dont know the error if the chances in 
"~/.config/mupen64plus/mupen64plus.cfg , using the "wxmupen64plus".

Original comment by Inukaze....@gmail.com on 16 Sep 2011 at 5:41