games-on-whales / wolf

Stream virtual desktops and games running in Docker
https://games-on-whales.github.io/wolf/stable/
MIT License
292 stars 20 forks source link

Crash when connecting from a public network #74

Closed rty813 closed 4 weeks ago

rty813 commented 4 weeks ago

When connecting from the local network, everything works fine and streaming is possible. Then I set up port forwarding on the router, mapping ports 47989, 47984, 47999, 48010, 48100-48110, 48200-48210, and 48000 to the public network. I can successfully pair through the public network, but wolf crashes when starting the stream.

Screenshot_20240605_115951_Moonlight

crash_log.txt backtrace.2024-06-05-04-51-54.dump.zip

rty813 commented 4 weeks ago

After multiple retries, it occasionally works. However, after some time, it stops working again.

ABeltramo commented 4 weeks ago

I've just pushed an update that should fix the connection issue that has been recently reported by a few users. Make sure to update the Wolf Docker image by downloading the latest with:

docker pull ghcr.io/games-on-whales/wolf:stable

If that doesn't solve the issue, can you please post the full logs from Wolf?

rty813 commented 4 weeks ago

It's much more stable now. I'll try it a bit more. Thank you very much!