Code: Show/Hide asss 1.1.8pre built at Apr 27 2004 17:06:50
Loading Modules... I <cmod> loading C module 'deadlock' from 'internal' E <cmod> error in GetProcAddress: The specified procedure could not be found. Unrecoverable error (5) : Error in loading module 'deadlock' Press any key to continue . . . |
Code: Show/Hide asss 1.1.8pre built at Apr 27 2004 17:06:50
Loading Modules... I <cmod> loading C module 'prng' from 'internal ' I <cmod> loading C module 'logman ' from 'internal ' Unrecoverable error (5) : Error in loading module 'scoring:presist' Press any key to continue . . . |
Dr Brain wrote: |
Ok, I think I know your problem.
Open asss.bat in WORDPAD. Then hit the save button. Try it again. |
Code: Show/Hide asss 1.4.2 built at Jan 14 2006 17:09:24 Loading modules... Unrecoverable error (5): Error in modules.conf: Can't open file 'conf/modules.conf' for reading |
Code: Show/Hide @echo off
ECHO starting asss... GOTO START :START bin\asss.exe IF ERRORLEVEL 5 GOTO MODLOAD IF ERRORLEVEL 4 GOTO MODCONF IF ERRORLEVEL 3 GOTO OOM IF ERRORLEVEL 2 GOTO GENERAL IF ERRORLEVEL 1 GOTO RECYCLE IF ERRORLEVEL 0 GOTO SHUTDOWN ECHO unknown exit code: %ERRORLEVEL%. GOTO END :SHUTDOWN ECHO asss exited with shutdown. GOTO END :RECYCLE ECHO asss exited with recycle. GOTO START :GENERAL ECHO asss exited with general error. GOTO END :OOM ECHO asss out of memory. restarting. GOTO START :MODCONF ECHO asss cannot start. bad modules.conf. GOTO END :MODLOAD ECHO asss cannot start. error loading modules. GOTO END :END |
Smong wrote: |
I wrote a small java program that might help find the error.
Download the attached zip file, unpack, place nat.class in the root asss folder (same folder as asss.bat, LICENSE, etc). Then with cmd/command navigate to that folder and type 'java nat', paste the results here. |
Code: Show/Hide nat v1 running on Windows 98 4.10, machine: x86 cwd: C:\asss cwd: C:\asss asss.bat found asss.exe found security.dll: found modules.conf: found asss.bat: unix line endings |
Quote: |
cd c:\
cd asss cd bin asss.exe |
Quote: |
cd c:\ cd asss bin\asss.exe |