Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No Entry #26

Open
ghost opened this issue Jul 25, 2014 · 1 comment
Open

No Entry #26

ghost opened this issue Jul 25, 2014 · 1 comment

Comments

@ghost
Copy link

ghost commented Jul 25, 2014

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
Copy link

Sapd commented Jul 29, 2014

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant