Post subject: SDL GUI in testing - Linux binaries available
Emulator Coder
Joined: 8/12/2008
Posts: 42
Hey tasvids, I've been working hard on the GTK GUI. Almost everything in fceux.cfg is configurable via the GUI. Here's a list of some stuff I added: * inputcfg - no hotkeys yet, but there's a GUI for gamepad config * video dialog * sound dialog - all options and mixers for each sound channel * palette dialog - also includes color/tint/hue movie loading, lua script loading, rom loading, and some other command are also available via menus there's more to come and it will be polished more in the near future, but any feedback would be great! here's a deb package for 64bit. it was built on ubuntu 9.10 with SDL 1.2.14. as with all linux binaries, YMMV, but if all else fails just compile the source in subversion. http://megaupload.com/=dFCMDASUI edit - new link; other one was bad edit2: megaupload is down :( and these binaries are so old that you shouldn't be using them
** FceuX SDL Developer/Maintainer ** get the latest source http://sourceforge.net/p/fceultra/code/
Former player
Joined: 11/13/2005
Posts: 1587
I will check this later and report how it works.
Former player
Joined: 11/13/2005
Posts: 1587
The download link doesn't work.
Warepire
He/Him
Editor
Joined: 3/2/2010
Posts: 2174
Location: A little to the left of nowhere (Sweden)
This is the "correct" link: http://megaupload.com/?d=FCMDASUI Just some syntax error. Something must have gotten messed up when the OP posted it.
Former player
Joined: 11/13/2005
Posts: 1587
When trying to install the package with Debi, it says "Status: Error: Wrong architecture 'amd64'". EDIT: Oh yeah, 64-bit. So I can't test it myself.
Post subject: what a journey..
Experienced player (538)
Joined: 5/12/2005
Posts: 707
Brushy wrote:
When trying to install the package with Debi, it says "Status: Error: Wrong architecture 'amd64'". EDIT: Oh yeah, 64-bit. So I can't test it myself.
Mhh isn't it possible to manipulate .deb packages?
punkrockguy318 wrote:
Hey tasvids, I've been working hard on the GTK GUI. Almost everything in fceux.cfg is configurable via the GUI. Here's a list of some stuff I added: * inputcfg - no hotkeys yet, but there's a GUI for gamepad config * video dialog * sound dialog - all options and mixers for each sound channel * palette dialog - also includes color/tint/hue
Your work on GTK GUI sounds interesting, any possibility to share your GUI's source code so I could compile it? In this community including visitors and me might have different distributions to play with ;)
Post subject: Re: what a journey..
Former player
Joined: 11/13/2005
Posts: 1587
Shinryuu wrote:
Mhh isn't it possible to manipulate .deb packages?
I don't know how. I would also appreciate the source code and a 32-bit binary (not a package, just the binary if possible).
arflech
He/Him
Joined: 5/3/2008
Posts: 1120
IIRC the executable comes with some other files so it will need to be packaged up somehow, possibly as a .zip I just finished reading up on the .deb format, so you could just use "ar -x fceux_r1699.deb" and then use your preferred method to extract the data from data.tar.gz, which turns out to indicate that fceux will be installed into /usr/local/bin/ with a shit-ton of Lua scripts and palette files in /usr/local/share/fceux/ in other news, I tested this all on Windows, I love GnuWin32
i imgur com/QiCaaH8 png
Former player
Joined: 12/5/2007
Posts: 716
http://www.mediafire.com/download.php?ngvifcoqrtz For some reason, I couldn't get it to compile statically. If this happens to run for you on x86 feel free to use it. If it does no you will have to grab the source off svn or wait for the next release.
Former player
Joined: 12/5/2007
Posts: 716
Right now it does... absolutely nothing! \o/
Former player
Joined: 11/13/2005
Posts: 1587
ShinyDoofy wrote:
Right now it does... absolutely nothing! \o/
That's better than it doing something wrong.
Post subject: Re: what a journey..
Emulator Coder
Joined: 8/12/2008
Posts: 42
Shinryuu wrote:
Brushy wrote:
When trying to install the package with Debi, it says "Status: Error: Wrong architecture 'amd64'". EDIT: Oh yeah, 64-bit. So I can't test it myself.
Mhh isn't it possible to manipulate .deb packages?
punkrockguy318 wrote:
Hey tasvids, I've been working hard on the GTK GUI. Almost everything in fceux.cfg is configurable via the GUI. Here's a list of some stuff I added: * inputcfg - no hotkeys yet, but there's a GUI for gamepad config * video dialog * sound dialog - all options and mixers for each sound channel * palette dialog - also includes color/tint/hue
Your work on GTK GUI sounds interesting, any possibility to share your GUI's source code so I could compile it? In this community including visitors and me might have different distributions to play with ;)
The source is absolutely available -- all of FCE Ultra/ FCEUX is open source. You can check out the source in the sourceforge SVN: - http://sourceforge.net/p/fceultra/code/2748/tree/
** FceuX SDL Developer/Maintainer ** get the latest source http://sourceforge.net/p/fceultra/code/