denisio / Dayz-Epoch-Linux-Server

A private hive DayZ Epoch server on Linux
36 stars 30 forks source link

No Entry #26

Open ghost opened 10 years ago

ghost commented 10 years ago

Hey, when I type /epoch.sh, the log is telling me:

Warning Message: Size: '/' not an array Warning Message: No entry 'bin\config.bin.cfgFormations'. Warning Message: No entry '.East'. Warning Message: No entry 'bin\config.bin.cfgFormations'. Warning Message: No entry '.West'. Warning Message: No entry 'bin\config.bin.cfgFormations'. Warning Message: No entry '.Guer'. Warning Message: No entry 'bin\config.bin.cfgFormations'. Warning Message: No entry '.Civ'. Warning Message: No entry 'bin\config.bin.cfgFormations'. Warning Message: No entry '.West'. Warning Message: No entry 'bin\config.bin.CfgSkeletonParameters'. Warning Message: No entry 'bin\config.bin/CfgCoreData.rayModel'. Warning Message: '/' is not a value Warning Message: No entry 'bin\config.bin/CfgInGameUI/DragAndDropFont.shadow'. Warning Message: '/' is not a value Warning Message: No entry 'bin\config.bin/CfgWrapperUI/Cursors/Arrow.shadow'. Warning Message: '/' is not a value Warning: preNLOD format in object Very old object loaded. Warning Message: Bad file format ().

What should I do to resolve these errors?

Sapd commented 10 years ago

This error comes because not all folders are correctly lower case.

DON'T RUN this command stated in the readme: $ for x in *; do mv $x echo $x | tr [A-Z] [a-z]; done This will bug the installation.

instead, do only ./tolower multiple times. After that, search if there are still uper case folders (somtimes there is a MPMissions and a mpmissions folder for example, merge them). Then run again ./tolower. Now it should be fixed.