Sorry for the late response, I was very busy before the Holidays.
Krock wrote:Can confirm working on Linux 8)
Just.. do not close Minetest. It will crash. Like this:
- Code: Select all
2018-12-09 13:50:24: ERROR[Main]: Please choose a name!
2018-12-09 13:50:25: [Main]: >> === FATAL ERROR ===
2018-12-09 13:50:25: [Main]: >> Illegal instruction encountered (Exception 0xC000001D) at 0x00000000005DF0B6
2018-12-09 13:50:25: [Main]: >> Saved dump to C:\users\me\Application Data\Minetest\minetest.dmp
...
Its not a bug, its a feature: It will keep the players playing that are afraid of Errors. ;-P
Normaly the error 0xC..1D indicates a broken Windows Installation. It could be fixd by checking and repairing with
sfc /scannow (on a real windows installation)
Another odd thing is, that your ntdll.dll is versioned to be Windows 7 (6.1) while the kernel32.dll and the other system libs are versioned to be Windows XP (5.1).
The actual Error appears to be in OpenAl32.dll. Ill check if there is a update for OpenAL but I guess the error its only caused by wine.
