TheMightyArchitect icon indicating copy to clipboard operation
TheMightyArchitect copied to clipboard

Crash on Finish

Open yourboywizza opened this issue 2 years ago • 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

yourboywizza avatar Mar 22 '22 17:03 yourboywizza

I'm having the same issue on 1.18.2. Composing works, but as soon as I try to finish, the game crashes.

Aoriseth avatar May 16 '22 07:05 Aoriseth

Exactly the same issue here too. Please patch for 1.18.2?

scard15angel avatar May 19 '22 12:05 scard15angel

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.

Aoriseth avatar May 19 '22 17:05 Aoriseth

If that will work on 1.18.2 that would be awesome 🚀

VladOliinyk avatar May 19 '22 17:05 VladOliinyk

YES PLEASE!!!!!

scard15angel avatar May 20 '22 05:05 scard15angel

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:

  1. Clone the project git clone [email protected]:simibubi/TheMightyArchitect.git

  2. Fetch the pull request git fetch origin pull/43/head:1.18.2-port

  3. Checkout the new branch git checkout 1.18.2-port

  4. Build the jar with gradle gradle assemble

  5. 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!

Aoriseth avatar May 20 '22 13:05 Aoriseth

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

Aoriseth avatar May 20 '22 13:05 Aoriseth

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:

  1. Clone the project git clone [email protected]:simibubi/TheMightyArchitect.git
  2. Fetch the pull request git fetch origin pull/43/head:1.18.2-port
  3. Checkout the new branch git checkout 1.18.2-port
  4. Build the jar with gradle gradle assemble
  5. 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

VectorForce3D avatar Jun 24 '22 22:06 VectorForce3D

Felt really stupid since I used the 1.18.2 version but the issue persisted. If anyone else is experiencing this, make sure your shaders are disabled. That fixed it for me.

Lastered avatar Jul 06 '24 23:07 Lastered