https://bugs.winehq.org/show_bug.cgi?id=42642
Bug ID: 42642 Summary: crash installing NovaLCT-Mars.exe Product: Wine Version: 1.9.24 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: critical Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: ital.rolando@gmail.com Distribution: ---
Created attachment 57577 --> https://bugs.winehq.org/attachment.cgi?id=57577 crash log report
Installing NovaLCT-Mars V4.4.1 does not succeed due to a crash. See files attacments. I used Wineskin
https://bugs.winehq.org/show_bug.cgi?id=42642
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Severity|critical |normal
https://bugs.winehq.org/show_bug.cgi?id=42642
Louis Lenders xerox_xerox2000@yahoo.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |xerox_xerox2000@yahoo.co.uk
--- Comment #1 from Louis Lenders xerox_xerox2000@yahoo.co.uk --- --- Hi, I guess you ran this on Mac OS X. If so, please select this in ``Component``-field.
--- I found a download link at http://www.novastartest.com/software-download for version 4.5.1. Can you reproduce the crash with this version? Or could you add downloadlink for the version you used.
---It looks like you`ve set up several things wrongly acoording to your crashlog ***: The app needs .Net, and i guess from your crashlog that the application tried to install it. You should use winetricks to do that. See help pages (also how to fix the error below)
***: err:winediag:SECUR32_initNTLMSP ntlm_auth was not found or is outdated. Make sure that ntlm_auth >= 3.0.25 is in your path. Usually, you can find it in the w inbind package of your distribution.
. Install drivers, please wait...err:module:load_builtin_dll failed to load .so lib for builtin L"msxml3.dll": dlopen(/Users/italrolando/Applications/Wineskin/ NovaLCT-MarsV441.app/Contents/Frameworks/wswine.bundle/lib/wine/msxml3.dll.so, 258): Library not loaded: @executable_path/../Frameworks/libxml2.2.dylib Referenced from: /Users/italrolando/Applications/Wine err:module:find_forwarded_export module not found for forward 'msxml3.DllGetClassObject' used by L"C:\windows\system32\msxml.dll" err:ole:COMPOBJ_DllList_Add couldn't find function DllGetClassObject in L"C:\windows\system32\msxml.dll" err:ole:create_server class {2933bf90-7b36-11d2-b20e-00c04f983e60} not registered .
fixme:shell:URL_ParseUrl failed to parse L"mscorlib.resources" System.BadImageFormatException: Could not load file or assembly 'NovaLCT-Mars.exe' or one of its dependencies. This assembly is built by a runtime newer than the currently loaded runtime and cannot be loaded. File name: 'NovaLCT-Mars.exe'
https://bugs.winehq.org/show_bug.cgi?id=42642
Neuran ital.rolando@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|UNCONFIRMED |RESOLVED
--- Comment #2 from Neuran ital.rolando@gmail.com --- I've tried all the versions, but as soon it tries to install the .Net framework it crashes. I will try winetricks and let you know. tyvm
https://bugs.winehq.org/show_bug.cgi?id=42642
Louis Lenders xerox_xerox2000@yahoo.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download Status|RESOLVED |REOPENED Resolution|FIXED |--- URL| |http://www.novastartest.com | |/software-download Ever confirmed|0 |1
--- Comment #3 from Louis Lenders xerox_xerox2000@yahoo.co.uk ---
I will try winetricks and let you know. tyvm
Ok. In meanwhile I reopen this bug, as there still is a probem with this app, it crashes for me too:
err:eventlog:ReportEventW L"Application: NovaMonitorManager.exe\nFramework Version: v4.0.30319\nDescription: The process was terminated due to an unhandled exception.\nException Info: System.Net.Sockets.SocketException\nStack:\n at System.Net.Sockets.Socket.SetSocketOption(System.Net.Sockets.SocketOptionLevel, System.Net.Sock"... fixme:advapi:DeregisterEventSource (0xcafe4242) stub wine: Unhandled exception 0xe0434352 in thread c9 at address 0x7b43f7df (thread 00c9), starting debugger...
sha1sum NovaLCT-Mars\ V4.6.0\ Setup.exe 1bb15075f206e12c687f4157927942aa880cd60c NovaLCT-Mars V4.6.0 Setup.exe
https://bugs.winehq.org/show_bug.cgi?id=42642
Louis Lenders xerox_xerox2000@yahoo.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|crash installing |crash in NovaLCT-Mars.exe |NovaLCT-Mars.exe |(.Net app)
--- Comment #4 from Louis Lenders xerox_xerox2000@yahoo.co.uk --- changed title
https://bugs.winehq.org/show_bug.cgi?id=42642
--- Comment #5 from Bruno Jesus 00cpxxx@gmail.com --- For me both 4.5.1 or 4.6.0 always crash with or without dotnet20. If you can always reproduce that socket error please attach a +winsock log.
https://bugs.winehq.org/show_bug.cgi?id=42642
--- Comment #6 from Louis Lenders xerox_xerox2000@yahoo.co.uk --- Created attachment 57578 --> https://bugs.winehq.org/attachment.cgi?id=57578 +winsock
(In reply to Bruno Jesus from comment #5)
If you can always reproduce that socket error please attach a +winsock log.
Attached +winsock log. Ran the app in wine-staging 2.3
https://bugs.winehq.org/show_bug.cgi?id=42642
--- Comment #7 from Bruno Jesus 00cpxxx@gmail.com --- (In reply to Louis Lenders from comment #6)
Attached +winsock log. Ran the app in wine-staging 2.3
Thanks for the log, there are 2 distinct winsock problems:
- IP_MULTICAST_IF using with interface index instead of expected structs or IPv4 - Unknown IPPROTO_IPV6 optname 0x00000013
I believe the second problem is harmless but the first one is stopping the app. I'll take a look at this specific problems, it would be useful to split this bug.