Jump to content
Sign in to follow this  
sr matrix

My server error, how to fix ?

Recommended Posts

Helo everyone, after repair my server modifying yours hardware eliminating possible errors and fails the event viewer in Windows Server 2012 registering this below somewane to soluction her.

Nome do aplicativo com falha: DayZServer_x64.exe, versão: 1.3.151.658, carimbo de data/hora: 0x5cf777ad
Nome do módulo com falha: DayZServer_x64.exe, versão: 1.3.151.658, carimbo de data/hora: 0x5cf777ad
Código de exceção: 0xc0000005
Deslocamento da falha: 0x0000000000324268
ID do processo com falha: 0xfcc
Hora de início do aplicativo com falha: 0x01d52644bd73f95f
Caminho do aplicativo com falha: C:\Users\Administrador\Desktop\DayZServer\DayZServer_x64.exe
Caminho do módulo com falha: C:\Users\Administrador\Desktop\DayZServer\DayZServer_x64.exe
ID do Relatório: 4c8326b7-9250-11e9-80ba-2cd05a4f93f1

Share this post


Link to post
Share on other sites

Are you starting the server using a .bat file with commands?

Have you had the server running before?

Need more info on your process for starting the server.

Share this post


Link to post
Share on other sites

my server start with file .bat below

@echo off
echo.
echo KILL DayZServer_x64.exe
set serverkill="C:\Users\Administrador\Desktop\DayZServer"
cd /d %serverkill%
taskkill /im DayZServer_x64.exe
echo.
echo KILL DZSALModServer.exe
set serverkill="C:\Users\Administrador\Desktop\DayZServer"
cd /d %serverkill%
taskkill /im DZSALModServer.exe
echo.
echo Kill Bec.exe
set beckill="C:\Users\Administrador\Desktop\DayZServer\Bec"
cd /d %beckill%
taskkill /im bec.exe

timeout 3

echo.
echo Starting Dayz Server
:: start the server..
set dayzpath="C:\Users\Administrador\Desktop\DayZServer\"
cd /d %dayzpath%
start "" "_START.bat"
echo.
echo Starting Bec

timeout 25

:: start bec
set becpath="C:\Users\Administrador\Desktop\DayZServer\Bec"
cd /d %becpath%
start "" "bec.exe" -f Config.cfg --dsc
echo.
echo Server Started 100%

cls
@exit

 

this file below start the server DayZServer_x64.exe

@echo off
start "DayZServer_x64.exe" "DZSALModServer" -config=server\serverDZ.cfg -port=2302 -profiles=server -cfg=server\basic.cfg -BEpath=C:\Users\Administrador\Desktop\DayZServer\battleye -name=server -mod=@WalkingDeadZombies;@UnlimitedStamina;@WeaponReduxPack;@CF;@VanillaPlusPlusMap;@DisableBaseDestruction;@CodeLock;@DayZ-Expansion-Chat; -dologs -adminlog -netlog -freezecheck -noFilePatching -cpuCount=4
exit

 

 

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×