fixme:shell:URL_ParseUrl

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
dype
Newbie
Newbie
Posts: 2
Joined: Thu Jun 02, 2011 3:17 pm

fixme:shell:URL_ParseUrl

Post by dype »

Hi

I try this application with wine(wine-1.3.16) :
http://telechargement1.pcastuces.com/te ... pratic.exe

The installation works fine but I'm not able able to launch the application.

I have a popup with an error message : External component has thrown an exeption

When I launch from the command line :

~/.wine/drive_c/Program Files/Micro Application/Code de la Route Pratic$ wine CDR.exe
fixme:sync:CreateMemoryResourceNotification (0) stub
err:ole:CoGetContextToken apartment not initialised
fixme:shell:URL_ParseUrl failed to parse L"PresentationFramework"
fixme:shell:URL_ParseUrl failed to parse L"PresentationCore"
fixme:shell:URL_ParseUrl failed to parse L"System"
fixme:shell:URL_ParseUrl failed to parse L"WindowsBase"
fixme:shell:URL_ParseUrl failed to parse L"CDR.Data"
fixme:shell:URL_ParseUrl failed to parse L"System.Windows.Forms"
fixme:shell:URL_ParseUrl failed to parse L"System.Drawing"
fixme:advapi:RegisterTraceGuidsW (0x53457a, (nil), {a42c77db-874f-422e-9b44-6d89fe2bd3e5}, 1, 0x32df2c, (null), (null), 0x32df34,)
fixme:shell:URL_ParseUrl failed to parse L"MicroApp.Controls"
fixme:shell:URL_ParseUrl failed to parse L"CDR.resources"
fixme:shell:URL_ParseUrl failed to parse L"CDR.resources"
fixme:advapi:RegisterTraceGuidsW (0x532dc234, (nil), {a42c77db-874f-422e-9b44-6d89fe2bd3e5}, 27, 0x32de4c, (null), (null), 0x53355f40,)
wine: Call from 0x7b839372 to unimplemented function windowscodecs.dll.WICCreateImagingFactory_Proxy, aborting
fixme:shell:URL_ParseUrl failed to parse L"mscorlib.resources"
fixme:shell:URL_ParseUrl failed to parse L"mscorlib.resources"
wine: Call from 0x7b839372 to unimplemented function windowscodecs.dll.WICCreateImagingFactory_Proxy, aborting
wine: Call from 0x7b839372 to unimplemented function windowscodecs.dll.WICCreateImagingFactory_Proxy, aborting
wine: Call from 0x7b839372 to unimplemented function windowscodecs.dll.WICCreateImagingFactory_Proxy, aborting
wine: Call from 0x7b839372 to unimplemented function windowscodecs.dll.WICCreateImagingFactory_Proxy, aborting
wine: Call from 0x7b839372 to unimplemented function windowscodecs.dll.WICCreateImagingFactory_Proxy, aborting
fixme:advapi:UnregisterTraceGuids 0: stub

What can I do ?

Thanks
dype
jjmckenzie
Moderator
Moderator
Posts: 1153
Joined: Wed Apr 27, 2011 11:01 pm

fixme:shell:URL_ParseUrl

Post by jjmckenzie »

On 6/2/11, dype <[email protected]> wrote:
Hi

I try this application with wine(wine-1.3.16) :
Please update to 1.3.21 and try again.
dype
Newbie
Newbie
Posts: 2
Joined: Thu Jun 02, 2011 3:17 pm

Re: fixme:shell:URL_ParseUrl

Post by dype »

jjmckenzie wrote:Please update to 1.3.21 and try again.
With wine 1.3.21 I have a popup (error) with :
(no specific config with winecfg)

Code: Select all

Application has generated an execption that could not be handled 
....
...
And the log :
fixme:advapi:RegisterTraceGuidsW (0x79fd471e, 0x112990, {e13c0d23-ccbc-4e12-931b-d9cc2eee27e4}, 9, 0x7a390368, (null), (null), 0x7a38d250,): stub
fixme:sync:CreateMemoryResourceNotification (0) stub
err:ole:CoGetContextToken apartment not initialised
fixme:shell:URL_ParseUrl failed to parse L"PresentationFramework"

Unhandled Exception: fixme:shell:URL_ParseUrl failed to parse L"mscorlib.resources"
fixme:shell:URL_ParseUrl failed to parse L"mscorlib.resources"
System.IO.FileNotFoundException: Could not load file or assembly 'PresentationFramework, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. Exception from HRESULT: 0x80070002
File name: 'PresentationFramework, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'

WRN: Assembly binding logging is turned OFF.
To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
Note: There is some performance penalty associated with assembly bind failure logging.
To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].

wine: Unhandled exception 0xe0434f4d at address 0x7b839bb2 (thread 00c1), starting debugger...
Unhandled exception: 0xe0434f4d in 32-bit code (0x7b839bb2).
Register dump:
Locked