Correct log errors.

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
therock003
Level 2
Level 2
Posts: 21
Joined: Sat May 24, 2008 9:01 am

Correct log errors.

Post by therock003 »

When an aplication doesnt run succesfully you get a "wine finished with error" window with the show log option that displays what went wrong.

Is there a way to correct this mistakes,cause its usually styff like could not find spcific dll.Cant you point to where the dll is located so that everything can be peachy?
austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

Correct log errors.

Post by austin987 »

On 5/26/08, therock003 <[email protected]> wrote:
When an aplication doesnt run succesfully you get a "wine finished with
error" window with the show log option that displays what went wrong.

Is there a way to correct this mistakes,cause its usually styff like could
not find spcific dll.Cant you point to where the dll is located so that
everything can be peachy?





Most of the time those are redistributable DLLs that the app should
provide, but is for some reason expecting them to already be there. In
many cases, you can use winetricks (http://kegel.com/wine/winetricks)
to get the DLLs you need installed.
therock003
Level 2
Level 2
Posts: 21
Joined: Sat May 24, 2008 9:01 am

Post by therock003 »

It happens in cases where dll are installed and present so its strange.Any way how can i use the winetricks?
austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

Correct log errors.

Post by austin987 »

On Mon, May 26, 2008 at 9:58 AM, therock003 <[email protected]> wrote:
It happens in cases where dll are installed and present so its strange.Any way how can i use the winetricks?
They probably aren't registered then.

$ regsvr32 foo.dll

to use winetricks

$ sh winetricks
Locked