TmoleX - Graphical User Interface > TmoleX - general topics

Unstable TMolex Client

<< < (2/2)

prasanta13:
I use Tmolex in linux desktop (Mint) and export the jobs to remote workstations.

prasanta13:
Facing problems while creating templates for calculation. Tmolex suddenly crashes.
I tried a fresh install, on ubuntu 22.04 jammy.
Also tried opening from the terminal. Which shows this,

--- Quote ---pro@prasanta:~/COSMOlogic/TmoleX19/TmoleX$ ./TmoleX19
Gtk-Message: 11:41:01.315: Failed to load module "canberra-gtk-module"
#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0x00007f296c6421d8, pid=11732, tid=0x00007f29521ff640
#
# JRE version: Java(TM) SE Runtime Environment (8.0_181-b13) (build 1.8.0_181-b13)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.181-b13 mixed mode linux-amd64 compressed oops)
# Problematic frame:
# C  [libawt_xawt.so+0x421d8]  ReadRegionsInList+0x3b8
#
# 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:
# /home/pro/COSMOlogic/TmoleX19/TmoleX/hs_err_pid11732.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.
#
Aborted (core dumped)

--- End quote ---

Changed the Tmolex file like this,

--- Code: ---#!/bin/sh

# Uncomment the following line to override the JVM search sequence
# INSTALL4J_JAVA_HOME_OVERRIDE=
# Uncomment the following line to add additional VM parameters
# INSTALL4J_ADD_VM_PARAMS=

export MESA_GL_VERSION_OVERRIDE=2.1
export LIBGL_ALWAYS_SOFTWARE=1

INSTALL4J_JAVA_PREFIX=""
GREP_OPTIONS=""

fill_version_numbers() {
  if [ "$ver_major" = "" ]; then
    ver_major=0
  fi
  if [ "$ver_minor" = "" ]; then
    ver_minor=0
  fi
  if [ "$ver_micro" = "" ]; then
    ver_micro=0
  fi
  if [ "$ver_patch" = "" ]; then
    ver_patch=0
  fi
}

--- End code ---
No improvement.

uwe:
Hi, could you also please post or attach:
/home/pro/COSMOlogic/TmoleX19/TmoleX/hs_err_pid11732.log

prasanta13:
Hi, I am sharing all the files, if they are needed.

Navigation

[0] Message Index

[*] Previous page

Go to full version