https://bugs.winehq.org/show_bug.cgi?id=48456
Bug ID: 48456 Summary: SharpDevelop autocomplete regression since 5.0~rc3 Product: Wine-staging Version: 5.0-rc3 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: 3dw_50ssu16amyn7@byom.de CC: leslie_alistair@hotmail.com, z.figura12@gmail.com Distribution: ---
Created attachment 66240 --> https://bugs.winehq.org/attachment.cgi?id=66240 Log 5.0-rc3 with +seh
Up to version 5.0~rc2 the autocomplete feature worked fine in SharpDevelop 5.1.
From 5.0~rc3 it's difficult to write something since when the popup from the
autocomplete is shown, the focus from the textbox seems to be stolen so you need to click back into the textbox to be able to type again.
SharpDevelop 5.1 download: https://sourceforge.net/projects/sharpdevelop/files/SharpDevelop%205.x/5.1/ SharpDevelop requires: dotnet40 or higher and vcrun2008
Working with: 4.21-staging 5.0~rc1-staging 5.0~rc2-staging Not working with: 5.0~rc3-staging 5.0~rc4-staging 5.0~rc5-staging
OS: Ubuntu 18.04.3 Log is attached with WINEDEBUG=+seh , the last 45 lines are printed when typing a character and the autocomplete popup opens.
Plain wine currently crashes when typing but it worked before on 4.21 so I currently can't check with plain wine.
https://bugs.winehq.org/show_bug.cgi?id=48456
sahelanthropus 3dw_50ssu16amyn7@byom.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Distribution|--- |Ubuntu
https://bugs.winehq.org/show_bug.cgi?id=48456
Zebediah Figura z.figura12@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- URL| |https://sourceforge.net/pro | |jects/sharpdevelop/files/Sh | |arpDevelop%205.x/5.1/
--- Comment #1 from Zebediah Figura z.figura12@gmail.com --- (In reply to sahelanthropus from comment #0)
Plain wine currently crashes when typing but it worked before on 4.21 so I currently can't check with plain wine.
I can't reproduce this. With both wine 4.21 and 5.0-rc3 I get a crash without corefonts, and it doesn't crash with corefonts installed. To reproduce the bug I create a new project and type "C", the program immediately crashes with a managed backtrace spat into the console via ReportEvent().
Can you please file a new bug report for this, and describe in detail what you're doing to trigger the bug? We'd really like to fix regressions in upstream Wine, and it will also make fixing the other bug much easier.