Login Page - Create Account

Support Board


Date/Time: Sat, 20 Apr 2024 09:11:09 +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 :)