WhiteFox125
WhiteFox125
When I run minecraft client, the js thread is blocked. ```js let mc = Java.type(ver.mainClass) mc.main(a) let start = +new Date setInterval(()=>{ console.log(new Date-start) },250) ``` Also, the sound starts...
**Describe the bug** Engine.IO server version: `6.2.0` **Typescript** ```ts import engineio from 'engine.io' console.log({engineio}) // { engineio: undefined } ``` ```ts import {attach} from 'engine.io' console.log({attach}) // { attach: Function...
**Describe the bug** I used the official client with modified "GLOBAL_ENV". If you put another language (Russian) and try to create a server, the following error will appear:  After...
add this ```js if(package.name!=package['app-name']) throw new Error('...') ``` ```js non zero exit code: failed to build apk W: fakeLogOpen(/dev/log_crash) failed W: fakeLogOpen(/dev/log_stats) failed W: fakeLogOpen(/dev/log_stats) failed W: fakeLogOpen(/dev/log_stats) failed W:...