If its a .exe it should work "relatively" well.
If its the raw .jar? No.
But that's an "Inno can't code" problem, not a Win 11 problem.
I'm trying to open it now but it's not opening and on the error.log it says
this
Game Version: 0.4.6.3
Java: 1.8.0_172
Mod folders present: innoxia
Error! Fetish icon file does not exist (Trying to read from 'com/lilithsthrone/res/fetishes/fetish_bimbo')!
java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.sun.javafx.application.LauncherImpl.launchApplicationWithArgs(LauncherImpl.java:389)
at com.sun.javafx.application.LauncherImpl.launchApplication(LauncherImpl.java:328)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at sun.launcher.LauncherHelper$FXHelper.main(Unknown Source)
Caused by: java.lang.ExceptionInInitializerError
at com.lilithsthrone.game.character.fetishes.Fetish.<clinit>(Fetish.java:31)
at com.lilithsthrone.game.Properties.resetFetishPreferences(Properties.java:1563)
at com.lilithsthrone.game.Properties.<init>(Properties.java:237)
at com.lilithsthrone.main.Main.main(Main.java:694)
... 11 more
Caused by: java.lang.NullPointerException
at com.lilithsthrone.game.character.fetishes.AbstractFetish.<clinit>(AbstractFetish.java:57)
... 15 more
Exception running application com.lilithsthrone.main.Main