mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-26 06:20:51 +00:00
Added: AS2 - Information about need of decompiling all scripts to detect uninitialized class fields
Fixed: #2338 AS decompiling threads got stuck after cancelling / timeout CancellableWorker refactoring
This commit is contained in:
@@ -178,7 +178,7 @@ public final class FlashPlayerPanel extends Panel implements Closeable, MediaDis
|
||||
};
|
||||
|
||||
// hack: Kernel32.INSTANCE.ConnectNamedPipe never completes in ActiveXControl static constructor
|
||||
flash = CancellableWorker.call(callable, 5, TimeUnit.SECONDS);
|
||||
flash = CancellableWorker.call("flashPlayerPanel", callable, 5, TimeUnit.SECONDS);
|
||||
|
||||
flash.setAllowScriptAccess("always");
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user