Page 1 of 1

[0.16.18] Disable_all_prototypes leads to the crash

Posted: Wed Jan 24, 2018 11:35 am
by WIZ4
I used this command

Code: Select all

/c game.forces.player.disable_all_prototypes()
Then he opened research window and clicked on an empty cell
Screenshot_1.png
Screenshot_1.png (922.9 KiB) Viewed 2702 times
And can help me enable prototypes back?
This not work

Code: Select all

/c game.forces.player.enable_all_prototypes()
Screenshot_2.png
Screenshot_2.png (193.46 KiB) Viewed 2700 times
factorio-current.log
(3.78 KiB) Downloaded 215 times

Re: [0.16.18] Disable_all_prototypes leads to the crash

Posted: Tue Jan 30, 2018 7:18 pm
by Rseding91
Thanks for the report. It's now fixed for the next version of 0.16 and I added enable_all_prototypes().

Re: [0.16.18] Disable_all_prototypes leads to the crash

Posted: Tue Jan 30, 2018 8:22 pm
by WIZ4
Thank you