http://bugs.winehq.org/show_bug.cgi?id=33841
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download URL| |http://www.oldapps.com/pain | |t_net.php?old_apps=6698 CC| |focht@gmx.net Summary|Paint.NET fails to install: |Paint.NET 3.5.10 fails to |Administrator privilege is |install, claiming |required to install |"Administrator privilege is |paint.NET |required to install | |paint.NET"
--- Comment #1 from Anastasius Focht focht@gmx.net 2013-11-30 15:11:16 CST --- Hello folks,
can't reproduce this. The app installer states it needs at least .NET Framework 3.5 SP1 (prefix without Mono).
Are you using Mono or Microsoft .NET Framework (winetricks)?
Please try in clean (new!) WINEPREFIX and attach log with terminal output.
For me the installer just stops with a different error message (managed exception):
--- snip --- ************** Exception Text ************** System.ComponentModel.Win32Exception: DrawMenuBar returned FALSE (1400, ERROR_INVALID_WINDOW_HANDLE) at PaintDotNet.SystemLayer.NativeUtilities.ThrowOnWin32Error(String message, Int32 lastWin32Error, Boolean alwaysThrow) in D:\src\pdn\pdn_35x\src\SystemLayer\NativeUtilities.cs:line 90 at PaintDotNet.SystemLayer.UI.EnableCloseBox(IWin32Window window, Boolean enabled) in D:\src\pdn\pdn_35x\src\SystemLayer\UI.cs:line 742 at PaintDotNet.Setup.SetupWizard.SetPage(Type pageType) in D:\src\pdn\pdn_35x\src\SetupFrontEnd\SetupWizard.cs:line 391 at PaintDotNet.Setup.SetupWizard.GoToPage(Type type) in D:\src\pdn\pdn_35x\src\SetupFrontEnd\SetupWizard.cs:line 412 at PaintDotNet.Setup.SetupWizard.OnLoad(EventArgs e) in D:\src\pdn\pdn_35x\src\SetupFrontEnd\SetupWizard.cs:line 646 at System.Windows.Forms.Form.OnCreateControl() at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible) at System.Windows.Forms.Control.CreateControl() at System.Windows.Forms.Control.WmShowWindow(Message& m) at System.Windows.Forms.Control.WndProc(Message& m) at System.Windows.Forms.ScrollableControl.WndProc(Message& m) at System.Windows.Forms.ContainerControl.WndProc(Message& m) at System.Windows.Forms.Form.WmShowWindow(Message& m) at System.Windows.Forms.Form.WndProc(Message& m) at PaintDotNet.PdnBaseForm.OurWndProc(Message& m) in D:\src\pdn\pdn_35x\src\Core\PdnBaseForm.cs:line 1373 at PaintDotNet.PdnBaseForm.WndProc(Message& m) in D:\src\pdn\pdn_35x\src\Core\PdnBaseForm.cs:line 1337 at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m) at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m) at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam) --- snip ---
$ sha1sum Paint.NET.3.5.10.Install.exe 7c5db497267ade43f28cf9f81d6a8232123611cf Paint.NET.3.5.10.Install.exe
$ du -sh Paint.NET.3.5.10.Install.exe 3.6M Paint.NET.3.5.10.Install.exe
$ wine --version wine-1.7.7-230-g2507330
Regards