BUG: Inserter override got hosed up

Some mods, made by Bob. Basically streaks every Factroio-area.

Moderator: bobingabout

Post Reply
MikeinCA
Burner Inserter
Burner Inserter
Posts: 13
Joined: Wed Jul 06, 2016 7:52 pm
Contact:

BUG: Inserter override got hosed up

Post by MikeinCA »

Image attached. It was working fin last night. Loaded it up today and now the upper left windows stays open, the second window opens and closes when you click on the little inserter icon. Both boxes seem to operate independently, sort of. If you have the inserter window so it is closed, make selections, then open the window, the selections are duplicated to the newly opened inserter setting window. HOWEVER, if you make the changes in the 2nd open window, they do not transfer to the always open window.

No matter how i set the inserters they always drop as near/short inserters.

Save Game file is attached too.
Attachments
Screen capture of Grabber selector.
Screen capture of Grabber selector.
Selection_003.png (82.81 KiB) Viewed 1771 times
Mike.zip
Save Game with error
(8.26 MiB) Downloaded 85 times

User avatar
bobingabout
Smart Inserter
Smart Inserter
Posts: 7352
Joined: Fri May 09, 2014 1:01 pm
Contact:

Re: BUG: Inserter override got hosed up

Post by bobingabout »

This is likely some redundant code left over from when I changed to the new window type.
I can probably fix the mod... but it might not get rid of the permanently open checkboxes you have there.

EDIT: Actually... I have no idea how that happened.

I do know sort of how you can fix it.
Try one of the following console commands (Will disable achievements)

Code: Select all

/c game.player.gui.left.table.destroy()
if that doesn't work try

Code: Select all

/c game.player.gui.top.table.destroy()
Creator of Bob's mods. Expanding your gameplay since version 0.9.8.
I also have a Patreon.

MikeinCA
Burner Inserter
Burner Inserter
Posts: 13
Joined: Wed Jul 06, 2016 7:52 pm
Contact:

Re: BUG: Inserter override got hosed up

Post by MikeinCA »

At one point I had 3 windows open. I am wondering if the problem originally started when I left it open and saved then exited the game. I suspect that is when it started.

The first command did nothing. The second command fixed it.

I will try and duplicate the issue again to see if I can determine the cause.

User avatar
bobingabout
Smart Inserter
Smart Inserter
Posts: 7352
Joined: Fri May 09, 2014 1:01 pm
Contact:

Re: BUG: Inserter override got hosed up

Post by bobingabout »

The whole GUI used to be on the top. It sounds like the game was trying to run some old scripts (parent of the button, and the button is on top, which is why the second command worked.) along with some new scripts (new scripts create a new window and put it on the left)
Creator of Bob's mods. Expanding your gameplay since version 0.9.8.
I also have a Patreon.

Post Reply

Return to “Bob's mods”