Author Topic: FB Alpha 0.2.97.43 Bug Reports  (Read 479384 times)

Offline JacKc

  • FBNeo Dev
  • ******
  • Posts: 1677
  • Karma: +56/-0
  • Hasta la vista, Baby !
Re: FB Alpha 0.2.97.12 Bugs Reports
« Reply #15 on: October 26, 2011, 09:46:55 AM »
Notice some Graphical bugs for Guardians ◦ 電神魔塊 II [grdianszip] on screens before starting stages in FBA (not in MAME) [see attached screenshots]


Offline iq_132

  • Administrator
  • *****
  • Posts: 3728
  • Karma: +411/-0
  • Definitely not Dink!
    • NeoSource
Re: FB Alpha 0.2.97.12 Bugs Reports
« Reply #16 on: October 26, 2011, 10:43:12 AM »
Regarding the pacman and mspacman drivers; I notice that these games are classed by the emulator as horizontally orientated. They display in their correct 3:4 ratio but to be accurate should they not be outputting a 4:3 rotated screen like other vertical games?
Yeah, that was a mistake on my part. Pac-man was one of my first drivers. :) I'll have to see what I can do about modifying the drawing routines and adding in BDF_ORIENTATION_VERTICAL


Offline Turisu

  • Newbies
  • *
  • Posts: 18
  • Karma: +2/-0
Re: FB Alpha 0.2.97.12 Bugs Reports
« Reply #17 on: October 26, 2011, 03:19:48 PM »
A few other small bugs I've noticed that have been around since before this latest round of updates:

- Shadows in tmnt are not transparent as they should be.
- Some sfx are broken in 1942 (such the loop-the-loop sound).
- Music plays slowly in several games such as raiden and toki.
- Missing music in aliens.

Offline doomking

  • Jr. Member
  • **
  • Posts: 69
  • Karma: +21/-0
Re: FB Alpha 0.2.97.12 Bugs Reports
« Reply #18 on: October 27, 2011, 02:55:05 AM »

Offline money_114

  • Jr. Member
  • **
  • Posts: 53
  • Karma: +4/-0
Re: FB Alpha 0.2.97.13 Bugs Reports
« Reply #19 on: October 28, 2011, 07:49:00 PM »
FBA v0.2.97.12 and v0.2.97.13 will crash after click game->load game...

Offline Barry Harris

  • dontbeabarry
  • *
  • Posts: 1785
  • Karma: +0/-65535
  • I'm Barry Harris and I like to f*** people over
Re: FB Alpha 0.2.97.13 Bugs Reports
« Reply #20 on: October 29, 2011, 02:46:16 AM »
FBA v0.2.97.12 and v0.2.97.13 will crash after click game->load game...

Try deleting config/fba.ini.
Account of Barry Harris; the traitor.
Send me an e-mail at barry@fbalpha.com letting me know how big of a piece of sh** I am.

Offline money_114

  • Jr. Member
  • **
  • Posts: 53
  • Karma: +4/-0
Re: FB Alpha 0.2.97.13 Bugs Reports
« Reply #21 on: October 29, 2011, 04:39:54 AM »
Try deleting config/fba.ini.

I have deleted config/fba.ini before I reported bug, but same crash.
FBA v0.2.97.11 is run well in my OS.
Is it caused by character? My OS is chinese system.
« Last Edit: October 29, 2011, 04:43:20 AM by money_114 »

Offline Barry Harris

  • dontbeabarry
  • *
  • Posts: 1785
  • Karma: +0/-65535
  • I'm Barry Harris and I like to f*** people over
Re: FB Alpha 0.2.97.13 Bugs Reports
« Reply #22 on: October 29, 2011, 03:27:57 PM »
Do you know which characters cause the issue? I would assume they have come from the Megadrive driver.
Account of Barry Harris; the traitor.
Send me an e-mail at barry@fbalpha.com letting me know how big of a piece of sh** I am.

Offline money_114

  • Jr. Member
  • **
  • Posts: 53
  • Karma: +4/-0
Re: FB Alpha 0.2.97.13 Bugs Reports
« Reply #23 on: October 30, 2011, 01:41:25 PM »
Do you know which characters cause the issue? I would assume they have come from the Megadrive driver.
They have come from  the Megadrive driver, but I dont know which characters cause the issue. I can open Game Selection dialog after I modify "nLoadMenuShowX 266240" in fba.ini.

Offline JacKc

  • FBNeo Dev
  • ******
  • Posts: 1677
  • Karma: +56/-0
  • Hasta la vista, Baby !
Re: FB Alpha 0.2.97.13 Bugs Reports
« Reply #24 on: October 31, 2011, 07:18:45 AM »
The characters which can cause the issue could be the ones from the Megadrive driver from the following sets (Parents and Clones) :

- Alien³
- Astérix and the Great Rescue 
- Férias Frustradas do Pica-Pau (Bra)
- Pelé! (Euro, USA)
- Pelé's World Tournament Soccer (Euro, USA)
- Show do Milhão (Bra)
- Show do Milhão Volume 2 (Bra)


Offline KOF2112

  • Expert
  • *****
  • Posts: 187
  • Karma: +14/-4
Re: FB Alpha 0.2.97.13 Bugs Reports
« Reply #25 on: October 31, 2011, 09:15:32 AM »
Do you know which characters cause the issue? I would assume they have come from the Megadrive driver.

Megadrive driver  BUG

[hide]
// Astix and the Great Rescue (Euro)
static struct BurnRomInfo md_asterixRomDesc[] = {
   { "mpr-15961+mpr-15962.bin", 0x200000, 0x4735fee6, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 },
};

STD_ROM_PICK(md_asterix)
STD_ROM_FN(md_asterix)

struct BurnDriver BurnDrvmd_asterix = {
   "md_asterix", NULL, NULL, NULL, "1993",
   "Astix and the Great Rescue (Euro)\0", NULL, "Sega", "Sega Megadrive",
   NULL, NULL, NULL, NULL,
   BDF_GAME_WORKING | BDF_16BIT_ONLY, 2, HARDWARE_SEGA_MEGADRIVE, GBF_MISC, 0,
   NULL, MegadriveGetZipName, md_asterixRomInfo, md_asterixRomName, NULL, NULL, MegadriveInputInfo, MegadriveDIPInfo,
   MegadriveInit, MegadriveExit, MegadriveFrame, NULL, MegadriveScan,
   &bMegadriveRecalcPalette, 0x100, 320, 224, 4, 3
};

// Astix and the Great Rescue (USA)
static struct BurnRomInfo md_asterixuRomDesc[] = {
   { "asterix and the great rescue (usa).bin", 0x200000, 0x7f112cd8, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 },
};

STD_ROM_PICK(md_asterixu)
STD_ROM_FN(md_asterixu)

struct BurnDriver BurnDrvmd_asterixu = {
   "md_asterixu", "md_asterix", NULL, NULL, "1994",
   "Astix and the Great Rescue (USA)\0", NULL, "Sega", "Sega Megadrive",
   NULL, NULL, NULL, NULL,
   BDF_GAME_WORKING | BDF_16BIT_ONLY | BDF_CLONE, 2, HARDWARE_SEGA_MEGADRIVE, GBF_MISC, 0,
   NULL, MegadriveGetZipName, md_asterixuRomInfo, md_asterixuRomName, NULL, NULL, MegadriveInputInfo, MegadriveDIPInfo,
   MegadriveInit, MegadriveExit, MegadriveFrame, NULL, MegadriveScan,
   &bMegadriveRecalcPalette, 0x100, 320, 224, 4, 3
};

// Astix and the Power of the Gods (Euro)
static struct BurnRomInfo md_asterpgRomDesc[] = {
   { "mpr-17719.bin", 0x200000, 0x4ff1d83f, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 },
};

STD_ROM_PICK(md_asterpg)
STD_ROM_FN(md_asterpg)

struct BurnDriver BurnDrvmd_asterpg = {
   "md_asterpg", NULL, NULL, NULL, "1995",
   "Astix and the Power of the Gods (Euro)\0", NULL, "Sega", "Sega Megadrive",
   NULL, NULL, NULL, NULL,
   BDF_GAME_WORKING | BDF_16BIT_ONLY, 2, HARDWARE_SEGA_MEGADRIVE, GBF_MISC, 0,
   NULL, MegadriveGetZipName, md_asterpgRomInfo, md_asterpgRomName, NULL, NULL, MegadriveInputInfo, MegadriveDIPInfo,
   MegadriveInit, MegadriveExit, MegadriveFrame, NULL, MegadriveScan,
   &bMegadriveRecalcPalette, 0x100, 320, 224, 4, 3
};

// Astix and the Power of the Gods (Euro, Prototype)
static struct BurnRomInfo md_asterpgpRomDesc[] = {
   { "asterix and the power of the gods (euro) (beta).bin", 0x200000, 0x45c8b5b7, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 },
};

STD_ROM_PICK(md_asterpgp)
STD_ROM_FN(md_asterpgp)

struct BurnDriver BurnDrvmd_asterpgp = {
   "md_asterpgp", "md_asterpg", NULL, NULL, "1995",
   "Astix and the Power of the Gods (Euro, Prototype)\0", NULL, "Sega", "Sega Megadrive",
   NULL, NULL, NULL, NULL,
   BDF_GAME_WORKING | BDF_16BIT_ONLY | BDF_CLONE, 2, HARDWARE_SEGA_MEGADRIVE, GBF_MISC, 0,
   NULL, MegadriveGetZipName, md_asterpgpRomInfo, md_asterpgpRomName, NULL, NULL, MegadriveInputInfo, MegadriveDIPInfo,
   MegadriveInit, MegadriveExit, MegadriveFrame, NULL, MegadriveScan,
   &bMegadriveRecalcPalette, 0x100, 320, 224, 4, 3
};

// Fias Frustradas do Pica-Pau (Bra)
static struct BurnRomInfo md_feriasRomDesc[] = {
   { "ferias frustradas do pica-pau (bra).bin", 0x100000, 0x7b2e416d, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 },
};

STD_ROM_PICK(md_ferias)
STD_ROM_FN(md_ferias)

struct BurnDriver BurnDrvmd_ferias = {
   "md_ferias", NULL, NULL, NULL, "1995",
   "Fias Frustradas do Pica-Pau (Bra)\0", NULL, "Tec Toy", "Sega Megadrive",
   NULL, NULL, NULL, NULL,
   BDF_GAME_WORKING | BDF_16BIT_ONLY, 2, HARDWARE_SEGA_MEGADRIVE, GBF_MISC, 0,
   NULL, MegadriveGetZipName, md_feriasRomInfo, md_feriasRomName, NULL, NULL, MegadriveInputInfo, MegadriveDIPInfo,
   MegadriveInit, MegadriveExit, MegadriveFrame, NULL, MegadriveScan,
   &bMegadriveRecalcPalette, 0x100, 320, 224, 4, 3
};

[/hide]

---->er

Offline Barry Harris

  • dontbeabarry
  • *
  • Posts: 1785
  • Karma: +0/-65535
  • I'm Barry Harris and I like to f*** people over
Re: FB Alpha 0.2.97.13 Bugs Reports
« Reply #26 on: October 31, 2011, 04:34:32 PM »
I posted a test version on my site.

http://www.barryharris.me.uk/article_view.php?id=164

Please can somebody with a Chinese system let me know if this resolves the issue?

Thanks.
Account of Barry Harris; the traitor.
Send me an e-mail at barry@fbalpha.com letting me know how big of a piece of sh** I am.

Offline money_114

  • Jr. Member
  • **
  • Posts: 53
  • Karma: +4/-0
Re: FB Alpha 0.2.97.13 Bugs Reports
« Reply #27 on: October 31, 2011, 05:16:08 PM »
I posted a test version on my site.

http://www.barryharris.me.uk/article_view.php?id=164

Please can somebody with a Chinese system let me know if this resolves the issue?

Thanks.
Cool! It resolves issue which open game selection dialog. Fba is run well now.

Thanks.

Offline Barry Harris

  • dontbeabarry
  • *
  • Posts: 1785
  • Karma: +0/-65535
  • I'm Barry Harris and I like to f*** people over
Re: FB Alpha 0.2.97.13 Bugs Reports
« Reply #28 on: October 31, 2011, 05:18:22 PM »
Thanks for confirming. The ASCII descriptions now lose those characters, but I replaced them in the UniCode descriptions.
Account of Barry Harris; the traitor.
Send me an e-mail at barry@fbalpha.com letting me know how big of a piece of sh** I am.

Offline KOF2112

  • Expert
  • *****
  • Posts: 187
  • Karma: +14/-4
Re: FB Alpha 0.2.97.13 Bugs Reports
« Reply #29 on: October 31, 2011, 05:36:08 PM »
Strange characters


Astérix and the Great Rescue (Euro) ◦ 獁整楲⁸湡⁤桴⁥片慥⁴敒捳敵⠠畅潲)
md_asterix

Astérix and the Power of the Gods (Euro, Prototype) ◦ 獁整楲⁸湡⁤桴⁥潐敷⁲景琠敨䜠摯⁳䔨牵Ɐ倠潲潴祴数)
md_asterpgp

Férias Frustradas do Pica-Pau (Bra) ◦ 敆楲獡䘠畲瑳慲慤⁳潤倠捩ⵡ慐⁵䈨慲)
md_ferias

Pelé! (Euro, USA) ◦ 敐敬‡䔨牵Ɐ唠䅓) ◦ 摭灟汥e
md_pele

Show do Milhão Volume 2 (Bra) ◦ 桓睯搠楍桬潡嘠汯浵⁥′䈨慲) ◦ 摭獟浤汩慨2Show do Milhão (Bra)
md_sdmilha2