View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0002442 | NoesisGUI | C# SDK | public | 2022-10-14 20:10 | 2022-12-01 20:44 |
| Reporter | ladwhn3 | Assigned To | jsantos | ||
| Priority | normal | Severity | crash | ||
| Status | assigned | Resolution | open | ||
| Product Version | 3.1.5 | ||||
| Target Version | 3.1.7 | ||||
| Summary | 0002442: Access violation in Noesis_RenderDeviceD3D12_Create | ||||
| Description | When trying to use RenderContextD3D12 in HelloWorld C# sample, an Access violation exception is thrown in Noesis_RenderDeviceD3D12_Create. Exception is not thrown and RenderContextD3D12 works fine when app's target framework is .NET 6.0 or 7.0. HelloWorld sample targets .NET Framework. Exception is thrown when compiling with Native AOT in .NET 7.0. Stack trace in Noesis module looks exactly the same. Child-SP RetAddr Call Site00 00000032 | ||||
| Platform | Any | ||||
|
Thanks for reporting this. We haven't tried Native AOT Deployment yet. Is this also happening with D3D11 ? |
|
|
Exception is thrown for Native AOT but also for .NET Framework (which HelloWorld sample targets, so the issue can be easily reproduced). Excuse my confusing syntax. D3D11 does not have this issue. |
|
|
The callstack for the error is:
D3D12: Removing Device. DXGI_ERROR_DEVICE_REMOVED (0x887a0005): The GPU instance has been suspended. DXGI_ERROR_DRIVER_INTERNAL_ERROR (0x887A0020): The driver encountered a problem and was put into the device removed state. The error occur when calling: mDevice->CreateGraphicsPipelineState(&desc, DX_ARGS(&program->pso[i])); |
|
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2022-10-14 20:10 | ladwhn3 | New Issue | |
| 2022-10-14 20:10 | ladwhn3 | Tag Attached: D3D12 | |
| 2022-10-17 12:17 | jsantos | Note Added: 0008102 | |
| 2022-10-17 12:17 | jsantos | Assigned To | => jsantos |
| 2022-10-17 12:17 | jsantos | Status | new => feedback |
| 2022-10-17 12:17 | jsantos | Assigned To | jsantos => sfernandez |
| 2022-10-17 13:47 | ladwhn3 | Note Added: 0008103 | |
| 2022-10-17 13:47 | ladwhn3 | Status | feedback => assigned |
| 2022-11-02 12:00 | jsantos | Target Version | => 3.1.6 |
| 2022-11-07 17:13 | sfernandez | Target Version | 3.1.6 => 3.1.7 |
| 2022-12-01 20:40 | sfernandez | Note Added: 0008182 | |
| 2022-12-01 20:40 | sfernandez | Assigned To | sfernandez => jsantos |
| 2022-12-01 20:41 | sfernandez | Note Edited: 0008182 | |
| 2022-12-01 20:44 | sfernandez | Note Edited: 0008182 |