[Bug 15] Review Request: bsnes - SNES emulator focused on accuracy
by RPM Fusion Bugzilla
http://bugzilla.rpmfusion.org/show_bug.cgi?id=15
--- Comment #30 from David Timms <dtimms(a)iinet.net.au> 2008-11-29 07:05:39 ---
Created an attachment (id=43)
--> (http://bugzilla.rpmfusion.org/attachment.cgi?id=43)
gdb trace
re: -2 src:
debuginfo seems to be OK now. rpmlint is quiet.
however, both direct and in gdb the emulator crashes moments after trying to
load a rom:
Could not find the frame base for "IA__g_spawn_command_line_sync".
Cannot access memory at address 0xa0080afb
Could not find the frame base for "IA__g_spawn_command_line_sync".
Cannot access memory at address 0xa0080afb
=====
or in gdb, see attachment.
My machine: amd athlon xp 2600+, fedora 9+rpmfusion up2date this morning.
I think apps shouldn't segfault, and should do essentially what they are
described to do, so we probably need to get this crash sorted first.
--
Configure bugmail: http://bugzilla.rpmfusion.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
16 years
[Bug 15] Review Request: bsnes - SNES emulator focused on accuracy
by RPM Fusion Bugzilla
http://bugzilla.rpmfusion.org/show_bug.cgi?id=15
Thorsten Leemhuis <fedora(a)leemhuis.info> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |tmz(a)pobox.com,
| |bugzilla(a)thebc.ch,
| |rpmfusion-package-
| |review(a)rpmfusion.org,
| |sergio(a)sergiomb.no-ip.org,
| |ascii79(a)gmail.com,
| |kirk(a)colinet.de,
| |fedora(a)deadbabylon.de,
| |sschaefer(a)acm.org,
| |cassmodiah(a)fedoraproject.org
| |, 440volt.tux(a)gmail.com
CC| |vindicators@club-
| |internet.fr,
| |s.adam(a)diffingo.com,
| |tinh(a)dichoidi.com,
| |frizzr(a)gmail.com,
| |opensource(a)till.name, cr-
| |rpmfusion(a)ponzo.net,
| |scmuser(a)gmail.com,
| |dheche(a)songolimo.net,
| |shiva.keshavan(a)gmail.com,
| |cheekyboinc(a)foresightlinux.o
| |rg, steve(a)silug.org
CC| |timandahaf(a)gmail.com,
| |tim.lauridsen(a)googlemail.com
| |, seth.kroger(a)gmail.com,
| |sergio.pasra(a)gmail.com,
| |seven41(a)gmx.org,
| |fedora(a)leemhuis.info
--
Configure bugmail: http://bugzilla.rpmfusion.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
16 years
[Bug 15] Review Request: bsnes - SNES emulator focused on accuracy
by RPM Fusion Bugzilla
http://bugzilla.rpmfusion.org/show_bug.cgi?id=15
David Timms <dtimms(a)iinet.net.au> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |dtimms(a)iinet.net.au
AssignedTo|rpmfusion-package- |dtimms(a)iinet.net.au
|review(a)rpmfusion.org |
--- Comment #24 from David Timms <dtimms(a)iinet.net.au> 2008-11-27 13:36:48 ---
(In reply to comment #22)
> http://belegdol.republika.pl/rpmstuff/bsnes-0.037a-1.fc9.src.rpm
OK, yum-builddep on the src, and rpmbuild -ba completes now.
$ rpmlint bsnes-0.037a-1.fc9.src.rpm bsnes-0.037a-1.fc9.i386.rpm
bsnes-debuginfo-0.037a-1.fc9.i386.rpm
bsnes-debuginfo.i386: E: empty-debuginfo-package
3 packages and 0 specfiles checked; 1 errors, 0 warnings.
This seems to be confirmed by:
$ ls -l bs*
-rw-r--r-- 1 davidt davidt 402678 2008-11-23 10:59 bsnes-0.036-1.fc9.i386.rpm
-rw-r--r-- 1 davidt davidt 409098 2008-11-27 23:23 bsnes-0.037a-1.fc9.i386.rpm
-rw-r--r-- 1 davidt davidt 3824 2008-11-23 10:59
bsnes-debuginfo-0.036-1.fc9.i386.rpm
-rw-r--r-- 1 davidt davidt 4085 2008-11-27 23:23
bsnes-debuginfo-0.037a-1.fc9.i386.rpm
I hadn't noticed earlier; see the 036 had the same characteristic small dbg.
# rpm -Uvh bsnes-debuginfo...
$ gdb bsnes
GNU gdb Fedora (6.8-23.fc9)
Copyright (C) 2008 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
and "show warranty" for details.
This GDB was configured as "i386-redhat-linux-gnu"...
(no debugging symbols found)
There is a fedoraproject page on trying to track that down, does the same occur
for your dbg rpms ?
--
Configure bugmail: http://bugzilla.rpmfusion.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
16 years
[Bug 15] Review Request: bsnes - SNES emulator focused on accuracy
by RPM Fusion Bugzilla
http://bugzilla.rpmfusion.org/show_bug.cgi?id=15
--- Comment #23 from David Timms <dtimms(a)iinet.net.au> 2008-11-27 12:59:29 ---
Created an attachment (id=36)
--> (http://bugzilla.rpmfusion.org/attachment.cgi?id=36)
diffs between snes_ntsc original and bsnes code.
(In reply to comment #21)
> Julian: I'm going to take a look at using the external snes_ntsc library.
OK. After being stumped at the shear number of differences between the library
and the included copy, I realized that the files must have been saved on
windows etc gaining CR. So the actual diffs are minimal:
- change the bpp from 16 to 32
- set the output type to BRG15
- modify the actual video processing algorithm
In light of this and the fact that the library is actually very small, I can't
see much to be gained by making mods to use the system library, unless we were
able to find out whether other snes emulators would also benefit from the above
changes.
--
Configure bugmail: http://bugzilla.rpmfusion.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
16 years