patchgamestudio

Results 3 comments of patchgamestudio

I've run it previously in the Ubuntu 20.04 LTS WSL, and it didn't throw any errors. That's a solid work-around for any developers that can install that on their machine.

I upgraded my test project to use `robyn==0.12.0` and I am still unable to run the project. It looks like there's a new error: `OSError: The requested address is not...

Digging more into this bug, it looks like there's an issue when trying to pass `copied_socket` to `multiprocess.Process()` in `__init__.py:Robyn.start()`. I'm seeing a lot of errors from `pickle`, the last...