pixijs / pixi-compressed-textures

Compressed textures and retina support for pixijs. Loader can choose textures depends on platform and rendering mode.
MIT License
93 stars 25 forks source link

404 not found - demo example 3 console errors #13

Closed clark-stevenson closed 7 years ago

clark-stevenson commented 7 years ago

Errors on the console:

There is no futher information.

Original is in the TypeScript Project: #158 but I believe it is the implementation.

pixi-compressed-textures.js:100 Uncaught `ReferenceError:` src is not defined
at CompressedImage.loadFromArrayBuffer (pixi-compressed-textures.js:100)
at pixi-compressed-textures.js:514
at MiniSignal.dispatch (mini-signals.js:93)
at Resource.complete (Resource.js:364)
at Resource.abort (Resource.js:402)
at Resource._onError (Resource.js:673)

/examples/required/assets/compressed/buildings.json Failed to load resource: the server responded with a status of 404 (Not Found)

pixi-compressed-textures.js:100 Uncaught ReferenceError: src is not defined
at CompressedImage.loadFromArrayBuffer (pixi-compressed-textures.js:100)
at pixi-compressed-textures.js:514
at MiniSignal.dispatch (mini-signals.js:93)
at Resource.complete (Resource.js:364)
at Resource.abort (Resource.js:402)
at Resource._onError (Resource.js:673)
ivanpopelyshev commented 7 years ago

I think I fixed it already