deuysek

Results 5 comments of deuysek

This app is a loader that can load other SWFs and provide additional functions. It is launched by a separate launcher via NativeProcess, and the SWF path to load is...

I tried many different ways to reproduce the issue, including passing startup parameters directly from the command line, and starting the application without any parameters, but none of these methods...

I use NativeProcess in a normal way and the launcher app shares the same runtime dll with the loader app, only to overwrite the `application.xml` to let the runtime exe...

When launching the subprocess, the launcher would modify application descriptor like this: this will change the app id to avoid instance lock. Then start the exe through NativeProcess. Typically the...

Yes. the stutter only appears when the loader app is launched by launcher. However, when launching with cmd, or to launch it directly will not encounter this issue(with the same...