WinDroiD icon indicating copy to clipboard operation
WinDroiD copied to clipboard

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

Open i9victus opened this issue 2 years ago • 3 comments

i9victus avatar Dec 17 '22 23:12 i9victus

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

AgainsTurb avatar Feb 25 '23 14:02 AgainsTurb

Same here

Yamada6612 avatar Mar 20 '23 13:03 Yamada6612

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

AKPR2007 avatar Apr 28 '23 15:04 AKPR2007