Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug: Potential IO regressions between instances #1243

Open
Wheattttt opened this issue Oct 23, 2024 · 0 comments
Open

Bug: Potential IO regressions between instances #1243

Wheattttt opened this issue Oct 23, 2024 · 0 comments
Assignees
Labels
Type: Bug This is a problem with something that should be working one way, but isn't.

Comments

@Wheattttt
Copy link

Describe the bug

IO connections that occur directly between two instances will not be linked up successfully by the compiler, and will not work in-game when the map has been compiled. Even a simple button-to-door setup will not function if the instances are directly wired together.

image

The left setup is a direct instance-to-instance setup, i.e. The button instance has an output directly to the door instance. This one does not function.
The right setup is indirect, with a logic_relay taking input from the button instance and outputting to the door instance.

2024-10-22.22-44-19.mp4

As a disclaimer, I don't currently have time to test if this happens in the main tester build or just the QA build. Additionally, some have stated that this does not happen to them at all? more testing is needed

To Reproduce

As the issue appears to happen in the compilation process, you will need to recompile the map in order to truly test it yourself. Make sure the instances are properly set up to the right paths.

Issue Map

maps.zip

Expected Behavior

Both setups in the example map should work.

Operating System

Windows 11

@Wheattttt Wheattttt added the Type: Bug This is a problem with something that should be working one way, but isn't. label Oct 23, 2024
@ozxybox ozxybox self-assigned this Oct 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug This is a problem with something that should be working one way, but isn't.
Projects
None yet
Development

No branches or pull requests

2 participants