Login Page - Create Account

Support Board


Date/Time: Fri, 22 Nov 2024 21:28:51 +0000



Post From: Linux

[2021-02-22 19:28:50]
TJezz - Posts: 4
I cannot make DTCBridge work with wine :(
The same config works fine in windoz..

Found the problem: DTCBridge is 32bits and Sierra is 64bits. I was using a wine Appimage 64bits only.
Problem solved when installed wine with
sudo dpkg --add-architecture i386

Now trying to build a Wine Appimage with both 32 and 64 bits :)