liuweireign / tectonicus

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

No Map.html will creat #39

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

If <CircularSubset origin="0, 0" radius="100" /> all is fine ... greater 100 
(v.e 200) no Map.html will create.

What is the expected output? What do you see instead? Please attach a full
log file. yes ...

What version of the product are you using? What is your operating system
and Java version? 2.19 ... actuelly Java

Please provide any additional information below.

Original issue reported on code.google.com by vonundzu...@yahoo.de on 26 Nov 2013 at 11:48

Attachments:

GoogleCodeExporter commented 9 years ago
On line 30 of your config there is an extra ">", try removing that.

Original comment by amillion...@gmail.com on 29 Nov 2013 at 5:55

GoogleCodeExporter commented 9 years ago
same result ... with 100 as radius the map.html is created ... instead 100 a 
200 or greater no map.html will created. If function is unabled the programm 
renders and build 1 mill pictures (map is big 3000*3000 blocks) ... but no 
map.html ...  

Original comment by vonundzu...@yahoo.de on 29 Nov 2013 at 8:09

GoogleCodeExporter commented 9 years ago
Have i defect chucks ?

RenderBaseTiles
java.lang.ArrayIndexOutOfBoundsException: -1
    at tectonicus.raw.RawChunk.getSkyLight(RawChunk.java:667)
    at tectonicus.Chunk.getSkyLight(Chunk.java:326)
    at tectonicus.Chunk.getLight(Chunk.java:430)
    at tectonicus.blockTypes.Painting.addEdgeGeometry(Painting.java:317)
    at tectonicus.Chunk.createGeometry(Chunk.java:160)
    at tectonicus.world.World.draw(World.java:536)
    at tectonicus.world.World.draw(World.java:483)
    at tectonicus.TileRenderer.renderBaseTiles(TileRenderer.java:676)
    at tectonicus.TileRenderer.output(TileRenderer.java:321)
    at tectonicus.TectonicusApp.run(TectonicusApp.java:952)
    at tectonicus.TectonicusApp.main(TectonicusApp.java:1212)

Original comment by vonundzu...@yahoo.de on 2 Dec 2013 at 8:41

GoogleCodeExporter commented 9 years ago
New Infos ... in my world i have in Minecraft no problem in region r0.0.mca / 
r0.0.mcr  but if i render it the fauld message 
java.lang.ArrayIndexOutOfBoundsException: -1  (rest see above)
stopp the rendering (and no map.html will creat.

If i change the region files from a default map the rendering is all ok ..
So in this region files is something wrong which dont be a fauld in MC but in 
tectonicus.
How can i fix it ???
Look in the middle of this map   http://jah-warriors.de/minecraft/index.html

Original comment by vonundzu...@yahoo.de on 16 Dec 2013 at 8:55

GoogleCodeExporter commented 9 years ago
Tectonicus is being moved over to GitHub here: 
https://github.com/tectonicus/tectonicus

I have imported this issue into the new GitHub project issue tracker: 
https://github.com/tectonicus/tectonicus/issues/39

Original comment by skoeven on 28 Aug 2014 at 3:53

GoogleCodeExporter commented 9 years ago
This project has moved to GitHub and the issue has been resolved. See below:

Paintings are causing the ArrayIndexOutOfBoundsException.  Hopefully this 
should be resolved in v2.19.01 which is available for download:  
https://github.com/tectonicus/tectonicus/releases/tag/v2.19.01

Original comment by skoeven on 5 Sep 2014 at 10:48

GoogleCodeExporter commented 9 years ago
I'm still seeing a very similar issue with 2.19.01 and a MC 1.8 map.

Original comment by flash....@gmail.com on 6 Sep 2014 at 5:00