Replies: 1 comment 3 replies
-
        
 Not yet. It's technically possible, just support hasn't been added. More details in #4155 
 Targeting  
 
 Interesting project, looks very cool 🥇  | 
  
Beta Was this translation helpful? Give feedback.
                  
                    3 replies
                  
                
            
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Environment
Issue
When running my application on Windows 11 ARM64, I get the following error:
{ "HResult": -2147024885, "Source": "CefSharp.Core", "HelpURL": null, "Message": "Could not load file or assembly 'CefSharp.Core.Runtime, Version=139.0.280.0, Culture=neutral, PublicKeyToken=40c4b6fc221f4138' or one of its dependencies. An attempt was made to load a program with an incorrect format.", "ClassName": "System.BadImageFormatException", "Data": { "System.Object": null }, "FullMessage": "Could not load file or assembly 'CefSharp.Core.Runtime, Version=139.0.280.0, Culture=neutral, PublicKeyToken=40c4b6fc221f4138' or one of its dependencies. An attempt was made to load a program with an incorrect format.", "RawStackTrace": " at CefSharp.CefSettingsBase..ctor()\r\n at CefSharp.Wpf.HwndHost.CefSettings..ctor()\r\n at Sucrose.Live.CefSharp.App.Configure() in E:\\MyProject\\Sucrose\\Pro\\Sucrose\\src\\Live\\Sucrose.Live.CefSharp\\App.xaml.cs:line 305\r\n at Sucrose.Live.CefSharp.App.Checker() in E:\\MyProject\\Sucrose\\Pro\\Sucrose\\src\\Live\\Sucrose.Live.CefSharp\\App.xaml.cs:line 219\r\n at Sucrose.Live.CefSharp.App.OnStartup(StartupEventArgs e) in E:\\MyProject\\Sucrose\\Pro\\Sucrose\\src\\Live\\Sucrose.Live.CefSharp\\App.xaml.cs:line 623\r\n at System.Windows.Application.<.ctor>b__1_0(Object unused)\r\n at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)\r\n at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)", "StackTrace": [ { "Method": "Void .ctor()", "LineNumber": 0, "FileName": null, "ColumnNumber": 0 }, { "Method": "Void .ctor()", "LineNumber": 0, "FileName": null, "ColumnNumber": 0 }, { "Method": "Void Configure()", "LineNumber": 305, "FileName": "E:\\MyProject\\Sucrose\\Pro\\Sucrose\\src\\Live\\Sucrose.Live.CefSharp\\App.xaml.cs", "ColumnNumber": 25 }, { "Method": "Void Checker()", "LineNumber": 219, "FileName": "E:\\MyProject\\Sucrose\\Pro\\Sucrose\\src\\Live\\Sucrose.Live.CefSharp\\App.xaml.cs", "ColumnNumber": 17 }, { "Method": "Void OnStartup(System.Windows.StartupEventArgs)", "LineNumber": 623, "FileName": "E:\\MyProject\\Sucrose\\Pro\\Sucrose\\src\\Live\\Sucrose.Live.CefSharp\\App.xaml.cs", "ColumnNumber": 21 }, { "Method": "System.Object <.ctor>b__1_0(System.Object)", "LineNumber": 0, "FileName": null, "ColumnNumber": 0 }, { "Method": "System.Object InternalRealCall(System.Delegate, System.Object, Int32)", "LineNumber": 0, "FileName": null, "ColumnNumber": 0 }, { "Method": "System.Object TryCatchWhen(System.Object, System.Delegate, System.Object, Int32, System.Delegate)", "LineNumber": 0, "FileName": null, "ColumnNumber": 0 } ], "InnerException": null }Repro Steps
BadImageFormatException.Additional Information
Question
Thanks for your great work on CefSharp 🙏
Beta Was this translation helpful? Give feedback.
All reactions