Huskavarna rundll32 error

Questions about Wine on macOS.
Locked
edempco
Newbie
Newbie
Posts: 1
Joined: Mon Feb 22, 2016 11:11 am

Huskavarna rundll32 error

Post by edempco »

I've used Wine and found it very versatile and easy to use. I have a problem installing a proprietary program from Husqvarna. The setup fails and it reports that a serious problem with rundll32.exe has occurred and it closes the setup program. Can you help with any suggestions?
User avatar
L. Rahyen
Moderator
Moderator
Posts: 338
Joined: Fri Feb 22, 2008 9:13 pm

Re: Huskavarna rundll32 error

Post by L. Rahyen »

You have not provided enough information. Are you using latest Wine version (1.9.4)? If not, upgrade. Did you try to run it in clean Wine prefix? If not, try it now. If still does not work and if you are on 64-bit system, try to run in clean 32-bit Wine prefix. For example, to move your old Wine prefix out of the way and create new 32-bit Wine prefix:

Code: Select all

mv ~/.wine ~/.wine.old
WINEARCH=win32 wineboot
If still does not work, please post full terminal output. Also, it would be useful to know if there is official website where your program (or its demo version) could be downloaded. If your software is not downloadable, it is even more important for you to provide as much useful information as you can.
Locked