Recient Problem in wine

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
Glen Darby
Newbie
Newbie
Posts: 2
Joined: Thu Mar 05, 2009 2:31 pm

Recient Problem in wine

Post by Glen Darby »

Hi,

I have recently done an update with wine through the Ubuntu auto updates but now my dreamweaver is crashing when running it.

I was wondering if the update could have caused the problem.

My Error results are as follows....

Code: Select all

fixme:win:EnumDisplayDevicesW ((null),0,0x32f7a0,0x00000000), stub!
fixme:shell:SHGetFileInfoW set icon to shell size, stub
fixme:shell:SHGetFileInfoW set icon to shell size, stub
fixme:shell:SHGetFileInfoW set icon to shell size, stub
fixme:shell:SHGetFileInfoW set icon to shell size, stub
fixme:shell:SHGetFileInfoW set icon to shell size, stub
fixme:imm:ImmReleaseContext (0x10216, 0x164ea0): stub
fixme:mlang:fnIMLangFontLink_MapFont 
fixme:mlang:fnIMLangFontLink_MapFont 
fixme:mlang:fnIMLangFontLink_MapFont 
fixme:mlang:fnIMLangFontLink_MapFont 
fixme:mlang:fnIMLangFontLink_MapFont 
fixme:mlang:fnIMLangFontLink_MapFont 
fixme:mlang:fnIMLangFontLink_MapFont 
fixme:mlang:fnIMLangFontLink_MapFont 
fixme:mlang:fnIMLangFontLink_MapFont 
fixme:mlang:fnIMLangFontLink_MapFont 
fixme:mlang:fnIMLangFontLink_MapFont 
fixme:mlang:fnIMLangFontLink_MapFont 
Does anyone have any ideas as to what the problem could be??

Regards.
Glen.
austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

Recient Problem in wine

Post by austin987 »

On Thu, Mar 5, 2009 at 1:37 PM, Glen Darby <[email protected]> wrote:
Hi,

I have recently done an update with wine through the Ubuntu auto updates but now my dreamweaver is crashing when running it.

I was wondering if the update could have caused the problem.

My Error results are as follows....


Code:

fixme:win:EnumDisplayDevicesW ((null),0,0x32f7a0,0x00000000), stub!
fixme:shell:SHGetFileInfoW set icon to shell size, stub
fixme:shell:SHGetFileInfoW set icon to shell size, stub
fixme:shell:SHGetFileInfoW set icon to shell size, stub
fixme:shell:SHGetFileInfoW set icon to shell size, stub
fixme:shell:SHGetFileInfoW set icon to shell size, stub
fixme:imm:ImmReleaseContext (0x10216, 0x164ea0): stub
fixme:mlang:fnIMLangFontLink_MapFont
fixme:mlang:fnIMLangFontLink_MapFont
fixme:mlang:fnIMLangFontLink_MapFont
fixme:mlang:fnIMLangFontLink_MapFont
fixme:mlang:fnIMLangFontLink_MapFont
fixme:mlang:fnIMLangFontLink_MapFont
fixme:mlang:fnIMLangFontLink_MapFont
fixme:mlang:fnIMLangFontLink_MapFont
fixme:mlang:fnIMLangFontLink_MapFont
fixme:mlang:fnIMLangFontLink_MapFont
fixme:mlang:fnIMLangFontLink_MapFont
fixme:mlang:fnIMLangFontLink_MapFont




Does anyone have any ideas as to what the problem could be??

Regards.
Glen.





There's not a crash in that log. If you think wine caused it, run a
regression test:
http://wiki.winehq.org/RegressionTesting
--
-Austin
James McKenzie

Recient Problem in wine

Post by James McKenzie »

Glen Darby wrote:
Hi,

I have recently done an update with wine through the Ubuntu auto updates but now my dreamweaver is crashing when running it.

I was wondering if the update could have caused the problem.

My Error results are as follows....


Code:

fixme:win:EnumDisplayDevicesW ((null),0,0x32f7a0,0x00000000), stub!
fixme:shell:SHGetFileInfoW set icon to shell size, stub
fixme:shell:SHGetFileInfoW set icon to shell size, stub
fixme:shell:SHGetFileInfoW set icon to shell size, stub
fixme:shell:SHGetFileInfoW set icon to shell size, stub
fixme:shell:SHGetFileInfoW set icon to shell size, stub
fixme:imm:ImmReleaseContext (0x10216, 0x164ea0): stub
fixme:mlang:fnIMLangFontLink_MapFont
fixme:mlang:fnIMLangFontLink_MapFont
fixme:mlang:fnIMLangFontLink_MapFont
fixme:mlang:fnIMLangFontLink_MapFont
fixme:mlang:fnIMLangFontLink_MapFont
fixme:mlang:fnIMLangFontLink_MapFont
fixme:mlang:fnIMLangFontLink_MapFont
fixme:mlang:fnIMLangFontLink_MapFont
fixme:mlang:fnIMLangFontLink_MapFont
fixme:mlang:fnIMLangFontLink_MapFont
fixme:mlang:fnIMLangFontLink_MapFont
fixme:mlang:fnIMLangFontLink_MapFont


There are no problems noted here. EXACTLY what happens when you attempt
to use Dreamweaver? Does it not respond, is the screen blank, grey,
white, does the program fail to start?

One of the first things that I recommend when changing versions of Wine
is to create a new 'bottle' or Wineprefix to store your program files
in. That way you can point to a definite problem with the new version
and not have things in the wine prefix that should not be there.

James McKenzie
Glen Darby
Newbie
Newbie
Posts: 2
Joined: Thu Mar 05, 2009 2:31 pm

Post by Glen Darby »

Hi,

The programme starts, I sometimes manage to open an html document but it either goes grey and will no longer respond, or I start to enter items in the document and then it goes grey and will no longer respond.

Regards.

Glen.
Locked