ich habe dieses TUT gemacht
https://github.com/andreasbmp/…dRegistrationTutorial.pdf
und bekommen diesen riesen fehler
ERROR STARTING RESOURCE newserver
[12:16:55] System.IO.DirectoryNotFoundException: Ein Teil des Pfades "D:\gta server\resources\newserver\" konnte nicht gefunden werden.
bei System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
bei System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
bei System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
bei System.IO.StreamReader..ctor(String path, Encoding encoding, Boolean detectEncodingFromByteOrderMarks, Int32 bufferSize, Boolean checkHost)
bei System.IO.File.InternalReadAllText(String path, Encoding encoding, Boolean checkHost)
bei GTANetworkServer.GameServer.StartResource(String resourceName, String father) in C:\Users\Adam\Documents\Git\gtanet-src\mtav\Server\GameServer.cs:Zeile 603.