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