CERcoding
Results
2
comments of
CERcoding
Not sure if its related but I am having a similar issue with fresh vanilla 1.7.x versions being completely unable to launch. ``` Exception in thread "main" com.google.gson.JsonSyntaxException: java.lang.IllegalStateException: Expected...
Well, I found the fix for my issue. In the handler, getLaunchOptions() does `args = args.filter(value => typeof value === 'string' || typeof value === 'number')` just before returning. this...