
[1.12.2][2.0.0] Advanced Rocketry rocket disappears and players fall back to launch site.
radj307 opened this issue ยท 0 comments
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
- Install ATM3R on a linux server manually because the server script is completely broken.
- Remove the client-side-only files specified in server-setup-config.yaml from the server installation.
- Build a manned rocket from Advanced Rocketry.
- Get in the rocket and launch with any destination set.
- 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.