[Bug 12185] New: Before You Know It crashes with wine v0.9.58 (worked on 9. 54)
http://bugs.winehq.org/show_bug.cgi?id=12185 Summary: Before You Know It crashes with wine v0.9.58 (worked on 9.54) Product: Wine Version: 0.9.58. Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: critical Priority: P2 Component: gdiplus AssignedTo: wine-bugs(a)winehq.org ReportedBy: RobMarshall(a)iglide.net Created an attachment (id=11584) --> (http://bugs.winehq.org/attachment.cgi?id=11584) Trace from crash of Before You Know it I installed and successfully used Transparent languages, "Before You Know It Lite" (version 3.6) with wine 0.9.54. When I upgraded to 0.9.58 it crashes. I have attached a trace. Thanks, Rob -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=12185 scguy318 <nodisgod(a)yahoo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nodisgod(a)yahoo.com --- Comment #1 from scguy318 <nodisgod(a)yahoo.com> 2008-03-24 01:05:35 --- Could you please perform a regression test as detailed in (http://wiki.winehq.org/RegressionTesting)? -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=12185 Lei Zhang <thestig(a)google.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|critical |normal Keywords| |regression Summary|Before You Know It crashes |Before You Know It crashes |with wine v0.9.58 (worked on| |9.54) | --- Comment #2 from Lei Zhang <thestig(a)google.com> 2008-03-24 15:55:57 --- Is there a downloadable version of the app. It looks like you are using a native gdiplus? Severity is not critical, please read the descriptions more carefully. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=12185 --- Comment #3 from Rob <RobMarshall(a)iglide.net> 2008-03-24 19:43:43 --- Hi, I have been trying to run the regression tests, but have run into some problems. The first of which is that the program no longer crashes when using the wine that I built from the distribution...but there's no sound. The wine-0.9.58 that I installed from the Ubuntu repository still crashes in gdiplus, but moving the supplied gdiplus out of the way doesn't help because there are missing functions: wine: Call from 0x7b840fa0 to unimplemented function gdiplus.dll.GdipCreateFontFromDC, aborting wine: Call from 0x7b840fa0 to unimplemented function gdiplus.dll.GdipCreateFromHWNDICM, aborting The other problem is that after doing a couple of 'git bisect bad's I end up with a missing header file. I just did another one to see if I can skip past it. If it starts working, then I'll have to try to narrow it down again. The application is downloadable from www.byki.com. Just select a language and they send you a link to their "smart loader". In order to run it I have been setting Wine to "Windows XP" (required by the software) and modifying the libraries so that riched20 and riched32 are "native". Sorry, next time I will read the "Severity" information more closely. Thanks, Rob -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=12185 --- Comment #4 from scguy318 <nodisgod(a)yahoo.com> 2008-03-25 12:52:47 --- How exactly do you reproduce this issue? I did a clean install of BYKI in a clean Wine prefix and the application launched normally with 0.9.58, though I don't exactly know how to use the application. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=12185 --- Comment #5 from Rob <RobMarshall(a)iglide.net> 2008-03-26 19:37:29 --- Hi, Sorry, I'm "on the road" so to speak... The way I reproduce it is simply trying to start it. When I do a clean install of BYKI with wine.0.9.58 on Ubuntu 7.10, it occasionally hangs during the installation, but I can eventually get it to finish. After that, I can't start it at all. And I have tried completely removing .wine and deleting wine from my system, and reinstalling it all, and it doesn't seem to help. On my computer at home, using the distribution and building it, I can get it to start up, but there's no sound. So there may be two problems. One which was introduced late that is leading to the crash and one early on that is causing problems with the sound...I say that because during the regression testing (which I should get back to this weekend), I start off with 'git bisect bad' because it started but there was no sound. So I never tested the "top", or most recent, set of fixes to see if one of them was responsible for the crash. To run the program, I assume that you downloaded some language, you just select a list (there's a pull-down menu at the top that will take you to the screen to select a list) and start with "Review it". It will open up the flash cards and you should hear someone repeating what's on the card. There's a button on the lower left labeled "Play Sound" to hear it again. Thanks, Rob -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=12185 --- Comment #6 from Austin English <austinenglish(a)gmail.com> 2008-03-27 04:00:00 --- (In reply to comment #5)
On my computer at home, using the distribution and building it, I can get it to start up, but there's no sound. So there may be two problems. One which was introduced late that is leading to the crash and one early on that is causing problems with the sound...I say that because during the regression testing (which I should get back to this weekend), I start off with 'git bisect bad' because it started but there was no sound. So I never tested the "top", or most recent, set of fixes to see if one of them was responsible for the crash.
Git bisect can only test for one 'problem' at a time. Either test for the sound problem or the crash, run git bisect reset after finding the patch, then test again. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=12185 Nikolay Sivov <bunglehead(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |bunglehead(a)gmail.com --- Comment #7 from Nikolay Sivov <bunglehead(a)gmail.com> 2008-09-05 15:34:36 --- Actually it doesn't even start with a gdiplus from wine. It's sufficient to return something to token in GdiplusStartup: I returned *token = 1 for test. Then it starts and crashes immediately due the following unimplemented calls: GdipCloneBitmapAreaI (crashes on it) GdipComment GdipConvertToEmfPlusToFile -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=12185 --- Comment #8 from Nikolay Sivov <bunglehead(a)gmail.com> 2008-11-13 13:44:52 --- (In reply to comment #7)
Actually it doesn't even start with a gdiplus from wine.
It's sufficient to return something to token in GdiplusStartup: I returned *token = 1 for test.
Patch for that is committed today. So a new trace needed. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=12185 --- Comment #9 from ricardo filipe <ricardo_barbano(a)hotmail.com> 2008-12-26 07:35:36 --- Created an attachment (id=18195) --> (http://bugs.winehq.org/attachment.cgi?id=18195) trace without riched20 i had no problems running the application after installing riched20 with winetricks. without that it gives the attached trace. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=12185 ricardo filipe <ricardo_barbano(a)hotmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ricardo_barbano(a)hotmail.com -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=12185 --- Comment #10 from Nikolay Sivov <bunglehead(a)gmail.com> 2009-01-16 17:48:49 --- (In reply to comment #9)
Created an attachment (id=18195) --> (http://bugs.winehq.org/attachment.cgi?id=18195) [details] trace without riched20
i had no problems running the application after installing riched20 with winetricks. without that it gives the attached trace.
Please provide a trace with +richedit. P.S. Strange but it queries an ITextDocument from ITextServices which actually shouldn't support it. I've checked documented IRichEditOle creation process (it provides ITextDocument) and didn't find any obvious bugs for me. Maybe we are still return wrong pointer to requested IRichEditOle.. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=12185 --- Comment #11 from Austin English <austinenglish(a)gmail.com> 2009-07-21 13:50:51 --- Is this still an issue in current (1.1.26 or newer) wine? -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=12185 --- Comment #12 from Rob <RobMarshall(a)iglide.net> 2009-07-21 14:50:19 --- (In reply to comment #11)
Is this still an issue in current (1.1.26 or newer) wine?
I'm no longer using Linux...so I couldn't tell you. Rob -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=12185 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=12185 --- Comment #13 from Vincent Povirk <madewokherd(a)gmail.com> 2009-07-24 14:56:17 --- Created an attachment (id=22584) --> (http://bugs.winehq.org/attachment.cgi?id=22584) +richedit trace with wine-1.1.26 The express version crashes in wine 1.1.26, but it seems to get further with native riched20. I've attached a +richedit log from before native was installed. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=12185 Vincent Povirk <madewokherd(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|gdiplus |richedit -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=12185 Louis Lenders <xerox_xerox2000(a)yahoo.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW CC| |xerox_xerox2000(a)yahoo.co.uk Ever Confirmed|0 |1 --- Comment #14 from Louis Lenders <xerox_xerox2000(a)yahoo.co.uk> 2009-11-20 10:05:36 --- confirmed by many -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=12185 James McKenzie <jjmckenzie51(a)earthlink.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jjmckenzie51(a)earthlink.net -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=12185 brent.baldridge(a)gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |brent.baldridge(a)gmail.com -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=12185 runetmember(a)gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |runetmember(a)gmail.com --- Comment #15 from runetmember(a)gmail.com 2011-08-10 05:18:54 CDT --- Still issue. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=12185 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords|regression | URL| |http://www.byki.com/ CC| |austinenglish(a)gmail.com --- Comment #16 from Austin English <austinenglish(a)gmail.com> 2011-11-02 12:49:09 CDT --- For me, crashes in 0.9.54 as well. 0.9.45/0.9.50 segfault on launch. Removing regression keyword, unless someone has a known good version and wants to do the regression test. Still in wine-1.3.31-261-g3f74c58 -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=12185 Nikolay Sivov <bunglehead(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC|bunglehead(a)gmail.com | -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=12185 --- Comment #17 from Austin English <austinenglish(a)gmail.com> 2011-11-02 13:00:40 CDT --- +richedit trace is very short: trace:richedit:DllMain trace:richedit:CreateTextServices (nil) 0xba544c0 --> 0x33f938 trace:richedit:fnTextSrv_QueryInterface (0x330cda0/0x330cda0)->({8d33f740-cf58-11ce-a89d-00aa006cadc5}, 0xba544d4) trace:richedit:fnTextSrv_AddRef (0x330cda0/0x330cda0)->() AddRef from 1 trace:richedit:fnTextSrv_QueryInterface -- Interface = 0x330cda0 trace:richedit:fnTextSrv_QueryInterface (0x330cda0/0x330cda0)->({8cc497c0-a1df-11ce-8098-00aa0047be5d}, 0xba544d8) fixme:richedit:fnTextSrv_QueryInterface Unknown interface: {8cc497c0-a1df-11ce-8098-00aa0047be5d} trace:richedit:CreateIRichEditOle Created 0xbd9a338 fixme:richedit:ME_HandleMessage EM_SETEDITSTYLE: stub fixme:richedit:ME_HandleMessage EM_SETLANGOPTIONS: stub fixme:richedit:fnTextSrv_OnTxInplaceActivate 0x330cda0: STUB trace:richedit:fnTextSrv_Release (0x330cda0/0x330cda0)->() Release from 2 -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=12185 --- Comment #18 from James McKenzie <jjmckenzie51(a)gmail.com> 2011-11-02 21:39:35 CDT --- (In reply to comment #17)
+richedit trace is very short: trace:richedit:DllMain trace:richedit:CreateTextServices (nil) 0xba544c0 --> 0x33f938 trace:richedit:fnTextSrv_QueryInterface (0x330cda0/0x330cda0)->({8d33f740-cf58-11ce-a89d-00aa006cadc5}, 0xba544d4) trace:richedit:fnTextSrv_AddRef (0x330cda0/0x330cda0)->() AddRef from 1 trace:richedit:fnTextSrv_QueryInterface -- Interface = 0x330cda0 trace:richedit:fnTextSrv_QueryInterface (0x330cda0/0x330cda0)->({8cc497c0-a1df-11ce-8098-00aa0047be5d}, 0xba544d8) fixme:richedit:fnTextSrv_QueryInterface Unknown interface: {8cc497c0-a1df-11ce-8098-00aa0047be5d} trace:richedit:CreateIRichEditOle Created 0xbd9a338 fixme:richedit:ME_HandleMessage EM_SETEDITSTYLE: stub fixme:richedit:ME_HandleMessage EM_SETLANGOPTIONS: stub fixme:richedit:fnTextSrv_OnTxInplaceActivate 0x330cda0: STUB trace:richedit:fnTextSrv_Release (0x330cda0/0x330cda0)->() Release from 2
Austin: With native richedit, it appears the program was crashing in gdiplus. Can you try with riched20.dll set to native to confirm? -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=12185 --- Comment #19 from Austin English <austinenglish(a)gmail.com> 2011-11-02 21:48:04 CDT --- (In reply to comment #18)
(In reply to comment #17)
+richedit trace is very short: trace:richedit:DllMain trace:richedit:CreateTextServices (nil) 0xba544c0 --> 0x33f938 trace:richedit:fnTextSrv_QueryInterface (0x330cda0/0x330cda0)->({8d33f740-cf58-11ce-a89d-00aa006cadc5}, 0xba544d4) trace:richedit:fnTextSrv_AddRef (0x330cda0/0x330cda0)->() AddRef from 1 trace:richedit:fnTextSrv_QueryInterface -- Interface = 0x330cda0 trace:richedit:fnTextSrv_QueryInterface (0x330cda0/0x330cda0)->({8cc497c0-a1df-11ce-8098-00aa0047be5d}, 0xba544d8) fixme:richedit:fnTextSrv_QueryInterface Unknown interface: {8cc497c0-a1df-11ce-8098-00aa0047be5d} trace:richedit:CreateIRichEditOle Created 0xbd9a338 fixme:richedit:ME_HandleMessage EM_SETEDITSTYLE: stub fixme:richedit:ME_HandleMessage EM_SETLANGOPTIONS: stub fixme:richedit:fnTextSrv_OnTxInplaceActivate 0x330cda0: STUB trace:richedit:fnTextSrv_Release (0x330cda0/0x330cda0)->() Release from 2
Austin:
With native richedit, it appears the program was crashing in gdiplus. Can you try with riched20.dll set to native to confirm?
After that, it crashed in mshtml/iframe. I didn't file a new bug, but a quick search shows bug 23642, which may be related. I didn't try native ie6/7. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=12185 Dan Kegel <dank(a)kegel.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |influpi(a)bluewin.ch --- Comment #20 from Dan Kegel <dank(a)kegel.com> 2012-03-10 09:22:21 CST --- *** Bug 30128 has been marked as a duplicate of this bug. *** -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=12185 Dan Kegel <dank(a)kegel.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |30130 -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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=12185 --- Comment #21 from Austin English <austinenglish(a)gmail.com> --- Using wine-1.7.19-70-gd6a59f7, clean 32-bit WINEPREFIX, downloader downloads the installer successfully, and installs. On start, crashes in riched20. Setting to native (which it bundles), it then crashes on missing msls31.dll.LssbFDonePresSubline. winetricks msls31 and it then crashes with: fixme:ieframe:PersistStreamInit_InitNew (0xb8362c0) fixme:ieframe:OleObject_Advise (0xb8362c0)->(0xb2963bc, 0xb296414) fixme:ieframe:ViewObject_SetAdvise (0xb8362c0)->(1 00000000 0xb2963bc) fixme:ieframe:ViewObject_Draw (0xb8362c0)->(1 -1 (nil) (nil) (nil) 0x1f0031 0xb29642c 0xb29642c (nil) 00000000) fixme:ole:RemUnknown_QueryInterface No interface for iid {00000019-0000-0000-c000-000000000046} fixme:ieframe:WebBrowser_QueryInterface (0xb8362c0)->({00000019-0000-0000-c000-000000000046} 0xb8416c8) interface not supported fixme:ieframe:ViewObject_SetAdvise (0xb8362c0)->(1 00000000 (nil)) fixme:ieframe:OleObject_Unadvise (0xb8362c0)->(0) (bug 23642) winetricks -q ie7 app starts. Didn't test further. [austin(a)localhost 12185]$ sha1sum BYKIDownloaderPC.exe 09d6d5760f0e709f6f1f4f623f878fcd28997e16 BYKIDownloaderPC.exe [austin(a)localhost 12185]$ du -h BYKIDownloaderPC.exe 356K BYKIDownloaderPC.exe [austin(a)localhost 12185]$ wine --version wine-1.7.19-70-gd6a59f7 -- 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=12185 --- Comment #22 from Austin English <austinenglish(a)gmail.com> --- Still in wine-1.7.31-99-g5ecea72. -- 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=12185 --- Comment #23 from Louis Lenders <xerox_xerox2000(a)yahoo.co.uk> --- Created attachment 53228 --> https://bugs.winehq.org/attachment.cgi?id=53228 crash log Still crashes in current wine: =>0 0x7ac19470 ME_InsertTextFromCursor+0x3f0(editor=0xb772900, nCursor=0, str=0x0(nil), len=0xffffffff, style=0xb773070) [/home/louis/wine-git/dlls/riched20/../../include/winbase.h:2666] in riched20 (0x0033f418) 1 0x7ac492cf fnTextSrv_TxSetText+0x7e(iface=0xb56efdc, pszText=0x0(nil)) [/home/louis/wine-git/dlls/riched20/txtsrv.c:291] in riched20 (0x0033f45c) -- 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=12185 super_man(a)post.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |super_man(a)post.com --- Comment #24 from super_man(a)post.com --- (In reply to Louis Lenders from comment #23)
Created attachment 53228 [details] crash log
Still crashes in current wine:
=>0 0x7ac19470 ME_InsertTextFromCursor+0x3f0(editor=0xb772900, nCursor=0, str=0x0(nil), len=0xffffffff, style=0xb773070) [/home/louis/wine-git/dlls/riched20/../../include/winbase.h:2666] in riched20 (0x0033f418) 1 0x7ac492cf fnTextSrv_TxSetText+0x7e(iface=0xb56efdc, pszText=0x0(nil)) [/home/louis/wine-git/dlls/riched20/txtsrv.c:291] in riched20 (0x0033f45c)
It goes forward if you comment out dlls/riched20/txtsrv.c like this // ME_InsertTextFromCursor(This->editor, 0, pszText, -1, // This->editor->pBuffer->pDefaultStyle); What's wrong here? -- 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=12185 Fabian Maurer <dark.shadow4(a)web.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dark.shadow4(a)web.de --- Comment #25 from Fabian Maurer <dark.shadow4(a)web.de> --- Should be fixed with https://source.winehq.org/patches/data/128664 Though it still suffers from Bug 39342 / Bug 39293. -- 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=12185 russianneuromancer(a)ya.ru changed: What |Removed |Added ---------------------------------------------------------------------------- CC|russianneuromancer(a)ya.ru | -- 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=12185 winetest(a)luukku.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |winetest(a)luukku.com --- Comment #26 from winetest(a)luukku.com --- (In reply to Fabian Maurer from comment #25)
Should be fixed with https://source.winehq.org/patches/data/128664
Though it still suffers from Bug 39342 / Bug 39293.
I just tested this bug against wine-git and it crashes e: caret.c:229: ME_GetCursorCoordinates: Assertion `~para->member.para.nFlags & MEPF_REWRAP' failed. then I reverted commit 9f37f6afb4d9bd5019ef4c07a93f163551c1057e and the crash location InsertTextFromCursor is back. So this bug is fixed. I don't know if your next patch was supposed to fix the next crash but I can't confirm it. Patch from https://source.winehq.org/patches/data/128768 and wine-git =>0 0xf7722be9 __kernel_vsyscall+0x9() in [vdso].so (0x0033d868) 1 0xf7364ea9 gsignal+0x38() in libc.so.6 (0x0033d868) 2 0xf7366407 abort+0x156() in libc.so.6 (0x0033d868) 3 0xf735dd07 in libc.so.6 (+0x24d06) (0x0033d868) 4 0xf735dd8b __assert_fail+0x3a() in libc.so.6 (0x0033d868) 5 0x77b2c6e9 ME_GetCursorCoordinates+0x2a8(editor=0xb4e4218, pCursor=0xb4e4e58, x=0x33d890, y=0x33d894, height=0x33d898) [/home/sepe/Downloads/wine/dlls/riched20/caret.c:229] in riched20 (0x0033d868) 6 0x77b2c796 ME_M -- 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=12185 winetest(a)luukku.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |00cpxxx(a)gmail.com -- 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=12185 --- Comment #27 from Fabian Maurer <dark.shadow4(a)web.de> --- No the second patch is just a clean up for uniformity, nothing that's related to the new crash. But as noted in my last comment, we already have two duplicates for that other issue, so we can probably close this issue anyways. I'll see what I can do regarding the new crash, but I can't promise anything. By the way, if you just comment out the assert where it crashes, it proceeds further without bigger problems. Then it hits two unimplemented functions (MoveStart and MoveEnd) and basically freezes. -- 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=12185 --- Comment #28 from winetest(a)luukku.com --- This bug should be closed. There are actually 3 bugs about the next issue. -- 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=12185 Fabian Maurer <dark.shadow4(a)web.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|NEW |RESOLVED --- Comment #29 from Fabian Maurer <dark.shadow4(a)web.de> --- Marking fixed. -- 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=12185 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #30 from Alexandre Julliard <julliard(a)winehq.org> --- Closing bugs fixed in 2.17. -- 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 (1)
-
wine-bugs@winehq.org