Closed zorftw closed 5 years ago
Note: these - enabled: false
lines should be enabled: false
, but I'll look into this bug.
It's weird that the issue is coming from a FieldInsn, though.
Can you try this with Paramorphism 1.0-beta? Thanks.
Issue has been resolved in the Beta version. (1.0)
Error log:
Remapper and almost every strategy have been disabled. When the 'noverify' argument is enabled this issue is just ignored, but the program refuses to start.
Config is as follows:
Using Paramorphism version 0.14
EDIT: After some debugging, the method which caused this issue was 'string_indirection'. After disabling it, the program successfully executed.