Help with Wine

Questions about Wine on macOS.
Locked
0liver

Help with Wine

Post by 0liver »

I am trying to use 2D Design V2, which is CAD software, with Wine on OS X. I am having issues with the toolbox in the application. If I select a tool, once I click onto the canvas to start drawing, the toolbox completely locks up, not allowing me to click on any of the icons or move it around. I have to disable and re-enable the toolbox every time I use a tool for it to work. Is there anything I could do to fix this?

Thanks
0liver

Re: Help with Wine

Post by 0liver »

Please could someone suggest something? :)

Thanks
doh123
Level 8
Level 8
Posts: 1227
Joined: Tue Jul 14, 2009 1:21 pm

Re: Help with Wine

Post by doh123 »

Not sure anyone else has had that problem looking in the AppDB... no idea what to tell you. Make sure your running the latest version of Wine and the latest version of XQuartz... see if anything comes up as a message in terminal when it freezes?
Jhime
Level 1
Level 1
Posts: 6
Joined: Sun Jul 17, 2011 2:08 pm

Re: Help with Wine

Post by Jhime »

Hi,

try reporting the bug in bugzilla. Run wine with

Code: Select all

env WINEDEBUG=relay wine myapp.exe > relay.txt 2>&1
and attach relay.txt to the issue (you might have to compress it first).
Locked