minetest-tools / mcresconvert

Convert Minecraft Resource and Texture Packs to Minetest Texture Packs
35 stars 14 forks source link

script errors #19

Closed githubgnulinux closed 7 years ago

githubgnulinux commented 7 years ago

Command terminal output below:

./mcresconvert.sh Automatically converting resourcepacks and texturepacks found... Scanning for texture/resourcepacks... find: ~/.minecraft/texturepacks/': No such file or directory find:~/.minecraft/resourcepacks': No such file or directory

Programmers should consider this scenario of not having minecraft installed, only minetest; as a result, created these directories and repeated the script.

./mcresconvert.sh Automatically converting resourcepacks and texturepacks found... Scanning for texture/resourcepacks... Found: minetestzipfile

Where '[privatefilename]' is shown, this corresponds to the names of randomly selected files also in the same directory as the shell script. Why should the script change permissions of these files?

This script was repeated in a new empty directory cotaining only the script file. The error referring to '_n/_tot/' continues.

sofar commented 7 years ago

Seems like a bogus test file. Please use an actual minetest texture pack zip file and pick one that we can also test - IOW show where you downloaded it from.