From 89f9701e74f2bcc7d7eeeff56250e5030bde9877 Mon Sep 17 00:00:00 2001 From: wow Date: Sun, 28 Sep 2025 07:37:28 +0000 Subject: [PATCH] =?UTF-8?q?2025-09-28=2014:57:11,009=20-=20=5Fserver.py[li?= =?UTF-8?q?ne:508]=20-=20ERROR:=20Exception=20calling=20application:=20vSw?= =?UTF-8?q?itch=20not=20found:=20Default=20Switch.Traceback=20(most=20rece?= =?UTF-8?q?nt=20call=20last):=20=20File=20"grpc\=5Fserver.py",=20line=2049?= =?UTF-8?q?4,=20in=20=5Fcall=5Fbehavior=20=20File=20"eulerlauncher\service?= =?UTF-8?q?s\instance=5Fservice.py",=20line=2067,=20in=20create=5Finstance?= =?UTF-8?q?=20=20File=20"eulerlauncher\backends\win\instance=5Fhandler.py"?= =?UTF-8?q?,=20line=2057,=20in=20create=5Finstance=20=20File=20"eulerlaunc?= =?UTF-8?q?her\backends\win\vmops.py",=20line=20133,=20in=20build=5Fand=5F?= =?UTF-8?q?run=5Fvm=20=20File=20"eulerlauncher\backends\win\vmops.py",=20l?= =?UTF-8?q?ine=20177,=20in=20connect=5Fvnic=5Fto=5Fswitch=20=20File=20"os?= =?UTF-8?q?=5Fwin\utils\network\networkutils.py",=20line=20341,=20in=20con?= =?UTF-8?q?nect=5Fvnic=5Fto=5Fvswitch=20=20=20=20vswitch=20=3D=20self.=5Fg?= =?UTF-8?q?et=5Fvswitch(vswitch=5Fname)=20=20File=20"os=5Fwin\utils\networ?= =?UTF-8?q?k\networkutils.py",=20line=20219,=20in=20=5Fget=5Fvswitch=20=20?= =?UTF-8?q?=20=20raise=20exceptions.HyperVvSwitchNotFound(vswitch=5Fname?= =?UTF-8?q?=3Dvswitch=5Fname)os=5Fwin.exceptions.HyperVvSwitchNotFound:=20?= =?UTF-8?q?vSwitch=20not=20found:=20Default=20Switch.---=E5=BA=94=E8=AF=A5?= =?UTF-8?q?=E6=8F=90=E9=86=92=E5=AE=89=E8=A3=85Hyper-V=E5=90=8E=E8=BF=98?= =?UTF-8?q?=E9=9C=80=E8=A6=81=E8=87=AA=E5=B7=B1=E6=96=B0=E5=BB=BA=E8=99=9A?= =?UTF-8?q?=E6=8B=9F=E4=BA=A4=E6=8D=A2=E6=9C=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: wow --- .../virtualization/euler_launcher/win_user_manual.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/zh/tools/community_tools/virtualization/euler_launcher/win_user_manual.md b/docs/zh/tools/community_tools/virtualization/euler_launcher/win_user_manual.md index 5aedd2b..29dd1f4 100644 --- a/docs/zh/tools/community_tools/virtualization/euler_launcher/win_user_manual.md +++ b/docs/zh/tools/community_tools/virtualization/euler_launcher/win_user_manual.md @@ -3,7 +3,7 @@ **EulerLauncher**当前支持Windows11/10,前往[EulerLauncher最新版下载][1]下载Windows版软件包并解压到期望的位置。 右键点击 `config-env.bat` 并选择**以管理员身份运行**,该脚本将进行环境变量相关的配置,将当前目录添加到系统环境变量 `PATH`中,如果使用者掌握如何配置环境变量,或配置脚本出现问题,也可以进行手动配置,将当前脚本所在目录及 `qemu-img` 子目录添加至系统环境变量 `PATH` 中。 -**EulerLauncher**在Windows上运行需要对接 `Hyper-V` 虚拟化后端,`Hyper-V` 是 Microsoft 的硬件虚拟化产品,可以为Windows上的虚拟机提供更为出色的性能。在运行**EulerLauncher**前,请先检查你的系统是否开启了 `Hyper-V`,具体检查及开启方法请参考[Hyper-V开启指导][2]或其他网络资源。 +**EulerLauncher**在Windows上运行需要对接 `Hyper-V` 虚拟化后端,`Hyper-V` 是 Microsoft 的硬件虚拟化产品,可以为Windows上的虚拟机提供更为出色的性能。在运行**EulerLauncher**前,请先检查你的系统是否开启了 `Hyper-V`以及新建虚拟交换机,具体检查及开启方法请参考[Hyper-V开启指导][2]或其他网络资源。 **EulerLauncher**解压后包含以下几个部分: -- Gitee