Difference between revisions of "Troubleshooting ASSS"

From ASSS Wiki
Jump to: navigation, search
(Created page with "This page deals with the troubleshooting of the ASSS installation. If you need help with writing a module, you should read Troubleshooting Modules. If you need help with conf...")
 
m
Line 5: Line 5:
  
 
==Potential issues==
 
==Potential issues==
<nowiki>
+
<pre>
 
I <cmod> loading C module 'capman' from 'internal'
 
I <cmod> loading C module 'capman' from 'internal'
 
W <config> Can't find file for arena '(null)', name 'groupdef/mod.txt'
 
W <config> Can't find file for arena '(null)', name 'groupdef/mod.txt'
Line 13: Line 13:
 
W <config> Can't find file for arena '(null)', name 'groupdef/default.txt'
 
W <config> Can't find file for arena '(null)', name 'groupdef/default.txt'
 
I <cmod> loading C module 'mapnewsdl' from 'internal'  
 
I <cmod> loading C module 'mapnewsdl' from 'internal'  
</nowiki>
+
</pre>
 
If you are seeing the above, it is possible that the files do not exist.
 
If you are seeing the above, it is possible that the files do not exist.
 
However, it is also possible that you have a file permissions error, in which you can check with ls -l.
 
However, it is also possible that you have a file permissions error, in which you can check with ls -l.
 
If it is a permissions error, you can fix it using chmod.
 
If it is a permissions error, you can fix it using chmod.
  
<nowiki>
+
<pre>
 
I <cmod> loading C module 'persist' from 'scoring'
 
I <cmod> loading C module 'persist' from 'scoring'
 
db_env_create: Permission denied
 
db_env_create: Permission denied
Line 24: Line 24:
 
Unrecoverable error (5): Error in loading module 'scoring:persist'
 
Unrecoverable error (5): Error in loading module 'scoring:persist'
 
*** ASSS exited: Error loading modules  
 
*** ASSS exited: Error loading modules  
</nowiki>
+
</pre>
 
If you are seeing the above, it is possible that you have accidentally copied over your win32 database files into your linux setup, or that the files have become corrupted.
 
If you are seeing the above, it is possible that you have accidentally copied over your win32 database files into your linux setup, or that the files have become corrupted.
 
This can be fixed by simply deleting all the files in the /data folder.
 
This can be fixed by simply deleting all the files in the /data folder.

Revision as of 04:39, 29 May 2011

This page deals with the troubleshooting of the ASSS installation. If you need help with writing a module, you should read Troubleshooting Modules. If you need help with configuring your server, you should read Server Setup. If you need help with arena settings, you should read Complete Settings.

Potential issues

I <cmod> loading C module 'capman' from 'internal'
W <config> Can't find file for arena '(null)', name 'groupdef/mod.txt'
W <config> Can't find file for arena '(null)', name 'groupdef/smod.txt'
W <config> Can't find file for arena '(null)', name 'groupdef/sysop.txt'
W <config> Can't find file for arena '(null)', name 'groupdef/sysop.txt'
W <config> Can't find file for arena '(null)', name 'groupdef/default.txt'
I <cmod> loading C module 'mapnewsdl' from 'internal' 

If you are seeing the above, it is possible that the files do not exist. However, it is also possible that you have a file permissions error, in which you can check with ls -l. If it is a permissions error, you can fix it using chmod.

I <cmod> loading C module 'persist' from 'scoring'
db_env_create: Permission denied
E <cmod> error loading module 'persist'
Unrecoverable error (5): Error in loading module 'scoring:persist'
*** ASSS exited: Error loading modules 

If you are seeing the above, it is possible that you have accidentally copied over your win32 database files into your linux setup, or that the files have become corrupted. This can be fixed by simply deleting all the files in the /data folder.