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

Windows support is broken #1

Closed
SuperErnD opened this issue May 31, 2024 · 1 comment
Closed

Windows support is broken #1

SuperErnD opened this issue May 31, 2024 · 1 comment
Labels
bug Something isn't working question Further information is requested

Comments

@SuperErnD
Copy link
Owner

While testing Chronic on AppOnFly, i have got problems, when compiling via MinGW, and then running on windows it gives

Assertion failed: _sapp.wgl.arb_pixel_format, file /home/diman/Documents/v/thirdparty/sokol/sokol_app.h, line 6883

when compiling via MSVC (in Github Actions) it segfaults with following text

Unhandled Exception 0xC0000005
C.CaptureStackBackTrace returned less than 2 frames
signal 11: segmentation fault
4 : stbi__callback_realloc ?? 
3 : _C_specific_handler ??
2 : _chkstk ??
1 : RtlVirtualUnwind32 ??
0 : KiUserExceptionDispatcher ??

This issue not about "please help me, im cant run chronic from gh actions on windows", this is about state of broken engine on Windows
And state of fixing this issue. Maybe a Raylib backend will help, but still if anyone can test and debug (for example via gdb or lldb) dm me to Discord: mords._.

And also if you have fixed this issue, feel free to pull request it!

@SuperErnD SuperErnD added bug Something isn't working question Further information is requested labels May 31, 2024
@SuperErnD SuperErnD pinned this issue May 31, 2024
@SuperErnD
Copy link
Owner Author

Fixed. Almost. idk about MSVC (but maybe too), but MinGW is works perfectly when required OpenGL is present (3.3)

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

No branches or pull requests

1 participant