-
Notifications
You must be signed in to change notification settings - Fork 444
Description
Hello, I run the following code on Ubuntu 4.4.0-201-generic x86_64
python -m smac.examples.random_agents
then I get the following error 'e_errorIdMemoryUnknown'
`Version: B75689 (SC2.4.10)
Build: Aug 12 2019 17:16:57
Command Line: '"/home/StarCraftII/Versions/Base75689/SC2_x64" -listen 127.0.0.1 -port 22463 -dataDir /home/StarCraftII/ -tempDir /tmp/sc-04tstjhs/'
Starting up...
Startup Phase 1 complete
ValidateExternalAddr
Fatal error encountered!
Backtrace:
/home/StarCraftII/Versions/Base75689/SC2_x64[0x65e838]
/home/StarCraftII/Versions/Base75689/SC2_x64[0x65f270]
/home/StarCraftII/Versions/Base75689/SC2_x64[0x65ecc2]
/home/StarCraftII/Versions/Base75689/SC2_x64[0x6664b5]
/home/StarCraftII/Versions/Base75689/SC2_x64[0x665374]
/home/StarCraftII/Versions/Base75689/SC2_x64[0x98c6d5]
/home/StarCraftII/Versions/Base75689/SC2_x64[0x9a02fc]
/home/StarCraftII/Versions/Base75689/SC2_x64[0x9bf7fd]
/home/StarCraftII/Versions/Base75689/SC2_x64[0x1e7e714]
/home/StarCraftII/Versions/Base75689/SC2_x64[0x1e8ae48]
/home/StarCraftII/Versions/Base75689/SC2_x64[0x1e88a1d]
/home/StarCraftII/Versions/Base75689/SC2_x64[0x1e9add5]
/home/StarCraftII/Versions/Base75689/SC2_x64[0x1ee7997]
/home/StarCraftII/Versions/Base75689/SC2_x64[0x1ee546b]
/home/StarCraftII/Versions/Base75689/SC2_x64[0x1ee0a3e]
/home/StarCraftII/Versions/Base75689/SC2_x64[0x1e9a5ac]
/home/StarCraftII/Versions/Base75689/SC2_x64[0x1e83845]
/home/StarCraftII/Versions/Base75689/SC2_x64[0x1e835ac]
/home/StarCraftII/Versions/Base75689/SC2_x64[0x6cd9a0]
/home/StarCraftII/Versions/Base75689/SC2_x64[0xaf45f8]
/home/StarCraftII/Versions/Base75689/SC2_x64[0x5fc7a8]
/home/StarCraftII/Versions/Base75689/SC2_x64[0x1b946e8]
/home/StarCraftII/Versions/Base75689/SC2_x64[0x5f855c]
/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf0)[0x7f1d85b07840]
/home/StarCraftII/Versions/Base75689/SC2_x64[0x5f7f59]
Error condition code: '9'
Error suffix: 'Error'
Error preface: 'A fatal error occurred:'
Error failure: 'e_errorIdMemoryUnknown'
Error details: '"AppErrors.txt"
(0x000000000A500B38)'
Error description: 'AppErrors.txt'
ValidateExternalAddr`
Any suggestions ?