https://bugs.winehq.org/show_bug.cgi?id=54530
Bug ID: 54530 Summary: Unable to find an entry point named 'UiaDisconnectProvider' in DLL 'UIAutomationCore.dll' Product: Wine Version: 8.1 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: uiautomationcore Assignee: wine-bugs@winehq.org Reporter: hunt3rgz@protonmail.com Distribution: ---
Created attachment 74074 --> https://bugs.winehq.org/attachment.cgi?id=74074 Wine log
I runned a .NET 5.0 application written with Windows Forms https://github.com/X-Hax/sa_tools When i close the 'create gradient' window, it gives me this error
System.EntryPointNotFoundException: Unable to find an entry point named 'UiaDisconnectProvider' in DLL 'UIAutomationCore.dll'. at Interop.UiaCore.UiaDisconnectProvider(IRawElementProviderSimple provider) at System.Windows.Forms.Control.ReleaseUiaProvider(IntPtr handle) at System.Windows.Forms.Control.WmDestroy(Message& m) at System.Windows.Forms.Control.WndProc(Message& m) at System.Windows.Forms.ButtonBase.WndProc(Message& m) at System.Windows.Forms.Button.WndProc(Message& m) at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m) at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, WM msg, IntPtr wparam, IntPtr lparam)
https://bugs.winehq.org/show_bug.cgi?id=54530
--- Comment #1 from Nikolay Sivov bunglehead@gmail.com --- This function is already implemented, and should have been available in 8.1 too. Could you explain how to reach "create gradient" window, and where to download this application.
https://bugs.winehq.org/show_bug.cgi?id=54530
hunt3rgz@protonmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- URL| |https://github.com/X-Hax/sa | |_tools
https://bugs.winehq.org/show_bug.cgi?id=54530
--- Comment #2 from hunt3rgz@protonmail.com --- (In reply to Nikolay Sivov from comment #1)
This function is already implemented, and should have been available in 8.1 too. Could you explain how to reach "create gradient" window, and where to download this application.
download: https://github.com/X-Hax/sa_tools
1. Open the program 2. Right click in any pallet 3. Click in the 'create gradient' option 4. Click in the save button, then you get the error
https://bugs.winehq.org/show_bug.cgi?id=54530
Vijay Kamuju infyquest@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |infyquest@gmail.com
--- Comment #3 from Vijay Kamuju infyquest@gmail.com --- Can you please retest with latest wine release on a clean prefix?
https://bugs.winehq.org/show_bug.cgi?id=54530
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 Status|UNCONFIRMED |NEEDINFO
--- Comment #4 from Nikolay Sivov bunglehead@gmail.com --- (In reply to hunt3rgz from comment #2)
(In reply to Nikolay Sivov from comment #1)
This function is already implemented, and should have been available in 8.1 too. Could you explain how to reach "create gradient" window, and where to download this application.
download: https://github.com/X-Hax/sa_tools
- Open the program
- Right click in any pallet
- Click in the 'create gradient' option
- Click in the save button, then you get the error
This needs more details. I was able to run the application called SAToolsHub.exe, using Desktop Runtime 7.0.11. I don't immediately see what a pallet is in there, or where is 'create gradient' options.