hok_env icon indicating copy to clipboard operation
hok_env copied to clipboard

Detected in a test environment, unable to run gamecore

Open dicker6315 opened this issue 1 year ago • 1 comments

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

dicker6315 avatar Dec 08 '23 10:12 dicker6315

What is the version of gamecore? Please make sure you have downloaded the latest gamecore (>= 20230110), which resolves compatibility issues with Wine.

hongyangqin avatar Dec 28 '23 01:12 hongyangqin