hok_env
hok_env copied to clipboard
Detected in a test environment, unable to run gamecore
Hi, I would like to run gamecore under ubuntu via wine. when I follow the instructions to run gamecore using wine via the following code, a popup window shows that a test environment is detected and gamecore finishes running and exits. What is the reason for this and is it related to the version of wine?
export GAMECORE_PATH=${GAMECORE_PATH:-"/rl_framework/gamecore/"}
export WINEPATH="${GAMECORE_PATH}/lib/;${GAMECORE_PATH}/bin/"
wine ${GAMECORE_PATH}/bin/sgame_simulator_remote_zmq.exe simulator.conf
What is the version of gamecore? Please make sure you have downloaded the latest gamecore (>= 20230110), which resolves compatibility issues with Wine.