I do not know what is the trigger, my only solution now is to hot reload like 5-6 times before the actual hot reload is executed. But it’s just too anoying and too random, as the file need to be modified before for every hot reload tries
I’m using Linux and the target is the local machine.
Sorry to hear this. Let’s try to narrow it down. In Defold 1.12.1 we did some HTTP related changes to support proxy connections. Would you mind trying both 1.12.0 and 1.12.1 and let me know the results?
This sounds like a recent regression, which is unfortunate.
Please add a ticket on our github repository with some repro steps and if possible a small repro project.
When i run the steam version of defold 1.12.2 the problem has gone away.
But when trying to run it from linux cli, the hot reloading is still become a problem even after using 1.12.3
I’ve trying using Windows 11, and there is also no problem.
I think probably there is problem with the different jdk or dependency library. Maybe due starting 1.12.* the defold-linux.zip packaged with jdk-25+36, (it was jdk-21.0.5+11 on Defold 1.11.1)
But somehow, running the steam version magically resolve the issue.
The problem still persist when i run using linux cli, but since the steam version runs well, i will be using the steam version.