What's new

Error with Rice's video plugin v1.1 on ubuntu gutsy

sammydee

New member
Hi all.

I downloaded the latest 32 bit version of mupen 64 with rice's video plugin but it doesn't work. This is the terminal output:

rom loaded succesfully
80 37 12 40
ClockRate=f
Version:1444
CRC: f1850c35 ace07912
name: MICROMACHINES64TURBO
Manufacturer: Nintendo
Cartridge_ID: 3356
Country : United States
size: 4096
PC= 80025c00
md5 code:74EB415E16C333B252847A8E09432FD9
eeprom type:0
init timer!
memory initialized
[RiceVideo] SSE processing enabled.
[RiceVideo] SSE processing enabled.
[RiceVideo] Found ROM 'MICROMACHINES64TURBO', CRC 350c85f11279e0ac-45
InitExternalTextures
Initializing OpenGL Device Context
(II) Initializing SDL video subsystem...
(II) Getting video info...
(II) Setting video mode 800x600...
(EE) Error setting video mode 800x600: Couldn't find matching GLX visual
[RiceVideo] OpenGL Combiner: Fragment Program
Signal number 11 caught:
errno = 0 (Success)


Yes glx is working fine, look:

name of display: :0.0
display: :0 screen: 0
direct rendering: Yes
server glx vendor string: NVIDIA Corporation
server glx version string: 1.4

It's a nvidia 7400 with the proprietary drivers. Other graphics plugins work fine, it's just Rice's that doesn't. Any ideas why?

sam
 

Richard42

Emulator Developer
Sam, it appears to be some problem with setting the video mode. I have a Geforce 6600 in my desktop PC and I tested the same game this morning with the default 32-bit binary build and it ran perfectly. Did you change any settings? I think the default resolution is 640x480, so the problem could be related to the 800x600 mode.

Try extracting the files again from the 32-bit binary build into a new directory and see if you can run the games without changing any settings. If this works for you, try changing your settings one at a time until it breaks, and then post your results here.
 

azzamite

black beast of AAAAaaaahhhh!!!
That happens to me when I set the Depth Buffer to 32-bit

(II) Initializing SDL video subsystem...
(II) Getting video info...
(II) Setting video mode 1024x768...
(EE) Error setting video mode 1024x768: Couldn't find matching GLX visual
Signal number 11 caught:
errno = 0 (Conseguido)

I change it to 16-bit and it works again
try replacing your config with the default one in the binary package
RiceVideo.cfg and RiceVideoLinux.ini

the config in the source didn't work for me, but the
plug-ing I compided did
 

Top