shell do not work. aplication need Framework 2.0

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
dartek
Newbie
Newbie
Posts: 1
Joined: Tue Dec 09, 2008 5:35 pm

shell do not work. aplication need Framework 2.0

Post by dartek »

hi I'm new in here and I apologize for stupid questions.
I have the following problem applications don't works correctly.
one can somehow improve this

fixme:ole:CoGetContextToken stub
fixme:shell:URL_ParseUrl failed to parse L"System.Windows.Forms"
fixme:shell:URL_ParseUrl failed to parse L"System"
fixme:shell:URL_ParseUrl failed to parse L"System.Drawing"
fixme:shell:URL_ParseUrl failed to parse L"Instalacja"
fixme:shell:URL_ParseUrl failed to parse L"FELogowanie"
fixme:shell:URL_ParseUrl failed to parse L"FEBackRestConf"
fixme:shell:URL_ParseUrl failed to parse L"Skrypciarz"
fixme:shell:URL_ParseUrl failed to parse L"ChilkatDotNet2"
fixme:shell:URL_ParseUrl failed to parse L"msvcm80"
fixme:shell:URL_ParseUrl failed to parse L"WalidacjaDeklaracjiPOZ"
fixme:shell:URL_ParseUrl failed to parse L"FEKonfiguracja"
fixme:shell:URL_ParseUrl failed to parse L"Parametry"
fixme:shell:URL_ParseUrl failed to parse L"MenuNawigacyjne"
fixme:shell:URL_ParseUrl failed to parse L"Wlasciwosci"
fixme:shell:URL_ParseUrl failed to parse L"Joaqs.UI"
fixme:shell:URL_ParseUrl failed to parse L"Compona.Editors"
fixme:shell:URL_ParseUrl failed to parse L"Compona.CoreLib"
fixme:shell:URL_ParseUrl failed to parse L"Accessibility"
fixme:shell:URL_ParseUrl failed to parse L"ColorProgressBar"
fixme:win:EnumDisplayDevicesW ((null),0,0x32d7f8,0x00000000), stub!
fixme:shell:URL_ParseUrl failed to parse L"Compona.Editors.resources"
fixme:shell:URL_ParseUrl failed to parse L"Compona.Editors.resources"
fixme:shell:URL_ParseUrl failed to parse L"Compona.Editors.resources"
fixme:shell:URL_ParseUrl failed to parse L"Compona.Editors.resources"
fixme:shell:URL_ParseUrl failed to parse L"Compona.Editors.resources"
fixme:shell:URL_ParseUrl failed to parse L"Compona.Editors.resources"
fixme:shell:URL_ParseUrl failed to parse L"Compona.Editors.resources"
fixme:shell:URL_ParseUrl failed to parse L"Compona.Editors.resources"
fixme:shell:URL_ParseUrl failed to parse L"Compona.Editors.resources"
fixme:shell:URL_ParseUrl failed to parse L"Compona.Editors.resources"
fixme:shell:URL_ParseUrl failed to parse L"Compona.Editors.resources"
fixme:shell:URL_ParseUrl failed to parse L"Compona.Editors.resources"
fixme:shell:URL_ParseUrl failed to parse L"System.Data"
fixme:shell:URL_ParseUrl failed to parse L"System.Xml"
fixme:shell:URL_ParseUrl failed to parse L"FELogowanie.resources"
fixme:shell:URL_ParseUrl failed to parse L"FELogowanie.resources"
fixme:shell:URL_ParseUrl failed to parse L"Parametry"
fixme:shell:URL_ParseUrl failed to parse L"Polaczenia"
fixme:dciman:DCICreatePrimary 0x350 0x422129c
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: shell do not work. aplication need Framework 2.0

Post by dimesio »

dartek wrote:hi I'm new in here and I apologize for stupid questions.
I have the following problem applications don't works correctly.
one can somehow improve this
If I understand your subject header correctly, your app needs .NET 2.0. The easiest way to install .NET 2.0 is with winetricks.
http://wiki.winehq.org/winetricks
David Gerard

shell do not work. aplication need Framework 2.0

Post by David Gerard »

2008/12/12 dimesio <[email protected]>:
dartek wrote:
hi I'm new in here and I apologize for stupid questions.
I have the following problem applications don't works correctly.
one can somehow improve this
If I understand your subject header correctly, your app needs .NET 2.0. The easiest way to install .NET 2.0 is with winetricks.
http://wiki.winehq.org/winetricks
Note that, unfortunately, a lot of stuff needed for .NET 2.0 apps to
work just still isn't in Wine yet. Try stuff, see what breaks, report
missing functions as bugs.


- d.
James Mckenzie

shell do not work. aplication need Framework 2.0

Post by James Mckenzie »

dartek <[email protected]> at: Dec 12, 2008 4:10 AM (MST) wrote about: [Wine] shell do not work. aplication need Framework 2.0
hi I'm new in here and I apologize for stupid questions.
I have the following problem applications don't works correctly.
one can somehow improve this

fixme:ole:CoGetContextToken stub
fixme:shell:URL_ParseUrl failed to parse L"System.Windows.Forms"
fixme:shell:URL_ParseUrl failed to parse L"System"
fixme:shell:URL_ParseUrl failed to parse L"System.Drawing"
fixme:shell:URL_ParseUrl failed to parse L"Instalacja"
fixme:shell:URL_ParseUrl failed to parse L"FELogowanie"
fixme:shell:URL_ParseUrl failed to parse L"FEBackRestConf"
fixme:shell:URL_ParseUrl failed to parse L"Skrypciarz"
fixme:shell:URL_ParseUrl failed to parse L"ChilkatDotNet2"
fixme:shell:URL_ParseUrl failed to parse L"msvcm80"
fixme:shell:URL_ParseUrl failed to parse L"WalidacjaDeklaracjiPOZ"
fixme:shell:URL_ParseUrl failed to parse L"FEKonfiguracja"
fixme:shell:URL_ParseUrl failed to parse L"Parametry"
fixme:shell:URL_ParseUrl failed to parse L"MenuNawigacyjne"
fixme:shell:URL_ParseUrl failed to parse L"Wlasciwosci"
fixme:shell:URL_ParseUrl failed to parse L"Joaqs.UI"
fixme:shell:URL_ParseUrl failed to parse L"Compona.Editors"
fixme:shell:URL_ParseUrl failed to parse L"Compona.CoreLib"
fixme:shell:URL_ParseUrl failed to parse L"Accessibility"
fixme:shell:URL_ParseUrl failed to parse L"ColorProgressBar"
fixme:shell:URL_ParseUrl failed to parse L"Compona.Editors.resources"
fixme:shell:URL_ParseUrl failed to parse L"System.Data"
fixme:shell:URL_ParseUrl failed to parse L"System.Xml"
fixme:shell:URL_ParseUrl failed to parse L"FELogowanie.resources"
fixme:shell:URL_ParseUrl failed to parse L"Parametry"
fixme:shell:URL_ParseUrl failed to parse L"Polaczenia"
These are .NET 2.0 functions that are not implemented in WINE. Please submit a bug report, if one does not already exist, for each one of these.

You may also get better results using Mono 2.0, which also can be installed using winetricks.

James McKenzie
Ansus
Level 2
Level 2
Posts: 29
Joined: Tue Dec 09, 2008 10:06 pm

Post by Ansus »

Try Mono without Wine.
Locked