copy / v86

x86 PC emulator and x86-to-wasm JIT, running in the browser
https://copy.sh/v86/
BSD 2-Clause "Simplified" License
19.87k stars 1.41k forks source link

Networking not working. #1167

Closed simpleuserdontwatch closed 1 month ago

simpleuserdontwatch commented 1 month ago

I am trying to get networking working on Alpine Linux (v86) But, when i try to run the network.sh file, it gives me this image Please fix it.

Version: lastest Image: [https://drive.google.com/file/d/1SHGoeEyAE8t17SYV4FSqs_4RO0dMhEm8/view?usp=drive_link](Right here!)

simpleuserdontwatch commented 1 month ago

for some reason, github didnt want to format the link :/

SuperMaxusa commented 1 month ago

Have you set the URL for WebSocket/wisp relay? (see docs/networking.md)

net_device: {
    type: "ne2k",
    relay_url: <"ws(s)://...", "wisp(s)://..." or "fetch">,
},

Also any error messages in browser console (press F12 -> Console)?

simpleuserdontwatch commented 1 month ago

Have you set the URL for WebSocket/wisp relay? (see docs/networking.md)

net_device: {
    type: "ne2k",
    relay_url: <"ws(s)://...", "wisp(s)://..." or "fetch">,
},

Also any error messages in browser console (press F12 -> Console)?

Still nothing. image image

simpleuserdontwatch commented 1 month ago

Actually, i downloaded the lastest pre-release, and now it works!