Page 1 of 1

Unable to open database file?

PostPosted: Fri Feb 06, 2015 08:34
by SneakySNGamer
-------------
Separator
-------------

Automatically selecting world at [C:\Users\SnakeTrainer\Desktop\게임\Minetest\bin\..\worlds\IDEA]
Irrlicht log: Irrlicht Engine version 1.8.1
Irrlicht log: Microsoft Windows 7 Professional Edition Service Pack 1 (Build 7601)
Irrlicht log: Using renderer: OpenGL 1.4.0
Irrlicht log: Intel 945GM: Intel
Irrlicht log: OpenGL driver version is 1.2 or better.
Irrlicht log: GLSL not available.
Irrlicht log: Resizing window (800 600)
17:12:49: ERROR[main]: Some exception: "RollbackManager: SQLite3 error (/home/stefan/mt-build/build/minetest/minetest/src/rollback.cpp:258): unable to open database file"
Plus, Here's the MOD files that I use.
[MOD]Animals
[MOD]Achivements
[MOD]Dense Ores
[MOD]Forest
[MOD]Glow Crystals(Glowcrystals?)
[MOD]Nether
[MOD]New Technology
[MOD]Nuclear Material
[MOD]Skylands
[MOD]Special Picks

When I try to launch my map, It just crashes with this error.
I wanna stop it and play the map.

Re: Unable to open database file?

PostPosted: Fri Feb 06, 2015 08:49
by rubenwardy
Might be a problem with the Asian characters.

Re: Unable to open database file?

PostPosted: Fri Feb 06, 2015 12:27
by SneakySNGamer
rubenwardy wrote:Might be a problem with the Asian characters.

Thax. That saved me BIG time.

Re: Unable to open database file?

PostPosted: Fri Feb 06, 2015 12:29
by SneakySNGamer
-------------
Separator
-------------

Automatically selecting world at [C:\Minetest\bin\..\worlds\IDEA]
Irrlicht log: Irrlicht Engine version 1.8.1
Irrlicht log: Microsoft Windows 7 Professional Edition Service Pack 1 (Build 7601)
Irrlicht log: Using renderer: OpenGL 1.4.0
Irrlicht log: Intel 945GM: Intel
Irrlicht log: OpenGL driver version is 1.2 or better.
Irrlicht log: GLSL not available.
Irrlicht log: Resizing window (800 600)
21:28:11: ERROR[main]: mod "nt" has unsatisfied dependencies: "domb"
21:28:11: ERROR[main]: ========== ERROR FROM LUA ===========
21:28:11: ERROR[main]: Failed to load and run script from
21:28:11: ERROR[main]: C:\Minetest\bin\..\mods\nuclear_material\init.lua:
21:28:11: ERROR[main]: cannot open C:\Minetest\bin\..\mods\nuclear_material\init.lua: No such file or directory
21:28:11: ERROR[main]: ======= END OF ERROR FROM LUA ========
21:28:11: ERROR[main]: Server: Failed to load and run C:\Minetest\bin\..\mods\nuclear_material\init.lua
21:28:11: ERROR[main]: ModError: ModError: Failed to load and run C:\Minetest\bin\..\mods\nuclear_material\init.lua
Now this happens.

Re: Unable to open database file?

PostPosted: Fri Feb 06, 2015 15:03
by Krock
SneakySNGamer wrote:21:28:11: ERROR[main]: cannot open C:\Minetest\bin\..\mods\nuclear_material\init.lua: No such file or directory

This has nothing to do with the previous error.
Solution 1:
Deactivate the mod "nuclear_material" and delete its directory.
Solution 2:
Re-download the complete mod, then activate the mod again
Solution 3:
Do solution 2 and if that doesn't work, do solution 1.

EDIT: Fix the always wrong spelled "solution"

Re: Unable to open database file?

PostPosted: Sat Feb 07, 2015 07:56
by SneakySNGamer
Krock wrote:
SneakySNGamer wrote:21:28:11: ERROR[main]: cannot open C:\Minetest\bin\..\mods\nuclear_material\init.lua: No such file or directory

This has nothing to do with the previous error.
Soulation 1:
Deactivate the mod "nuclear_material" and delete its directory.
Soulation 2:
Re-download the complete mod, then activate the mod again
Soulation 3:
Do soulation 2 and if that doesn't work, do soulation 1.

I just deleted it, and it seems that it works, but I should inform the mod-creator. Thx again.