papillon88 / tectonicus

Automatically exported from code.google.com/p/tectonicus
0 stars 0 forks source link

Problem with OpenJDK 1.7 64b #26

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
After launching tectonicus, I get a stack trace and the map is not generated. 
See below for the full output

$ java -jar Tectonicus_v2.18.jar config=simpleConfig.xml 
Parsing config from /home/minecraft/map/simpleConfig.xml
 + + + + + + + + + + + + + + + + + + + + + + +
                  Tectonicus
   Version: 2.18
   Build 42\:110M\r\n
   Constructed on July 1 2013 at 2106
 + + + + + + + + + + + + + + + + + + + + + + +
Started on Wed Jul 10 20:13:30 CEST 2013
System:
        OS Name: Linux
        OS Architecture: amd64
        OS Version: 3.8.13-xxxx-grs-ipv6-64
        Java vendor: Oracle Corporation
        Java version: 1.7.0_40
        Awt toolkit: sun.awt.X11.XToolkit
        Headless?: null
Settings:
        mode:CommandLine
        rasteriser:Lwjgl
        outputDir:/home/minecraft/map/output
        useCache:true
        cacheDir:/home/minecraft/map/output/Cache
        minecraftJar:/home/minecraft/.minecraft/bin/minecraft.jar
        texturePack:none
        colourDepth:16
        alphaBits:0
        numSamples:0
        tileSize:512
        numZoomLevels:8
        portalsInitiallyVisible:true
        showSpawn:true
        signsInitiallyVisible:true
        playersInitiallyVisible:true
        bedsInitiallyVisible:true
        spawnInitiallyVisible:true
        viewsInitiallyVisible:true
        eraseOutputDir:false
        extractLwjglNatives:true
        isVerbose:false
        forceLoadAwt:false
        force32BitNatives:false
        force64BitNatives:false
        logFile:/home/minecraft/map/./TectonicusLog.txt
        outputHtmlName:map.html
        numDownsampleThreads:8
        singlePlayerName:

'My World Map' map
        worldDir: /home/minecraft/map/world/level.dat
        dimension: Terra
        cameraAngle: 45
        cameraElevation: 45
        closestZoomSize: 12
        worldSubset: FullWorldSubset
        useBiomeColours: false
        'Day' layer
                renderStyle: Regular
                lightStyle: Day
                imageFormat: Png
                customBlockConfig: 

Player skin cache is old or corrupt, cleaning...
Creating player icon assembler
Initialising display...
OpenJDK 64-Bit Server VM warning: You have loaded library 
/home/minecraft/.tectonicus/native/liblwjgl.so which might have disabled stack 
guard. The VM will try
It's highly recommended that you fix the library with 'execstack -c <libfile>', 
or link it with '-z noexecstack'.
Exception in thread "main" java.lang.UnsatisfiedLinkError: 
/home/minecraft/.tectonicus/native/liblwjgl.so: 
/home/minecraft/.tectonicus/native/liblwjgl.so: wron
        at java.lang.ClassLoader$NativeLibrary.load(Native Method)
        at java.lang.ClassLoader.loadLibrary1(ClassLoader.java:1939)
        at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1864)
        at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1825)
        at java.lang.Runtime.load0(Runtime.java:792)
        at java.lang.System.load(System.java:1059)
        at org.lwjgl.Sys$1.run(Sys.java:70)
        at java.security.AccessController.doPrivileged(Native Method)
        at org.lwjgl.Sys.doLoadLibrary(Sys.java:66)
        at org.lwjgl.Sys.loadLibrary(Sys.java:82)
        at org.lwjgl.Sys.<clinit>(Sys.java:99)
        at org.lwjgl.opengl.Display.<clinit>(Display.java:130)
        at tectonicus.rasteriser.lwjgl.LwjglRasteriser.<init>(LwjglRasteriser.java:146)
        at tectonicus.rasteriser.RasteriserFactory.createRasteriser(RasteriserFactory.java:61)
        at tectonicus.TileRenderer.<init>(TileRenderer.java:182)
        at tectonicus.TectonicusApp.run(TectonicusApp.java:950)
        at tectonicus.TectonicusApp.main(TectonicusApp.java:1212)

Original issue reported on code.google.com by bouquet....@gmail.com on 10 Jul 2013 at 6:22

GoogleCodeExporter commented 9 years ago
I'll look into this.  I'm hopeful that updating LWJGL will fix this problem.

Original comment by skoeven on 1 Aug 2013 at 8:17

GoogleCodeExporter commented 9 years ago
The latest version of Tectonicus includes an updated version of LWJGL.  
However, I don't know for sure if it will fix the issue as I have not been able 
to reproduce it.

Original comment by skoeven on 13 Nov 2013 at 10:04