Pinta 在 20.04.2 LTS 上不断崩溃。我已按照此页面上所述操作: https://bugs.launchpad.net/pinta/+bug/1786822很多人说更新 monorepos 可以解决这个问题,就像这里说的:https://www.mono-project.com/download/stable/#download-lin 对我来说,这并没有什么帮助。
这是我运行时的终端日志pinta
pinta
double free or corruption (out)
=================================================================
Native Crash Reporting
=================================================================
Got a SIGABRT while executing native code. This usually indicates
a fatal error in the mono runtime or one of the native libraries
used by your application.
=================================================================
=================================================================
Native stacktrace:
=================================================================
0x564f3ec26eb5 - /usr/bin/mono : (null)
0x564f3ec27250 - /usr/bin/mono : (null)
0x564f3ebd4129 - /usr/bin/mono : (null)
0x564f3ec26467 - /usr/bin/mono : (null)
0x7fb1664943c0 - /lib/x86_64-linux-gnu/libpthread.so.0 : (null)
0x7fb1662b818b - /lib/x86_64-linux-gnu/libc.so.6 : gsignal
0x7fb166297859 - /lib/x86_64-linux-gnu/libc.so.6 : abort
0x7fb1663023ee - /lib/x86_64-linux-gnu/libc.so.6 : (null)
0x7fb16630a47c - /lib/x86_64-linux-gnu/libc.so.6 : (null)
0x7fb16630c120 - /lib/x86_64-linux-gnu/libc.so.6 : (null)
0x40f82db3 - Unknown
=================================================================
Telemetry Dumper:
=================================================================
Killed
如果我能做些什么,或者我需要发布更多信息,请告诉我?
答案1
尝试这个:
apt update
apt install gtk-sharp2
apt install mono-devel
Ubuntu 20.04 和 Ubuntu 22.04 经过测试并且运行良好:)