Lufia - The Ruins of Lore glitch
Version : VBA-M SVN 781
Render : OpenGL
Â
[attachment=125]
It had glitch on link button.
Â
[attachment=126]
More glitch.
Â
[attachment=127]
Little glitch on skill windows.
The continuing development of the legendary VBA gameboy advance emulator.
https://board.visualboyadvance-m.org/
Version : VBA-M SVN 781
Render : OpenGL
Â
[attachment=125]
It had glitch on link button.
Â
[attachment=126]
More glitch.
Â
[attachment=127]
Little glitch on skill windows.
Known since 58* revisions. Its not specific to OpenGL by the way, and shows only for texts, even without filters.
Thanks for reporting.
It exists in SVN451 as well.
It was even there before SVN368, whre jbo_85 optimized some stuff in the renderers.
Â
I looked closely at the produced results, and for me it looks as if horizontal or vertical mirroring is not applied to tiles when transfered from char base to BG2 (mode0).
Moreover, it seems to occur randomly when switching from one game menu into another or back.
Â
It's fine in VBA 1.7.2
It's fine in VBA 1.8.0 beta 2 (December 20 2004)
It's broken in VBA 1.8.0 beta 3 (October 1 2005)
-> broke between 1.8.0 beta 2 to 3
I just tryied it out, the issue was caused by one of the commits from June 25, 2005:
Â
Â
EDIT: Unfortunately, I can't find the error myself.
I'll attach two versions of the VBA CVS source code:
Â
I also attached a patch file from good to bad.
Â
Compare both source trees with WinMerge or a similar tool and please post if you found the issue.
Spacy, try enabling Mirroring in the game overrides menu.
Does not help.
Â
[Please have a look at my editoed post above: http://vba-m.com/forum/lufia-the-ruins-of-lore-glitch-t-301.html#pid2620 ]
Check GBA.cpp Line 155 and lower. heavy changers were made to OBJTiles and some stuff probably GBA GFX related.
The problem does not occur when Bilinear is disabled.
Â
OK, it does, but i had it working without the problem a second ago.
As I said, the issues occur random, so I reommend switching between the main menu & the continue menu several times to make sure no issues occur. It would be great if somone could show this thread to people like chrono wo seem to be up to the task.
This issue has been fixed in revision 1191. The cause was cpuDmaHack on unmapped reads.