Skip to content
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

Open
schoos76 opened this issue Aug 2, 2020 · 7 comments · May be fixed by #41
Open

Creating Blueprint Book causes crash #39

schoos76 opened this issue Aug 2, 2020 · 7 comments · May be fixed by #41

Comments

@schoos76
Copy link

schoos76 commented Aug 2, 2020

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>

@DeadlyKitten37
Copy link

just ran into this myself

@alibaba258
Copy link

Same problem here using Factorio 0.18.47 (build 54412)

@danielnichols
Copy link

Also getting this on Factorio 1.0.0. I believe that #36 is also related.

@Omnifarious
Copy link
Contributor

I believe this mod author has dropped off the face of the earth for the time being. :-(

@sparr
Copy link

sparr commented Aug 21, 2020

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.

@colinodell
Copy link

Error message from Factorio 1.0.0:

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>

@FritzHugo3
Copy link

#42 (comment)
Fix

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

8 participants