Open forum for end-user questions about
Wine . Before asking questions, check out the
Wiki as a first step.
Forum Rules
uppman
Newbie
Posts: 3 Joined: Tue Jul 17, 2012 3:24 am
Post
by uppman » Tue Jul 17, 2012 3:43 am
All pictures are replaced by placeholder images and the fonts and formatting are "dull" as if the CSS doesn't kick in.
It seems that this has been a common problem in the past according to google but presumed to be fixed..
The strange thing is that the help-file displays correctly if I start the main program (Edison bokföring) with winefile.
Has anyone seen something like this and know the cause?
There are the same errors and fixmes in both the working and non-working case:
Code: Select all
ixme:itss:ITSProtocolInfo_ParseUrl PARSE_SECURITY_URL
fixme:itss:ITSProtocolInfo_QueryInfo (0x24af390)->(L"ms-its:Hjalp.chm::/SkinSupport/MadCap.css" 0000000d 00000000 0x33cecc 4 0x33ced0 0)
fixme:itss:ITSProtocolInfo_ParseUrl PARSE_CANONICALIZE
fixme:itss:ITSProtocolInfo_QueryInfo (0x24af7e0)->(L"ms-its:Hjalp.chm::/Resources/Stylesheets/Styles.css" 0000000d 00000000 0x33cecc 4 0x33ced0 0)
fixme:itss:ITSProtocolInfo_ParseUrl PARSE_CANONICALIZE
fixme:itss:ITSProtocolInfo_ParseUrl PARSE_SECURITY_URL
fixme:msimtf:DllGetClassObject ({50d5107a-d278-4871-8989-f4ceaaf59cfc} {00000001-0000-0000-c000-000000000046} 0x33c8d4)
err:ole:apartment_getclassobject DllGetClassObject returned error 0x80040111
err:ole:CoGetClassObject no class object {50d5107a-d278-4871-8989-f4ceaaf59cfc} could be created for context 0x401
err:ole:CoGetClassObject class {6c736db1-bd94-11d0-8a23-00aa00b58e10} not registered
err:ole:CoGetClassObject no class object {6c736db1-bd94-11d0-8a23-00aa00b58e10} could be created for context 0x1
fixme:itss:ITSProtocolInfo_ParseUrl PARSE_SECURITY_URL
dimesio
Moderator
Posts: 13367 Joined: Tue Mar 25, 2008 10:30 pm
Post
by dimesio » Tue Jul 17, 2012 7:46 am
What version of Wine? There was a chm bug that was just fixed as of 1.5.8, so if you're using an older version, upgrade.
uppman
Newbie
Posts: 3 Joined: Tue Jul 17, 2012 3:24 am
Post
by uppman » Tue Jul 17, 2012 12:21 pm
I'm using 1.5.8 with winetricks ie6.
I tried first without ie6 but Wine would just hang (hh.exe using 100% CPU) trying to display the help-file and produce the following output:
Code: Select all
fixme:htmlhelp:TB_AddButtonsFromFlags got asked for unsupported buttons: 040000
fixme:ieframe:PersistStorage_InitNew (0x14f5b0)->(0x7ebcecf0)
fixme:urlmon:URLMoniker_BindToObject use running object table
fixme:iphlpapi:NotifyAddrChange (Handle 0xf0e910, overlapped 0xf0e91c): stub
fixme:ieframe:ClOleCommandTarget_Exec Unimplemented cmdid 84 of group {000214d1-0000-0000-c000-000000000046}
fixme:ieframe:ClOleCommandTarget_QueryStatus (0x14f664)->((null) 1 0x33a5cc (nil))
fixme:ieframe:ClOleCommandTarget_QueryStatus command_0: 27, 0x0
fixme:ieframe:ClOleCommandTarget_Exec Unimplemented cmdid 25
fixme:ieframe:ClOleCommandTarget_Exec Unimplemented cmdid 26
fixme:ieframe:ClOleCommandTarget_Exec Unimplemented cmdid 37 of group {000214d1-0000-0000-c000-000000000046}
fixme:ieframe:ClOleCommandTarget_Exec Unimplemented cmdid 84 of group {000214d1-0000-0000-c000-000000000046}
fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
fixme:ieframe:ClientSite_GetContainer (0x14f664)->(0x33a5dc)
fixme:mshtml:nsChannel_GetContentDisposition (0xd0c918)->(0x337cf8)
fixme:mshtml:nsChannel_GetContentDispositionHeader (0xd0c918)->(0x337534)
fixme:ieframe:ClientSite_GetContainer (0x14f664)->(0x33d4ac)
fixme:imm:ImmReleaseContext (0x10096, 0xcf5b40): stub
fixme:ieframe:ClOleCommandTarget_Exec Unimplemented cmdid 25
fixme:ieframe:ClOleCommandTarget_Exec Unimplemented cmdid 26
fixme:ieframe:ClOleCommandTarget_Exec Unimplemented cmdid 29
fixme:ieframe:DocHostUIHandler_GetDropTarget (0x14f664)
fixme:jscript:JScriptProperty_SetProperty Unimplemented property 70000001
fixme:jscript:JScriptProperty_SetProperty Unimplemented property 70000002
^Cfixme:console:CONSOLE_DefaultHandler Terminating process 8 on event 0
fixme:win:EnumDisplayDevicesW ((null),0,0x33e748,0x00000000), stub!
dimesio
Moderator
Posts: 13367 Joined: Tue Mar 25, 2008 10:30 pm
Post
by dimesio » Tue Jul 17, 2012 2:04 pm
File a bug for the hang without ie6.
uppman
Newbie
Posts: 3 Joined: Tue Jul 17, 2012 3:24 am
Post
by uppman » Thu Jul 19, 2012 2:32 pm
It also works if I change the path to where the .exe resides before running wine:
Code: Select all
(
cd "$APP_DIR_UPX/source/Windows/drive_c/Program Files/Programbyrån/Edison Proffs" || exit 1
WINEPREFIX=$APP_DIR_UPX/source/Windows $WINEDIR/system/usr/bin/wine "c:/Program Files/Programbyrån/Edison Proffs/EdisonP.exe"
)
@dimesio: I will file a bugreport for the hang, thanks for the replies.