cannot run any program esp. winecfg

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
spainach
Newbie
Newbie
Posts: 2
Joined: Wed Nov 06, 2013 9:59 am

cannot run any program esp. winecfg

Post by spainach »

WINE was working properly until I changed riched20.dll and ole32.dll in winecfg to native. After which, every program installed refuse to work including winecfg. Is there any way to reverse this?
User avatar
dimesio
Moderator
Moderator
Posts: 13373
Joined: Tue Mar 25, 2008 10:30 pm

Re: cannot run any program esp. winecfg

Post by dimesio »

Start winecfg with

Code: Select all

WINEDLLOVERRIDES="riched20,ole32=b" winecfg
then remove the overrides.
spainach
Newbie
Newbie
Posts: 2
Joined: Wed Nov 06, 2013 9:59 am

Re: cannot run any program esp. winecfg

Post by spainach »

dimesio wrote:Start winecfg with

Code: Select all

WINEDLLOVERRIDES="riched20,ole32=b" winecfg
then remove the overrides.
That worked perfectly, thank you. m(_ _)m
Locked