Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Hi ! 

Thanks for your feedback I really apreciate , 

The crash (_tkinter.TclError: expected integer but got "8.5") was caused by how the underlying graphical engine (Tcl/Tk) handles font rendering under different Windows Display Scaling (DPI) settings.

  1. Windows DPI Scaling (125%, 150%, etc.):
    On standard 100% display scaling, Tkinter can sometimes silently round floating-point font sizes (8.5 $\rightarrow$ 8). However, on high-DPI displays or laptops set to 125% / 150% scaling, the graphical subsystem passes the exact raw string "8.5" to Tcl's native C parser (Tcl_GetIntFromObj). Because it strictly requires a whole integer, it threw an unhandled exception.
  2. The Fix:
    All font definitions in the installer have been updated to strict integer values (8, 9, 10, etc.). The new installer build completely resolves this issue and will run smoothly across all screen resolutions, DPI scaling factors, and Windows configurations.

Now the update is online ! Have Fun !

(2 edits)

been trying to get it to work but when i open the shortcut it does not open anything, it shows the loading circle for a split second before doing absolutely nothing. I am not getting any errors anymore, it just does nothing

Can you confirm that you do the update ?

(1 edit)

i did, like 3 times, even booting from the update menu just makes the menu disappear without booting anything

I've tried on an other pc , it worked ... What's your config ? I can make some optimisation 

Like computer specs?

Yep

Ultra i9, rtx 5070ti 32gb ram

ok you got a decent pc so it should work ... i'm gonna check what's happening and launch an update