Björn Ritzl

Results 598 comments of Björn Ritzl
trafficstars

First investigation step should be to serve the files using a normal local python server to verify if the speed is equally slow as when served from the editor.

We need to investigate all potential sources of problems. Cache misses each time? Slow connection? Single vs multi threaded downloads? And so on.

The logs are not really helping us pinpoint this issue. We'll leave the issue open for now, but we really need a solid repro case to be able to effectively...

> What would a ‘solid repro case’ look like for a bug like this? It’s about the suspend/resume behaviour so it can’t be recreated purely within an app. Yeah, it's...

Well, not really. We need to fork OpenJFX and try to fix this ourselves and submit a patch.

There's a JavaFX PR which will solve this issue once it has been merged and we've updated JFX. https://github.com/openjdk/jfx/pull/1089

Closed via https://github.com/defold/defold/pull/7262

Is it possible to traverse the full Lua context somehow to build a tree like structure of all dependencies?

We've done several debugger fixes since this issue was reported. Assuming it is fixed.

@astrochili could you please explain the usecase and the problem you have?