hamflx / huawei-pc-manager-bootstrap

解决非华为电脑无法安装华为电脑管家的问题。
339 stars 40 forks source link

win11, 双击huawei-pc-manager-bootstrap,没有反应 #22

Open sunlley opened 8 months ago

sunlley commented 8 months ago

win11, 双击huawei-pc-manager-bootstrap,没有反应,amd电脑

hamflx commented 8 months ago

哥,用的哪个版本?x86、x64 的系统?有没有杀毒软件拦截?还有附上日志,路径在:C:\Users\ 此处改为你的用户名 \AppData\Local\hamflx\huawei_pc_manager_bootstrap\cache。

baibaluo commented 8 months ago

我也遇到一样问题了,x64的win10,日志如下

2023-10-31T05:33:14.149254Z INFO huawei_pc_manager_bootstrap::app: Logger setup successfully 2023-10-31T05:33:14.149362Z INFO huawei_pc_manager_bootstrap::app: Installer version 0.1.9-e5db1b6 2023-10-31T05:33:16.233863Z INFO huawei_pc_manager_bootstrap::app: OS: Windows 10 (19045) 2023-10-31T05:33:16.241338Z INFO huawei_pc_manager_bootstrap::app: Listening on 127.0.0.1:57055 2023-10-31T05:33:16.241397Z INFO common::common: Got CreateProcessW: 0x76cf88e0 2023-10-31T05:33:16.241419Z INFO common::common: Got GetSystemFirmwareTable: 0x76d112f0 2023-10-31T05:33:16.241720Z INFO common::common: HookGetSystemFirmwareTable initialized 2023-10-31T05:33:16.242119Z INFO common::common: HookCreateProcessW initialized 2023-10-31T05:33:16.242141Z INFO common::common: HookGetSystemFirmwareTable enabled 2023-10-31T05:33:16.242155Z INFO common::common: HookCreateProcessW enabled 2023-10-31T05:33:16.242168Z DEBUG iced_winit::application: Window builder: WindowBuilder { window: WindowAttributes { inner_size: Some( Logical( LogicalSize { width: 1024.0, height: 768.0, }, ), ), min_inner_size: None, max_inner_size: None, position: None, resizable: true, enabled_buttons: CLOSE | MINIMIZE | MAXIMIZE, title: "华为电脑管家安装器 v0.1.9-e5db1b6", fullscreen: None, maximized: false, visible: false, transparent: false, decorations: true, window_icon: None, preferred_theme: None, resize_increments: None, content_protected: false, window_level: Normal, parent_window: None, active: true, }, }
2023-10-31T05:33:16.377364Z INFO wgpu_hal::vulkan::instance: Instance version: 0x4020aa
2023-10-31T05:33:16.377389Z INFO wgpu_hal::vulkan::instance: Enabling device properties2

hamflx commented 8 months ago

@baibaluo 使用管理员权限的 PowerShell 运行:

$env:ICED_BACKEND="tiny-skia"
.\huawei-pc-manager-bootstrap.exe

再试试看。

hamflx commented 8 months ago

@baibaluo 或者使用我的最新的屏蔽 wgpu 的构建(也可拉最新代码手动构建):

huawei_pc_manager_bootstrap_without_wgpu.zip