[Bug 42085] New: Crash when copy/past object
https://bugs.winehq.org/show_bug.cgi?id=42085 Bug ID: 42085 Summary: Crash when copy/past object Product: Wine Version: 2.0-rc3 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs(a)winehq.org Reporter: olivier.mare(a)gmail.com Distribution: --- Created attachment 56597 --> https://bugs.winehq.org/attachment.cgi?id=56597 Crash when I use 'past' functionnality. When I use copy/past function under B4A (Basic 4 Android) wineHQ crash. System crash with 'past' method. sorry for my bad english! -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=42085 Bruno Jesus <00cpxxx(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Crash when copy/past object |B4A (Basic 4 Android) | |crashes on paste URL| |https://www.b4x.com/b4a.htm | |l Keywords| |dotnet --- Comment #1 from Bruno Jesus <00cpxxx(a)gmail.com> --- Can you reproduce the issue with the trial version? -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=42085 --- Comment #2 from Olivier Maré <olivier.mare(a)gmail.com> --- Sorry for the very late reply! Yes, I reproduce the issue with the trial version. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=42085 Louis Lenders <xerox.xerox2000x(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |xerox.xerox2000x(a)gmail.com --- Comment #3 from Louis Lenders <xerox.xerox2000x(a)gmail.com> --- Created attachment 60127 --> https://bugs.winehq.org/attachment.cgi?id=60127 stub for SetWindowThemeAttribute Hi, I think the trial got updated. It now fails with System.EntryPointNotFoundException: Unable to find an entry point named 'SetWindowThemeAttribute' in DLL 'UxTheme.dll'.ched at #Ci.#Bi.#AAb(IntPtr #Qqb, UInt32 #xJf, #Flb& #6xc, UInt32 #xe) at #Ci.#Bi.#1zb(Window #sb, Boolean #NJf, Boolean #OJf) at ActiproSoftware.Windows.Themes.WindowChromeManager.#2wg() at ActiproSoftware.Windows.Themes.WindowChromeManager.#3wg() With the attached patch (stub for SetWindowThemeAttribute) the application starts fine, and copy and paste seems to work fine. I`ll send the patch after code-freeze is over. @Reporter of bug: do you still have the original version, and is the copy/paste error still present? Thanks in advance for reporting back. Note : the current trial I tested is version 7.80 -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=42085 --- Comment #4 from Olivier Maré <olivier.mare(a)gmail.com> --- Hi, Thank you for the fix on the 'UxTheme.dll' DLL :-). This issue prevented us from using B4A in windows 7 mode. The problem with copy/past is different, and still present on wineHQ 2.22. Precision: the problem is only present on Designer. Here is how to reproduce it (https://www.youtube.com/watch?v=S0oOtx6AZAQ) : - open Designer - Create a new object (for example a "Label") - Do a copy of this Label. - When you paste this object, WineHQ Crashes. Regards -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=42085 --- Comment #5 from Olivier Maré <olivier.mare(a)gmail.com> --- (In reply to Louis Lenders from comment #3)
Created attachment 60127 [details] stub for SetWindowThemeAttribute
Hi,
I think the trial got updated. It now fails with System.EntryPointNotFoundException: Unable to find an entry point named 'SetWindowThemeAttribute' in DLL 'UxTheme.dll'.ched at #Ci.#Bi.#AAb(IntPtr #Qqb, UInt32 #xJf, #Flb& #6xc, UInt32 #xe) at #Ci.#Bi.#1zb(Window #sb, Boolean #NJf, Boolean #OJf) at ActiproSoftware.Windows.Themes.WindowChromeManager.#2wg() at ActiproSoftware.Windows.Themes.WindowChromeManager.#3wg()
With the attached patch (stub for SetWindowThemeAttribute) the application starts fine, and copy and paste seems to work fine. I`ll send the patch after code-freeze is over.
@Reporter of bug: do you still have the original version, and is the copy/paste error still present? Thanks in advance for reporting back. Note : the current trial I tested is version 7.80
Hi Louis, I post a new comment (not a reply - sorry) with a precision on this issue. Regards. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=42085 --- Comment #6 from Louis Lenders <xerox.xerox2000x(a)gmail.com> --- (In reply to Olivier Maré from comment #4)
Hi,
The problem with copy/past is different, and still present on wineHQ 2.22. Precision: the problem is only present on Designer.
Hi, Thanks for the reply, but somehow I cannot reproduce this crash. The copy/paste seems to work fine here (I followed your recipe) (though there`s another error when I try to move the copied label, but that`s yet another issue). For clarity: I use the trial 7.80, and run with native dotnet (winetricks dotnet462) sha1sum B4A.exe 3f2855ae7ac4d4c9863affe86bf153dad1f3b6c3 B4A.exe -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=42085 --- Comment #7 from Olivier Maré <olivier.mare(a)gmail.com> ---
For clarity: I use the trial 7.80, and run with native dotnet (winetricks dotnet462)
Hi, I understand! I use dotnet 4.0 + Wine with the WindowsXP configuration. This may be the origin of the "copy / paste" issue. Regards. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=42085 Olivier Maré <olivier.mare(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|UNCONFIRMED |RESOLVED --- Comment #8 from Olivier Maré <olivier.mare(a)gmail.com> --- Not reproduced with WineHQ 3.1. thank you, Louis, for this correction! -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=42085 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |uxtheme CC| |focht(a)gmx.net Fixed by SHA1| |28613fcd934bffb3a581830a8fa | |7568ab35e4140 Keywords| |download --- Comment #9 from Anastasius Focht <focht(a)gmx.net> --- Hello folks, this was fixed by https://source.winehq.org/git/wine.git/commitdiff/28613fcd934bffb3a581830a8f... Thanks Louis Regards -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=42085 Nikolay Sivov <bunglehead(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nmad1(a)nmad1.plus.com --- Comment #10 from Nikolay Sivov <bunglehead(a)gmail.com> --- *** Bug 44494 has been marked as a duplicate of this bug. *** -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=42085 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #11 from Alexandre Julliard <julliard(a)winehq.org> --- Closing bugs fixed in 3.2. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=42085 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fichker(a)gmail.com --- Comment #12 from Anastasius Focht <focht(a)gmx.net> --- *** Bug 50509 has been marked as a duplicate of this bug. *** -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=42085 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|B4A (Basic 4 Android) |Multiple applications crash |crashes on paste |on unimplemented function | |UxTheme.dll.SetWindowThemeA | |ttribute (Basic 4 Android, | |Lumen 2.0 installer, | |Password Manager) --- Comment #13 from Anastasius Focht <focht(a)gmx.net> --- Hello folks, refining summary in attempt to stop people from creating dupes. It probably won't do much for the average user but to make the "root" bug / dupe collector more visible for triagers/devs. Regards -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=42085 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- URL|https://www.b4x.com/b4a.htm |https://web.archive.org/web |l |/20180921040513/https://www | |.b4x.com/android/files/b4a- | |trial.exe -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
participants (2)
-
wine-bugs@winehq.org -
WineHQ Bugzilla