random-geek / meshport

Easily export areas in Minetest to meshes for 3D rendering.
GNU Lesser General Public License v3.0
36 stars 6 forks source link

Don't work on Minetest 5.2 #3

Closed AFCMS closed 4 years ago

AFCMS commented 4 years ago

When I export a selection, Minetest screen turns gray and don't answer even if I wait a long time. Nothing is generated.

random-geek commented 4 years ago

@AFCMS Are there any error messages in your debug.txt? If so, you could post them here. I suspect I know what the problem is.

AFCMS commented 4 years ago

This is the log: 2020-05-11 15:42:43: ACTION[Server]: louis [127.0.0.1] joins game. List of players: xxx 2020-05-11 15:42:43: WARNING[Server]: 3d_armor: Detached armor inventory is nil [set_player_armor] 2020-05-11 15:43:46: WARNING[Server]: Undeclared global variable "file_exists" accessed at ...etest-5.2.0-win64\bin..\mods\meshport-master/export.lua:172 2020-05-11 15:43:46: ERROR[Main]: ServerError: AsyncErr: ServerThread::run Lua: Runtime error from mod 'meshport' in callback on_chat_message(): ...etest-5.2.0-win64\bin..\mods\meshport-master/export.lua:172: attempt to call global 'file_exists' (a nil value) 2020-05-11 15:43:46: ERROR[Main]: stack traceback: 2020-05-11 15:43:46: ERROR[Main]: ...etest-5.2.0-win64\bin..\mods\meshport-master/export.lua:172: in function 'create_mesh' 2020-05-11 15:43:46: ERROR[Main]: ...inetest-5.2.0-win64\bin..\mods\meshport-master\init.lua:73: in function 'func' 2020-05-11 15:43:46: ERROR[Main]: ...\Louis\minetest-5.2.0-win64\bin..\builtin\game\chat.lua:69: in function <...\Louis\minetest-5.2.0-win64\bin..\builtin\game\chat.lua:48> 2020-05-11 15:43:46: ERROR[Main]: ...is\minetest-5.2.0-win64\bin..\builtin\game\register.lua:429: in function <...is\minetest-5.2.0-win64\bin..\builtin\game\register.lua:413> 2020-05-11 15:43:46: ACTION[Server]: louis leaves game. List of players: 2020-05-11 15:43:46: ACTION[Main]: Server: Shutting down

AFCMS commented 4 years ago

There is no mobs in the zone.

AFCMS commented 4 years ago

List of mods ?

random-geek commented 4 years ago

Fixed by 1dd3aa4.