I would like to program my own Minecraft client on a Raspberry Pi, but I need the MCP for this and when I execute the decompile.sh file, the error occurs:
ERROR: root: FATAL 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 "/home/pi/Desktop/mcp918/runtime/commands.py", line 176, in __init__
normalStart = self.readconf (workdir, json)
File "/home/pi/Desktop/mcp918/runtime/commands.py", line 565, in readconf
self.mcLibraries = MinecraftDiscovery.getLibraries (mcDir, self.jsonFile, osKeyword)
File "/home/pi/Desktop/mcp918/runtime/MinecraftDiscovery.py", line 157, in getLibraries
libFilename = "% s-% s-% s.jar"% (libSubdir, libVersion, substitueString (library ['natives'] [osKeyword]))
File "/home/pi/Desktop/mcp918/runtime/MinecraftDiscovery.py", line 185, in substitueString
str = str.replace ("$ {arch}", getArch ())
TypeError: coercing to Unicode: need string or buffer, NoneType found
can you fix it somehow or are there already decompiled files?
I guess either the mcp doesn't work on the raspberry pi or you have some wrong version like a wrong java or python version etc.