Crash on Finish
yourboywizza opened this issue · 9 comments
I'm playing 1.18.2 and I'm sure that's partly responsible for this, but after pressing Finish in the blueprint mode (whether by clicking or pressing the F key) the game freezes, cuts to a "Server closed" screen then crashes shortly after.
crash-2022-03-21_20.19.50-client.txt
I'm having the same issue on 1.18.2.
Composing works, but as soon as I try to finish, the game crashes.
Seems like the repository has not been updated since 2021.
Somebody made a pull request to make changes for 1.18.2, but they have not been incorporated.
I could try to build it and see if it works.
Hopefully someone will update this repository and push the changes to curseforge.
But for now we can at least enjoy this great mod on 1.18.2
Ok, so I tried building the pull request and it seems to function correctly.
I could save a schematic and use it with the schematic table / schematicannon without crash.
For those who want to replicate what I did:
-
Clone the project
git clone [email protected]:simibubi/TheMightyArchitect.git
-
Fetch the pull request
git fetch origin pull/43/head:1.18.2-port
-
Checkout the new branch
git checkout 1.18.2-port
-
Build the jar with gradle
gradle assemble
-
Copy the jar from the /build/libs folder
For those that just want to download the mod and add it to their minecraft:
mightyarchitect-mc1.18.2_v0.6.zip
You will have to extract the .zip file and put the resulting .jar file in your minecraft mods folder.
!! Please beware. I don't recommend downloading random files from the internet and adding them to minecraft. It's always better to do the build yourself if you can.
Also thanks to @glutzer for actually making the port to 1.18.2.
Enjoy!
Ok, so I tried building the pull request and it seems to function correctly. I could save a schematic and use it with the schematic table / schematicannon without crash.
For those who want to replicate what I did:
- Clone the project
git clone [email protected]:simibubi/TheMightyArchitect.git
- Fetch the pull request
git fetch origin pull/43/head:1.18.2-port
- Checkout the new branch
git checkout 1.18.2-port
- Build the jar with gradle
gradle assemble
- Copy the jar from the /build/libs folder
For those that just want to download the mod and add it to their minecraft: mightyarchitect-mc1.18.2_v0.6.zip
You will have to extract the .zip file and put the resulting .jar file in your minecraft mods folder. !! Please beware. I don't recommend downloading random files from the internet and adding them to minecraft. It's always better to do the build yourself if you can.
Also thanks to @glutzer for actually making the port to 1.18.2.
Enjoy!
Worked Perfectly. Much Appreciated