-
Notifications
You must be signed in to change notification settings - Fork 11
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
runtime error #20
Comments
Please check for updates. There is no Lines 103 to 107 in 2547242
EDIT: If that does not fix your issue, try to change this line Line 127 in 2547242
to local tile = def.tiles and def.tiles[1] or def.inventory_image
|
ftr my server ran into this at L134 now... didn't try suggested changes yet |
Same Crash in my server: 2021-02-18 00:49:27: ERROR[Main]: ServerError: AsyncErr: environment_Step: Runtime error from mod '' in callback environment_Step(): /home/minetest/minetest/bin/../mods/hbsprint/init.lua:134: attempt to index field 'tiles' (a nil value)
|
@NathanielFreeman Should be fixed in f566d0f. Please report back if there are any similar/new issues in this regard. |
I have been experiencing runtime errors on minetest 5.2 with the latest hbsprint mod:
EDIT by SmallJoker: Use three backticks for multiline code.
The text was updated successfully, but these errors were encountered: