[Bug 11504] New: Selecting dropdown list in nwn2 dm toolkit crashes wine
http://bugs.winehq.org/show_bug.cgi?id=11504 Summary: Selecting dropdown list in nwn2 dm toolkit crashes wine Product: Wine Version: 0.9.54. Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs(a)winehq.org ReportedBy: cngnome(a)gmail.com Select Add - works OK, select atttiude dropdown from dialog and you get crash: fixme:ole:Context_QueryInterface interface not implemented {000001da-0000-0000-c000-000000000046} fixme:advapi:RegisterEventSourceW ((null),L".NET Runtime"): stub fixme:advapi:ReportEventW (0xcafe4242,0x0001,0x0000,0x000003ff,(nil),0x0001,0x00000000,0x7d389a58,(nil)): stub err:eventlog:ReportEventW L".NET Runtime version 2.0.50727.42 - Fatal Execution Engine Error (7A05E2B3) (80131506)" fixme:advapi:DeregisterEventSource (0xcafe4242) stub fixme:advapi:CheckTokenMembership (0x1828 0x92fab00 0x7d3890ac) stub! fixme:ntdll:NtQuerySystemInformation info_class -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11504 CN Gnome <cngnome(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |dotnet -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11504 --- Comment #1 from CN Gnome <cngnome(a)gmail.com> 2008-02-07 16:41:36 --- Created an attachment (id=10665) --> (http://bugs.winehq.org/attachment.cgi?id=10665) Dialog freezes -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11504 --- Comment #3 from CN Gnome <cngnome(a)gmail.com> 2008-06-19 15:10:23 --- Yes and no. Install of dotnet 2.0 fails (bug 13997) on fresh wine setup. And when I try to run the toolkit nevertheless, I get : Unhandled Exception: System.TypeInitializationException: The type initializer for 'System.Globalization.TextInfo' threw an exception. at System.Globalization.TextInfo.GetNativeTextInfo(Int32 cultureID) at System.Globalization.TextInfo.get_InvariantNativeTextInfo() at System.String.Compare(String strA, Int32 indexA, String strB, Int32 indexB, Int32 length, StringComparison comparisonType) at System.Security.Util.URLString.PreProcessForExtendedPathRemoval(String url, Boolean isFileUrl) at System.AppDomainSetup.NormalizePath(String path, Boolean useAppBase) at System.AppDomainSetup.SetupDefaultApplicationBase(String imageLocation) at System.AppDomain.SetupFusionStore(AppDomainSetup info) at System.AppDomain.SetupDomain(Boolean allowRedirects, String path, String configFile) wine: Unhandled exception 0xe0434f4d at address 0x7b844b20 (thread 0009), starting debugger... -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11504 --- Comment #4 from CN Gnome <cngnome(a)gmail.com> 2008-06-27 11:09:04 --- Tested on wine 1.1. Still the same error. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11504 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |focht(a)gmx.net --- Comment #5 from Anastasius Focht <focht(a)gmx.net> 2008-07-06 08:31:11 --- Hello, please install the .NET 2.0 Framework *correctly*. The managed callstack pretty much looks like invalid/incomplete .NET install method (nls casing tables missing). Use clean WINEPREFIX and 'sh winetricks dotnet20'. .NET Installation by NWN2 installer is *not* supported (all issues are known). Please install the prerequisites *before* the app's installer, wine's fusion still isn't complete/bugfree yet! I briefly looked into your other NWN2 reports: please don't mess up WINEPREFIX with multiple installations! You won't get any support if you do that. http://bugs.winehq.org/show_bug.cgi?id=11503 http://bugs.winehq.org/show_bug.cgi?id=11507 http://bugs.winehq.org/show_bug.cgi?id=12395 Always use clean WINEPREFIX and describe your installation step-by-step, e.g. what prerequisites ... 1. clean WINEPREFIX 2. 'sh winetricks vcrun2005' 3. 'sh winetricks dotnet20' 4. install app 5. <insert additionals steps here> (updates, additional installs) Is this "DM" toolkit part of the regular NWN2 1.x install/toolkit? Is it downloadable? You should revisit all your NWN2 bug reports considering the information above and check if they are really valid and no duplicates. Regards -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11504 --- Comment #6 from Anastasius Focht <focht(a)gmx.net> 2008-12-16 05:10:52 --- Hello, please mark this one as duplicate of bug 13462 and close it. We really need to get rid of all lingering .NET bugs which either cover same issues (comment #1) or result from invalid .NET prerequisite install (comment #3) Regards -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11504 Jeff Zaroyko <jeffz(a)jeffz.name> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |DUPLICATE --- Comment #7 from Jeff Zaroyko <jeffz(a)jeffz.name> 2008-12-16 05:14:31 --- marking duplicate *** This bug has been marked as a duplicate of bug 13462 *** -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11504 Jeff Zaroyko <jeffz(a)jeffz.name> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #8 from Jeff Zaroyko <jeffz(a)jeffz.name> 2008-12-16 05:14:46 --- closing -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
participants (1)
-
wine-bugs@winehq.org