You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 18, 2023. It is now read-only.
What went wrong:
When you start a new world with OpenComputers and ValkyrienSkies, you will see a warning about a Class Transformer from OpenComputers,
and when you try to build a PC in a ValkyrienSkies ship, the PC will not be able to start with the following Soft Crash inside the Log: https://pastebin.com/SFrU2nq2
The issue is that OpenComputers sends packets off the main thread, which requires a call to player.getDistanceSq(), which in Valkyrien Skies is enforced to be on the main thread.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
What went wrong:
When you start a new world with OpenComputers and ValkyrienSkies, you will see a warning about a Class Transformer from OpenComputers,
and when you try to build a PC in a ValkyrienSkies ship, the PC will not be able to start with the following Soft Crash inside the Log: https://pastebin.com/SFrU2nq2
Versions:
OpenComputers-MC1.12.2-1.7.5.192
valkyrien-skies-1.12.2-1.1.6
valkyrien-skies-control-1.12.2-1.1.1
valkyrien-skies-world-1.12.2-1.0.0
Related Issue:
MightyPirates/OpenComputers#3418
The text was updated successfully, but these errors were encountered: