#Text for opponents and gold getting weird at bottom left of screen

1 messages · Page 1 of 1 (latest)

keen eagle
#

I don't have a screenshot for opponents but it's basically the same thing. There is no text below my character and the enemy and at the bottom left you can see a bunch of white pixels like on the gold card in the screenshot.

#

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

torpid grail
#

forge.log? are you on android?

keen eagle
#

I'm on desktop

torpid grail
#

did you change any settings? can you post your settings.json?

keen eagle
#

I don't think I did

#

It randomly appeared and restarting fixes it

torpid grail
#

yeah looks default... weird

keen eagle
#

I'll try to pay more attention when it first appears if I see it again

torpid grail
keen eagle
#

Will do 👍

keen eagle
#

The bug just occurred

keen eagle
modern quiver
#

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.

torpid grail
#

@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.

modern quiver
#

Whatever it is, it seems obvious that the text is somehow thinking it should be drawing at 0,0 of its container.

torpid grail
#

it's drawn to framebuffer, if there's a good way to repro, I can try to replace it with actual label if possible

keen eagle
#

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

torpid grail
#

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)

keen eagle
#

Happened again

#

You can see the text at the bottom left being all squished

torpid grail
keen eagle
#

I'm on 03 27

#

It was the "do you want to spend 100 gold to enter the arena ?" text

torpid grail
#

? It should be inside dialog not on background.. it didn't pop up?

keen eagle
#

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

torpid grail
#

No idea, does it crash the UI? Escape or any buttons don't work?

keen eagle
#

It shows the animation when I press ESC or enter on the respective buttons of the UI but nothing happens

torpid grail
#

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

keen eagle
#

First time I've seen it happen in the arena

#

I've reported the last time it happened so it was on the 22

#

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

torpid grail
keen eagle
#

Yeah I could never reproduce it either by doing the same thing

keen eagle
#

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

keen eagle
#

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

torpid grail
#

i'll try to repro, I hop I can catch the error

keen eagle
#

I had to use the task manager to close the game

torpid grail
# keen eagle 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.

keen eagle
#

Will do 👍