-
Hi, I'm using a raspberry pi 400, os : Raspbian bullseye arm64 (64 bit version) The latest version of Mcc doesn't seem to support mono any longer.. I see this message appear when running mono MinecraftClient.exe - "Cannot open assembly 'MinecraftClient.exe': File does not contain a valid CIL image.". As per recommendation (found in the forum) I installed .net 6.0.400 but I have no idea how to launch MinecraftClient using it. Mono was easy to use in linux. I simply typed Mono MinecraftClient.exe to launch the program. Using .net is new to me. I would appreciate if someone could share basic step by step instructions what I have to do with the MinecraftClient file in order to get it working with .net 6 in linux. Thankyou. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Get the linux build of the latest release, extract it, and simply run the linux executable on the terminal. Here is a video demonstration: v1.mp4 |
Beta Was this translation helpful? Give feedback.
Get the linux build of the latest release, extract it, and simply run the linux executable on the terminal.
Here is a video demonstration:
v1.mp4