https://bugs.winehq.org/show_bug.cgi?id=38860
Bug ID: 38860 Summary: nokia x manager, NETFramework,Version=v4.0,Profile=Client" not implemented Product: Wine Version: 1.7.44 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: grendal74.geo@yahoo.com Distribution: ---
[Tool][Windows][v1.1.0.0] Nokia X Manager [Root Nokia X, XL 100% working]
http://forum.xda-developers.com/showthread.php?t=2746370
Although .net 4.0 is installed (http://portableapps.com/apps/utilities/dotnetinspector-portable says I have all .net except 1.0) http://ibin.co/27OUwuOHkvyZ
, the app does not load
~/.wine/drive_c/Program Files (x86)/Nokia X Manager$ wine "Nokia X Manager.exe" fixme:mscoree:parse_supported_runtime sku=L".NETFramework,Version=v4.0,Profile=Client" not implemented fixme:exec:SHELL_execute flags ignored: 0x00004100 fixme:exec:SHELL_execute flags ignored: 0x00000100 Can't find process Please Wait... System.ComponentModel.Win32Exception: ApplicationName='adb.exe', CommandLine='devices', CurrentDirectory='', Native error= File not found.
at System.Diagnostics.Process.Start_noshell (System.Diagnostics.ProcessStartInfo startInfo, System.Diagnostics.Process process) [0x00000] in <filename unknown>:0 at System.Diagnostics.Process.Start_common (System.Diagnostics.ProcessStartInfo startInfo, System.Diagnostics.Process process) [0x00000] in <filename unknown>:0 at System.Diagnostics.Process.Start () [0x00000] in <filename unknown>:0 at (wrapper remoting-invoke-with-check) System.Diagnostics.Process:Start () at Nokia_X_Manager.Form1.Form1_Load (System.Object sender, System.EventArgs e) [0x00000] in <filename unknown>:0 at System.Windows.Forms.Form.OnLoad (System.EventArgs e) [0x00000] in <filename unknown>:0 at System.Windows.Forms.Form.OnLoadInternal (System.EventArgs e) [0x00000] in <filename unknown>:0 fixme:exec:SHELL_execute flags ignored: 0x00004100 Shutting down finalizer thread timed out. ~/.wine/drive_c/Program Files (x86)/Nokia X Manager$
https://bugs.winehq.org/show_bug.cgi?id=38860
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |dotnet, download Status|UNCONFIRMED |RESOLVED URL| |http://www.androidfilehost. | |com/?fid=23501681358540628 CC| |focht@gmx.net Resolution|--- |INVALID Summary|nokia x manager, |Nokia X Manager v1.1 (.NET |NETFramework,Version=v4.0,P |4.0 app) fails to run |rofile=Client" not |(broken WINEPREFIX) |implemented |
--- Comment #1 from Anastasius Focht focht@gmx.net --- Hello folks,
the tool you used for validating .NET Frameworks install/presence is useless as it uses simple methods which even Wine-Mono can do the trick.
You didn't install .NET Frameworks properly hence Wine-Mono is still there which obviously can't work here for various reasons.
Use 'winetricks' for proper .NET installation which takes care of many things. It can be done without 'winetricks' but this requires certain knowledge and you don't get any support using these alternate methods.
Additionally:
-> don't use 64-bit prefixes -> check WineHQ app entries for MS .NET Frameworks (https://appdb.winehq.org/objectManager.php?sClass=application&iId=2586)
The main GUI shows up for me with .NET Framework 4.0 properly installed.
But: I'm not sure what are you trying to accomplish here ... flashing/rooting a smartphone from Wine?
The provided 'adb.exe' in server-mode and 'fastboot.exe' can't work here due use of raw USB (Wine is not an Operating System). Use native Linux tools for that. It might be possible to start a native Linux adb server and connect with the .NET app as client to the adb server port.
$ sha1sum Setup_NokiaXMgr_v1.1.0.0.exe 56103518d18868583f34f5a0582cd2874ec00c40 Setup_NokiaXMgr_v1.1.0.0.exe
$ du -sh Setup_NokiaXMgr_v1.1.0.0.exe 43M Setup_NokiaXMgr_v1.1.0.0.exe
$ wine --version wine-1.7.46-193-g8b566b1
Regards
https://bugs.winehq.org/show_bug.cgi?id=38860
--- Comment #2 from grendal74 grendal74.geo@yahoo.com --- Thank you, I will take some time to know more about wine ;-)
https://bugs.winehq.org/show_bug.cgi?id=38860
Bruno Jesus 00cpxxx@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #3 from Bruno Jesus 00cpxxx@gmail.com --- Closing invalid bugs.