Hello everyone, I have made a game that runs fine in windows, but does'nt work on ubuntu. I'm using LWGL 2.8.4 natives and compiled with it together fine. The game seems to load all its resources, at least its sound I can hear for .5 seconds and then it closes.
Here is what it appears in the Console:
Code:
#
[thread -1216877712 also had an error]# A fatal error has been detected by the Java Runtime Environment:
#
#
SIGSEGV (0xb) at pc=0x00d9d416, pid=3228, tid=2088844144
#
# JRE version: 6.0_23-b23
# Java VM: OpenJDK Server VM (20.0-b11 mixed mode linux-x86 )
# Derivative: IcedTea6 1.11pre
# Distribution: Ubuntu 11.10, package 6b23~pre11-0ubuntu1.11.10.2
# Problematic frame:
# C [+0x416] __kernel_vsyscall+0x2
#
# An error report file with more information is saved as:
# /home/***/Desktop/Untitled Folder/hs_err_pid3228.log
#
# If you would like to submit a bug report, please include
# instructions how to reproduce the bug and visit:
# https://bugs.launchpad.net/ubuntu/+source/openjdk-6/
#
Aborted
I would appreciate for any help in discovering whats wrong with it. Thank You