mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-27 06:20:55 +00:00
Flash lib path error message fix
This commit is contained in:
+1
-1
@@ -2401,7 +2401,7 @@ public class ActionScriptParser {
|
||||
private static void initPlayer() throws IOException, InterruptedException {
|
||||
if (playerABCs.isEmpty()) {
|
||||
if (Configuration.getPlayerSWC() == null) {
|
||||
throw new IOException("Player SWC library not found, please place it to " + Configuration.getPlayerSWC());
|
||||
throw new IOException("Player SWC library not found, please place it to " + Configuration.getFlashLibPath());
|
||||
}
|
||||
SWC swc = new SWC(new FileInputStream(Configuration.getPlayerSWC()));
|
||||
SWF swf = new SWF(swc.getSWF("library.swf"), true);
|
||||
|
||||
Reference in New Issue
Block a user