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

Texture issue without gates #674

Closed
dacmot opened this issue Jul 9, 2024 · 0 comments · Fixed by #676
Closed

Texture issue without gates #674

dacmot opened this issue Jul 9, 2024 · 0 comments · Fixed by #676
Labels

Comments

@dacmot
Copy link
Contributor

dacmot commented Jul 9, 2024

#669 introduced a texture dependency on gates in delayer (0a4651c) by referencing jeija_gate_output_off.png and jeija_gate_output_on.png

As gates depends on delayer but not the other way, it's possible to remove mesecons_gates, and get this error:

2024-07-08 21:12:22: INFO[Main]: SourceImageCache::getOrLoad(): No path found for "jeija_gate_output_off.png"
2024-07-08 21:12:22: ERROR[Main]: generateImage(): Could not load image "jeija_gate_output_off.png" while building texture; Creating a dummy image
2024-07-08 21:12:22: INFO[Main]: SourceImageCache::getOrLoad(): No path found for "jeija_gate_output_on.png"
2024-07-08 21:12:22: ERROR[Main]: generateImage(): Could not load image "jeija_gate_output_on.png" while building texture; Creating a dummy image

#669 had moved jeija_gate_on/off.png from gates to delayer... maybe the ones with "output" in the name should be moved as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants