EasyRPG / Editor

Game editor similar to RPG Maker
https://easyrpg.org/editor/
GNU General Public License v3.0
336 stars 59 forks source link

Path to RTP Dialog Covered by Splash at Startup #211

Open AntumDeluge opened 2 years ago

AntumDeluge commented 2 years ago

Path to RTP dialog is covered by splash screen & has to be moved before user can hit Ok or Cancel to open the main interface.

image

OS: Windows 10 64-bit EasyRPG Editor build: from 342bbc7 with MinGW/GCC

carstene1ns commented 2 years ago

The RTP dialog triggers unfortunately a corner case in the logic I introduced. For the time being, build Editor in release mode, this should close the splash regardless if the dialog is open.

AntumDeluge commented 2 years ago

-DCMAKE_BUILD_TYPE=Release?

Ghabry commented 2 years ago

yes.

Btw do not expect too much.

There is a reason why we do not offer our own builds for it ;)

carstene1ns commented 2 years ago

Let's keep this open until it is really fixed. 😉