Beta5 crashed every time (Windows XP SP3) after I enter my character name. Adding diagnostic print() calls revealed that the problem was in the line between the two added print()s:
Code: Select all
local n = core.noise.new(3)
print("noise.new()")
_3DNoise = n:makeTexture3D(64, 64, 64, 0, 0, 0)
print("_3DNoise")
end of the resulting stdout.txt:
Code: Select all
bind EXIT function: 08ECEFC8
56 frames in 10.231 seconds = 5.47356 FPS
45 ticks in 10.687 seconds = 4.21072 TPS
[INVENTORY] define slot 1 In inventory
noise.new()
BTW, most of the download archive is occupied by sounds, and I strongly suggest that soundless versions are provided as an option.