FBNeo icon indicating copy to clipboard operation
FBNeo copied to clipboard

Weird extra scanline in VS builds

Open tmaul opened this issue 5 years ago • 11 comments

As noticed by @dinkc64

There seems to be something odd about the game area (placeholder screen / emulation area) being pushed down 1 line of pixels. This happens in both the X64 and 32 VS builds, not the gcc builds. It happens regardless of blitter. Here's a pic of what I mean:

VS 32/64bit screencap fb-vs

GCC build:

fb-normal

tmaul avatar Oct 13 '19 20:10 tmaul

I thought this might be a .rc file thing where maybe VS2019 is compiling it differently than GCC but I have no idea if that's even a thing.

tmaul avatar Oct 13 '19 20:10 tmaul

bad math ? feels like some kind of rounding issue to me

barbudreadmon avatar Feb 11 '20 15:02 barbudreadmon

Some more notes: This is only happening with certain blitters. E.g. doesn't happen with softfx. As @dinkc64 predicted it is happening in int ScrnSize()

tmaul avatar Aug 26 '20 21:08 tmaul

Also, at least for me, this is happening in GCC builds with the experimental and dx9 alt blitters.

tmaul avatar Aug 26 '20 21:08 tmaul

That's weird! I can't make this happen here :/ Even with the latest win32-gcc.7z from the download link.

dinkc64 avatar Aug 26 '20 23:08 dinkc64

maybe it's been solved since the past two months

mobasuite avatar Aug 27 '20 00:08 mobasuite

@dinkc64 That's very interesting. Is there any chance you can send me a copy of your own build via the forum or something?

I now think its one of a few things:

  1. graphics drivers
  2. a bug in VS and appveyor GCC builds (but then that would mean that everyone would see it)
  3. still a bug somewhere in the insides of burner

tmaul avatar Aug 27 '20 16:08 tmaul

Sure :) sent!

dinkc64 avatar Aug 27 '20 18:08 dinkc64

This still happens with the build from @dinkc64

I'm still looking at it when I have time :)

tmaul avatar Sep 07 '20 12:09 tmaul

That's really strange, I remember when it was happening and I could see it - but now it won't reproduce on my pc with any of the builds. gremlins!

dinkc64 avatar Sep 07 '20 13:09 dinkc64

It's your monitor.

mobasuite avatar Dec 04 '20 22:12 mobasuite

Bug finally fixed, big thanks to tmaul, he gets at least half the credit here, without his support, I wouldn't have been able to run VS on my pc to do anything :)

best regards,

  • dink

dinkc64 avatar Dec 02 '23 01:12 dinkc64