AKPR2007 / WinDroiD

Run stable version of Windows 7 on your nonrooted Android Device via use of Termux
https://rebrand.ly/WinDroiD
37 stars 3 forks source link

library "libslirp.so" not found: needed by main executable #7

Open Chotu75 opened 1 year ago

AgainsTurb commented 1 year ago

i got exactly the same problem & dont know how to fix it either

Yamada6612 commented 1 year ago

Same here

AKPR2007 commented 1 year ago

seems to be related to network stuff. you got this error running ./win7 right?

try running this and try again

rm win7 && echo 'echo "starting" && sleep 5s && echo "your windows server is ready at vnc 127.0.0.1:5903" && qemu-system-i386 -vga vmware -full-screen -hda w7.qcow2 -device rtl8139,netdev=n0 -netdev user,id=n0 -drive file=fat:rw:"storage/shared/WinDroiD/SharedDrive" -vnc 127.0.0.1:3' &> win7 && chmod +x win7