I'm trying to create my MCP workspace, however, I run into a problem when I run decompile.sh (creates all files). When I run the sh file, it gives me a python error.
Traceback (most recent call last):
File "runtime/decompile.py", line 58, in decompile
commands = Commands(conffile, verify=True, no_patch=no_patch, workdir=workdir, json=json)
File "/Users/louie/Desktop/louie/mcp918/runtime/commands.py", line 176, in __init__
normalStart = self.readconf(workdir, json)
File "/Users/louie/Desktop/louie/mcp918/runtime/commands.py", line 565, in readconf
self.mcLibraries = MinecraftDiscovery.getLibraries(mcDir, self.jsonFile, osKeyword)
File "/Users/louie/Desktop/louie/mcp918/runtime/MinecraftDiscovery.py", line 157, in getLibraries
libFilename = "%s-%s-%s.jar"%(libSubdir, libVersion, substitueString(library['natives'][osKeyword]))
File "/Users/louie/Desktop/louie/mcp918/runtime/MinecraftDiscovery.py", line 185, in substitueString
str = str.replace("${arch}", getArch())
TypeError: coercing to Unicode: need string or buffer, NoneType found
louie@Louies-MBP mcp918 %
Any idea of how to fix this? OS: Mac I have python 3 installed I have java 8 installed