我刚刚构建了JCEF,但我无法启动它。我不知道出了什么问题,这是崩溃消息:
#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x0000000112218648, pid=396, tid=1799
#
# JRE version: Java(TM) SE Runtime Environment (8.0-b93) (build 1.8.0-ea-b93)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.0-b34 mixed mode bsd-amd64 compressed oops)
# Problematic frame:
# C [ld-linux-x86-64.so.2+0x9cda]
#
# Failed to write core dump. Core dumps have been disabled. To enable core dumping, try " ulimit -c unlimited " before starting Java again
#
# If you would like to submit a bug report, please visit:
# http://bugreport.sun.com/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#
我对我的问题进行了研究,因为我之前看到过这样的错误,我发现了这个:
- 在 Ubuntu 16.04 LTS 上运行时核心转储
最后,崩溃是由重复的本机库(如jogl
等(引起的。
- 重复的本机库
我不知道您是如何启动应用程序的,但您可能在 2 个不同的目录中具有相同的本机。
哦,我使用了替代建筑描述中的忍者来建造当地人,现在它可以工作了。 分支机构和建筑的官方Manual building
部分有问题