-
Notifications
You must be signed in to change notification settings - Fork 8
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
Creating Blueprint Book causes crash #39
Comments
just ran into this myself |
Same problem here using Factorio 0.18.47 (build 54412) |
Also getting this on Factorio 1.0.0. I believe that #36 is also related. |
I believe this mod author has dropped off the face of the earth for the time being. :-( |
He was on the Factorio Discord earlier this year. I suspect we'll hear from him again. There's a similar caught-so-no-crash bug in Picker Blueprinter, so I'll be keeping an eye out for the fix over there to try porting over here if no one else does it. |
Error message from Factorio 1.0.0:
|
#42 (comment) |
When I click on the "Blueprint book" in the dock, in Factorio 0.18.40 this crash happens:
The mod Blueprint Extensions (0.5.0) caused a non-recoverable error.
Please report this error to the mod author.
Error while running event BlueprintExtensions::on_player_cursor_stack_changed (ID 29)
Index out of inventory bounds.
stack traceback:
BlueprintExtensions/util.lua:11: in function 'get_blueprint'
BlueprintExtensions/gui.lua:58: in function 'update_visibility'
BlueprintExtensions/control.lua:123: in function '?'
BlueprintExtensions/control.lua:41: in function <BlueprintExtensions/control.lua:39>
stack traceback:
[C]: in function '__index'
BlueprintExtensions/util.lua:11: in function 'get_blueprint'
BlueprintExtensions/gui.lua:58: in function 'update_visibility'
BlueprintExtensions/control.lua:123: in function '?'
BlueprintExtensions/control.lua:41: in function <BlueprintExtensions/control.lua:39>
The text was updated successfully, but these errors were encountered: