Warcraft-Source
Alternative Content => Issues => Warcraft-Source Orange Box (v0.78) => Alternative versions => Fixed Bugs => Topic started by: mschinis on December 11, 2010, 10:06:20 PM
-
this is what i get when running my server..
although wcs works when executing my server heres what i get in terminal:
*** EventScripts caught an exception:
Traceback (most recent call last):
File "/srcds_l/orangebox/cstrike/addons/eventscripts/es.py", line 409, in loadModuleAddon
newaddon = __import__(importname)
File "/srcds_l/orangebox/cstrike/addons/eventscripts/wcs/wcs.py", line 339, in <module>
database = SQLiteManager(Path(ini.path).joinpath('data'))
File "/srcds_l/orangebox/cstrike/addons/eventscripts/wcs/wcs.py", line 229, in __init__
)""")
File "/srcds_l/orangebox/cstrike/addons/eventscripts/wcs/wcs.py", line 263, in execute
self.cursor.execute(statement)
OperationalError: database is locked
Could not open script for addons/eventscripts/wcs/es_wcs.txt
Error source (console): (no script)
let me know if you need any further information
also some addons wont work and config.cfg wont execute..
-
minor bump..
can anyone shed any light on this?
-
to get your config.cfg to work follow this topic: http://warcraft-source.com/board/index.php/topic,11405.msg81774.html#msg81774 (http://warcraft-source.com/board/index.php/topic,11405.msg81774.html#msg81774)
-
this is what i get when running my server..
although wcs works when executing my server heres what i get in terminal:
*** EventScripts caught an exception:
Traceback (most recent call last):
File "/srcds_l/orangebox/cstrike/addons/eventscripts/es.py", line 409, in loadModuleAddon
newaddon = __import__(importname)
File "/srcds_l/orangebox/cstrike/addons/eventscripts/wcs/wcs.py", line 339, in <module>
database = SQLiteManager(Path(ini.path).joinpath('data'))
File "/srcds_l/orangebox/cstrike/addons/eventscripts/wcs/wcs.py", line 229, in __init__
)""")
File "/srcds_l/orangebox/cstrike/addons/eventscripts/wcs/wcs.py", line 263, in execute
self.cursor.execute(statement)
OperationalError: database is locked
Could not open script for addons/eventscripts/wcs/es_wcs.txt
Error source (console): (no script)
let me know if you need any further information
also some addons wont work and config.cfg wont execute..
OperationalError: database is locked
delete your database wcs/data/players.sqlite
this will lead to normal operation
You can not thank 8)