skycoin / skywire

Skywire Node implementation
73 stars 45 forks source link

skysocks-server to Windows and Mac #1770

Closed mrpalide closed 3 months ago

mrpalide commented 3 months ago

Feature description We should have skysocks server app on Mac and Windows. As I tested before, we don't have any issue on Mac and just needs to add it to packages, but for Windows IIRC we needs fix some panic.

mrpalide commented 3 months ago

Update: This is panic log on starting skysocks server on Windows.

[2024-03-16T07:27:24.5800753+03:30] DEBUG (STDOUT) [proc:skysocks:2a7679d432124e18a27e46151e6ab0b0]: Version "v1.3.9-266-gf8f4b328a" built on "2024-03-16T06:53:17Z" against commit "f8f4b328a5062608a296e3a5285f5c794b0ce4be"
[2024-03-16T07:27:24.586221+03:30] DEBUG [proc:skysocks:2a7679d432124e18a27e46151e6ab0b0]: Associated and serving proc conn.
[2024-03-16T07:27:24.5887711+03:30] INFO [proc:skysocks:2a7679d432124e18a27e46151e6ab0b0]: App skysocks is Running
[2024-03-16T07:27:24.5898326+03:30] DEBUG (STDOUT) [proc:skysocks:2a7679d432124e18a27e46151e6ab0b0]: Starting serving proxy server
[2024-03-16T07:27:24.5919121+03:30] ERROR (STDERR) [proc:skysocks:2a7679d432124e18a27e46151e6ab0b0]: panic: runtime error: invalid memory address or nil pointer dereference
[2024-03-16T07:27:25.6883623+03:30] DEBUG [app_discovery]: Entry registered successfully appName="skysocks" entry="{"address":"034def72861061f2c568473746900ada03192e29a437b8c8957e347d1621b89103:3","geo":{"country":"IR","lat":35.7,"lon":51.41},"type":"skysocks","version":"v1.3.9-266-gf8f4b328a"}"
[2024-03-16T07:27:25.9303206+03:30] DEBUG [app_discovery]: Entry deleted successfully appName="skysocks" entry={"address":"034def72861061f2c568473746900ada03192e29a437b8c8957e347d1621b89103:3","geo":{"country":"IR","lat":35.7,"lon":51.41},"type":"skysocks","version":"v1.3.9-266-gf8f4b328a"}