PDA

View Full Version : Mein Server will nicht starten..



benediction
03-17-2011, 12:54 PM
System Windows XP, Serverdaten lass ich mal weg, die Maschine rennt.. nur Promod will nicht. Es gab diesen Fehler:

Game.dll loaded for "CSPromod Beta 1.5"
Host_Error: IDLLFunctions:: DLLInit returned false

Also hab ich mich hingesetzt und alles nach dieser Anleitung:

Windows Server Setup

Save this as a batch file (.bat) on tier above the servers root directory. Or simply execute the commands manually from within the directory.

@ECHO OFF
title Installing CSPromod
cd server
"HldsUpdateTool.exe" -command update -game "Counter-Strike Source" -dir . -retry
del /F "orangebox/bin/*"
del /F "orangebox/srcds_i486"
del /F "orangebox/srcds_linux"
del /F "orangebox/srcds_run"
"HldsUpdateTool.exe" -command update -game "orangebox" -dir . -retry
pause

Now extract the CSPromod Beta 1.05 Zip-Archive into the orangebox folder (next to cstrike) and after that the 1.06 Zip-Archive.


wieder neu aufgesetzt, das hat exakt solange funktioniert bis ich die CSS-Dateien per hldsupdatetool aktualisiert habe. Danach gab es einen anderen Fehler, diesmal:

"Failed to load the launcher DLL:"

MaveN
03-18-2011, 08:11 AM
Game.dll loaded for "CSPromod Beta 1.5"
1.05?

free
03-18-2011, 08:20 AM
Try this:

@ECHO OFF
title Installing CSPromod
cd server
"HldsUpdateTool.exe" -command update -game "Counter-Strike Source" -dir . -retry
del /F "orangebox\bin\*"
del /F "orangebox\srcds_i486"
del /F "orangebox\srcds_linux"
del /F "orangebox\srcds_run"
"HldsUpdateTool.exe" -command update -game "orangebox" -dir . -retry
pause

I switched slashes to backslashes.
If you want fast help then write in the open english forum.

benediction
03-18-2011, 10:56 AM
1.05?

Der Server zeigt, trotz installiertem Update nach wie vor 1.05 an, ich denke mal, das es ein Bug ist.. oder einfach nur eine falsche server.cfg, daran liegts in jedem Fall nicht.


Thanks free, I will give the backslashes a try. :)

benediction
03-18-2011, 07:39 PM
Try this:

@ECHO OFF
title Installing CSPromod
cd server
"HldsUpdateTool.exe" -command update -game "Counter-Strike Source" -dir . -retry
del /F "orangebox\bin\*"
del /F "orangebox\srcds_i486"
del /F "orangebox\srcds_linux"
del /F "orangebox\srcds_run"
"HldsUpdateTool.exe" -command update -game "orangebox" -dir . -retry
pause

I switched slashes to backslashes.
If you want fast help then write in the open english forum.


It works. Server running again, thanks a lot!