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
Fails to start in 0.18.27 #28
Comments
|
It seems I tried to replace it with
It seems the parent of the parent (
Similar thing with I loaded a save, then clicked Creative Mode > Modding > Events, and it crashed with: I thus changed frame_caption_button = "frame_action_button",in |
|
I fixed it exactly as you've described and pushed it to the mod portal. But after testing it together with other mods (which apparently are not updated for 0.18.27 themselves) we have some mod incompatibilities. :( But thank you very much for your help debugging this problem... I'm kind of lost in moving houses so every help to support the mod is appreciated! <3 |
When I first started the game after updating, I had some strange tool-tips on GUI items, showing their technical details, could it be due to the mod? After disabling/enabling it again this was gone but I also messed a bit with the F4 menu so I am not sure what fixed it. |
|
Ok so I hadn't tested it much after that (just went quickly through the menus), I hit another crash when trying to use the Deconstruction Planner: and of course when trying to place a blueprint: This breaks some of the key features of this mod 😐 |
|
Ok, so those event breaking changes are documented here (and the GUI changes are documented here but I didn't read it). I could fix the first one by simply removing that The second one I also fixed by removing the This fixes the above problems, but there should be more changes required. There are 2 more There are also 2 calls to The custom events in Appart from that, regarding:
Could it come from this line: if mods["debugadapter"] then require('__debugadapter__/debugadapter.lua') endpresent in both |
|
Apparently I forgot to remove the debugadapter stuff before packaging the mod :( I've added a new version 1.4.2 with lots of changes regarding the raise script built/revive/destroy stuff. Thank you so much for your work here! 😍 |

When running on Factorio 0.18.27 (released today), the game fails to start with the following error:
The text was updated successfully, but these errors were encountered: