Mihai Parparita

Results 39 comments of Mihai Parparita

I'm not opposed to supporting this, but I'm not doing much Android development nowadays. If you can provide me with a sample `instant-run.zip` file I'm happy to make the modeifications...

Reducing the RAM give to the Mac to 16MB makes it launch, but that seems too low (even lowering it to 24 is not enough).

Did you check in the "Downloads" folder? If the window is already open, you may need to close and re-open it (see #23). Unfortunately I don't have access to Linux...

Does the Chrome console (View -> Developer -> JavaScript Console) show any errors?

It looks like the relevant error is: ``` emulator-worker-chunked-file.ts:11 Uncaught (in promise) RangeError: Invalid typed array length: 1073741824 at new Uint8Array () at J (emulator-worker-chunked-file.ts:11:22) at n.preRun (emulator-worker.ts:334:21) at callRuntimeCallbacks...

https://github.com/evmar/weave may be a better fit, https://github.com/evmar/weave/issues/1#issuecomment-1114143181 has some discussion about BasiliskII binary.

Fascinating. According to https://web.archive.org/web/20040721041219/http://developer.apple.com/technotes/pt/pdf/pt_25.pdf SANE will use the FPU if present > SANE on the Macintosh II > The version of SANE provided in the Macintosh II ROM recognizes the...

https://github.com/kanjitalk755/macemu/commit/76d285a6f2e0080082c09d4c670c6d85401d71e4 switched one of the other forks to CMake.

Appears to be a known BasiliskII thing, see https://www.emaculation.com/forum/viewtopic.php?t=9710 and https://www.emaculation.com/forum/viewtopic.php?t=7892 Possibly the mouse flags sent during ADB reset are not what Apeiron expects: https://github.com/mihaip/macemu/blob/213a7fa7e320fc98633261d858e9b9a62aa891ad/BasiliskII/src/adb.cpp#L106-L107

This requires a bunch more things beyond just Open Transport. The oldweb.today fork does a variant of this (see https://github.com/oldweb-today/macemu/commits/js-network), though that's for HTTP only. It may be harder to...