| Summary: | Blit_3or4_to_3or4__inversed_rgb crashes to terminal on win10 | ||
|---|---|---|---|
| Product: | SDL | Reporter: | Dustin T Irwin <dusty.irwin> |
| Component: | video | Assignee: | Sam Lantinga <slouken> |
| Status: | NEW --- | QA Contact: | Sam Lantinga <slouken> |
| Severity: | normal | ||
| Priority: | P2 | CC: | sylvain.becker |
| Version: | don't know | ||
| Hardware: | x86_64 | ||
| OS: | Windows 10 | ||
| Attachments: | testcase | ||
|
Description
Dustin T Irwin
2020-10-26 22:19:38 UTC
Hello, The best to investigate would be a small test-case. (even in Julia). and/or the image that cause the image the issue. maybe you can log some info in your code.
before calling:
SDL_CreateTextureFromSurface()
add something like:
SDL_Log("image w=%d h=%d pitch=%d", surface->w, surface->h, surface->pitch);
Created attachment 4488 [details]
testcase
here's my test-case and it converts the surface with no invalid memory access.
maybe you can translate it to Julia and test it.
|