Legend-of-Dragoon-Modding / Script-Recompiler

A disassembler for the Legend of Dragoon scripting engine
GNU Affero General Public License v3.0
0 stars 2 forks source link

Lexer labels.get() returns null #2

Closed theflyingzamboni closed 1 year ago

theflyingzamboni commented 1 year ago
Exception in thread "main" java.lang.NullPointerException: Cannot invoke "java.lang.Integer.intValue()" because the return value of "java.util.Map.get(Object)" is null
    at org.legendofdragoon.scripting.Lexer.lex(Lexer.java:100)
    at org.legendofdragoon.scripting.launch.Compile.compile(Compile.java:47)
    at org.legendofdragoon.scripting.launch.Compile.main(Compile.java:63)

Test file: DRGN1/338

LordMonoxide commented 1 year ago

Fixed in d986882