2021-01-14 17:08:30 [LanguageServerProcess] com.sun.jna.platform.win32.Win32Exception: 系统找不到指定的文件。
at com.sun.jna.platform.win32.Advapi32Util.registryGetStringValue(Advapi32Util.java:552)
at com.pandora.launcher.core.iphone.jna.LibraryFinder.findCoreLibrary(LibraryFinder.java:345)
at com.pandora.launcher.core.iphone.jna.LibraryFinder.isITunesInstalled(LibraryFinder.java:328)
at com.pandora.launcher.core.iphone.jna.LibraryFinder.getPluginDllPath(LibraryFinder.java:276)
at com.pandora.launcher.core.iphone.jna.LibraryFinder.getPathByITunesVersionAndSystemVersion(LibraryFinder.java:259)
at com.pandora.launcher.core.iphone.jna.LibraryFinder.loadPath(LibraryFinder.java:50)
at com.pandora.launcher.core.iphone.jna.LibraryFinder.getMDLibrary(LibraryFinder.java:116)
at com.pandora.launcher.core.iphone.jna.md.LibraryInstance.getMDLibrary(LibraryInstance.java:15)
at com.pandora.launcher.core.iphone.jna.idevice.win.WinDeviceLibrary.addNotificationHandler(WinDeviceLibrary.java:74)
at com.pandora.launcher.core.iphone.IPhoneLauncher$5.run(IPhoneLauncher.java:829)
针对以上错误。
我一天的时间终于搞定,本人window10 升级HBuilderX 插件时候,强制关闭,导致插件无法安装,小程启动运行,HBuilderX闪退,启动报错(如上)
我的步骤是
1.清除注册表信息
2.删除%appdata% 下HBuilderX 文件夹
3.换为低版本HBuilderX.2.6.5.20200314.full.zip成功,当换为HBuilderX.0.1.25.20180326-alpha.full失败 ,高版本 HBuilderX.3.0.5.20210107.full 失败
运行HBuilderX.2.6.5.20200314.full.zip,成功运行
以上为我的操作,仅为参考