#Text for opponents and gold getting weird at bottom left of screen
1 messages · Page 1 of 1 (latest)
It seems to affect the gambling shop too ? I can't click on "plane" to select a plane
It also prevents me from saving in the menu
forge.log? are you on android?
did you change any settings? can you post your settings.json?
yeah looks default... weird
I'll try to pay more attention when it first appears if I see it again
when the error happens, don't restart forge, just post the forge.log, it may have some stack trace for the error.
Will do 👍
Happened again
So, there's nothing jumping out to me in that log, which kind of makes sense because as far as the app knows, the text is supposed to be there.
I know Kevlahnota pushed out an update recently intended to combat this issue, but this still looks like an instance where the UI is getting invalid screen size data from the graphics libraries, which seemed to be correlate with alt-tabbing / minimizing the game when the screen size was checked in order to properly draw or scale an image.
@modern quiver hmmm, there's no method to display the text because the image is whole (the text and the sprite is actually drawn on the cardbacksprite pixmap) so if the ui is throwing invalid sizes, the whole sprite should be affected.
look:
Whatever it is, it seems obvious that the text is somehow thinking it should be drawing at 0,0 of its container.
it's drawn to framebuffer, if there's a good way to repro, I can try to replace it with actual label if possible
There was no alt-tab/minimizing, I also thought this might be the problem so I was paying attention if it happened after that
Could it be linked to a component on my laptop ? I have a 144hz screen and g-sync enabled
It shouldn't be, but if you try to turn fps on, it should run 144fps max (android is locked to it's max fps)
I pushed a new snaps, using textralabel drawn to framebuffer (not yet commited to master as i plan to refactor it)
Are you on 03 30 snapshots? What text supposed to be displayed?
? It should be inside dialog not on background.. it didn't pop up?
I'm not sure if it happened before I clicked "start" or when I clicked "start"
Because I realised that the bug was happening when nothing happened
But yeah the text never appeared
If nobody else ever reported this, maybe it's an issue on my end but I wonder what could cause this
No idea, does it crash the UI? Escape or any buttons don't work?
It shows the animation when I press ESC or enter on the respective buttons of the UI but nothing happens
So it crashes, can't start the match and can't escape the arena. Can you share your save, does it usually happen on arena
Or it still showing the bug on any scenes like rewards
First time I've seen it happen in the arena
I've reported the last time it happened so it was on the 22
Here is the save
It's from last night because when I started playing today the bug occurred before I had the chance to save
And there wasn't a moment where the game autosaved
can't repro... hmmm I wonder why it would cause error there since the text is inside the dialog and there's nothing special about it..
Yeah I could never reproduce it either by doing the same thing
This time it happened almost right after an alt-tab. I ended a fight, alt-tabbed to answer a discord message and when I came back to Forge, my next opponent had the text all crammed at the bottom left of the screen
Yeah I can reproduce this 100% of the time
It happens when I alt-tab during the "Versus" screen
I was sure it had happened before when I did no alt-tab during the session, but maybe I did it without ever realising
happened on 04-05 snaps?
Yes
Wait no my bad, 04-04
I can test on the new one in a bit
I was able to reproduce it for 04-05
However the saving menu is different
Before when I had the "bug" I could go to the saving menu but it would impossible to save
I could however see my saves etc...
In this version however everything is blank as you can see
Alt+f4 doesn't work
I can't exit the game via the menu either
As you can see, there is once again a crammed bit of text at the bottom left
Pressing ESC makes the animation on the icon next to resume, but nothing happens
Clicking anywhere with the mouse does nothing
i'll try to repro, I hop I can catch the error
I had to use the task manager to close the game
I think the resize method doesn't update the currentscene so the bug occurs (i repro it by starting the app, immediately minimize it, then wait until you heard adventure sound kicks in, then maximize the app again, the ui is frozen or invalid), gonna push 04-06 snaps later, just report back if the issue persists on new snaps.
Will do 👍