comctl32.dll module not found

Questions about Wine on Linux
Locked
fabriciosantana
Newbie
Newbie
Posts: 2
Joined: Fri Jan 08, 2021 11:43 pm

comctl32.dll module not found

Post by fabriciosantana »

Hi there! I'm trying to run a very simple program called Morinus (https://sites.google.com/site/tradmorinus/morinus) and it does run apparently fine, but for this annoying error message: Image. How can I get rid of it?
Attachments
Screenshot from 2021-01-09 01-47-55.png
Screenshot from 2021-01-09 01-47-55.png (54.17 KiB) Viewed 969 times
jkfloris
Level 12
Level 12
Posts: 3141
Joined: Thu Aug 14, 2014 10:10 am

Re: comctl32.dll module not found

Post by jkfloris »

Set the Windows version to Windows 98 with winecfg.
User avatar
Bob Wya
Level 12
Level 12
Posts: 3068
Joined: Sat Oct 16, 2010 7:40 pm

Re: comctl32.dll module not found

Post by Bob Wya »

@fabriciosantana

You'll need to ensure you're using a 32-bit WINEPREFIX...
See: WineHQ FAQ: 6.5 Wineprefixes.

Then you'll be able to set the WINEPREFIX Windows version to Windows 98, e.g.:

Code: Select all

winetricks win98
Bob
fabriciosantana
Newbie
Newbie
Posts: 2
Joined: Fri Jan 08, 2021 11:43 pm

Re: comctl32.dll module not found

Post by fabriciosantana »

Thank you, dudes! It worked just fine :)
User avatar
Bob Wya
Level 12
Level 12
Posts: 3068
Joined: Sat Oct 16, 2010 7:40 pm

Re: comctl32.dll module not found

Post by Bob Wya »

np. 8)
Locked