0

I am new on Ubuntu (try to switch from Windows). Now I try to run Wordfast Pro 7.2.0 on Ubuntu.

Running the programm leads to the following error:

A fatal error has been detected by the Java Runtime Environment:

SIGSEGV (0xb) at pc=0x00007f741806b740, pid=8313, tid=8383

JRE version: OpenJDK Runtime Environment 18.9 (11.0.13+8) (build 11.0.13+8) Java VM: OpenJDK 64-Bit Server VM 18.9 (11.0.13+8, mixed mode, tiered, compressed oops, g1 gc, linux-amd64) Problematic frame: C [libX11.so.6+0x2b740] XInternAtom+0x40

I deinstalled OpenJDK and installed Oracle JDK but still receive the same error.

"java -version" gives:

Java version "17.0.5" 2022-10-18 LTS Java(TM) SE Runtime Environment (build 17.0.5+9-LTS-191) Java HotSpot(TM) 64-Bit Server VM (build 17.0.5+9-LTS-191, mixed mode, sharing)

Could you please help me to find a solution?

Risu
  • 1

1 Answers1

0

It is a missing library:

sudo apt install libgconf-2-4

And restart Wordfast

Artur Meinild
  • 31,035
Marc
  • 1