edited February 2023 in ORK Support
Got to say that I think that new tutorial is great. Thank you for making it.

Im testing to see how straightforward it would be to deploy to WebGL on ItchIO. At the moment im using the provided demo level.

Ive turned compression off in project settings so that it loads, however i get this error. Ive tested a variety of other approaches and settings but the problem remains.

Any solutions would be appreciated as I think using Ork for web gl projects would be excellent.

The following error comes up when trying to play on itch:
An error occurred running the Unity content on this page. See your browser JavaScript console for more info. The error was:
RuntimeError: call_indirect to a null table entry (evaluating '(dynCall_jii=Module["dynCall_jii"]=Module["asm"]["Th"]).apply(null,arguments)')
<?>.wasm-function[77539]@[wasm code]
<?>.wasm-function[36390]@[wasm code]
wasm-stub@[native code]
https://v6p9d9t4.ssl.hwcdn.net/html/7401572/Build/ORK 2d WegGL.framework.js:3:308627
invoke_jii@https://v6p9d9t4.ssl.hwcdn.net/html/7401572/Build/ORK 2d WegGL.framework.js:3:385268
<?>.wasm-function[36390]@[wasm code]
<?>.wasm-function[1680]@[wasm code]
<?>.wasm-function[60099]@[wasm code]
<?>.wasm-function[26892]@[wasm code]
<?>.wasm-function[58583]@[wasm code]
<?>.wasm-function[50331]@[wasm code]
<?>.wasm-function[10098]@[wasm code]
<?>.wasm-function[36738]@[wasm code]
wasm-stub@[native code]
invoke_iiii@https://v6p9d9t4.ssl.hwcdn.net/html/7401572/Build/ORK 2d WegGL.framework.js:3:376546
<?>.wasm-function[36738]@[wasm code]
<?>.wasm-function[1877]@[wasm code]
<?>.wasm-function[22451]@[wasm code]
<?>.wasm-function[787]@[wasm code]
<?>.wasm-function[42950]@[wasm code]
<?>.wasm-function[48121]@[wasm code]
<?>.wasm-function[42961]@[wasm code]
<?>.wasm-function[6324]@[wasm code]
<?>.wasm-function[20005]@[wasm code]
<?>.wasm-function[42965]@[wasm code]
<?>.wasm-function[12468]@[wasm code]
<?>.wasm-function[39999]@[wasm code]
<?>.wasm-function[22352]@[wasm code]
<?>.wasm-function[22352]@[wasm code]
<?>.wasm-function[18248]@[wasm code]
<?>.wasm-function[36729]@[wasm code]
wasm-stub@[native code]
browserIterationFunc@https://v6p9d9t4.ssl.hwcdn.net/html/7401572/Build/ORK 2d WegGL.framework.js:3:207207
callUserCallback@https://v6p9d9t4.ssl.hwcdn.net/html/7401572/Build/ORK 2d WegGL.framework.js:3:160405
runIter@https://v6p9d9t4.ssl.hwcdn.net/html/7401572/Build/ORK 2d WegGL.framework.js:3:161677
Browser_mainLoop_runner@https://v6p9d9t4.ssl.hwcdn.net/html/7401572/Build/ORK 2d WegGL.framework
Post edited by GuSt on
  • I'll give it a try - WebGL isn't officially supported and a bit whacky, some projects work, some don't. Not 100% sure why.
    It might be some build/player settings, e.g. some functionality that's stripped but needed.
    Please consider rating/reviewing my products on the Asset Store (hopefully positively), as that helps tremendously with getting found.
    If you're enjoying my products, updates and support, please consider supporting me on patreon.com!
  • Alright, tested it - seems like the free test version doesn't work due to issues accessing the watermark logo.

    The full version works, but you have to disable using compression (found that via the Unity forum).
    If you go to the Unity player settings (e.g. via the button in the build settings), the Publishing Settings have the Compression Format option.
    Please consider rating/reviewing my products on the Asset Store (hopefully positively), as that helps tremendously with getting found.
    If you're enjoying my products, updates and support, please consider supporting me on patreon.com!
  • Ah thats great news, I'm glad it turned out to be something like that rather than a difficult fix.
    I replicated it this morning with my license attached and it worked quite well. Once I have it set up further I'm looking forward to being able to deploy on WebGL now too.
    Thanks
Sign In or Register to comment.