Ebiten: Linux: Ebiten window is always tiny size in latest master

Created on 19 Apr 2021  路  7Comments  路  Source: hajimehoshi/ebiten

For example, this screenshot is running the "airship" example:

image

bug linux

All 7 comments

Hi,

  1. Which version of Ebiten are you using?
  2. ~Does this happen with the latest Ebiten at the master branch?~
  3. Could you show the environment like the result of neofetch?

Thanks,

If this doesn't happen on 2.0 branch, this is a regression. Would it be possible to git-bisect and detect the culprit commit?

  1. This is v2, commit hash (latest as of right now): 08c302556053c60d20eb98dd13b1034ac749ed8c

  2. image

I will see if I can find it with git-bisect soon!

It seems multiple commits are involved. This commit begins the problem -- once I sync to this commit, the window starts normal size, but slowly changes size (shrinks) as the program runs:

https://github.com/hajimehoshi/ebiten/commit/585f173d1ccae8bc1e1bbeaf2a71602233ac66e2

And this commit makes it worse, now it just starts and stays like the screenshot I pasted above in the bug filing:

https://github.com/hajimehoshi/ebiten/commit/b5d4c834b8b1116468cc1722ba0f413401d4dddf

Thanks! So this is definitely a regression. I'll take a look tomorrow!

I think this was fixed (18ce150495b5e91b6e10161c9ec88d8e1910ce7f and after). Please take a look.

Works fine now, thanks for the fast response!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

hajimehoshi picture hajimehoshi  路  5Comments

hajimehoshi picture hajimehoshi  路  3Comments

zladnrms picture zladnrms  路  4Comments

hajimehoshi picture hajimehoshi  路  5Comments

hajimehoshi picture hajimehoshi  路  4Comments