vm虚拟机不能打开一个新任务,开了vt
不能为虚拟电脑 FishC 打开一个新任务.The virtual machine 'FishC' has terminated unexpectedly during startup with exit code 1 (0x1).More details may be available in 'C:\Users\ggh\VirtualBox VMs\FishC\Logs\VBoxHardening.log'.
返回 代码: E_FAIL (0x80004005)
组件: MachineWrap
界面: IMachine {85632c68-b5bb-4316-a900-5eb28d3413df}
先查看日志:C:\Users\ggh\VirtualBox VMs\FishC\Logs\VBoxHardening.log isdkz 发表于 2023-4-27 11:31
先查看日志:C:%users\ggh\VirtualBox VMs\FishC\Logs\VBoxHardening.log
请问,怎么查看,我不知道咋搞 4175896320 发表于 2023-4-27 14:12
请问,怎么查看,我不知道咋搞
就正常用记事本什么的打开 C:\Users\ggh\VirtualBox VMs\FishC\Logs\VBoxHardening.log 这个文件就行了呀 isdkz 发表于 2023-4-27 14:13
就正常用记事本什么的打开 C:%users\ggh\VirtualBox VMs\FishC\Logs\VBoxHardening.log 这个文件就行了呀
找到这个文件然后呢 4175896320 发表于 2023-4-27 14:20
找到这个文件然后呢
查看里面的内容分析才知道为什么出错 isdkz 发表于 2023-4-27 14:21
查看里面的内容分析才知道为什么出错
有好1千多行,要复制过来看吗 4175896320 发表于 2023-4-27 14:24
有好1千多行,要复制过来看吗
一般你看最后面几行就行了,特别是由 error 字眼的 isdkz 发表于 2023-4-27 14:32
一般你看最后面几行就行了,特别是由 error 字眼的
428.1c08: Error -104 in supR3HardenedWinReSpawn! (enmWhat=5)
428.1c08: Error relaunching VirtualBox VM process: 5
Command line: '60eaff78-4bdd-042d-2e72-669728efd737-suplib-3rdchild --comment FishC --startvm 00fbf476-9d14-48df-9308-f8b06ed86a01 --no-startvm-errormsgbox "--sup-hardening-log=C:\Users\ggh\VirtualBox VMs\FishC\Logs\VBoxHardening.log"'
428.1c08: supR3HardenedMonitor_LdrLoadDll: error opening 'C:\Windows\system32\wintab32.dll': 0 (NtPath=\??\C:\Windows\system32\wintab32.dll; Input=C:\Windows\system32\wintab32.dll; rcNtGetDll=0x0
这都是带error字眼的;
428.c1c: supR3HardenedScreenImage/LdrLoadDll: cache hit (VINF_SUCCESS) on \Device\HarddiskVolume3\Windows\System32\powrprof.dll
428.c1c: supHardenedWinVerifyImageByHandle: -> 0 (\Device\HarddiskVolume3\Windows\System32\umpdc.dll)
428.c1c: supR3HardenedWinVerifyCacheInsert: \Device\HarddiskVolume3\Windows\System32\umpdc.dll
428.c1c: supR3HardenedDllNotificationCallback: load 00007ff9a61f0000 LB 0x00013000 C:\Windows\SYSTEM32\UMPDC.dll
428.c1c: supR3HardenedScreenImage/LdrLoadDll: cache hit (VINF_SUCCESS) on \Device\HarddiskVolume3\Windows\System32\umpdc.dll
428.c1c: supR3HardenedWinVerifyCacheScheduleImports: Import todo: #0 'msvcrt.dll'.
428.c1c: supR3HardenedWinVerifyCacheScheduleImports: Import todo: #11 'rpcrt4.dll'.
428.c1c: supHardenedWinVerifyImageByHandle: -> 0 (\Device\HarddiskVolume3\Windows\System32\ResourcePolicyClient.dll)
428.c1c: supR3HardenedWinVerifyCacheInsert: \Device\HarddiskVolume3\Windows\System32\ResourcePolicyClient.dll
428.c1c: supR3HardenedDllNotificationCallback: load 00007ff9a4e20000 LB 0x00015000 C:\Windows\SYSTEM32\resourcepolicyclient.dll
428.c1c: supR3HardenedScreenImage/LdrLoadDll: cache hit (VINF_SUCCESS) on \Device\HarddiskVolume3\Windows\System32\ResourcePolicyClient.dll
b7c.874: supR3HardNtChildWaitFor: Quitting: ExitCode=0x1 (rcNtWait=0x0, rcNt1=0x0, rcNt2=0x103, rcNt3=0x103, 23170 ms, the end);
这是最下面那10行的 4175896320 发表于 2023-4-27 14:40
428.1c08: Error -104 in supR3HardenedWinReSpawn! (enmWhat=5)
428.1c08: Error relaunching VirtualB ...
从日志来看,VirtualBox 的启动失败可能是由于系统库文件 wintab32.dll 的加载失败导致的。为了解决这个问题,你可以尝试以下方法:
1. 以管理员身份运行 VirtualBox:
右击 VirtualBox 快捷方式,选择“以管理员身份运行”。
2. 禁用杀毒软件或安全软件:
某些杀毒软件或安全软件可能会干扰 VirtualBox 的正常运行。暂时禁用这些软件,然后尝试再次启动 VirtualBox。
3. 检查系统文件完整性:
打开命令提示符(以管理员身份运行),然后输入以下命令:
sfc /scannow
这将检查你的系统文件完整性并尝试修复任何损坏的文件。完成后,请重新启动计算机并再次尝试启动 VirtualBox。
4. 重新安装 VirtualBox:
如果上述方法都无法解决问题,可以尝试卸载 VirtualBox 并重新安装最新版本。在卸载 VirtualBox 之前,请确保备份你的虚拟机文件以免丢失。
希望上述方法能帮助你解决问题。如果问题仍然存在,请提供更多详细信息,以便我们能够进一步协助。 isdkz 发表于 2023-4-27 14:57
从日志来看,VirtualBox 的启动失败可能是由于系统库文件 wintab32.dll 的加载失败导致的。为了解决这个 ...
可能我电脑有毛病吧,谢谢
页:
[1]