Commit ee28639
committed
Processing.cpp: glfwCreateWindow null check and DLL copy fixes
- Add null check after glfwCreateWindow with MessageBoxA driver update
links on Windows (fixes 0xC0000005 crash on old/missing GPU drivers)
- checkWindowsDLLs: copy all required DLLs next to binary unconditionally
on every build (fixes 0xC0000005 on fresh Windows installs where DLLs
exist in msys64/mingw64/bin but not next to the sketch exe)1 parent c6202fe commit ee28639
1 file changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
548 | 548 | | |
549 | 549 | | |
550 | 550 | | |
551 | | - | |
| 551 | + | |
552 | 552 | | |
553 | 553 | | |
554 | 554 | | |
| |||
2494 | 2494 | | |
2495 | 2495 | | |
2496 | 2496 | | |
| 2497 | + | |
2497 | 2498 | | |
2498 | 2499 | | |
| 2500 | + | |
2499 | 2501 | | |
2500 | 2502 | | |
2501 | 2503 | | |
| |||
4851 | 4853 | | |
4852 | 4854 | | |
4853 | 4855 | | |
| 4856 | + | |
4854 | 4857 | | |
4855 | 4858 | | |
| 4859 | + | |
4856 | 4860 | | |
4857 | 4861 | | |
4858 | 4862 | | |
| |||
0 commit comments