Crash in MineClonia #5

Closed
opened 2024-03-28 19:04:16 +01:00 by migrationbot · 6 comments

Author: pepebotella

Minetest version: 5.8.0

Mineclonia version: main branch commit 0c020c85f67786f9a7ed1306790d74063526b244 (latest)

industrialtest version: master branch commit c8be496afe

ModError: Failed to load and run script from minetest/bin/../mods/industrialtest/init.lua:
...est/bin/../games/mineclonia/mods/ITEMS/mcl_armor/api.lua:146: attempt to index field 'descriptions' (a nil value)
stack traceback:
	...est/bin/../games/mineclonia/mods/ITEMS/mcl_armor/api.lua:146: in function 'register_set'
	...minetest/bin/../mods/industrialtest/compatibility.lua:358: in function 'registerToolset'
	...minetest/bin/../mods/industrialtest/compatibility.lua:555: in main chunk
	[C]: in function 'dofile'
	...minetest/bin/../mods/industrialtest/init.lua:31: in main chunk
**Author: pepebotella** Minetest version: 5.8.0 Mineclonia version: main branch commit 0c020c85f67786f9a7ed1306790d74063526b244 (latest) industrialtest version: master branch commit c8be496afe ``` ModError: Failed to load and run script from minetest/bin/../mods/industrialtest/init.lua: ...est/bin/../games/mineclonia/mods/ITEMS/mcl_armor/api.lua:146: attempt to index field 'descriptions' (a nil value) stack traceback: ...est/bin/../games/mineclonia/mods/ITEMS/mcl_armor/api.lua:146: in function 'register_set' ...minetest/bin/../mods/industrialtest/compatibility.lua:358: in function 'registerToolset' ...minetest/bin/../mods/industrialtest/compatibility.lua:555: in main chunk [C]: in function 'dofile' ...minetest/bin/../mods/industrialtest/init.lua:31: in main chunk ```
Author

Author: cora

looks like this commit 27e216112e changed the relevant line not sure why, if it doesn't crash in mcl2 we could probably just go back to that as well.

**Author: cora** looks like this commit https://codeberg.org/mineclonia/mineclonia/commit/27e216112ec70b2acbeb383d63c736e8650ad733 changed the relevant line not sure why, if it doesn't crash in mcl2 we could probably just go back to that as well.
Author

Author: cora

I made an issue in mcla since I think it should probably be fixed on our side, mcl2 does not appear to crash that way.

https://codeberg.org/mineclonia/mineclonia/issues/1253

**Author: cora** I made an issue in mcla since I think it should probably be fixed on our side, mcl2 does not appear to crash that way. https://codeberg.org/mineclonia/mineclonia/issues/1253
Author

Author: mrkubax10

Probably for now I should mention in README.md that mod works only with MineClone2 (no derivatives). Or adapt it to support Mineclonia too, however adding too much compatibility will result in unreadable code.

**Author: mrkubax10** Probably for now I should mention in README.md that mod works only with MineClone2 (no derivatives). Or adapt it to support Mineclonia too, however adding too much compatibility will result in unreadable code.
Author

Author: cora

We'll probably be adding a couple fixes that will make it work

**Author: cora** We'll probably be adding a couple fixes that will make it work
Author

Author: mrkubax10

Alright nice.

**Author: mrkubax10** Alright nice.
mrkubax10 added the
crash
compat-mode:mineclone2
labels 2024-03-28 19:29:08 +01:00
Owner

Seems to work now

Seems to work now
Sign in to join this conversation.
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: mrkubax10/industrialtest#5
No description provided.