mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-27 15:50:46 +00:00
Fixed: #2519 AS1/2 direct editation - generating too large ConstantPool
This commit is contained in:
@@ -1459,6 +1459,7 @@ public class ActionPanel extends JPanel implements SearchListener<ScriptSearchRe
|
||||
mainPanel.refreshTree(src.getSwf());
|
||||
}
|
||||
} catch (ValueTooLargeException ex) {
|
||||
logger.log(Level.SEVERE, "Cannot save", ex);
|
||||
ViewMessages.showMessageDialog(this, AppStrings.translate("error.action.save.valueTooLarge"), AppStrings.translate("error"), JOptionPane.ERROR_MESSAGE);
|
||||
} catch (IOException ex) {
|
||||
logger.log(Level.SEVERE, "IOException during action compiling", ex);
|
||||
|
||||
Reference in New Issue
Block a user