Minecraftforge: Missing Scala libraries in compiled

Created on 19 Jul 2018  路  2Comments  路  Source: MinecraftForge/MinecraftForge

build:1.12.2 - 14.23.4.2739

test: in pre-init call this line of code
DeCompiled: works
Compiled:crashes
scala.actors.threadpool.Arrays.asList(new String[]{"a","b"});

Steps to reproduce:
install forge using windows installer
compile the code above in pre-init as the library exists in decompiled
run said mod in compiled and you get the crash

Crash Report:
https://pastebin.com/mi6fiwYL

All 2 comments

You probably meant to use java.util.Arrays.asList(String...).

yeah I know I accidentally used scala but, for people that use scala libraries it should be there in compiled as well

Was this page helpful?
0 / 5 - 0 ratings

Related issues

MSandro picture MSandro  路  3Comments

MJRLegends picture MJRLegends  路  3Comments

tterrag1098 picture tterrag1098  路  3Comments

williewillus picture williewillus  路  3Comments

DaedalusGame picture DaedalusGame  路  3Comments