Author Topic: FB Neo Bugs Reports  (Read 95017 times)

Offline Joni422

  • New Member
  • *
  • Posts: 5
  • Karma: +0/-0
Re: FB Neo Bugs Reports
« Reply #990 on: February 13, 2023, 03:27:19 PM »
Joni422, the scanlines option adds scanlines with a direct-x 9 shadow-texture overlaying the main window.  In order to use a texture, the surface must be a multiple of 256px, so it upscales the surface a bit if its below 256 (in either direction), thus changing the dimensions a little.  In another words, it's not something we can change or fix.

best regards,
- dink

Hi dink,

thanks for the explanation. I just find it strange that even with any blitter/scanline setting set to default/none, I still can't get the scaling right (with "DirectX9 Alt").
But as I described in my conclusion above I found an unusual workaround to get it working at last.


Offline dink

  • Administrator
  • *****
  • Posts: 4805
  • Karma: +419/-1
  • pie? I nearly bought one!
Re: FB Neo Bugs Reports
« Reply #991 on: February 14, 2023, 12:05:19 AM »
I ve disabled low filter pass and i still hear the difference, mainly in dwarf voices...

I've made another tweak to the filters, please give it a try now

best regards,
- dink

Offline geese howard

  • Member
  • ***
  • Posts: 104
  • Karma: +1/-0
Re: FB Neo Bugs Reports
« Reply #992 on: February 14, 2023, 08:13:30 AM »
I've made another tweak to the filters, please give it a try now

best regards,
- dink

Sounds good to me dink!!
Thanks for your work and dedication.

Offline dink

  • Administrator
  • *****
  • Posts: 4805
  • Karma: +419/-1
  • pie? I nearly bought one!
Re: FB Neo Bugs Reports
« Reply #993 on: February 15, 2023, 08:07:49 PM »
Hi dink,

thanks for the explanation. I just find it strange that even with any blitter/scanline setting set to default/none, I still can't get the scaling right (with "DirectX9 Alt").
But as I described in my conclusion above I found an unusual workaround to get it working at last.

Glad ya at least found a work-around.  The blitters do have their gremlins, and they are one (of many) things I'm not particularly good at dealing with. :)

best regards,
- dink

Offline dink

  • Administrator
  • *****
  • Posts: 4805
  • Karma: +419/-1
  • pie? I nearly bought one!
Re: FB Neo Bugs Reports
« Reply #994 on: February 15, 2023, 08:08:08 PM »
Sounds good to me dink!!
Thanks for your work and dedication.

Thanks for your feedback, as well! :)

Offline littlebear

  • Newbies
  • *
  • Posts: 41
  • Karma: +1/-0
Re: FB Neo Bugs Reports
« Reply #995 on: March 07, 2023, 08:57:33 PM »
i notice the game kicker the bottom of the screen has the score and hi score line. it look like screen moved up a couple lines. it doesn't happen in Mame.

thank you

Offline dink

  • Administrator
  • *****
  • Posts: 4805
  • Karma: +419/-1
  • pie? I nearly bought one!
Re: FB Neo Bugs Reports
« Reply #996 on: March 08, 2023, 09:13:01 AM »
i notice the game kicker the bottom of the screen has the score and hi score line. it look like screen moved up a couple lines. it doesn't happen in Mame.

thank you

Hi littlebear,
Is this the one?

Offline littlebear

  • Newbies
  • *
  • Posts: 41
  • Karma: +1/-0
Re: FB Neo Bugs Reports
« Reply #997 on: March 08, 2023, 04:18:46 PM »
it didn't happen to you but it happened to all my pc desktops  to and laptops.

Offline dink

  • Administrator
  • *****
  • Posts: 4805
  • Karma: +419/-1
  • pie? I nearly bought one!
Re: FB Neo Bugs Reports
« Reply #998 on: March 09, 2023, 12:53:57 AM »
it didn't happen to you but it happened to all my pc desktops  to and laptops.

I don't understand the problem?  Please explain more.
What happens if you resize the MAME window to same size as FBNeo window?

best regards,
- dink

Offline barbudreadmon

  • Administrator
  • *****
  • Posts: 1042
  • Karma: +58/-1
  • Helper
Re: FB Neo Bugs Reports
« Reply #999 on: March 09, 2023, 04:35:40 AM »
I don't understand the problem?  Please explain more.

He talks about the line at the bottom, you can see white stuff that might indeed be the top of the hiscores.
It's probably related to some blitter setting since i can't reproduce it on my side.

@littlebear this is an official build downloaded from https://github.com/finalburnneo/FBNeo/releases/tag/latest ?

Offline littlebear

  • Newbies
  • *
  • Posts: 41
  • Karma: +1/-0
Re: FB Neo Bugs Reports
« Reply #1000 on: March 09, 2023, 05:45:27 AM »
He talks about the line at the bottom, you can see white stuff that might indeed be the top of the hiscores.
It's probably related to some blitter setting since i can't reproduce it on my side.

i switched to blitter setting to Basic . it does not show anymore . Thank you

Offline dink

  • Administrator
  • *****
  • Posts: 4805
  • Karma: +419/-1
  • pie? I nearly bought one!
Re: FB Neo Bugs Reports
« Reply #1001 on: March 09, 2023, 09:13:43 AM »
i switched to blitter setting to Basic . it does not show anymore . Thank you

I see it now, this is a bug in one of the filters, could you please attach your fbneo.ini file from the config subdirectory?  I'll try to fix it.

best regards,
- dink

Offline littlebear

  • Newbies
  • *
  • Posts: 41
  • Karma: +1/-0
Re: FB Neo Bugs Reports
« Reply #1002 on: March 09, 2023, 04:18:14 PM »
config sent

Offline dink

  • Administrator
  • *****
  • Posts: 4805
  • Karma: +419/-1
  • pie? I nearly bought one!
Re: FB Neo Bugs Reports
« Reply #1003 on: March 10, 2023, 09:31:59 AM »
littlebear, thanks - I found the problem.  It's actually a bug in the scalers (eagle, 2xsai variants & crt by Kannagichan).  The top and bottom of a vertical screen is actually the sides of a horizontal screen, which can wrap to the other side if one goes past the right-side (which is the top of a vertical screen).  These specific scalers make a shadow around pixels.  It won't be easy to fix - especially the mmx/assembler scalers like 2xsai/eagle, but, I will try.

best regards,
- dink

Offline littlebear

  • Newbies
  • *
  • Posts: 41
  • Karma: +1/-0
Re: FB Neo Bugs Reports
« Reply #1004 on: March 10, 2023, 04:05:21 PM »
Thank You for trying to fix it and your fast respond and plus all the works and times you put on this Great emulator for us.