running screen scraper EE on 64bit / x64_86 architecture problem

Hey,

I have 64bit distribution of linux (Slackware) with multilib support for 32bit software. Until now I could run each 32bit soft I tried. But after I start screen scraper I get the following error. I tried to use my JRE, by changing the variable inside the shell script. But it is always the same. Please somebody help. Joseph

# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x00007fc1b2c0547f, pid=5193, tid=140469890955600
#
# JRE version: 6.0_16-b01
# Java VM: Java HotSpot(TM) 64-Bit Server VM (14.2-b01 mixed mode linux-amd64 )
# Problematic frame:
# C [libc.so.6+0x3147f] catgets+0x1f
#
# An error report file with more information is saved as:
# /opt/ScreenScraperEE/hs_err_pid5193.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.
#
./screen-scraper: line 348: 5193 Aborted "$app_java_home/bin/java" -client -Dinstall4j.jvmDir="$app_java_home" -Dexe4j.moduleName="$prg_dir/$progname" "-DGRE_HOME=./resource/xulrunner" "$vmov_1" "$vmov_2" "$vmov_3" "$vmov_4" "$vmov_5" $INSTALL4J_ADD_VM_PARAMS -classpath "$local_classpath" com.install4j.runtime.Launcher launch com.screenscraper.controller.ControllerMain true false "" "$prg_dir/log/stdout.log" true true false "" true true 0 0 "" 20 20 "Arial" "0,0,0" 8 500 "version 5.0" 20 40 "Arial" "0,0,0" 8 500 -1 "$@"

How to get screen-scraper to run on modern Linux distros

Hi, I know the issue and the fix.

- Open up the screen-scraper startup script in your text editor of choice.
- Find the two references to "MToolkit" and replace them both with "XToolkit"
- Save and close the screen-scraper script and start screen-scraper

The MToolkit has been phased out on recent Linux distros (such as Ubuntu 10.10) in favor of XToolkit

You might try these

You might try these steps:

http://community.screen-scraper.com/faq#15n1061

That took care of it on Ubuntu.

That's a different issue...

That's a different issue...

Hi, See if this one

Hi,

See if this one helps:

http://community.screen-scraper.com/FAQ/BSD

It sounds like you'll want to use the JRE you already have working on your system.

Todd

no way

Look, I'm a linux admin and java developer...I tried everything possible and couple of different JREs. There is a native library problem no one can deal with here I suppose... But thank you anyway