View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0002285 | NoesisGUI | C++ SDK | public | 2022-02-16 19:15 | 2022-02-21 13:43 |
| Reporter | ralspaugh | Assigned To | jsantos | ||
| Priority | normal | Severity | crash | ||
| Status | feedback | Resolution | open | ||
| Product Version | 3.0.11 | ||||
| Summary | 0002285: Crash - Noesis::VGLContext::PackPath | ||||
| Description | Crashes on certain Intel HD GPU's when sending vertex data So far, we have seen this crash on the following cards
Stack trace Possibly related, we are also seeing the following crash w/ stack trace | ||||
| Platform | Windows | ||||
|
Are these machines the same having issues in 0002283 ? Is it possible to execute Noesis in debug? |
|
|
There is some overlap of devices between the two issues. Here's a random sampling of hardware details from devices experiencing both Noesis::VGLContext::PackPath and GLRenderDevice::ActivateProgram crashes. |
|
|
Is the indicated product version (3.0.11) correct? Because, I see discrepancies between line numbers and functions in GLRenderDevice.cpp or maybe you have local changes to that file? But it seems driver is returning a bad pointer when locking the the vertex or index buffer |
|
|
There were some small changes made to the source, but agree, it does appear to be a bad return value from OpenGL mapping the buffer. Is there a fallback value that can be used when we hit this scenario? |
|
|
Problem is, the driver is returning a trash pointer, so probably can be detected with IsBadWritePointer and try to disable the extension, but I need to understand what extension is being active on these cards. If possible I would need a minidump with your .exe + noesis.dll (if you are not using static library) and your pdbs + your GLRenderDevice.cpp We have a Intel HD4000 here, but it not reproducing the issue. I will try with different drivers to see if I am lucky |
|
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2022-02-16 19:15 | ralspaugh | New Issue | |
| 2022-02-16 19:17 | ralspaugh | Description Updated | |
| 2022-02-16 21:09 | jsantos | Note Added: 0007812 | |
| 2022-02-16 21:09 | jsantos | Assigned To | => jsantos |
| 2022-02-16 21:09 | jsantos | Status | new => assigned |
| 2022-02-16 21:10 | jsantos | Status | assigned => feedback |
| 2022-02-16 23:14 | ralspaugh | Note Added: 0007816 | |
| 2022-02-16 23:14 | ralspaugh | Status | feedback => assigned |
| 2022-02-17 11:36 | jsantos | Note Added: 0007818 | |
| 2022-02-17 11:36 | jsantos | Note Edited: 0007818 | |
| 2022-02-17 11:42 | jsantos | Relationship added | related to 0002283 |
| 2022-02-17 11:44 | jsantos | Status | assigned => feedback |
| 2022-02-17 23:39 | ralspaugh | Note Added: 0007820 | |
| 2022-02-17 23:39 | ralspaugh | Status | feedback => assigned |
| 2022-02-21 13:42 | jsantos | Note Added: 0007822 | |
| 2022-02-21 13:42 | jsantos | Status | assigned => feedback |
| 2022-02-21 13:43 | jsantos | Note Edited: 0007822 |