AllTheMods / ATM3-Remix

38 stars 18 forks source link

[1.12.2][2.0.0] Advanced Rocketry rocket disappears and players fall back to launch site. #368

Open radj307 opened 3 years ago

radj307 commented 3 years ago

Expected Behaviour

Players should be sent to their destination dimension when launching a manned rocket.

Current Behaviour

Rocket disappears and all players riding it fall back to the launch site. Server shows a lighting exception from the Phosphor mod.

Possible Solution

I fixed the bug by disabling the Phosphor lighting changes server-side in the config.

./config/phosphor.json "enable_phosphor": false,

Steps to Reproduce

  1. Install ATM3R on a linux server manually because the server script is completely broken.
  2. Remove the client-side-only files specified in server-setup-config.yaml from the server installation.
  3. Build a manned rocket from Advanced Rocketry.
  4. Get in the rocket and launch with any destination set.
  5. Fall back to the launch site in disappointment.

Log

Happened 3 days ago which is no longer in my logs, not going to roll-back the server as people are on it. The stack trace mentioned an exception regarding phosphor's lighting engine, and disabling it server-side fixed it.

Detailed Description

Advanced Rocketry's manned rockets are completely broken by default, triggering a non-fatal exception whenever someone tries to go to any destination. The rocket and all contents disappear completely, and do not arrive at the destination like unmanned rockets do.