donquijote_sancho
donquijote_sancho
LTLeaning Technologies
Created by donquijote_sancho on 2/12/2024 in #support
Cheerpj hangs after "Jar is loaded,main is starting"
Thanks ... that worked. It opens up now!
11 replies
LTLeaning Technologies
Created by donquijote_sancho on 2/12/2024 in #support
Cheerpj hangs after "Jar is loaded,main is starting"
It pauses on a line "debugger" and I see .... Local this : undefined a : TypeError: cb is not a function at Object.devRandomWrite [as writeAsync] (https://cjrtnc.leaningtech.com/3.0/cheerpOS.js:1859:9) at cheerpOSWrite (https://cjrtnc.leaningtech.com/3.0/cheerpOS.js:2127:23) at Yo (https://cjrtnc.leaningtech.com/3.0/cj3.js:1:106923) at ah2 (https://cjrtnc.leaningtech.com/3.0/cj3.js:1:352619) at US (https://cjrtnc.leaningtech.com/3.0/cj3.js:1:400763) at wasm://wasm/00172642:wasm-function[144]:0x9152 at x7 (https://cjrtnc.leaningtech.com/3.0/cj3.js:1:407857) at C8 (https://cjrtnc.leaningtech.com/3.0/cj3.js:1:402398) at wasm://wasm/00172642:wasm-function[144]:0x9175 at x7 (https://cjrtnc.leaningtech.com/3.0/cj3.js:1:407857) at ye (https://cjrtnc.leaningtech.com/3.0/cj3.js:1:18999) at eval (eval at FI (https://cjrtnc.leaningtech.com/3.0/cj3.js:1:413171), <anonymous>:9:18) at dx (https://cjrtnc.leaningtech.com/3.0/cj3.js:1:31332) at Xl (https://cjrtnc.leaningtech.com/3.0/cj3.js:1:13312) at eval (eval at b$ (https://cjrtnc.leaningtech.com/3.0/cj3.js:1:61007), <anonymous>:1:97) at Vi (https://cjrtnc.leaningtech.com/3.0/cj3.js:1:390068) at Ci (https://cjrtnc.leaningtech.com/3.0/cj3.js:1:73822) at vy (https://cjrtnc.leaningtech.com/3.0/cj3.js:1:11153) at J_4a5428 (eval at Dh (https://cjrtnc.leaningtech.com/3.0/cj3.js:1:65414), <anonymous>:3:126) at Vi (https://cjrtnc.leaningtech.com/3.0/cj3.js:1:389219) at Ci (https://cjrtnc.leaningtech.com/3.0/cj3.js:1:73822) at Object.vy [as a0] (https://cjrtnc.leaningtech.com/3.0/cj3.js:1:11153) at WE (https://cjrtnc.leaningtech.com/3.0/cj3.js:1:70476) at MessagePort.WS (https://cjrtnc.leaningtech.com/3.0/cj3.js:1:20833) c : "cb is not a function"....
11 replies
LTLeaning Technologies
Created by donquijote_sancho on 2/12/2024 in #support
Cheerpj hangs after "Jar is loaded,main is starting"
What /where is the DevTools console? Thanks
11 replies
LTLeaning Technologies
Created by donquijote_sancho on 2/12/2024 in #support
Cheerpj hangs after "Jar is loaded,main is starting"
<!doctype html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1"> <script src="https://cjrtnc.leaningtech.com/3.0/cj3loader.js"></script> </head> <body> <script type="module"> await cheerpjInit(); cheerpjCreateDisplay(-1, -1, document.getElementById("container")); await cheerpjRunJar("/app/xfeb24.jar"); </script> <div id="container"></div> </body> <style> html, body { margin: 0; } #container { width: 100vw; height: 100svh; } </style> </html>
11 replies