James R. Twine
James R. Twine
The link for the **displaying debug data** script is incorrect and should be "https://kidscancode.org/godot_recipes/ui/debug_overlay/" - the godot_recipes part of the URL is missing in the existing content.
Using just the value of `%PATH%` in the incorrect order may not be the best way to do it. It might be better to follow the existing, established DLL search...
Just mentioning it as an aside - a corrupt database file might cause that error as well as no space in whatever temp location SQLite (read: the hosting app/service) is...
Adding ```set -e``` near the start of the **prebuild.sh** file might give you what you are looking for.
As another point on clarity/consistency, similar compare instructions decompile into expressions with differing ordering of their operands. In the above example, the first and last CMP EDX have swapped operands...
> Isn't this essentially the same as #62668 ? _Almost_. Your issue mentions "**Pop-ups**" but the problem is only with _modal_ windows. Non-modal windows will not cause the issue, and...