Skip to content

Can't create window #2546

@Luminisc

Description

@Luminisc

Summary

Can't create window with OpenGL on Raspberry PI 5.

Steps to reproduce

  • Platform: Desktop - Raspberry PI 5
  • Framework Version: .NET 9
  • API: OpenGL
  • API Version: OpenGL version string: 3.1 Mesa 24.2.8-1~bpo12+rpt4
    Simple code from tutorial:
using Silk.NET.Maths;
using Silk.NET.Windowing;

var windowOptions = WindowOptions.Default with
{
    Size = new Vector2D<int>(800, 600),
    Title = "some title"
};

IWindow window = Window.Create(windowOptions);
window.Run();
Console.ReadKey();

But once window.Run() gets executed, application immediately closes with Segmentation Fault.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type
    No fields configured for issues without a type.

    Projects

    Status

    Todo

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions