Almin Posted February 21, 2012 Report Share Posted February 21, 2012 (edited) Hi guys,Earlier, there was a possibility to autostart the game from the commandline:binaries/system/pyrogenesis -quickstart -autostart=latium -autostart-random -mod "Latium" -autostart-ai=1:ScaredyBot -autostart-players=2This does no longer work for me and I get the following output:Cache: 500 (total: 3936) MiBTIMER| InitVfs: 56.4905 msTIMER| InitScripting: 5.31568 msTIMER| CONFIG_Init: 8.73725 msTIMER| RunHardwareDetection: 28.5413 msTIMER| InitRenderer: 7.40981 mslibpng warning: Not enough memory to decompress chunklibpng warning: Profile size field missing from iCCP chunklibpng warning: Not enough memory to decompress chunklibpng warning: Profile size field missing from iCCP chunkTIMER| ParseTerrain: 5.9125 msTIMER| ParseEntities: 145.693 msvfs.cpp(105): Function call failed: return value was -110100 (VFS directory not found)Function call failed: return value was -110100 (VFS directory not found)Location: vfs.cpp:105 (GetDirectoryEntries)Call stack:(0x77df0b) binaries/system/pyrogenesis() [0x77df0b](0x73af3b) binaries/system/pyrogenesis() [0x73af3b](0x73bae0) binaries/system/pyrogenesis() [0x73bae0](0x73b356) binaries/system/pyrogenesis() [0x73b356](0x751838) binaries/system/pyrogenesis() [0x751838](0x74c98c) binaries/system/pyrogenesis() [0x74c98c](0x4c7ea0) binaries/system/pyrogenesis() [0x4c7ea0](0x4c9a6c) binaries/system/pyrogenesis() [0x4c9a6c](0x4ca41c) binaries/system/pyrogenesis() [0x4ca41c](0x456dcf) binaries/system/pyrogenesis() [0x456dcf](0x457487) binaries/system/pyrogenesis() [0x457487](0x7fbe0f9f50b9) /home/markus/homemade/0ad/binaries/system/libmozjs185-ps-release.so.1.0(+0xc60b9) [0x7fbe0f9f50b9](0x7fbe0f9fe7e5) /home/markus/homemade/0ad/binaries/system/libmozjs185-ps-release.so.1.0(+0xcf7e5) [0x7fbe0f9fe7e5](0x7fbe0f9fec82) /home/markus/homemade/0ad/binaries/system/libmozjs185-ps-release.so.1.0(+0xcfc82) [0x7fbe0f9fec82](0x7fbe0f9ffb6c) /home/markus/homemade/0ad/binaries/system/libmozjs185-ps-release.so.1.0(+0xd0b6c) [0x7fbe0f9ffb6c](0x7fbe0f97cda2) /home/markus/homemade/0ad/binaries/system/libmozjs185-ps-release.so.1.0(JS_CallFunctionName+0xe2) [0x7fbe0f97cda2]errno = 0 (No error reported here)OS error = ?(C)ontinue, (S)uppress, (B)reak, Launch (D)ebugger, or (E)xit?Does the autostart no longer work, or what else am I supposed to do?edit: I made some research and found out that the autostart works with./binaries/system/pyrogenesis -autostart="Acropolis III" autostart-ai=2:ScaredyBot -autostart-players=2but the ai won't start. Is that a bug or did I forget something?edit: same error if I try to compile with update-workspaces.sh --with-system-mozjs185:Cache: 500 (total: 3936) MiBTIMER| InitVfs: 391.477 msTIMER| InitScripting: 5.5373 msTIMER| CONFIG_Init: 14.207 msTIMER| RunHardwareDetection: 28.7339 msTIMER| write_sys_info: 16.7261 msTIMER| InitRenderer: 4.56127 mslibpng warning: Not enough memory to decompress chunklibpng warning: Profile size field missing from iCCP chunklibpng warning: Not enough memory to decompress chunklibpng warning: Profile size field missing from iCCP chunkvfs.cpp(105): Function call failed: return value was -110100 (VFS directory not found)Function call failed: return value was -110100 (VFS directory not found)Location: vfs.cpp:105 (GetDirectoryEntries)Call stack:(0x77defb) ./binaries/system/pyrogenesis() [0x77defb](0x73af2b) ./binaries/system/pyrogenesis() [0x73af2b](0x73bad0) ./binaries/system/pyrogenesis() [0x73bad0](0x73b346) ./binaries/system/pyrogenesis() [0x73b346](0x751828) ./binaries/system/pyrogenesis() [0x751828](0x74c97c) ./binaries/system/pyrogenesis() [0x74c97c](0x4c7e90) ./binaries/system/pyrogenesis() [0x4c7e90](0x4c9a5c) ./binaries/system/pyrogenesis() [0x4c9a5c](0x4ca40c) ./binaries/system/pyrogenesis() [0x4ca40c](0x456dbf) ./binaries/system/pyrogenesis() [0x456dbf](0x457477) ./binaries/system/pyrogenesis() [0x457477](0x7f93ed3f8c87) /usr/lib/libmozjs185.so.1.0(+0xc9c87) [0x7f93ed3f8c87](0x7f93ed402555) /usr/lib/libmozjs185.so.1.0(+0xd3555) [0x7f93ed402555](0x7f93ed4029f2) /usr/lib/libmozjs185.so.1.0(+0xd39f2) [0x7f93ed4029f2](0x7f93ed4038a3) /usr/lib/libmozjs185.so.1.0(+0xd48a3) [0x7f93ed4038a3](0x7f93ed37c4f2) /usr/lib/libmozjs185.so.1.0(JS_CallFunctionName+0xe2) [0x7f93ed37c4f2]errno = 0 (No error reported here)OS error = ? Edited February 21, 2012 by Almin Quote Link to comment Share on other sites More sharing options...
Ykkrosh Posted February 21, 2012 Report Share Posted February 21, 2012 Filenames are case-sensitive now, so you need "-autostart=Latium" (not "-autostart=latium") and "-autostart-ai=2:scaredybot" etc. Quote Link to comment Share on other sites More sharing options...
Almin Posted February 21, 2012 Author Report Share Posted February 21, 2012 (edited) Thanks, Ykkrosh, for the fast reply! Works perfect now![sOLVED] Edited February 21, 2012 by Almin Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.