UE3 - UDK Help Setting Up UnrealScript

  • Two Factor Authentication is now available on BeyondUnreal Forums. To configure it, visit your Profile and look for the "Two Step Verification" option on the left side. We can send codes via email (may be slower) or you can set up any TOTP Authenticator app on your phone (Authy, Google Authenticator, etc) to deliver codes. It is highly recommended that you configure this to keep your account safe.

andynov123

New Member
Feb 14, 2011
70
0
0
I'm very new at unrealscript. I just installed uncodex and set the source path to src. When i launch unreal fontend and recompile all I'm getting errors


Unreal Frontend started 10/19/2011 7:20:30 PM...
[COMMANDLET 'UDK.exe make -full' STARTED IN ''] Oct 19, 7:20 PM
Init: Version: 8916
Init: Epic Internal: 0
Init: Compiled (32-bit): Sep 18 2011 12:33:27
Init: Command line: -full
Init: Base directory: C:\UDK\UDK-2011-09\Binaries\Win32\
Init: Character set: Unicode
Log: Executing Class UnrealEd.MakeCommandlet
Warning, Failed to delete ..\..\UDKGame\Script\Core.u
Warning, Failed to delete ..\..\UDKGame\Script\Engine.u
Warning, Failed to delete ..\..\UDKGame\Script\GFxUI.u
Warning, Failed to delete ..\..\UDKGame\Script\GameFramework.u
Warning, Failed to delete ..\..\UDKGame\Script\UnrealEd.u
Warning, Failed to delete ..\..\UDKGame\Script\GFxUIEditor.u
Warning, Failed to delete ..\..\UDKGame\Script\IpDrv.u
Warning, Failed to delete ..\..\UDKGame\Script\OnlineSubsystemPC.u
Warning, Failed to delete ..\..\UDKGame\Script\OnlineSubsystemSteamworks.u
Warning, Failed to delete ..\..\UDKGame\Script\UDKBase.u
Warning, Failed to delete ..\..\UDKGame\Script\UTEditor.u
Warning, Failed to delete ..\..\UDKGame\Script\UTGame.u
Warning, Failed to delete ..\..\UDKGame\Script\UTGameContent.u
--------------------Core - Release--------------------
Package Core has stripped source, recompiling
Warning, Failed to delete ..\..\UDKGame\Script\Core.u
Warning, Failed to delete ..\..\UDKGame\Script\Engine.u
Warning, Failed to delete ..\..\UDKGame\Script\GFxUI.u
Warning, Failed to delete ..\..\UDKGame\Script\GameFramework.u
Warning, Failed to delete ..\..\UDKGame\Script\UnrealEd.u
Warning, Failed to delete ..\..\UDKGame\Script\GFxUIEditor.u
Warning, Failed to delete ..\..\UDKGame\Script\IpDrv.u
Warning, Failed to delete ..\..\UDKGame\Script\OnlineSubsystemPC.u
Warning, Failed to delete ..\..\UDKGame\Script\OnlineSubsystemSteamworks.u
Warning, Failed to delete ..\..\UDKGame\Script\UDKBase.u
Warning, Failed to delete ..\..\UDKGame\Script\UTEditor.u
Warning, Failed to delete ..\..\UDKGame\Script\UTGame.u
Warning, Failed to delete ..\..\UDKGame\Script\UTGameContent.u
Analyzing...
Scripts successfully compiled - saving package 'C:\UDK\UDK-2011-09\Binaries\Win32\..\..\UDKGame\Script\Core.u'
Warning, DeleteFile was unable to delete 'C:\UDK\UDK-2011-09\Binaries\Win32\..\..\UDKGame\Script\Core.u', retrying... (GetLastE-r-r-o-r: 32)
Error, Error deleting file 'C:\UDK\UDK-2011-09\Binaries\Win32\..\..\UDKGame\Script\Core.u' (GetLastError: 32)
Warning, DeleteFile was unable to delete 'C:\UDK\UDK-2011-09\Binaries\Win32\..\..\UDKGame\Script\Core.u', retrying... (GetLastE-r-r-o-r: 32)
Error, Error deleting file 'C:\UDK\UDK-2011-09\Binaries\Win32\..\..\UDKGame\Script\Core.u' (GetLastError: 32)
Error, Error saving '..\..\UDKGame\Script\Core.u'
Package saving failed.
Warning/Error Summary
---------------------
Error, Error deleting file 'C:\UDK\UDK-2011-09\Binaries\Win32\..\..\UDKGame\Script\Core.u' (GetLastError: 32)
Error, Error saving '..\..\UDKGame\Script\Core.u'
Warning, Failed to delete ..\..\UDKGame\Script\Core.u
Warning, Failed to delete ..\..\UDKGame\Script\Engine.u
Warning, Failed to delete ..\..\UDKGame\Script\GFxUI.u
Warning, Failed to delete ..\..\UDKGame\Script\GameFramework.u
Warning, Failed to delete ..\..\UDKGame\Script\UnrealEd.u
Warning, Failed to delete ..\..\UDKGame\Script\GFxUIEditor.u
Warning, Failed to delete ..\..\UDKGame\Script\IpDrv.u
Warning, Failed to delete ..\..\UDKGame\Script\OnlineSubsystemPC.u
Warning, Failed to delete ..\..\UDKGame\Script\OnlineSubsystemSteamworks.u
Warning, Failed to delete ..\..\UDKGame\Script\UDKBase.u
Warning, Failed to delete ..\..\UDKGame\Script\UTEditor.u
Warning, Failed to delete ..\..\UDKGame\Script\UTGame.u
Warning, Failed to delete ..\..\UDKGame\Script\UTGameContent.u
Warning, DeleteFile was unable to delete 'C:\UDK\UDK-2011-09\Binaries\Win32\..\..\UDKGame\Script\Core.u', retrying... (GetLastE-r-r-o-r: 32)
Failure - 3 error(s), 28 warning(s)
Execution of commandlet took: 1.29 seconds
[Oct 19, 7:20 PM] COMMANDLET 'UDK.exe make -full' FAILED


What am I doing wrong?