eientei95

Results 17 issues of eientei95

While attempting to replicate the example on https://pathlab.readthedocs.io/en/latest/basics.html#iso-images, I got this error (Python 3.10.7, Arch Linux) ``` >>> root = disc.IsoPath('/') >>> readme = root / 'readme.txt' >>> readme.exists() Traceback...

``` INFO Loading default.elf INFO Splitting 949 objects Failed: Range 0x00000000-0x80004380 outside of section .init: 0x80004000-0x80006728 ``` relevant part from the info output: ``` .text | 0x800562E4 | 0x4 |...

elf split

## Bug report **Problem** Running pcbasic with Python 3.13 gives ``` File "/lib/python3.13/site-packages/pcbasic/basic/devices/cassette.py", line 14, in from chunk import Chunk ModuleNotFoundError: No module named 'chunk' ``` The [3.13 changelog](https://docs.python.org/3/whatsnew/3.13.html#whatsnew313-pep594) and...

Embeds seem to have stopped working with a CORS error (specifically `NS_ERROR_DOM_COEP_FAILED`, "Used to indicate that a resource load was blocked because of the Cross-Origin-Embedder-Policy response header.") Comparing the generated...

Basically, automatically patching 0x1D in the cart header to 0x00. This means that iQue DS games (0x80) get past the "Only for iQue DS" screen. Note that while Korean games...

enhancement