papyrusjs icon indicating copy to clipboard operation
papyrusjs copied to clipboard

Cannot read property 'stone' of null at loadTexture

Open emerysteele opened this issue 4 years ago • 0 comments

Getting this running latest alpha. With BDS version 1.14.32.2 on CentOS 8

./papyrusjs --world="./serverfiles/worlds/Bedrock level" --textures="./Vanilla_Resource_Pack" --output="./papyrus" --mode="topdown_shaded" papyrus.js v1.1.0a by clarkx86 and contributors Threads: 4 Texture directory is missing or --force-download has been specified. Downloading... /home/mcbserver/Vanilla_Resource_Pack/textures.tmp.zip [=================================] 100%DownloadDownloading...2846205813/ 46205813 Extracting... Attempting to open database... Success! Reading database. This can take a couple of seconds up to a couple of minutes. World reaches from chunks X: -100, Z: -164 to X: +157, Z: +196 Processing and rendering 21552 Chunks, which 106427 of them are valid SubChunks... [--------------------------------] 0% Processing chunk 4/ 21552 85 chunks/Second(node:5056) UnhandledPromiseRejectionWarning: TypeError: Cannot read property 'stone' of null at loadTexture (/snapshot/papyrusjs/render/loadTexture.js:25:23) at render (/snapshot/papyrusjs/render/renderChunk.js:44:47) at /snapshot/papyrusjs/render/renderChunk.js:22:9 at new Promise (<anonymous>) at /snapshot/papyrusjs/render/renderChunk.js:12:12 at process.<anonymous> (/snapshot/papyrusjs/app.js:360:17) at process.emit (events.js:215:7) at emit (internal/child_process.js:876:12) at processTicksAndRejections (internal/process/task_queues.js:81:21) (node:5056) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 2) (node:5056) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code. (node:5074) UnhandledPromiseRejectionWarning: TypeError: Cannot read property 'grass' of null at loadTexture (/snapshot/papyrusjs/render/loadTexture.js:25:23) at render (/snapshot/papyrusjs/render/renderChunk.js:44:47) at /snapshot/papyrusjs/render/renderChunk.js:22:9 at new Promise (<anonymous>) at /snapshot/papyrusjs/render/renderChunk.js:12:12 at process.<anonymous> (/snapshot/papyrusjs/app.js:360:17) at process.emit (events.js:215:7) at emit (internal/child_process.js:876:12) at processTicksAndRejections (internal/process/task_queues.js:81:21) (node:5074) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 2) (node:5074) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code. (node:5068) UnhandledPromiseRejectionWarning: TypeError: Cannot read property 'stone' of null at loadTexture (/snapshot/papyrusjs/render/loadTexture.js:25:23) at render (/snapshot/papyrusjs/render/renderChunk.js:44:47) at /snapshot/papyrusjs/render/renderChunk.js:22:9 at new Promise (<anonymous>) at /snapshot/papyrusjs/render/renderChunk.js:12:12 at process.<anonymous> (/snapshot/papyrusjs/app.js:360:17) at process.emit (events.js:215:7) at emit (internal/child_process.js:876:12) at processTicksAndRejections (internal/process/task_queues.js:81:21) (node:5068) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 2) (node:5068) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code. (node:5062) UnhandledPromiseRejectionWarning: TypeError: Cannot read property 'water' of null at loadTexture (/snapshot/papyrusjs/render/loadTexture.js:25:23) at render (/snapshot/papyrusjs/render/renderChunk.js:44:47) at /snapshot/papyrusjs/render/renderChunk.js:22:9 at new Promise (<anonymous>) at /snapshot/papyrusjs/render/renderChunk.js:12:12 at process.<anonymous> (/snapshot/papyrusjs/app.js:360:17) at process.emit (events.js:215:7) at emit (internal/child_process.js:876:12) at processTicksAndRejections (internal/process/task_queues.js:81:21) (node:5062) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 2) (node:5062) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.

emerysteele avatar Mar 08 '20 00:03 emerysteele