Login Page - Create Account

Support Board


Date/Time: Sun, 19 May 2024 15:52:49 +0000



Post From: Sierra Chart on macOS with wine

[2019-10-25 04:24:08]
uM8137 - Posts: 180
I've run SierraChart_64.exe under wine64 on macOS. It mostly runs fine, but my custom ACSIL DLLs would not load. I would get the complaint in the SC log: windows error code 998 memory location unavailable, and the DLL would not be available.

I finally went to try and debug this, and immediately discovered a work around. This makes me very happy.

WINEDEBUG=+seh,+loaddll,+relay wine64 ./SierraChart_64.exe

seems to do the trick, allowing my windows built DLLs to load into SC (all on the native mac, without Parallels/VM).

Yay!

update: +relay alone is sufficient, and may reducing the log load: WINEDEBUG=+relay wine64 ./SierraChart_64.exe >>log2.txt 2>&1
Date Time Of Last Edit: 2019-10-25 04:34:42