Benjamin Krein
Benjamin Krein
This would be awesome!
Having the same problem. If I run the vice command by itself it will open: ``` /Applications/Vice/x64sc.app/Contents/MacOS/x64sc ``` But it won't do anything with the command in the tasks. Another...
> @benjamink I'm aware that you have already spent a lot of time on #1306, but it would be great if you could also help here. I would like to...
@uweseimet commit `0e77ab3fbdad14871d6ff0f02ddc63c935fd6c49` failed. The Mac boots quickly without getting stuck on the AFP share mount but once the desktop loads the share is not mounted & an error pops...

@uweseimet commit `5ab222acfe26fb9ab9f342f3ec0413c0d0cac8a3` works
No problem. Just let me know if you need me to run any more.
@alexthecat123 have you tried changing your MacTCP setup from "Manually" to "Server" in the left pane? I've found that I need to do that to get my System 7.1 setup...
When I'm back from vacation I'll try to find some time to really understand the bridge setup & see if I can help find a solution for Bookworm. I have...
Another option is to make `start.sh` wait for `pypi.org` to be available before running the `pip install`. Something like this would work: ``` until ping -c1 -q pypi.org >/dev/null; do...