PDA

View Full Version : GTK2 GUI ver0.5 Bug?



mojo
September 2nd, 2005, 13:17
Mupen64 0.5 runs on my Ubuntu Breezy with double status bar icon. Weird rite? Is it a bug?

ySS
September 3rd, 2005, 01:50
same here

Hacktarux
September 3rd, 2005, 10:16
Which version of gtk2 do you have guys ? ySS, I don't have any of the two problems you reported (second one is http://www.emutalk.net/292337-post49.html)

It's been compiled for gtk2.6.x. I believe it should work with other versions of gtk2. Try to compile it yourself to see if it fixes it.

ySS
September 3rd, 2005, 15:00
$ dpkg --status libgtk2.0-0 | grep Version
Version: 2.6.8-1

I think I'll compile from sources. I've been using the precompiled binaries.

ySS
September 3rd, 2005, 15:37
Same again. Here we go some screenshots.

mojo
September 4th, 2005, 21:46
GTK 2.8.2 I use here. I know it's unstable version but does it matter? the bug remains. I think it must be the code.

Hacktarux
September 4th, 2005, 22:03
actually, i just discover the reason of the rombrowser directory list bug, i'll fix it.
I don't know what can cause the status bar issue yet...

mojo
September 5th, 2005, 06:55
Hacktarux, what distro are u using now?
I think you might try to run Mupen64 on Debian based distro like Ubuntu. I and ySS all use Debian-based distros that might be the main case of this bug. Who know? Just give it a try.

Hacktarux
September 5th, 2005, 17:57
Well, that little status bar bug isn't disturbing enough to force me installing another linux distro... i'm currently using gentoo.

rndmtask
September 9th, 2005, 03:04
I'm also using gentoo and I have the same problem.

The problem can be fixed by commenting out line 108 of main_gtk.h
{ "num_roms", -1, NULL },

I don't know if this will mess anything else up so far its been fine for me. I may look into fixing it to work like it looks like it should work if I have enough time.

mojo
September 17th, 2005, 06:05
;) Confirmed! Fixed, Hacktarux, can you look through and confirm whether the fix does not affect other part of the program?