Spoiler anzeigen
Code
server:/home/server# java -jar Tectonicus_v1.11.jar worldDir=./world outputDir=./mapout
+ + + + + + + + + + + + + + + + + + + + + + +
Tectonicus
Version: 1.11
Build 2355\:2357MP
Constructed on January 6 2011 at 2337
+ + + + + + + + + + + + + + + + + + + + + + +
Started on Sun Jan 09 00:53:06 CET 2011
System:
OS Name: Linux
OS Architecture: i386
OS Version: 2.6.26-2-486
Java vendor: Sun Microsystems Inc.
Java version: 1.6.0_22
Awt toolkit: null
Headless?: null
Settings:
mode:CommandLine
worldDir:/home/server/./world
outputDir:/home/server/./mapout
useCache:true
cacheDir:/home/server/./mapout/cache
minecraftJar:/root/.minecraft/bin/minecraft.jar
texturePack:none
colourDepth:24
alphaBits:8
numSamples:4
tileSize:512
lighting:Day
cameraAngle:45
closestZoomSize:12
numZoomLevels:8
imageFormat:Png
signs:Special
players:All
showSpawn:true
eraseOutputDir:false
extractLwjglNatives:true
isVerbose:false
forceLoadAwt:false
force32BitNatives:false
force64BitNatives:false
Settings changed! Deleting cache at /home/server/./mapout/cache
New cache will be created for this render
Creating camera
Creating player icon assembler
Initialising display...
Exception in thread "main" java.lang.UnsatisfiedLinkError: /root/.tectonicus/native/liblwjgl.so: /usr/lib/jvm/java-6-sun-1.6.0.22/jre/lib/i386/libjawt.so: symbol awt_FreeDrawingSurface, version SUNWprivate_1.1 not defined in file libmawt.so with link time reference
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1803)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1699)
at java.lang.Runtime.load0(Runtime.java:770)
at java.lang.System.load(System.java:1003)
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:93)
at org.lwjgl.Sys.<clinit>(Sys.java:110)
at org.lwjgl.opengl.Display.<clinit>(Display.java:130)
at tectonicus.rasteriser.LwjglRasteriser.<init>(LwjglRasteriser.java:22)
at tectonicus.TileRenderer.<init>(TileRenderer.java:134)
at tectonicus.TectonicusApp.run(TectonicusApp.java:349)
at tectonicus.TectonicusApp.main(TectonicusApp.java:520)
server:/home/server#
Alles anzeigen