Blueprint Extensions (Kux Edition)


Adds tools for updating and placing blueprints. Now with Advanced Fluid Handling and Flow Control support

Utilities
7 months ago
1.0 - 1.1
5.92K
Fluids Blueprints

b Crash when using number on numpad

3 years ago

Hi,

I am having some issues with the mod. Everytime I press a button on my numpad (to enter a number in a calculator on Factorio like the one by Max Rate Calculator) it crashes. Here is the error obtained by pressing "5" on numpad:

The mod Blueprint Extensions (Continued) (1.0.0) caused a non-recoverable error.
Please report this error to the mod author.

Error while running event
Kux-BlueprintExtensions::Kux-BlueprintExtensions_snap-center (ID 219)
Kux-CoreLib/lib/Log.lua:59: attempt to index upvalue 'data' (a nil value)
stack traceback:
Kux-CoreLib/lib/Log.lua:59: in function 'trace'
Kux-BlueprintExtensions/modules/snap.lua:58: in function <Kux-BlueprintExtensions/modules/snap.lua:57>
(...tail calls...)

One of the solution will be to unbind all keybinding to this mod but as they are default binding, I think it might be usefull to report this bug.

3 years ago

This is strange. because the numpad binding was already present in the original mod. and i have repaired only the action after pressing a numpad key.
but ok, i will have a look for it. it should not be a problem to automatically unbind the keys (or to ignore) if no blueprint is selected.

3 years ago

Oh sometime Lua is strange. data should never be nil
please update Kux-CoreLib. The error should be fixed now

New response