Issues.00617 - lordmundi/wikidoctest GitHub Wiki
00617: dsp_jpeggrab crashes during startup on the Mac
Summary: dsp_jpeggrab crashes during startup on the Mac
Created: 2017–05–26 10:47
Status: Released
Category: Bug
From: alin
Version: 2.4
Released_In: 2.4.1
Description:
dsp_jpeggrab crashes during startup on the Mac
Comments
Associated Commits
| commit | 5f57b99f3e54a95bf841f0a5f55856eaaf983e12
link5 |
||
| Author: | Alex Lin
|
| Date: | Fri May 26 10:49:30 2017 -0500
|
| Message: | [@Issue 00617: dsp_jpeggrab crashes during startup on the Mac
The call to get GL_MAX_VIEWPORT_DIMS is too early. Moved the call from the initialization routine to the first pass block of the cyclic loop. @] |
Affected Files:
src/plugins/dsp_jpeggrab.c | 13 +++++±------
1 file changed, 6 insertions(+), 7 deletions(-)
| commit | bffea69a4a218a762690458f54f521485f4fb460
link6 |
||
| Author: | Alex Lin
|
| Date: | Fri May 26 10:48:01 2017 -0500
|
| Message: | [@Issue 00617: dsp_jpeggrab crashes during startup on the Mac
The call to get GL_MAX_VIEWPORT_DIMS is too early. Moved the call from the initialization routine to the first pass block of the cyclic loop. @] |
Affected Files:
src/plugins/dsp_jpeggrab.c | 13 +++++±------
1 file changed, 6 insertions(+), 7 deletions(-)