papillon88 / tectonicus

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

not working on OSX 10.9.2 MINECRAFT 1.7.9 #48

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. OSX 10.9.2
2. MINECRAFT LAUNCHER 1.3.11
3. MINECRAFT 1.7.9

There doesnt seem to be a minecraft.jar file for me to reference in the config.
closest thing i can find is 
"minecraftJar="/Users/John/Library/Application\ 
Support/minecraft/versions/1.7.9/1.7.9.jar""

output on console is:
$ java -jar Tectonicus_v2.19.jar config=config.xml
Parsing config from /Users/john/Desktop/Tectonicus/config.xml
 + + + + + + + + + + + + + + + + + + + + + + +
                  Tectonicus
   Version: 2.19
   Build 42\:124M\r\n
   Constructed on November 10 2013 at 2003
 + + + + + + + + + + + + + + + + + + + + + + +
Started on Fri May 02 16:32:18 EST 2014
System:
    OS Name: Mac OS X
    OS Architecture: x86_64
    OS Version: 10.9.2
    Java vendor: Oracle Corporation
    Java version: 1.7.0_51
    Awt toolkit: sun.lwawt.macosx.LWCToolkit
    Headless?: null
Settings:
    mode:CommandLine
    rasteriser:Lwjgl
    outputDir:/Users/john/Desktop/Tectonicus/Maps/TullysFolly
    useCache:true
    cacheDir:/Users/john/Desktop/Tectonicus/Maps/TullysFolly/cache
    minecraftJar:/Users/john/Library/Application\ Support/minecraft/versions/1.7.9/minecraft.jar
    texturePack:/Users/john/AppData/Roaming/.minecraft/texturepacks/My Texture Pack.zip
    colourDepth:32
    alphaBits:8
    numSamples:4
    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:/Users/john/Desktop/Tectonicus/Maps/TullysFolly/TectonicusLog.txt
    outputHtmlName:index.html
    numDownsampleThreads:2
    singlePlayerName:Jwhida

'world_TullysFolly' map
    worldDir: /Users/John/Documents/MINECRAFT/WorldBackups/TullysFolly/world_TullysFolly
    dimension: Terra
    cameraAngle: 45
    cameraElevation: 45
    closestZoomSize: 12
    worldSubset: CircularWorldSubset (0, 0) 500
    useBiomeColours: false
    'Day' layer
        renderStyle: Regular
        lightStyle: Day
        imageFormat: Jpg
        imageCompressionLevel: 0.85
        customBlockConfig: 
    'Night' layer
        renderStyle: Regular
        lightStyle: Night
        imageFormat: Jpg
        imageCompressionLevel: 0.85
        customBlockConfig: 
    'Caves' layer
        renderStyle: Regular
        lightStyle: Day
        imageFormat: Jpg
        imageCompressionLevel: 0.85
        customBlockConfig: 

Using existing player skin cache
Creating player icon assembler
Initialising display...
    Drawable: null
    created pbuffer: org.lwjgl.opengl.Pbuffer@4de8ce62
    used pixel format:   colour:32 depth:16 alpha:8 stencil:0 samples:4
    display created ok
Using rasteriser: tectonicus.rasteriser.lwjgl.LwjglRasteriser@79b8202e
 -- Lwjgl Rasteriser -- 
    LWJGL version: 2.9.0
    type: Offscreen
    width: 2048
    heigth: 2048
    pBuffer: org.lwjgl.opengl.Pbuffer@4de8ce62
    OpenGL Vendor: Apple Computer, Inc.
    OpenGL Renderer: Apple Software Renderer
    OpenGL Version: 2.1 APPLE-9.6.0
Creating camera
TileRenderer init complete
StartingRenderer
Starting tile renderer
Loading world from base dir 
/Users/John/Documents/MINECRAFT/WorldBackups/TullysFolly/world_TullysFolly with 
dimension Terra
    Full dimension dir: /Users/John/Documents/MINECRAFT/WorldBackups/TullysFolly/world_TullysFolly
Loading level.dat
Loading textures
java.lang.RuntimeException: Couldn't find minecraft.jar at 
/Users/john/Library/Application\ Support/minecraft/versions/1.7.9/minecraft.jar
    at tectonicus.texture.TexturePack.<init>(TexturePack.java:79)
    at tectonicus.world.World.<init>(World.java:190)
    at tectonicus.TileRenderer.output(TileRenderer.java:250)
    at tectonicus.TectonicusApp.run(TectonicusApp.java:952)
    at tectonicus.TectonicusApp.main(TectonicusApp.java:1212)
Cleaning up...
Writing player skin cache info (0 skin to write)
100%
Player skin cache written
Finished

Original issue reported on code.google.com by JWH...@gmail.com on 2 May 2014 at 7:05

GoogleCodeExporter commented 9 years ago
sorry, my faiult.
the backslash was the problem in the minecraft.jar location
"/Users/John/Library/Application\ Support/minecraft/versions/1.7.9/1.7.9.jar" 
DOESNT WORK
"/Users/John/Library/Application Support/minecraft/versions/1.7.9/1.7.9.jar" 
WORKS :)

Original comment by JWH...@gmail.com on 2 May 2014 at 7:18

GoogleCodeExporter commented 9 years ago
Your bug report scared me at first.  I'm glad it was just a typo.  :)

Original comment by skoeven on 7 May 2014 at 11:19