Oli
Oli
Just ran into this issue myself: ` /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.ConflictResolution.targets(112,5): error NETSDK1152: Found multiple publish output files with the same relative path: /home/user/Desktop/Minecraft/papyruscs/leveldb-sharp-std/LevelDB.dll, /home/user/Desktop/Minecraft/papyruscs/Maploader/LevelDB.dll, /home/user/Desktop/Minecraft/papyruscs/leveldb-sharp-std/zlibwapi.dll, /home/user/Desktop/Minecraft/papyruscs/Maploader/zlibwapi.dll. [/home/user/Desktop/Minecraft/papyruscs/PapyrusCs/PapyrusCs.csproj] ` Apparently it's because of...
+1 for the newest Bedrock, and I'm not using a realm. Ran into this after freshly cloning and compiling with the instructions for linux-x64.
I'm getting this exact behaviour too on Arch with Gnome under both X and Wayland, with a fresh python virtual environment. No idea how to pry further into wxPython's behaviour...
I resolved this issue for my particular setup by installing the Arch community/python-wxpython package. I got a list of packages installed outside the virtual environment from a different machine with...
I just ran into this now after upgrading python packages to 3.10 and making a new virtual environment. Previously I could load a Bedrock 1.17 world fine using python3.9, but...