Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

点击exe文件后无法打开 #16

Open
chendingjun opened this issue Jan 2, 2023 · 14 comments
Open

点击exe文件后无法打开 #16

chendingjun opened this issue Jan 2, 2023 · 14 comments
Labels
bug Something isn't working

Comments

@chendingjun
Copy link

尝试了发布版1.05和1.06,双击CefFlashBrowser.exe后无反应。
一台电脑是一开始由于.net版本4.6导致双击后报错,之后更新了win10系统,.net版本变成4.8了,报错消息了,但是变成无任何反应了。
一台电脑一开始是正常打开的,之后点击清除缓存就无法打开了。
尝试了两个版本都是一样的反应,大家有遇到过吗?

@Mzying2001 Mzying2001 added the bug Something isn't working label Jan 4, 2023
@vrain1025
Copy link

同样的问题,win10打不开,win11 同样是.net4.8确可以打开。

@reEdiKai
Copy link

同問, win10 22H2 版本原本剛下載的時候能打開exe的
自從昨天重灌系統後就無法打開,嘗試了 1.0.6 和 1.0.5 也沒辦法

@Mzying2001
Copy link
Owner

v1.0.7版本修复了配置文件导致打不开的bug,用新版本试试
https://github.com/Mzying2001/CefFlashBrowser/releases/latest

@hackdeacon
Copy link

v1.0.7版本修复了配置文件导致打不开的bug,用新版本试试 https://github.com/Mzying2001/CefFlashBrowser/releases/latest

System.BadImageFormatException: 未能加载文件或程序集“CefSharp.Core, Version=79.1.360.0, Culture=neutral, PublicKeyToken=40c4b6fc221f4138”或它的某一个依赖项。 不是有效的 Win32 应用程序。 (异常来自 HRESULT:0x800700C1)
文件名:“CefSharp.Core, Version=79.1.360.0, Culture=neutral, PublicKeyToken=40c4b6fc221f4138” ---> System.BadImageFormatException: 未能加载文件或程序集“CefSharp.Core.dll”或它的某一个依赖项。 不是有效的 Win32 应用程序。 (异常来自 HRESULT:0x800700C1)
文件名:“CefSharp.Core.dll”
在 System.Reflection.RuntimeAssembly.nLoadFile(String path, Evidence evidence)
在 System.Reflection.Assembly.LoadFile(String path)
在 CefFlashBrowser.App.<>c.<.ctor>b__1_0(Object s, ResolveEventArgs e)
在 System.AppDomain.OnAssemblyResolveEvent(RuntimeAssembly assembly, String assemblyFullName)

在 CefFlashBrowser.App.InitCefFlash()
在 CefFlashBrowser.App.OnStartup(StartupEventArgs e)

Repository owner deleted a comment from hackdeacon Dec 16, 2023
@Mzying2001
Copy link
Owner

v1.0.7版本修复了配置文件导致打不开的bug,用新版本试试 https://github.com/Mzying2001/CefFlashBrowser/releases/latest

System.BadImageFormatException: 未能加载文件或程序集“CefSharp.Core, Version=79.1.360.0, Culture=neutral, PublicKeyToken=40c4b6fc221f4138”或它的某一个依赖项。 不是有效的 Win32 应用程序。 (异常来自 HRESULT:0x800700C1) 文件名:“CefSharp.Core, Version=79.1.360.0, Culture=neutral, PublicKeyToken=40c4b6fc221f4138” ---> System.BadImageFormatException: 未能加载文件或程序集“CefSharp.Core.dll”或它的某一个依赖项。 不是有效的 Win32 应用程序。 (异常来自 HRESULT:0x800700C1) 文件名:“CefSharp.Core.dll” 在 System.Reflection.RuntimeAssembly.nLoadFile(String path, Evidence evidence) 在 System.Reflection.Assembly.LoadFile(String path) 在 CefFlashBrowser.App.<>c.<.ctor>b__1_0(Object s, ResolveEventArgs e) 在 System.AppDomain.OnAssemblyResolveEvent(RuntimeAssembly assembly, String assemblyFullName)

在 CefFlashBrowser.App.InitCefFlash() 在 CefFlashBrowser.App.OnStartup(StartupEventArgs e)

报这个错有点奇怪,按照这个错误信息,看起来是文件损坏了,重新下载看看能不能运行;也有可能是系统不支持(arm版windows?),软件是x86的

@bai1999
Copy link

bai1999 commented Dec 18, 2023

我在上周1.06版本突然不能使用的情况下,更新了1.07版本,也出现了上边的错误
System.BadImageFormatException: 未能加载文件或程序集“CefSharp.Core, Version=79.1.360.0, Culture=neutral, PublicKeyToken=40c4b6fc221f4138”或它的某一个依赖项。 不是有效的 Win32 应用程序。 (异常来自 HRESULT:0x800700C1)
文件名:“CefSharp.Core, Version=79.1.360.0, Culture=neutral, PublicKeyToken=40c4b6fc221f4138” ---> System.BadImageFormatException: 未能加载文件或程序集“CefSharp.Core.dll”或它的某一个依赖项。 不是有效的 Win32 应用程序。 (异常来自 HRESULT:0x800700C1)
文件名:“CefSharp.Core.dll”
在 System.Reflection.RuntimeAssembly.nLoadFile(String path, Evidence evidence)
在 System.Reflection.Assembly.LoadFile(String path)
在 CefFlashBrowser.App.<>c.<.ctor>b__1_0(Object s, ResolveEventArgs e)
在 System.AppDomain.OnAssemblyResolveEvent(RuntimeAssembly assembly, String assemblyFullName)

在 CefFlashBrowser.App.InitCefFlash()
在 CefFlashBrowser.App.OnStartup(StartupEventArgs e)

我该如何处理,我使用的是 Windows 10 家庭中文版 22H2 19045.3803

@bai1999
Copy link

bai1999 commented Dec 18, 2023

我在上周1.06版本突然不能使用的情况下,更新了1.07版本,也出现了上边的错误 System.BadImageFormatException: 未能加载文件或程序集“CefSharp.Core, Version=79.1.360.0, Culture=neutral, PublicKeyToken=40c4b6fc221f4138”或它的某一个依赖项。 不是有效的 Win32 应用程序。 (异常来自 HRESULT:0x800700C1) 文件名:“CefSharp.Core, Version=79.1.360.0, Culture=neutral, PublicKeyToken=40c4b6fc221f4138” ---> System.BadImageFormatException: 未能加载文件或程序集“CefSharp.Core.dll”或它的某一个依赖项。 不是有效的 Win32 应用程序。 (异常来自 HRESULT:0x800700C1) 文件名:“CefSharp.Core.dll” 在 System.Reflection.RuntimeAssembly.nLoadFile(String path, Evidence evidence) 在 System.Reflection.Assembly.LoadFile(String path) 在 CefFlashBrowser.App.<>c.<.ctor>b__1_0(Object s, ResolveEventArgs e) 在 System.AppDomain.OnAssemblyResolveEvent(RuntimeAssembly assembly, String assemblyFullName)

在 CefFlashBrowser.App.InitCefFlash() 在 CefFlashBrowser.App.OnStartup(StartupEventArgs e)

我该如何处理,我使用的是 Windows 10 家庭中文版 22H2 19045.3803

我在此期间,有通过设置更新过系统,是否因为这个问题造成的?我是否需要安装.NET?

@Mzying2001
Copy link
Owner

我在上周1.06版本突然不能使用的情况下,更新了1.07版本,也出现了上边的错误 System.BadImageFormatException: 未能加载文件或程序集“CefSharp.Core, Version=79.1.360.0, Culture=neutral, PublicKeyToken=40c4b6fc221f4138”或它的某一个依赖项。 不是有效的 Win32 应用程序。 (异常来自 HRESULT:0x800700C1) 文件名:“CefSharp.Core, Version=79.1.360.0, Culture=neutral, PublicKeyToken=40c4b6fc221f4138” ---> System.BadImageFormatException: 未能加载文件或程序集“CefSharp.Core.dll”或它的某一个依赖项。 不是有效的 Win32 应用程序。 (异常来自 HRESULT:0x800700C1) 文件名:“CefSharp.Core.dll” 在 System.Reflection.RuntimeAssembly.nLoadFile(String path, Evidence evidence) 在 System.Reflection.Assembly.LoadFile(String path) 在 CefFlashBrowser.App.<>c.<.ctor>b__1_0(Object s, ResolveEventArgs e) 在 System.AppDomain.OnAssemblyResolveEvent(RuntimeAssembly assembly, String assemblyFullName)

在 CefFlashBrowser.App.InitCefFlash() 在 CefFlashBrowser.App.OnStartup(StartupEventArgs e)

我该如何处理,我使用的是 Windows 10 家庭中文版 22H2 19045.3803

v1.0.7.1版本修复了一些导致dll加载失败的bug,试试这个版本行不行
https://github.com/Mzying2001/CefFlashBrowser/releases/latest

@bai1999
Copy link

bai1999 commented Dec 19, 2023

我在上周1.06版本突然不能使用的情况下,更新了1.07版本,也出现了上边的错误 System.BadImageFormatException: 未能加载文件或程序集“CefSharp.Core, Version=79.1.360.0, Culture=neutral, PublicKeyToken=40c4b6fc221f4138”或它的某一个依赖项。 不是有效的 Win32 应用程序。 (异常来自 HRESULT:0x800700C1) 文件名:“CefSharp.Core, Version=79.1.360.0, Culture=neutral, PublicKeyToken=40c4b6fc221f4138” ---> System.BadImageFormatException: 未能加载文件或程序集“CefSharp.Core.dll”或它的某一个依赖项。 不是有效的 Win32 应用程序。 (异常来自 HRESULT:0x800700C1) 文件名:“CefSharp.Core.dll” 在 System.Reflection.RuntimeAssembly.nLoadFile(String path, Evidence evidence) 在 System.Reflection.Assembly.LoadFile(String path) 在 CefFlashBrowser.App.<>c.<.ctor>b__1_0(Object s, ResolveEventArgs e) 在 System.AppDomain.OnAssemblyResolveEvent(RuntimeAssembly assembly, String assemblyFullName)
在 CefFlashBrowser.App.InitCefFlash() 在 CefFlashBrowser.App.OnStartup(StartupEventArgs e)
我该如何处理,我使用的是 Windows 10 家庭中文版 22H2 19045.3803

v1.0.7.1版本修复了一些导致dll加载失败的bug,试试这个版本行不行 https://github.com/Mzying2001/CefFlashBrowser/releases/latest

使用了1.0.7.1版本仍然未起到作用,报错信息如下:
System.BadImageFormatException: 未能加载文件或程序集“CefSharp.Core, Version=79.1.360.0, Culture=neutral, PublicKeyToken=40c4b6fc221f4138”或它的某一个依赖项。 不是有效的 Win32 应用程序。 (异常来自 HRESULT:0x800700C1)
文件名:“CefSharp.Core, Version=79.1.360.0, Culture=neutral, PublicKeyToken=40c4b6fc221f4138” ---> System.BadImageFormatException: 未能加载文件或程序集“CefSharp.Core.dll”或它的某一个依赖项。 不是有效的 Win32 应用程序。 (异常来自 HRESULT:0x800700C1)
文件名:“CefSharp.Core.dll”
在 System.Reflection.RuntimeAssembly._nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, RuntimeAssembly locationHint, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks)
在 System.Reflection.RuntimeAssembly.nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, RuntimeAssembly locationHint, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks)
在 System.Reflection.RuntimeAssembly.InternalLoadAssemblyName(AssemblyName assemblyRef, Evidence assemblySecurity, RuntimeAssembly reqAssembly, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks)
在 System.Reflection.RuntimeAssembly.InternalLoadFrom(String assemblyFile, Evidence securityEvidence, Byte[] hashValue, AssemblyHashAlgorithm hashAlgorithm, Boolean forIntrospection, Boolean suppressSecurityChecks, StackCrawlMark& stackMark)
在 System.Reflection.Assembly.LoadFrom(String assemblyFile)
在 CefFlashBrowser.App.<>c.<.ctor>b__1_0(Object s, ResolveEventArgs e)
在 System.AppDomain.OnAssemblyResolveEvent(RuntimeAssembly assembly, String assemblyFullName)

在 CefFlashBrowser.App.InitCefFlash()
在 CefFlashBrowser.App.OnStartup(StartupEventArgs e)

我根据其中报错信息 HRESULT:0x800700C1 进行百度发现,是32位程序无法在64位程序运行。我使用的正是64位程序。

@Mzying2001
Copy link
Owner

我在上周1.06版本突然不能使用的情况下,更新了1.07版本,也出现了上边的错误 System.BadImageFormatException: 未能加载文件或程序集“CefSharp.Core, Version=79.1.360.0, Culture=neutral, PublicKeyToken=40c4b6fc221f4138”或它的某一个依赖项。 不是有效的 Win32 应用程序。 (异常来自 HRESULT:0x800700C1) 文件名:“CefSharp.Core, Version=79.1.360.0, Culture=neutral, PublicKeyToken=40c4b6fc221f4138” ---> System.BadImageFormatException: 未能加载文件或程序集“CefSharp.Core.dll”或它的某一个依赖项。 不是有效的 Win32 应用程序。 (异常来自 HRESULT:0x800700C1) 文件名:“CefSharp.Core.dll” 在 System.Reflection.RuntimeAssembly.nLoadFile(String path, Evidence evidence) 在 System.Reflection.Assembly.LoadFile(String path) 在 CefFlashBrowser.App.<>c.<.ctor>b__1_0(Object s, ResolveEventArgs e) 在 System.AppDomain.OnAssemblyResolveEvent(RuntimeAssembly assembly, String assemblyFullName)
在 CefFlashBrowser.App.InitCefFlash() 在 CefFlashBrowser.App.OnStartup(StartupEventArgs e)
我该如何处理,我使用的是 Windows 10 家庭中文版 22H2 19045.3803

v1.0.7.1版本修复了一些导致dll加载失败的bug,试试这个版本行不行 https://github.com/Mzying2001/CefFlashBrowser/releases/latest

使用了1.0.7.1版本仍然未起到作用,报错信息如下: System.BadImageFormatException: 未能加载文件或程序集“CefSharp.Core, Version=79.1.360.0, Culture=neutral, PublicKeyToken=40c4b6fc221f4138”或它的某一个依赖项。 不是有效的 Win32 应用程序。 (异常来自 HRESULT:0x800700C1) 文件名:“CefSharp.Core, Version=79.1.360.0, Culture=neutral, PublicKeyToken=40c4b6fc221f4138” ---> System.BadImageFormatException: 未能加载文件或程序集“CefSharp.Core.dll”或它的某一个依赖项。 不是有效的 Win32 应用程序。 (异常来自 HRESULT:0x800700C1) 文件名:“CefSharp.Core.dll” 在 System.Reflection.RuntimeAssembly._nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, RuntimeAssembly locationHint, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks) 在 System.Reflection.RuntimeAssembly.nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, RuntimeAssembly locationHint, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks) 在 System.Reflection.RuntimeAssembly.InternalLoadAssemblyName(AssemblyName assemblyRef, Evidence assemblySecurity, RuntimeAssembly reqAssembly, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks) 在 System.Reflection.RuntimeAssembly.InternalLoadFrom(String assemblyFile, Evidence securityEvidence, Byte[] hashValue, AssemblyHashAlgorithm hashAlgorithm, Boolean forIntrospection, Boolean suppressSecurityChecks, StackCrawlMark& stackMark) 在 System.Reflection.Assembly.LoadFrom(String assemblyFile) 在 CefFlashBrowser.App.<>c.<.ctor>b__1_0(Object s, ResolveEventArgs e) 在 System.AppDomain.OnAssemblyResolveEvent(RuntimeAssembly assembly, String assemblyFullName)

在 CefFlashBrowser.App.InitCefFlash() 在 CefFlashBrowser.App.OnStartup(StartupEventArgs e)

我根据其中报错信息 HRESULT:0x800700C1 进行百度发现,是32位程序无法在64位程序运行。我使用的正是64位程序。

试试v1.0.8版本,选64位版本,应该能解决这个问题
https://github.com/Mzying2001/CefFlashBrowser/releases/latest

@bai1999
Copy link

bai1999 commented Dec 23, 2023

我在上周1.06版本突然不能使用的情况下,更新了1.07版本,也出现了上边的错误 System.BadImageFormatException: 未能加载文件或程序集“CefSharp.Core, Version=79.1.360.0, Culture=neutral, PublicKeyToken=40c4b6fc221f4138”或它的某一个依赖项。 不是有效的 Win32 应用程序。 (异常来自 HRESULT:0x800700C1) 文件名:“CefSharp.Core, Version=79.1.360.0, Culture=neutral, PublicKeyToken=40c4b6fc221f4138” ---> System.BadImageFormatException: 未能加载文件或程序集“CefSharp.Core.dll”或它的某一个依赖项。 不是有效的 Win32 应用程序。 (异常来自 HRESULT:0x800700C1) 文件名:“CefSharp.Core.dll” 在 System.Reflection.RuntimeAssembly.nLoadFile(String path, Evidence evidence) 在 System.Reflection.Assembly.LoadFile(String path) 在 CefFlashBrowser.App.<>c.<.ctor>b__1_0(Object s, ResolveEventArgs e) 在 System.AppDomain.OnAssemblyResolveEvent(RuntimeAssembly assembly, String assemblyFullName)
在 CefFlashBrowser.App.InitCefFlash() 在 CefFlashBrowser.App.OnStartup(StartupEventArgs e)
我该如何处理,我使用的是 Windows 10 家庭中文版 22H2 19045.3803

v1.0.7.1版本修复了一些导致dll加载失败的bug,试试这个版本行不行 https://github.com/Mzying2001/CefFlashBrowser/releases/latest

使用了1.0.7.1版本仍然未起到作用,报错信息如下: System.BadImageFormatException: 未能加载文件或程序集“CefSharp.Core, Version=79.1.360.0, Culture=neutral, PublicKeyToken=40c4b6fc221f4138”或它的某一个依赖项。 不是有效的 Win32 应用程序。 (异常来自 HRESULT:0x800700C1) 文件名:“CefSharp.Core, Version=79.1.360.0, Culture=neutral, PublicKeyToken=40c4b6fc221f4138” ---> System.BadImageFormatException: 未能加载文件或程序集“CefSharp.Core.dll”或它的某一个依赖项。 不是有效的 Win32 应用程序。 (异常来自 HRESULT:0x800700C1) 文件名:“CefSharp.Core.dll” 在 System.Reflection.RuntimeAssembly._nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, RuntimeAssembly locationHint, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks) 在 System.Reflection.RuntimeAssembly.nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, RuntimeAssembly locationHint, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks) 在 System.Reflection.RuntimeAssembly.InternalLoadAssemblyName(AssemblyName assemblyRef, Evidence assemblySecurity, RuntimeAssembly reqAssembly, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks) 在 System.Reflection.RuntimeAssembly.InternalLoadFrom(String assemblyFile, Evidence securityEvidence, Byte[] hashValue, AssemblyHashAlgorithm hashAlgorithm, Boolean forIntrospection, Boolean suppressSecurityChecks, StackCrawlMark& stackMark) 在 System.Reflection.Assembly.LoadFrom(String assemblyFile) 在 CefFlashBrowser.App.<>c.<.ctor>b__1_0(Object s, ResolveEventArgs e) 在 System.AppDomain.OnAssemblyResolveEvent(RuntimeAssembly assembly, String assemblyFullName)
在 CefFlashBrowser.App.InitCefFlash() 在 CefFlashBrowser.App.OnStartup(StartupEventArgs e)
我根据其中报错信息 HRESULT:0x800700C1 进行百度发现,是32位程序无法在64位程序运行。我使用的正是64位程序。

试试v1.0.8版本,选64位版本,应该能解决这个问题 https://github.com/Mzying2001/CefFlashBrowser/releases/latest

1.0.8 64位版本,成功运行

@whyvo1
Copy link

whyvo1 commented Dec 24, 2023

System.IO.FileNotFoundException: 未能加载文件或程序集“CefSharp.Core, Version=84.4.10.0, Culture=neutral, PublicKeyToken=40c4b6fc221f4138”或它的某一个依赖项。找不到指定的模块。
文件名:“CefSharp.Core, Version=84.4.10.0, Culture=neutral, PublicKeyToken=40c4b6fc221f4138” ---> System.IO.FileNotFoundException: 未能加载文件或程序集“CefSharp.Core.dll”或它的某一个依赖项。找不到指定的模块。
文件名:“CefSharp.Core.dll”
在 System.Reflection.RuntimeAssembly._nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, RuntimeAssembly locationHint, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks)
在 System.Reflection.RuntimeAssembly.nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, RuntimeAssembly locationHint, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks)
在 System.Reflection.RuntimeAssembly.InternalLoadAssemblyName(AssemblyName assemblyRef, Evidence assemblySecurity, RuntimeAssembly reqAssembly, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks)
在 System.Reflection.RuntimeAssembly.InternalLoadFrom(String assemblyFile, Evidence securityEvidence, Byte[] hashValue, AssemblyHashAlgorithm hashAlgorithm, Boolean forIntrospection, Boolean suppressSecurityChecks, StackCrawlMark& stackMark)
在 System.Reflection.Assembly.LoadFrom(String assemblyFile)
在 CefFlashBrowser.App.<>c.<.ctor>b__1_0(Object s, ResolveEventArgs e)
在 System.AppDomain.OnAssemblyResolveEvent(RuntimeAssembly assembly, String assemblyFullName)

在 CefFlashBrowser.App.InitCefFlash()
在 CefFlashBrowser.App.OnStartup(StartupEventArgs e)

win11,23H2,所有版本都无法打开(以上为1.0.8 32位报错信息)

@Mzying2001
Copy link
Owner

System.IO.FileNotFoundException: 未能加载文件或程序集“CefSharp.Core, Version=84.4.10.0, Culture=neutral, PublicKeyToken=40c4b6fc221f4138”或它的某一个依赖项。找不到指定的模块。 文件名:“CefSharp.Core, Version=84.4.10.0, Culture=neutral, PublicKeyToken=40c4b6fc221f4138” ---> System.IO.FileNotFoundException: 未能加载文件或程序集“CefSharp.Core.dll”或它的某一个依赖项。找不到指定的模块。 文件名:“CefSharp.Core.dll” 在 System.Reflection.RuntimeAssembly._nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, RuntimeAssembly locationHint, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks) 在 System.Reflection.RuntimeAssembly.nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, RuntimeAssembly locationHint, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks) 在 System.Reflection.RuntimeAssembly.InternalLoadAssemblyName(AssemblyName assemblyRef, Evidence assemblySecurity, RuntimeAssembly reqAssembly, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks) 在 System.Reflection.RuntimeAssembly.InternalLoadFrom(String assemblyFile, Evidence securityEvidence, Byte[] hashValue, AssemblyHashAlgorithm hashAlgorithm, Boolean forIntrospection, Boolean suppressSecurityChecks, StackCrawlMark& stackMark) 在 System.Reflection.Assembly.LoadFrom(String assemblyFile) 在 CefFlashBrowser.App.<>c.<.ctor>b__1_0(Object s, ResolveEventArgs e) 在 System.AppDomain.OnAssemblyResolveEvent(RuntimeAssembly assembly, String assemblyFullName)

在 CefFlashBrowser.App.InitCefFlash() 在 CefFlashBrowser.App.OnStartup(StartupEventArgs e)

win11,23H2,所有版本都无法打开(以上为1.0.8 32位报错信息)

不应该啊,你是没有全部文件都解压出来吧,Assets文件夹不能丢,所有依赖都在里面

@whyvo1
Copy link

whyvo1 commented Dec 24, 2023

System.IO.FileNotFoundException: 未能加载文件或程序集“CefSharp.Core, Version=84.4.10.0, Culture=neutral, PublicKeyToken=40c4b6fc221f4138”或它的某一个依赖项。找不到指定的模块。 文件名:“CefSharp.Core, Version=84.4.10.0, Culture=neutral, PublicKeyToken=40c4b6fc221f4138” ---> System.IO.FileNotFoundException: 未能加载文件或程序集“CefSharp.Core.dll”或它的某一个依赖项。找不到指定的模块。 文件名:“CefSharp.Core.dll” 在 System.Reflection.RuntimeAssembly._nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, RuntimeAssembly locationHint, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks) 在 System.Reflection.RuntimeAssembly.nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, RuntimeAssembly locationHint, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks) 在 System.Reflection.RuntimeAssembly.InternalLoadAssemblyName(AssemblyName assemblyRef, Evidence assemblySecurity, RuntimeAssembly reqAssembly, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks) 在 System.Reflection.RuntimeAssembly.InternalLoadFrom(String assemblyFile, Evidence securityEvidence, Byte[] hashValue, AssemblyHashAlgorithm hashAlgorithm, Boolean forIntrospection, Boolean suppressSecurityChecks, StackCrawlMark& stackMark) 在 System.Reflection.Assembly.LoadFrom(String assemblyFile) 在 CefFlashBrowser.App.<>c.<.ctor>b__1_0(Object s, ResolveEventArgs e) 在 System.AppDomain.OnAssemblyResolveEvent(RuntimeAssembly assembly, String assemblyFullName)
在 CefFlashBrowser.App.InitCefFlash() 在 CefFlashBrowser.App.OnStartup(StartupEventArgs e)
win11,23H2,所有版本都无法打开(以上为1.0.8 32位报错信息)

不应该啊,你是没有全部文件都解压出来吧,Assets文件夹不能丢,所有依赖都在里面

应该是全部都解压了
之前22H2的时候可以用1.0.6的,升级到23H2就打不开了,1.0.8的64位也打不开

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

7 participants