tintinweb / vscode-decompiler

Decompile things directly from VSCode
https://marketplace.visualstudio.com/items?itemName=tintinweb.vscode-decompiler
152 stars 26 forks source link

Failed to run decompiliation command. Check your configuration. {"code":2,"type":"multi"} #40

Open ComputerPers opened 1 year ago

ComputerPers commented 1 year ago

OSX on m1, trying to decompile jar file: Failed to run decompiliation command. Check your configuration. {"code":2,"type":"multi"}

==================================================================== Decompiling /Users/username/Downloads/path/name.jar

Errors:


pszczerbinski commented 2 months ago

The way I solved this was I removed all spaces and symbols from the file path I was trying to decompile. Hope this works for you too