You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are try to package a blazor app on Rocky linux 8 running in Vmware with 3D graphic acceleration turned on.
Recompiled Photino.Native.so and that went well. It runs fine with 3D shut off but with 3D turned on we get this:
[roqc01@localhost net6.0]$ ./Photino.Blazor.Sample
Photino.NET: "Photino".SetTitle(Photino.Blazor App)
Photino.NET: "Photino.Blazor App".SetUseOsDefaultSize(False)
Photino.NET: "Photino.Blazor App".SetUseOsDefaultLocation(False)
Photino.NET: "Photino.Blazor App".SetWidth(1000)
Photino.NET: "Photino.Blazor App".SetHeight(900)
Photino.NET: "Photino.Blazor App".SetLeft(0)
Photino.NET: "Photino.Blazor App".SetTop(100)
Photino.NET: "Photino.Blazor App".SetIconFile(favicon.ico)
Photino.NET: "Photino.Blazor App".SetTitle(Photino Blazor Sample)
Photino.NET: "Photino Blazor Sample".Load(/)
Photino.NET: "Photino Blazor Sample" ** File "/" could not be found.
Photino.NET: "Photino Blazor Sample".Load(app://localhost/)
Stack overflow.
at Photino.NET.PhotinoWindow.Photino_WaitForExit(IntPtr)
at Photino.NET.PhotinoWindow.b__360_1()
at Photino.NET.PhotinoWindow.Invoke(System.Action)
at Photino.NET.PhotinoWindow.WaitForClose()
at Photino.Blazor.PhotinoBlazorApp.Run()
at Photino.Blazor.Sample.Program.Main(System.String[])
Aborted (core dumped)
Any thoughts how to circumvent this? Is this
Is this a webkit2gtk-4.0 issue?
@jeffatroqc Unfortunately, we don't have the resources to reproduce your hardware and OS setup. I can say this is the first we've heard of a hardware acceleration issue. It could be so many things from the video hardware, driver, VMWare, etc. Maybe someone else from the community has an idea?
We are try to package a blazor app on Rocky linux 8 running in Vmware with 3D graphic acceleration turned on.
Recompiled Photino.Native.so and that went well. It runs fine with 3D shut off but with 3D turned on we get this:
[roqc01@localhost net6.0]$ ./Photino.Blazor.Sample
Photino.NET: "Photino".SetTitle(Photino.Blazor App)
Photino.NET: "Photino.Blazor App".SetUseOsDefaultSize(False)
Photino.NET: "Photino.Blazor App".SetUseOsDefaultLocation(False)
Photino.NET: "Photino.Blazor App".SetWidth(1000)
Photino.NET: "Photino.Blazor App".SetHeight(900)
Photino.NET: "Photino.Blazor App".SetLeft(0)
Photino.NET: "Photino.Blazor App".SetTop(100)
Photino.NET: "Photino.Blazor App".SetIconFile(favicon.ico)
Photino.NET: "Photino.Blazor App".SetTitle(Photino Blazor Sample)
Photino.NET: "Photino Blazor Sample".Load(/)
Photino.NET: "Photino Blazor Sample" ** File "/" could not be found.
Photino.NET: "Photino Blazor Sample".Load(app://localhost/)
Stack overflow.
at Photino.NET.PhotinoWindow.Photino_WaitForExit(IntPtr)
at Photino.NET.PhotinoWindow.b__360_1()
at Photino.NET.PhotinoWindow.Invoke(System.Action)
at Photino.NET.PhotinoWindow.WaitForClose()
at Photino.Blazor.PhotinoBlazorApp.Run()
at Photino.Blazor.Sample.Program.Main(System.String[])
Aborted (core dumped)
Any thoughts how to circumvent this? Is this
Is this a webkit2gtk-4.0 issue?
Tried this:
"hardware_acceleration_policy", WEBKIT_HARDWARE_ACCELERATION_POLICY_NEVER, // default: WEBKIT_HARDWARE_ACCELERATION_POLICY_ALWAYS
We are not Linux/C++ savvy, so any suggestions would be appreciated. :-)
The text was updated successfully, but these errors were encountered: