From: Josh K. <jo...@sl...> - 2009-05-28 15:36:33
|
Hi Dan, I haven't used a framebuffer setup before. I just tried to setup a VM and use lemonlauncher with the framebuffer and lemonlauncher starts fine, however I'm assuming that the hang occurs when you try to launch a game. In my VM I wasn't even able to get sdlmame to work at all, it just crashes the VM so I couldn't test it through lemonlauncher. What version of lemonlauncher are you using? The release version on sourceforge (0.0.6) is quite different from the one in trunk. The code in trunk uses an sqlite database to store the games list instead of a flat text file. Several features where added like a dynamically updated "most played" list as a result of having the database. Sadly, I didn't really finish this version. A tool was needed for building the sqlite database which never got made. All this aside, there is much improved code for launching mame in the trunk code. If you feel adventurous you could port this code over... it should be straight forward. You will want to look at the function: lemon_menu::handle_run() in lemonmenu.cpp. Or if you feel up to building your games list manually in the sqlite database, you could even use the latest trunk code. Regards, - Josh On Wed, 27 May 2009 18:32:00 -0500 Dan Roscigno <dan...@gm...> wrote: > Hi All, > I saw in a couple of messages mention of using Lemonlauncher with a > framebufer. I tried this today and it seems to hang. The only way > for me to get control back is to ssh into my MAME box and kill the > sdlmame process. If, however, I run from XWindows it seems to work > fine. > > Is anyone using a framebuffer rather than X? f so, can you send me > your mame.ini and lemonlauncher config file? > > Thanks, > Dan > > -- > Dan Roscigno > > ------------------------------------------------------------------------------ > Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT > is a gathering of tech-side developers & brand creativity > professionals. Meet the minds behind Google Creative Lab, Visual > Complexity, Processing, & iPhoneDevCamp as they present alongside > digital heavyweights like Barbarian Group, R/GA, & Big Spaceship. > http://p.sf.net/sfu/creativitycat-com > _______________________________________________ Lemonlauncher-general > mailing list Lem...@li... > https://lists.sourceforge.net/lists/listinfo/lemonlauncher-general -- Josh Kropf <jo...@sl...> |