ThePython10110 / ExchangeClone

Equivalent Exchange/ProjectE for Minetest Game and MineClone2/Mineclonia
https://github.com/ThePython10110/ExchangeClone/wiki
GNU General Public License v3.0
3 stars 3 forks source link

Crashes in minclonia #2

Closed Ranko-Saotome closed 1 year ago

Ranko-Saotome commented 1 year ago

ModError: Failed to load and run script from /home/owner/Applications/minetest-5.7.0-stable/bin/../mods/exchangeclone/init.lua: ...ble/bin/../games/mineclonia/mods/ITEMS/mcl_armor/api.lua:121: attempt to index field 'descriptions' (a nil value) stack traceback: ...ble/bin/../games/mineclonia/mods/ITEMS/mcl_armor/api.lua:121: in function 'register_set' ...inetest-5.7.0-stable/bin/../mods/exchangeclone/armor.lua:91: in main chunk [C]: in function 'dofile' ...minetest-5.7.0-stable/bin/../mods/exchangeclone/init.lua:21: in main chunk Check debug.txt for details.

ThePython10110 commented 1 year ago

Try it with MineClone2. If that works, then I'll know that it's just a problem with Mineclonia (I've only tested in Minetest Game and MineClone2).

If it is a Mineclonia issue, I might be able to add support for that.

Ranko-Saotome commented 1 year ago

it works in mineclone2 as of the latest git master since mineclonia was a fork of mineclone2 i assumed it would work.

ThePython10110 commented 1 year ago

Interesting. I've never actually played Mineclonia or looked at its code, but apparently it registers armor sets differently. I'll look at it and see if I can fix it.

ThePython10110 commented 1 year ago

I added Mineclonia support.