https://bugs.winehq.org/show_bug.cgi?id=37600
Bug ID: 37600 Summary: SharpDevelop 4.4.1.9729 load issue Product: Wine Version: unspecified Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: tcll5850@gmail.com Distribution: ---
Just wanted to report, since the last report is as old as 2009 with an outdated version of SharpDevelop...
SharpDevelop 4.4.1 (loaded with an x86 prefix on x64 (amd64) wine)
the program loads and displays the banner, but the program hangs there and never gets to the UI.
if you guys need an error report, I can look into it if you like. :) but I think it has something to do with .NET (not sure if still the same issue as mentioned back in 2009)
https://bugs.winehq.org/show_bug.cgi?id=37600
Tcll tcll5850@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Distribution|--- |Ubuntu
https://bugs.winehq.org/show_bug.cgi?id=37600
--- Comment #1 from Austin English austinenglish@gmail.com --- Wine version? Please attach the full terminal output.
Is bug 12457 the other report you're referring to?
https://bugs.winehq.org/show_bug.cgi?id=37600
--- Comment #2 from Tcll tcll5850@gmail.com --- Created attachment 50042 --> https://bugs.winehq.org/attachment.cgi?id=50042 Terminal output
https://bugs.winehq.org/show_bug.cgi?id=37600
--- Comment #3 from Tcll tcll5850@gmail.com --- oh sorry, right forgot to set and/or mention that... Wine 1.7.30
Is bug 12457 the other report you're referring to?
yea
and the full output is rather long, so I've modified it and removed a few ~500 duplicate lines:
tcll@tcll-AY589AAR-ABA-a4317c:~$ env WINEPREFIX="/home/tcll/.wine" wine C:\PROG~FBU\SHAR~E23\4.4\bin\SHAR~5MM.EXE fixme:process:GetNumaHighestNodeNumber (0x33fb88): semi-stub fixme:thread:SetThreadStackGuarantee (0x33fb6c): stub err:ntdll:NtQueryInformationToken Unhandled Token Information class 29! err:ntdll:NtQueryInformationToken Unhandled Token Information class 29! fixme:advapi:RegisterEventSourceW ((null),L".NET Runtime"): stub fixme:advapi:ReportEventW (0xcafe4242,0x0001,0x0000,0x000003fe,0x155610,0x0001,0x00000000,0x428e400,(nil)): stub err:eventlog:ReportEventW L".NET Runtime version 4.0.30319.17929 - There was a failure initializing profiling API attach infrastructure. This process will not allow a profiler to attach. HRESULT: 0x800706a9. Process ID (decimal): 52. Message ID: [0x2509]." fixme:advapi:DeregisterEventSource (0xcafe4242) stub err:ole:CoGetContextToken apartment not initialised 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"Accessibility" fixme:wincodecs:JpegDecoder_Frame_CopyPalette (0x179bb4,0x17a2f0): stub fixme:gdiplus:GdipCreateHalftonePalette stub fixme:shell:URL_ParseUrl failed to parse L"ICSharpCode.Core" fixme:shell:URL_ParseUrl failed to parse L"ICSharpCode.SharpDevelop.Sda" fixme:shell:URL_ParseUrl failed to parse L"System.Configuration" fixme:shell:URL_ParseUrl failed to parse L"System.Xml" fixme:nls:LCMapStringEx unsupported lparam 1773c0 fixme:nls:LCMapStringEx unsupported lparam 1773c0 fixme:nls:LCMapStringEx unsupported lparam 1773c0 fixme:nls:LCMapStringEx unsupported lparam 1773c0 fixme:nls:LCMapStringEx unsupported lparam 1773c0 fixme:shell:URL_ParseUrl failed to parse L"ICSharpCode.SharpDevelop" fixme:shell:URL_ParseUrl failed to parse L"ICSharpCode.Core.WinForms" fixme:shell:URL_ParseUrl failed to parse L"ICSharpCode.Core.Presentation" fixme:shell:URL_ParseUrl failed to parse L"PresentationCore" fixme:shell:URL_ParseUrl failed to parse L"WindowsBase" wine: Call from 0x7bc54280 to unimplemented function MSVCR100_CLR0400.dll._initterm_e, aborting wine: Call from 0x7bc54280 to unimplemented function MSVCR100_CLR0400.dll._except_handler4_common, aborting wine: Call from 0x7bc54280 to unimplemented function MSVCR100_CLR0400.dll._except_handler4_common, aborting wine: Call from 0x7bc54280 to unimplemented function MSVCR100_CLR0400.dll._except_handler4_common, aborting
...
wine: Call from 0x7bc54280 to unimplemented function MSVCR100_CLR0400.dll._except_handler4_common, aborting err:seh:setup_exception_record stack overflow 1232 bytes in thread 0065 eip 7bc4602f esp 00240e60 stack 0x240000-0x241000-0x340000
full thing in the attachment if needed
https://bugs.winehq.org/show_bug.cgi?id=37600
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |dotnet, download URL| |http://heanet.dl.sourceforg | |e.net/project/sharpdevelop/ | |SharpDevelop%204.x/4.4/Shar | |pDevelop_4.4.1.9729_Setup.m | |si CC| |focht@gmx.net Version|unspecified |1.7.30
--- Comment #4 from Anastasius Focht focht@gmx.net --- Hello folks,
works fine here. You have a broken WINEPREFIX.
Prerequisite:
'winetricks -q dotnet40' 'winetricks -q vcrun2008sp1' (installer check, not due to Wine deficiency)
$ sha1sum SharpDevelop_4.4.1.9729_Setup.msi 90d6a988ec1238be2e3a6952f251cdff057f64bd SharpDevelop_4.4.1.9729_Setup.msi
$ du -sh SharpDevelop_4.4.1.9729_Setup.msi 15M SharpDevelop_4.4.1.9729_Setup.msi
$ wine --version wine-1.7.31-135-g099bc21
Regards
https://bugs.winehq.org/show_bug.cgi?id=37600
--- Comment #5 from Tcll tcll5850@gmail.com --- thanks :) if that's the case, it may be my purge script
---
rm -rf $HOME/.wine rm -f $HOME/.config/menus/applications-merged/*wine* rm -rf $HOME/.local/share/applications/wine rm -f $HOME/.local/share/desktop-directories/*wine* rm -f $HOME/.local/share/icons/wine_*.xpm rm -f $HOME/.local/share/icons/*wine* sudo apt-get remove --purge wine sudo apt-get update sudo apt-get autoclean sudo apt-get clean sudo apt-get autoremove
sudo apt-get install wine1.7
WINEARCH=win32 WINEPREFIX=~/.wine winecfg
wine uninstaller --remove '{E45D8920-A758-4088-B6C6-31DBB276992E}'
bash winetricks dotnet11sp1 dotnet20sp2 dotnet30 dotnet35 dotnet40 bash winetricks win7 bash winetricks dotnet45 bash winetricks win2k3
---
but this was a compilation of recommendations from various places, except for the bottom chunk.
when .NET 4.5 installs, I get prompted to install Service Pack 2/3. (I forget if it's just before, or just after the installation) ^I've only ran this script twice, and quite a while back
also, just recently checked:
tcll@tcll-AY589AAR-ABA-a4317c:~$ winetricks -q vcrun2008sp1 Executing w_do_call vcrun2008 vcrun2008 already installed, skipping
this was either installed by my script or by a program that required it (such as various VS2010 installations (which all have failed to install))
anyways thanks for any further help :)
https://bugs.winehq.org/show_bug.cgi?id=37600
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |INVALID
--- Comment #6 from Anastasius Focht focht@gmx.net --- Hello folks,
resolving 'invalid' here.
Broken WINEPREFIX and/or invalid WinVer setting.
--- snip --- wine: Call from 0x7bc54280 to unimplemented function MSVCR100_CLR0400.dll._initterm_e, aborting --- snip ---
You can't use .NET Framework 4.5.x components with WinVer lower than 'Windows 7' by design (those errors are an indication of this).
Regards
https://bugs.winehq.org/show_bug.cgi?id=37600
Bruno Jesus 00cpxxx@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #7 from Bruno Jesus 00cpxxx@gmail.com --- Closing invalid bugs.