wise-coders / dbschema

DbSchema Database Designer
https://dbschema.com
67 stars 3 forks source link

DbSchema failing to start after 21.10 upgrade #55

Closed Tecktron closed 2 years ago

Tecktron commented 2 years ago

I recently upgraded to Xubtuntu 21.10 and DbSchema just stopped working. I was using 8_4_4. I upgraded to 8_4_5 to no luck and even after a complete uninstall and reinstall I still am getting this issue.

Trying to run DbSchema, I get this message and am dumped back to the cli prompt.

$ /bin/sh "/opt/DbSchema/DbSchema" %U
Nov 13, 2021 3:21:16 PM com.sun.javafx.application.PlatformImpl startup
WARNING: Unsupported JavaFX configuration: classes were loaded from 'unnamed module @27cf0b78'
Inconsistency detected by ld.so: ../sysdeps/x86_64/dl-machine.h: 542: elf_machine_rela_relative: Assertion `ELFW(R_TYPE) (reloc->r_info) == R_X86_64_RELATIVE' failed!

Any ideas?

Tecktron commented 2 years ago

Seems this is actually related to memory corruption: https://bugs.launchpad.net/ubuntu/+bug/63222 Rebooting then reinstalling fixed the problem.