![]() |
Re: [Announce] GnGeo-gui
New videos uploaded :
http://www.youtube.com/watch?v=nh9mErv4at4 - kof 96 http://www.youtube.com/watch?v=tFyr8Qfy5oI - kof 97 Check Terry's infinite combo on KOF 97 !!! BTW, have installed FBA, it's another great emulator for some neogeo and mame games, but doesn't suport joysticks. |
Re: [Announce] GnGeo-gui
Finally managed to tackle the annoying bug in gngeo that caused crashes in fullscreen mode :D
This also means the loadstate and savestate dialogs are now properly visible. So download, install, and activate fullscreen in the gngeo-gui configscreen if you have that installed! |
Re: [Announce] GnGeo-gui
I keep pressing Nemein about the autobuilder but no news yet, sorry for the inconveniences.
|
Re: [Announce] GnGeo-gui
I'm unable to load the emulator when using the gngeo-gui app. If I go into terminal and use the commandline I can get the emulator (v7.03) to run (Tested mslug).
I have tried uninstalling and reinstalling the gui but still no good. When I click the gui icon the program appears to be starting but then just closes down. If i run gngeo-gui.sh it just comes back with "segmentation fault" Any ideas I can try? Thanks |
Re: [Announce] GnGeo-gui
Does
Code:
python /opt/gngeo-gui/gngeo-gui.py |
Re: [Announce] GnGeo-gui
Quote:
Thanks |
Re: [Announce] GnGeo-gui
I just read about this new version but will wait a few more days until it gets sorted. Actually I have been using more fba, sorry Ade, you gui is better but the emulation is more fluid with fba and more games available, I have more than 30 versions of KOF, but doesn't support joystick, in the other side gngeo support both sixaxis and joys, now with fullscreen I need to give it a try, but have to wait you fix the problem, or can I reinstall older version if can't start the new one? Anyway thanks for the development of your app, we all appreciate your effort !!!
PS.: Can you tell us what was causing the bug (fullscreen) if not very difficult to understand? |
Re: [Announce] GnGeo-gui
FBA is absolutely a fine emulator, but for NeoGeo games, I stick with gngeo. Maybe is it also because of that superb gui :D
There is no new version of gngeo-gui, I just released a bugfixed gngeo version, so don't worry about gngeo-gui itself. About the cause of the crashes in full screen: for some reason, On Screen Display events triggered a screen resize to 800x480 in full screen mode, which resulted in a segfault. I just removed a few lines of the code, as this event is totally unneeded on our device. Finding the cause of a crash is mostly the hard part. |
Re: [Announce] GnGeo-gui
Tested and working. Thanks for putting effort into this Ade! :)
|
Re: [Announce] GnGeo-gui
So I'll see on App Man if there's an update for gngeo, but if I can't start the app let me know how to get the earlier version please. Can I do on XTerminal root ; apt-get update gngeo ?
|
Re: [Announce] GnGeo-gui
The update from gngeo via the application manager is quite old, afaik you already have that one (the one that supports hotkeys).
As the autobuilder is broken for some weeks, we cannot upload new versions. Thats why I attached the file in this post: http://talk.maemo.org/showpost.php?p...&postcount=362 Download it, become root and install this deb file with "dpkg -i gngeo_0.7.0-3_armel.deb" and you are done. |
Re: [Announce] GnGeo-gui
Thanks Ade, I was already checking updates on App Man so I cancel now, will try it right now.
|
Re: [Announce] GnGeo-gui
this game woks on nokia n9??
|
Re: [Announce] GnGeo-gui for N900
Quote:
|
Re: [Announce] GnGeo-gui
S**t Ade, I've installed via XTerm but when I click on start nothing happens, I can open configurations, romlist, but when start game nothing happens. I have opened gngeo-gui using XTerm gngeo-gui.sh and got lots of Warning Cannot find variable raster in /root/.gngeo/gngeorc then Warning Cannot find variable p1key in /root/.gngeo/gngeorc then Warning Cannot find variable p2joy in /root/.gngeo/gngeorc and many more... showfps . Looks like I have to copy all the files to some other folder, can you help me fix that, I remember when I installed it said cannot find 'something' but forgot to ControlShiftP and don't remember now what it was, fu*k I was curious to see how it would perform in fullscreen to compare better with FBA app.
|
Re: [Announce] GnGeo-gui
DON'T start it using root please, just as user. Starting as root will fail and is not desired.
edit: to test if gngeo works: /opt/gngeo/bin/gngeo <path_to_roms>/<rom_name> to test if gngeo-gui works: python /opt/gngeo-gui/gngeo-gui.py - In xterm and as user - And show me the exact text of any warnings or errors. |
Re: [Announce] GnGeo-gui
Have just tried using XTerm without root , the gngeo-gui opens but the same, any game don't start when clicked start and the app becomes unresponsive. Really would like to see how fullscreen looks and emulation speed, pearphs is better when in fullscreen. If not can you tell me how to go back to previous version of gngeo?
|
Re: [Announce] GnGeo-gui
I'm getting unknown or unsupported romset , am writing inside <path_to_roms>/<rom_name> like this
<home\user\MyDocs\roms>/<kof96> and without the <> <> My roms are on the folder roms on MyDocs. Still the same, I can start gui with python /opt/gngeo-gui/gngeo-gui.py But the same games don' start when clicked on start button, I think I have to copy the files of gngeo from some place to another or move, but don't mess with those things I don't understand much. Please help me Ade, otherwise I'll just go back to previous version... Thank you anyway for trying to help me. |
Re: [Announce] GnGeo-gui
Please post the exact command of you trying to start gngeo itself.
In my case it is: /opt/gngeo/bin/gngeo /home/user/MyDocs/emu-roms/neogeo/lresort.zip |
Re: [Announce] GnGeo-gui
2 Attachment(s)
Ok I got bios files missing, but this is strange as I had all my roms working before. will attach the screenshots... Thank you.
PS.: I will look on google for aes-bios.bin file. |
Re: [Announce] GnGeo-gui
That is indeed your bios path? And you don't have aes-bios.bin in that folder? Is something moved?
What does: ls -l /home/user/MyDocs/roms/Bios/ show? This file was always needed, only the fullscreen issue is changed since the last version. And remember everything on your device is case sensitive. Bios path is default placed on /home/user/MyDocs/emu-roms/neogeo/bios, so the update can not have overwritten this setting. edit: aes-bios.bin should not be needed if universal bios is choosen. What bios do you have selected in gngeo-gui config? |
Re: [Announce] GnGeo-gui
Thanks Ade, I'll check now wich bios, sometimes I use the other options (arcade and home), have just tested, but afraid the bug is still there, I changed the volumen and it crashed, and as I've said before; the fullscreen is not really fullscreen, it just centralizes the output screen, doesn't strech to all screen, and the fps was about 35 to 56, but fba doesn't show fps but seem to be 40 to 60 and most of the time 60, this without overclocking, when overclocked is perfect, pearphs because I tried at default 600mhz and multitasking 3 web windows, photos app, conky and File Manager. Will try later, but thanks, how do you know all of that??? About it not needing the aes-bios.
|
Re: [Announce] GnGeo-gui
The fullscreen is fullscreen in the sense its window is fullscreen. And no, it does not always mean it is also stretched to the dimensions of another device.
When gngeo is in windowed mode, its resolution is still the same, meaning the lower part of the screen is not visible. This means you can't see the save/load dialogs. Usuallly fullscreen has better performance, but I think in the case of gngeo there is hardly any difference. I removed aes-bios.bin to check and I could still start gngeo, that's why I know. It still could be I attached a wrong version in the deb file. Will check that later. edit: Nah, version is correct, as I expected. What version of gngeo does the application manager tell you have installed, the 0.7.0-3 version, or an older version? |
Re: [Announce] GnGeo-gui
I installed with X Teminal as you told me, but will check now if I have 7.03, I'm almost sure, because this version requires the aes-bios.bin file and the other one didn't. But it is a shame the bug is still there (fullscreen), even before fscreen worked, just when some screen transition it crashed, to strech I think we need to edit gngeorc?! and rescale to 3 or 4, default is 2 I think, can't remember now. Yes, I was right it's 7.0-3. Does your N900 runs fine without crash when changing volumen in fullscreen??
|
Re: [Announce] GnGeo-gui
The aes-bios.bin has no relation between the two versions, but nevermind that.
Scale is 2 by default indeed. Changing it to a larger value is not possible. But that is something else then changing the aspect for stretching. Scale 2 is just the double size of the original size. I never had crashes in fullscreen since the fix. You can check two more things, and if that does not give a clue, I am done with it. In x-terminal: Code:
md5sum /opt/gngeo/bin/gngeo Code:
fda611f175f542a62aedb4187c2a16ad /opt/gngeo/bin/gngeo Code:
/opt/gngeo/bin/gngeo -f /home/user/MyDocs/roms/doubledr.zip |
Re: [Announce] GnGeo-gui
Thanks Ade, will give it a try, I'm still without joysticks, when I fix my usb port will make a new video with gngeo running in fullscreen, how do you know all of that AGAIN??? The X-Terminal comands... Thanks buddy.
|
Re: [Announce] GnGeo-gui
I'm still unable to run gngeo using your gui Ade (segmentation fault). Any more ideas I can try? Would love to get this working via the gui.
|
Re: [Announce] GnGeo-gui
Quote:
Good to know gngeo itself works, that rules out a big part. Then it comes down to python or configs in my mind. If it is a config issue, I would expect gngeo-gui to complain about it. Good you give me output of the following commands: Code:
ls -ld /home/user/.gngeo-gui/ Code:
strace python /opt/gngeo-gui/gngeo-gui.py You can attach the output in a textfile if you think the output is somewhat too big. |
Re: [Announce] GnGeo-gui
I tried to start gngeo-gui with the commands and the fullscreen worked the first time, but when I started on the gui directly it crashed when there was an osd transition (volumen), the performance is similar to fba, just fba is more fluid (framerate constant higher 45/60), but when overclocked to 1Ghz it is good. Still have to try the aes file, I got a neogeo.zip file, when I searched for aes-bios.bin, I think the file should be inside the zip, but can't see now as I don't have zip app, I remember I had it before (zip and rar apps) in the other N900, but now can't find it on App Man... BTW, I discovered something, probably you already know; I was trying to install psx4m on App Man, but was'problems' a file similar to libs 700201005m... was needed and I couldn't install, so I tried on X-Terminal via root apt-get install 'nameofapp' and it asked to install the dependency package without authentications I said 'y' then Enter and it installed ok. Sorry for off topic from this thread.
|
Re: [Announce] GnGeo-gui
I always get a bit lost when I read your answers :)
Does it work fine when you start gngeo without gngeo-gui? If so check if you have the correct gngeo path in gngeo-gui in the config menu -> path def. If you are referring to the wrong version of gngeo, that could be the cause. If it's correct, I don't know anymore. |
Re: [Announce] GnGeo-gui
ok here we go.
~ $ ls -ld /home/user/.gngeo-gui/ drwxr-xr-x 2 user users 4096 Nov 21 15:09 /home/user/.gngeo-gui/ ~ $ ls -l /home/user/.gngeo-gui/ -rw-r--r-- 1 user users 49 Nov 21 15:09 gngeo-gui.cfg -rw-r--r-- 1 user users 0 Nov 22 14:05 gngeo-output.log ~ $ cat /home/user/.gngeo-gui/gngeo-gui.cfg exec_path /opt/gngeo/bin exit_after_launch false $ dpkg --get-selections|grep -E "python2.5-qt4-gui|python2.5-qt4-core|python2.5-qt4-maemo5|python-pyside.qtgui|python-pyside.qtcore|python-pyside.qtmaemo5" python-pyside.qtcore install python-pyside.qtgui install python-pyside.qtmaemo5 install python2.5-qt4-core install python2.5-qt4-gui install python2.5-qt4-maemo5 install ~ $ Note: The above command didn't like the "-Ew" switch so I dropped the "w" from it. ~ $ strace python /opt/gngeo-gui/gngeo-gui.py -sh: strace: not found Looks like I don't have the "strace" program? Thanks Ade Quote:
|
Re: [Announce] GnGeo-gui
All looks fine. Please install strace (apt-get install strace) for the last test.
|
Re: [Announce] GnGeo-gui
Sorry Ade to bother, but I have been try to install gngeo and your gui but I keep geting this erro.
Code:
--- 2012-12-02 22:29:54 --- Thanks |
Re: [Announce] GnGeo-gui
Quote:
Sorry, I know my replies are difficult to understand because I'm brazilian, don't know much English... And I mencion other things sometimes in my posts (off topic) . |
Re: [Announce] GnGeo-gui
Quote:
@B-RUNO: Version 0.7.2 had an issue when it is a fresh install. Please use version 0.7.3, as it has also fixed the fullscreen issue. Unfortunally I can't put this version in extras-devel because of the autobuilder issues. |
Re: [Announce] GnGeo-gui
Quote:
fstat64(4, {st_mode=S_IFREG|0644, st_size=51228, ...}) = 0 mmap2(NULL, 80148, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 4, 0) = 0x41010000 mprotect(0x4101c000, 28672, PROT_NONE) = 0 mmap2(0x41023000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0xb) = 0x41023000 close(4) = 0 open("/usr/lib/libexpat.so.1", O_RDONLY) = 4 read(4, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0(\0\1\0\0\0\10 \242KA4\0\0\0"..., 512) = 512 fstat64(4, {st_mode=S_IFREG|0644, st_size=124692, ...}) = 0 mmap2(0x414b8000, 154540, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 4, 0) = 0x41024000 mprotect(0x41041000, 28672, PROT_NONE) = 0 mmap2(0x41048000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0x1c) = 0x41048000 close(4) = 0 open("/usr/lib/libXau.so.6", O_RDONLY) = 4 read(4, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0(\0\1\0\0\0T\2 11PA4\0\0\0"..., 512) = 512 fstat64(4, {st_mode=S_IFREG|0644, st_size=8336, ...}) = 0 mmap2(0x41508000, 38540, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 4, 0) = 0x404a8000 mprotect(0x404aa000, 28672, PROT_NONE) = 0 mmap2(0x404b1000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0x1) = 0x404b1000 close(4) = 0 open("/usr/lib/libXdmcp.so.6", O_RDONLY) = 4 read(4, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0(\0\1\0\0\0\20 \217QA4\0\0\0"..., 512) = 512 fstat64(4, {st_mode=S_IFREG|0644, st_size=17188, ...}) = 0 mmap2(0x41518000, 47380, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 4, 0) = 0x4104a000 mprotect(0x4104e000, 28672, PROT_NONE) = 0 mmap2(0x41055000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0x3) = 0x41055000 close(4) = 0 open("/lib/libsrv_um.so", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/lib/libsrv_um.so", O_RDONLY) = 4 read(4, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0(\0\1\0\0\0\31 4\35\0\0004\0\0\0"..., 512) = 512 fstat64(4, {st_mode=S_IFREG|0644, st_size=82228, ...}) = 0 mmap2(NULL, 111204, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 4, 0) = 0x41056000 mprotect(0x41069000, 32768, PROT_NONE) = 0 mmap2(0x41071000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0x13) = 0x41071000 close(4) = 0 futex(0x41023910, FUTEX_WAKE, 2147483647) = 0 brk(0x290000) = 0x290000 munmap(0x40483000, 41944) = 0 brk(0x2b1000) = 0x2b1000 brk(0x2d5000) = 0x2d5000 mmap2(NULL, 266240, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x41072000 brk(0x2f6000) = 0x2f6000 mmap2(NULL, 266240, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x410b3000 brk(0x317000) = 0x317000 brk(0x338000) = 0x338000 mmap2(NULL, 266240, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x410f4000 munmap(0x410f4000, 266240) = 0 mmap2(NULL, 266240, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x410f4000 brk(0x359000) = 0x359000 mmap2(NULL, 69632, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x41135000 brk(0x37b000) = 0x37b000 mmap2(NULL, 266240, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x41146000 munmap(0x41146000, 266240) = 0 mmap2(NULL, 266240, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x41146000 munmap(0x41146000, 266240) = 0 mmap2(NULL, 266240, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x41146000 munmap(0x41146000, 266240) = 0 mmap2(NULL, 266240, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x41146000 brk(0x39c000) = 0x39c000 close(3) = 0 futex(0x118f88, FUTEX_WAKE, 1) = 0 stat64("/usr/lib/python2.5/site-packages/PySide/QtMaemo5", 0xbea49040) = -1 ENOENT (No such file or directory) open("/usr/lib/python2.5/site-packages/PySide/QtMaemo5.so", O_RDONLY|O_LARGEFILE) = 3 fstat64(3, {st_mode=S_IFREG|0644, st_size=279736, ...}) = 0 open("/usr/lib/python2.5/site-packages/PySide/QtMaemo5.so", O_RDONLY) = 4 read(4, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0(\0\1\0\0\0\35 4\344\0\0004\0\0\0"..., 512) = 512 fstat64(4, {st_mode=S_IFREG|0644, st_size=279736, ...}) = 0 mmap2(NULL, 311212, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 4, 0) = 0x41284000 mprotect(0x412c7000, 28672, PROT_NONE) = 0 mmap2(0x412ce000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0x42) = 0x412ce000 close(4) = 0 open("/etc/ld.so.cache", O_RDONLY) = 4 fstat64(4, {st_mode=S_IFREG|0644, st_size=41944, ...}) = 0 mmap2(NULL, 41944, PROT_READ, MAP_PRIVATE, 4, 0) = 0x40483000 close(4) = 0 open("/usr/lib/libQtMaemo5.so.4", O_RDONLY) = 4 read(4, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0(\0\1\0\0\0\21 4|\0\0004\0\0\0"..., 512) = 512 fstat64(4, {st_mode=S_IFREG|0644, st_size=58128, ...}) = 0 mmap2(NULL, 89572, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 4, 0) = 0x41187000 mprotect(0x41194000, 32768, PROT_NONE) = 0 mmap2(0x4119c000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0xd) = 0x4119c000 close(4) = 0 munmap(0x40483000, 41944) = 0 --- SIGSEGV (Segmentation fault) @ 0 (0) --- +++ killed by SIGSEGV +++ Segmentation fault ~ $ |
Re: [Announce] GnGeo-gui
Quote:
I've changed the path but still get the bug especially if I minimize and return, volumen changing sometimes doesn't crash... But as I said this version seems to be faster with less slowdowns and more fps. Thanks Ade. Forgot to answer about the hotkeys, the hotkeys are written on the gngeorc txt file, so is the same as all the other keys, I think. I have to check because I remember I set them up on your gui directly, but maybe they get printten on gngeorc as we change the configurations on the gui and I have set them since you introduced the feature. |
Re: [Announce] GnGeo-gui
Quote:
Code:
Nokia-N900:/home/user/MyDocs# dpkg -i gngeo_0.7.0-3_armel.deb |
Re: [Announce] GnGeo-gui
Sorry for the inconvenience.
Now that I can upload to extras devel again, I will doublecheck everything for first time installers, and upload a new version. edit: version 0.7.0-maemo4 in the repo. Clean install worked fine. Still found a flaw if directory exists (mkdir: can't create directory '/home/user/.gngeo': File exists), but that is not fatal. |
Re: [Announce] GnGeo-gui
Quote:
|
All times are GMT. The time now is 22:58. |
vBulletin® Version 3.8.8