-
-
Notifications
You must be signed in to change notification settings - Fork 64
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
Dark chunk when world is saved (caused by Radon) #1254
Comments
Thanks for reporting! |
Can you try reproducing the problem with any other mods installed? Just so that we can rule out other mods? |
I couldn't reproduce in an instance only with the Integrated Dynamics mods:
|
Thanks for checking! Then either it is a) another mod that causes the problem, or b) a combination of this mod and other mod(s) that cause the problem. Closing this one here in the meantime, but happy to re-open once new information would arise that indicates something needs to be changed in ID. |
Thanks for the input @Mitchell5200! Do you have any pointers to what Hexerei changed that fixed this issue? |
at a guess, either this commit that references a chunks issue or the 0.3.0 update commit with almost 1200 file changes sorry i cannot be of more help there |
I see the first commit is by @EpicSquid. |
What's this about? I need more context currently. |
Ah sorry didn't see the earlier replies, mobile is a pain. I can take a better look in a few days more than likely, or contact Joe foxe in the hexerei discord. |
@JoeFoxe Do you have any insights from your end on the above? |
@Asek3 Since this issue only occurs when Radon is installed, I was wondering if you have any insights into why lighting is breaking with ID cables? Is this an issue that can be fixed on Radon's end? |
Wanted to add my observations about this bug since it happened to me in ATM8 a few weeks ago. For me it occurred, initially, with a network that only had (I think) 2 cables and a battery which I was trying to use to power 3 machines (the first 2 directly on the third through Integrated Tunnels' energy interface and energy exporter). Actually the battery might've technically been a second network since it was only connected to the interface, but I guess that depends on whether I had placed the interface when the bug happened. |
Since I'm getting no response from the Radon developers, there's not much I can do on my end unfortunately, other than recommending not to use Radon together with this mod. Should anyone have any more information on how Radon changes vanilla lighting, how this could break with ID's cables, and how (if even) ID could work around this, please let me know, and I'll happily re-open this issue. |
Hey there I was pretty frustrated with this bug so I did a little testing; maybe it's helpful enough to move forward on this. |
Ok so I noticed this issue opened on the ATM8 repo where they mentioned they will be switching from Radon to Starlight for lighting engine optimizations, and under starlight this bug is essentially resolved HOWEVER anyone who ends up here trying to fix their (older) atm8 instance should read my comment there; I found a way to break loading of a chunk indefinitely that seems to be related to the Invisible light blocks ID's static light panels use. I would say be careful if you have run into this bug already to avoid a crash. |
@TheAdamizer Invisible light blocks hanging around should have been fixed a couple of versions ago (#1276). Are you sure you're using the latest ID version? |
@rubensworks Nope looks like I'm on an older version on my modpack, ATM8. My apologies, I assumed the issue arose from an interaction with Starlight! Thank you for the fix, I'll take the update. Cheers. |
Issue type:
Short description:
When a chunk with a network exits the possibility of generating a dark chunk with no natural light
Steps to reproduce the problem:
Expected behaviour:
No dark chunk when the world loads again
Hotfix:
Fill the high of the chunk with a block and remove again solving the issue per block, not in all the chunk. It's necessary to fill the 16x16 and remove it. It isn't necessary to fill all the high only to override a "ghost block" in several point.
Versions:
This is using ATM8 modpack. The issue is reported in other places like:
I discovered that happens putting networks of this mod in the chunk
I can't ensure that happen for a bug in this mod but I want to relate the issue in the modpack repo to this one. I think it's a good point to start tracking the issue.
The modpack issue: AllTheMods/ATM-8#1182
The text was updated successfully, but these errors were encountered: