我正在努力SweetHome3D在 Lubuntu 16.04 上运行,但启动后立即崩溃。我收到以下错误消息:
> sweethome3d
Java 3D: implicit antialiasing enabled
#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x00007f2f13517823, pid=6350, tid=139841325328128
#
# JRE version: OpenJDK Runtime Environment (8.0_91-b14) (build 1.8.0_91-8u91-b14-0ubuntu4~16.04.1-b14)
# Java VM: OpenJDK 64-Bit Server VM (25.91-b14 mixed mode linux-amd64 compressed oops)
# Problematic frame:
# C [swrast_dri.so+0x256823]
#
# Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
#
# An error report file with more information is saved as:
# /tmp/hs_err_pid6350.log
#
# If you would like to submit a bug report, please visit:
# http://bugreport.java.com/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#
Abgebrochen (Speicherabzug geschrieben)
我尝试使用独立版本http://www.sweethome3d.com/download.jsp,但它会产生同样的错误:
> bash SweetHome3D
Java 3D: implicit antialiasing enabled
#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x00007f673f416823, pid=4519, tid=140081432098560
#
# JRE version: 6.0_45-b06
# Java VM: Java HotSpot(TM) 64-Bit Server VM (20.45-b01 mixed mode linux-amd64 compressed oops)
# Problematic frame:
# C [swrast_dri.so+0x256823] __driDriverGetExtensions_virtio_gpu+0x1bad73
#
# An error report file with more information is saved as:
# /home/konstantin/ind/Software/SweetHome3D/SweetHome3D-5.2/hs_err_pid4519.log
#
# If you would like to submit a bug report, please visit:
# http://java.sun.com/webapps/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#
Abgebrochen (Speicherabzug geschrieben)
请注意,使用了两个不同的版本 - 本地安装的是 OpenJDK 8.0_91-b14,第二次尝试使用了包含的 (Oracle) Java 6.0_45-b06,两个版本的问题仍然相同。第一次尝试的错误日志可以找到这里,第二次尝试这里。
我可以尝试什么来让它工作?