http://bugs.winehq.org/show_bug.cgi?id=25777
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |dotnet, download, Installer URL| |https://ucmshare.ucmerced.e | |du/docushare/dsweb/Get/Docu | |ment-167348/TurningPointAny | |Where24.zip CC| |focht@gmx.net Component|-unknown |tools Summary|TurningPointAnyWhere24.exe |TurningPointAnyWhere24.exe |won't install |fails to run (needs | |"HKCU\Control | |Panel\Mouse" registry key | |present)
--- Comment #8 from Anastasius Focht focht@gmx.net 2012-02-19 15:45:26 CST --- Hello,
as Louis said, there is no installer. The app can be run directly after unzipping.
Needs .NET Framework 2.0 prerequisite ('winetricks -q dotnet20').
--- snip --- Unhandled Exception: System.InvalidOperationException: An error occurred creating the form. See Exception.InnerException for details. The error is: Object reference not set to an instance of an object. ---> System.NullReferenceException: Object reference not set to an instance of an object. at TurningPoint_Anywhere.frmMain.GetMouseDoubleClickSpeed() at TurningPoint_Anywhere.frmMain..ctor() --- End of inner exception stack trace --- at TurningPoint_Anywhere.My.MyProject.MyForms.Create__Instance__[T](T Instance) at TurningPoint_Anywhere.My.MyApplication.OnCreateMainForm() at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.OnRun() at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.DoApplicationModel() at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.Run(String[] commandLine) at TurningPoint_Anywhere.My.MyApplication.Main(String[] Args) wine: Unhandled exception 0xe0434f4d at address 0x7b83924f (thread 0009), starting debugger... --- snip ---
As Louis already figured out, adding following registry key makes the app happy:
--- snip --- $ wine reg add "HKCU\Control Panel\Mouse" --- snip ---
The app will need msvcm80.dll later when doing serious work.
$ sha1sum TurningPointAnyWhere24.zip fb694f9695d538b2f945a218121d3e78aee41229 TurningPointAnyWhere24.zip
$ wine --version wine-1.4-rc4
Regards