Hi everyone,
First of all, I searched a lot in this forum and managed to figure out WHY it doesn't want to compile my simple script. But I did NOT find out HOW to get rif of this.
Here's the log (everything is fine until):
...
Log: Success: Compiled 8 line(s), 1 statement(s).
Warning: Error deleting file '\System\Save.tmp' (0x3)
Critical: Error opening file
Exit: Executing UObject::StaticShutdownAfterError
Critical: UObject::SavePackage
Critical: UMakeCommandlet::Main
Exit: Exiting.
The problem seems to be that ucc looks for "save.tmp" in the subdirectory "system" of my "UT2004\system" (one system too much), and there isn't a subdirectory, so ucc cannot find that file. I found this in another thread.
What I didn't find is how to get rid of this error...???
Any help would be much appreciated, thank you.
First of all, I searched a lot in this forum and managed to figure out WHY it doesn't want to compile my simple script. But I did NOT find out HOW to get rif of this.
Here's the log (everything is fine until):
...
Log: Success: Compiled 8 line(s), 1 statement(s).
Warning: Error deleting file '\System\Save.tmp' (0x3)
Critical: Error opening file
Exit: Executing UObject::StaticShutdownAfterError
Critical: UObject::SavePackage
Critical: UMakeCommandlet::Main
Exit: Exiting.
The problem seems to be that ucc looks for "save.tmp" in the subdirectory "system" of my "UT2004\system" (one system too much), and there isn't a subdirectory, so ucc cannot find that file. I found this in another thread.
What I didn't find is how to get rid of this error...???
Any help would be much appreciated, thank you.
Comment