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

Stack overflow. at Photino.NET.PhotinoWindow.Photino_WaitForExit(IntPtr) #141

Open
jeffatroqc opened this issue Sep 27, 2024 · 1 comment
Labels
Linux Only on Linux OS

Comments

@jeffatroqc
Copy link

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. :-)

@MikeYeager MikeYeager added the Linux Only on Linux OS label Oct 3, 2024
@MikeYeager
Copy link
Collaborator

@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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Linux Only on Linux OS
Projects
None yet
Development

No branches or pull requests

2 participants