Note: The user jaraco has posted a patch for ruamel.yaml on GitHub, reproduced here for convenience: diff -r 52bf0eb35c43 setup.py --- a/setup.py Fri Sep 27 07:42:41 2019 +0200 +++ b/setup.py Tue Sep 01 18:07:28 2020 -0400 @@ -447,10 +447,7 @@ sys.exit(1) def check(self): - try: - from pip.exceptions import InstallationError - except ImportError: - return + InstallationError = Exception # arg is either develop (pip install -e) or install if self.command not in ['install', 'develop']: return
I'm happy to report that with Mono 5.4.0.201, this bug seems to have been fixed: For me, KeePass does not crash anymore.
I can still reproduce this bug using Mono 4.8.0 and KeePass 2.35. However (thanks to a comment in [#1440]), I noticed that disabling custom DB colors prevents KeePass from crashing when switching between DB tabs -- therefore, it seems that the colored tabs cause the crash. Edit: Whoops, I didn't notice that this particular issue is about crashes with custom DB colors disabled. At least I can confirm that crashes don't happen anymore when disabling custom colors, so whatever the cause was, a newer...
I can still reproduce this bug using Mono 4.8.0 and KeePass 2.35. However (thanks to a comment in [#1440]), I noticed that disabling custom DB colors prevents KeePass from crashing when switching between DB tabs -- therefore, it seems that the colored tabs cause the crash.
See https://sourceforge.net/p/keepass/bugs/1545/#1618 for a workaround.
Thanks, that seems to work (I wonder what exactly that option does and how it fixes...
CurlRequest: Fail on HTTP errors instead of suc...
In my opinion, shipping adware with other people's software without asking them first...
While I agree that it probably is a good idea for SF.net to have some policy for...
Sourceforge is only used for the downloads But that's the problem in my opinion....
Success! No splitter bugs under Mono 4.0.1.44 as well.
I just tested this under Mono 2.10.8.1 and now both splitters stay where they are...
I could confirm today that this problem also occurs under Mono 2.10.8.1 using KeePass...
Maybe the fix for the problem in the thread you linked, Paul, is causing the bug...
Thanks for the link. I'm not sure if this is the same problem: The thread you posted...
Thanks for the link. I'm not sure if this is the same problem: The thread you posted...
Oops, looks like for some reason I have confused the vertical pane and the horizontal...
Unfortunately, I'm not sure. I don't have access to an older Mono version right now,...
Width of horizontal entry detail pane not saved/restored correctly under Mono
Same here, updating to mono 4.0.1.44-1 on Arch Linux fixed that issue for me. Before...
Interesting. :-) Anyway, the second snapshot fixes the issue for me -- no BOM visible....
Here's a smaller version of my patch which uses the existing KeePassLib.Utility.StrUtil.Utf8...
I think I have found a proper solution for this. Patch for KeePassLib.Native.NativeLib.RunConsoleApp()...
KeePass prepending Unicode BOM to created clipboard contents