Page 1 of 1

Initialization failed

PostPosted: Tue Jul 31, 2012 19:58
by severak
Minetest 0.4 and 0.4.1 throws me strange bug:

Image

(There is written ,,Application initialization failed (0xcc0000022). You will stop it (application) by pressing OK )

The newest minetest which works me is that from 2012-03-26.

Operating system: Windows XP
Locales: cs_CZ

PostPosted: Tue Jul 31, 2012 20:04
by xyz
What's your CPU?

PostPosted: Tue Jul 31, 2012 20:26
by severak
@xyz: CPU unknown, old probably.

After googling the error code and bit of playing with Dependency walker solution found: It was missing msvcr100.dll

When I placed this dll to the same folder as minetest.exe everything worked right.

PostPosted: Wed Aug 01, 2012 05:23
by Calinou
Switch to OpenGL renderer.
Edit minetest.conf and replace this line:
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
video_driver = direct3d9

with:
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
video_driver = opengl

PostPosted: Thu Aug 02, 2012 20:28
by severak
It will be fine, but OpenGL is horribly slow on my computer, regardless minetest version.

But as a bonus I get some access violation with direct3d in 4.1.