eientei95
eientei95
Looks like that some files use a dictionary size of 0 which dcl.cpp doesn't support, some games used this for 00.LFL/000.LFL so supporting it is probably needed. Here's a demo...
> The water should be blue (images from Amusement Life Magazine vol.11 and 12) Flyers aren't trusted sources of what games should look like
Yeah, I would use in-game options, except these predate that sort of thing and just assumed that the values wouldn't need adjusting (this is IBM, when they were doing tricks...
> See if this still happens. Still occurs in a self-compiled build of 86Box v4.0 [x86_64, old dynarec] commit f1174247f
I've had a look at a bunch of versions (included ones detected as pirated), and since the v2.01 versions have working copy protection in ScummVM despite v3.0 bypassing it, I'd...
``` /Users/pc/decode-js/src/visitor/jsconfuser/stack.js:197 const stk_name = path.node.params[0].argument.name ^ TypeError: Cannot read properties of undefined (reading '0') at tryStackReplace (/Users/pc/decode-js/src/visitor/jsconfuser/stack.js:197:36) at processStackParam (/Users/pc/decode-js/src/visitor/jsconfuser/stack.js:298:15) at Identifier (/Users/pc/decode-js/src/visitor/jsconfuser/stack.js:324:9) at NodePath._call (/Users/pc/decode-js/node_modules/@babel/traverse/lib/path/context.js:49:20) at NodePath.call (/Users/pc/decode-js/node_modules/@babel/traverse/lib/path/context.js:39:18)...
Possibly related to #4312 since OP got the card from Chub.
Not sure why you've got a few files added under `3rdparty/luasocket/.vs/`, possibly VS Code is adding stuff
For anyone finding this, it can extract a3x files. ```python import sys from autoit_ripper.autoit_unpack import extract result = extract(open(sys.argv[1], "rb").read()) if not result: print("Unable to extract script") sys.exit(1) for fn,...