View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0004127 | The Dark Mod | Graphics | public | 31.03.2015 18:18 | 19.12.2018 19:39 |
Reporter | SteveL | Assigned To | stgatilov | ||
Priority | low | Severity | minor | Reproducibility | sometimes |
Status | resolved | Resolution | unable to reproduce | ||
Product Version | TDM 2.03 | ||||
Target Version | TDM 2.06 | Fixed in Version | TDM 2.06 | ||
Summary | 0004127: DrawSurf scissor rect invalid | ||||
Description | Some DrawSurfs in Talbot have a scissor rect of (32000, 32000, -63999, -63999). | ||||
Additional Information | Discovered while working on shadows. Call stack: > TheDarkMod.exe!RB_RenderDrawSurfChainWithFunction() Line 302 C / C++ TheDarkMod.exe!RB_StencilShadowPass() Line 1467 C / C++ TheDarkMod.exe!RB_ARB2_DrawInteractions() Line 307 C / C++ TheDarkMod.exe!RB_STD_DrawView() Line 1959 C / C++ TheDarkMod.exe!RB_DrawView() Line 906 C / C++ Causes OpenGL error. Observed in Talbot in front of the two statues right by the starting position. | ||||
Tags | No tags attached. | ||||
Observed that as well. As a temporary workaround to not provoke a glError added this check if (drawSurf->scissorRect.x2 >= 0 && drawSurf->scissorRect.y2 >= 0) |
|
It might happen because of issue 4516, which is fixed now. If you ever meet this behavior again, please report here. |
|
No recent reports. | |
Date Modified | Username | Field | Change |
---|---|---|---|
31.03.2015 18:18 | SteveL | New Issue | |
31.03.2015 18:18 | SteveL | Status | new => assigned |
31.03.2015 18:18 | SteveL | Assigned To | => SteveL |
31.03.2015 18:32 | SteveL | Description Updated | |
30.12.2015 15:25 | SteveL | Target Version | TDM 2.04 => |
15.02.2017 04:37 | grayman | Assigned To | SteveL => |
15.02.2017 04:37 | grayman | Status | assigned => new |
05.03.2017 07:31 | duzenko | Note Added: 0008759 | |
05.03.2017 07:31 | duzenko | Note Edited: 0008759 | |
07.05.2017 12:33 | stgatilov | Note Added: 0008846 | |
15.09.2017 02:47 | nbohr1more | Relationship added | related to 0004516 |
15.09.2017 02:47 | nbohr1more | Status | new => feedback |
19.12.2018 19:38 | nbohr1more | Note Added: 0010982 | |
19.12.2018 19:39 | nbohr1more | Assigned To | => stgatilov |
19.12.2018 19:39 | nbohr1more | Status | feedback => resolved |
19.12.2018 19:39 | nbohr1more | Resolution | open => unable to reproduce |
19.12.2018 19:39 | nbohr1more | Fixed in Version | => TDM 2.06 |
19.12.2018 19:39 | nbohr1more | Target Version | => TDM 2.06 |