http://bugs.winehq.org/show_bug.cgi?id=36839
Bug ID: 36839 Summary: Family Tree Maker 2012: Crashes during program initialistion (about 50% complete) Product: Wine Version: 1.7.20 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: graahy@sky.com
Created attachment 48927 --> http://bugs.winehq.org/attachment.cgi?id=48927 Backtrace from crash during initial run of FTM.
Started with a new .wine prefix with default settings. Then replaced Mono using 'winetricks dotnet40 corefonts', and confirmed successful installation of dotnet40 using 'netfx_setupverifier.exe'.
Next installed 'Family Tree Maker' (FTM) program from CD using terminal commands. Program appeared to install without problems, but numerous 'fixme' errors recorded and logged.
On first running of the FTM program after installation, the program immediately prompted that updates were available, and prompted for installation of these. This was accepted, and the updating appeared to complete before the program crashed, and a wine bug report prompt displayed. The backtrace was saved (see attached), and had to press 'Ctrl-C' to recover the terminal prompt.
Out of curiosity, then attempted to run FTM for the second time. Surprisingly, the standard initialising window was displayed, and initialisation proceeded to about 50% (as displayed on-screen) before program crashed, and another wine bug report prompt displayed. This too was saved (as backtrace2), and again had to press'Ctrl-C' to return to the terminal prompt.
Error logs from the installation and both attempted runs of the FTM program are available.
NB:- Without replacing Mono with the dotnet40 files the FTM program does not start at all, although it does appear to install correctly.
http://bugs.winehq.org/show_bug.cgi?id=36839
--- Comment #1 from Mo graahy graahy@sky.com --- Created attachment 48928 --> http://bugs.winehq.org/attachment.cgi?id=48928 Backtrace from crash during second run of FTM.
http://bugs.winehq.org/show_bug.cgi?id=36839
--- Comment #2 from Mo graahy graahy@sky.com --- Created attachment 48929 --> http://bugs.winehq.org/attachment.cgi?id=48929 Error log generated during installation of FTM
http://bugs.winehq.org/show_bug.cgi?id=36839
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |dotnet CC| |focht@gmx.net
--- Comment #3 from Anastasius Focht focht@gmx.net --- Hello Mo,
please attach the full terminal output from start of the app, including everything after you click 'close' in crash reporter ('save' is not useful because it doesn't capture the managed .NET backtrace).
Regards
http://bugs.winehq.org/show_bug.cgi?id=36839
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Component|-unknown |winsock Resolution|--- |DUPLICATE
--- Comment #4 from Anastasius Focht focht@gmx.net --- Hello Mo,
I found a distributed "backup" of the app and could reproduce the problem.
It's a dupe of bug 32328
The terminal output/managed backtrace reveals it:
--- snip --- $ pwd /home/focht/.wine/drive_c/Program Files/Family Tree Maker 2012
$ wine ./FTM.exe ... fixme:ntdll:server_ioctl_file Unsupported ioctl 28000017 (device=2800 access=0 func=5 method=3) fixme:winsock:server_ioctl_sock Unsupported ioctl 28000017 (device=2800 access=0 func=5 method=3) fixme:winsock:WSAIoctl unsupported WS_IOCTL cmd (_WSAIO(IOC_WS2, 23)) fixme:shell:URL_ParseUrl failed to parse L"Microsoft.Practices.EnterpriseLibrary.ExceptionHandling" fixme:shell:URL_ParseUrl failed to parse L"Microsoft.Practices.EnterpriseLibrary.Common" fixme:shell:URL_ParseUrl failed to parse L"System.Xml" fixme:shell:URL_ParseUrl failed to parse L"Microsoft.Practices.EnterpriseLibrary.ExceptionHandling.Logging" fixme:shell:URL_ParseUrl failed to parse L"FTM.Configuration" fixme:shell:URL_ParseUrl failed to parse L"Microsoft.Practices.EnterpriseLibrary.Logging" fixme:shell:URL_ParseUrl failed to parse L"System.Management" fixme:shell:URL_ParseUrl failed to parse L"Microsoft.Practices.EnterpriseLibrary.ExceptionHandling.resources" fixme:shell:URL_ParseUrl failed to parse L"Microsoft.Practices.EnterpriseLibrary.ExceptionHandling.resources" fixme:advapi:LsaOpenPolicy ((null),0x33ed60,0x00000800,0x33ed38) stub fixme:advapi:LsaClose (0xcafe) stub fixme:advapi:LsaOpenPolicy ((null),0x33ed34,0x00000800,0x33ed0c) stub fixme:advapi:LsaClose (0xcafe) stub fixme:advapi:RegisterEventSourceW (L".",L"Family Tree Maker"): stub fixme:advapi:ReportEventW (0xcafe4242,0x0001,0x0000,0x00000064,(nil),0x0001,0x00000000,0x73ceb4c,0x73cea54): stub err:eventlog:ReportEventW L"Timestamp: 7/3/2014 11:19:07 PM\r\nMessage: HandlingInstanceID: 22b06efa-ecfb-4a57-a368-7936734147d8\r\nAn exception of type 'Microsoft.Practices.CompositeUI.Services.ModuleLoadException' occurred and was caught.\r ... Unhandled Exception: Microsoft.Practices.CompositeUI.Services.ModuleLoadException: Failed to load module from assembly Connectivity. Error was: Failed to load module from assembly Connectivity, Version=21.0.0.388, Culture=neutral, PublicKeyToken=69cf5367912b86b4. Error was: Unknown error (0x273d) ---> System.Net.NetworkInformation.NetworkInformationException: Unknown error (0x273d) at System.Net.NetworkInformation.NetworkChange.AddressChangeListener.StartHelper(NetworkAddressChangedEventHandler caller, Boolean captureContext, StartIPOptions startIPOptions) at System.Net.NetworkInformation.NetworkChange.AvailabilityChangeListener.Start(NetworkAvailabilityChangedEventHandler caller) at System.Net.NetworkInformation.NetworkChange.add_NetworkAvailabilityChanged(NetworkAvailabilityChangedEventHandler value) at FTM.Connectivity.ConnectionDetector..ctor(ConnectionManager connectionManager) at FTM.Connectivity.ConnectionManager..ctor() at FTM.Connectivity.Module.AddServices() at Microsoft.Practices.SmartClient.Library.Services.DependentModuleLoaderService.ModuleMetadata.LoadServices(WorkItem workItem) --- End of inner exception stack trace --- at Microsoft.Practices.SmartClient.Library.Services.DependentModuleLoaderService.ModuleMetadata.ThrowModuleLoadException(Exception innerException) at Microsoft.Practices.SmartClient.Library.Services.DependentModuleLoaderService.ModuleMetadata.LoadServices(WorkItem workItem) at Microsoft.Practices.SmartClient.Library.Services.DependentModuleLoaderService.InnerLoad(WorkItem workItem, IModuleInfo[] modules) at Microsoft.Practices.SmartClient.Library.Services.DependentModuleLoaderService.Load(WorkItem workItem, IModuleInfo[] modules) at Microsoft.Practices.CompositeUI.CabApplication`1.LoadModules() at Microsoft.Practices.CompositeUI.CabApplication`1.Run() at FTM.FTMApplication.?(String[] ?) --- snip ---
$ wine --version wine-1.7.21-50-g10e6a66
Regards
*** This bug has been marked as a duplicate of bug 32328 ***
https://bugs.winehq.org/show_bug.cgi?id=36839
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #5 from Austin English austinenglish@gmail.com --- Closing.