View Issue Details

IDProjectCategoryView StatusLast Update
0004732NoesisGUIC++ SDKpublic2026-01-27 14:03
Reportermgb Assigned Tojsantos  
PrioritynormalSeveritycrash 
Status resolvedResolutionreopened 
Product Version3.2.10 
Target Version3.2.11Fixed in Version3.2.11 
Summary0004732: Random crashes in the C++ SDK
Description

Good afternoon, after updating to version 3.2.10 we are experiencing several unidentified crashes within Noesis... we tried to identify them in debug mode but were unable to reproduce them... Could you send us the debug symbols for version 3.2.10 so we can try to understand what is happening?

This happens on:
Windows - Release - x64 and x86.
Android
iOS
macOS

See some examples in the attached screenshots.

Thank you.

Attached Files
crash1.jpg (378,468 bytes)
crash2.jpg (421,013 bytes)
PlatformAny

Activities

jsantos

jsantos

2026-01-26 11:10

manager   ~0011766

Could you please attach dumps for the crashes (for windows)?

With the license you were given access to a folder with all our binaries, including debug ones. Could you please try with the debug library?

mgb

mgb

2026-01-26 11:14

reporter   ~0011767

Unfortunately, our sentry isn't saving the dump, only the stack trace. And we've tried to reproduce the problem several times; it only happens with our users on the release server...

jsantos

jsantos

2026-01-26 11:23

manager   ~0011768

Symbols and debug libraries are available in the binaries folder.

mgb

mgb

2026-01-26 11:31

reporter   ~0011769

But I can't reproduce the crash in debug mode, only with the binaries in release mode. Could you look at the stack trace I provided using the offsets in the .map file?

For example:

EXCEPTION_ACCESS_VIOLATION_READ / 0x8: Fatal Error: EXCEPTION_ACCESS_VIOLATION_READ / 0x8
Noesis 0x7ff9874b3001 null
Noesis 0x7ff9874afc73 null
Noesis 0x7ff987651ff2 null
Noesis 0x7ff9874b026e null
muaway_v3 0x0001402f240b CNSBaseViewModel::Render (CNSBaseViewModel.cpp:193)
muaway_v3 0x0001403d5117 CNSManager::NSRender (CNSManager.cpp:129)
muaway_v3 0x00014030fd43 CNSProcess::NSRender (CNSProcess.cpp:315)
muaway_v3 0x0001407b018e RenderInfomation (ZzzScene.cpp:394)
muaway_v3 0x0001407b018e RenderMainScene (ZzzScene.cpp:2000)
muaway_v3 0x0001407abed0 MainScene (ZzzScene.cpp:2519)
muaway_v3 0x0001407b0b20 Scene (ZzzScene.cpp:3192)
muaway_v3 0x0001404a6675 NativeEngine::DrawScene (NativeEngine.cpp:469)
muaway_v3 0x0001406073fc WinMain (Winmain.cpp:770)
muaway_v3 0x00014098cbf9 invoke_main (exe_common.inl:102)
muaway_v3 0x00014098cbf9 __scrt_common_main_seh (exe_common.inl:288)
KERNEL32.DLL 0x7ff9cce153df BaseThreadInitThunk
ntdll 0x7ff9ce64485a RtlUserThreadStart


EXCEPTION_ACCESS_VIOLATION_READ / 0xa: Fatal Error: EXCEPTION_ACCESS_VIOLATION_READ / 0xa
Noesis 0x7ffd6e0c9447 null
Noesis 0x7ffd6e0ce250 null
Noesis 0x7ffd6e0b6c1b null
ig9icd64 0x7ffd3cf94f00 null
ig9icd64 0x7ffd3db90328 null
ig9icd64 0x7ffd3cef9aa9 null
ig9icd64 0x7ffd3d6e4301 null
ig9icd64 0x7ffd3d60d35b null
ig9icd64 0x7ffd3d417af2 null
ig9icd64 0x7ffd3d4f1cdf null
Noesis 0x7ffd6df0f705 null
Noesis 0x7ffd6df0fbf4 null
muaway_v3 0x0001402eea63 CNSBaseViewModel::Render (CNSBaseViewModel.cpp:209)
muaway_v3 0x00014027d9bc CNSBillboardViewModel::Render (BillboardViewModel.cpp:234)
muaway_v3 0x000140534cc2 SEASON3B::CNewUISystem::Render (NewUISystem.cpp:430)
muaway_v3 0x0001407957d6 RenderMainScene (ZzzScene.cpp:1962)
muaway_v3 0x000140791420 MainScene (ZzzScene.cpp:2511)
muaway_v3 0x0001407961d0 Scene (ZzzScene.cpp:3184)
muaway_v3 0x000140497155 NativeEngine::DrawScene (NativeEngine.cpp:423)
muaway_v3 0x0001405e948c WinMain (Winmain.cpp:770)
muaway_v3 0x000140906fc9 invoke_main (exe_common.inl:102)
muaway_v3 0x000140906fc9 __scrt_common_main_seh (exe_common.inl:288)
KERNEL32.DLL 0x7ffdc5ebe8d6 BaseThreadInitThunk
ntdll 0x7ffdc646c53b RtlUserThreadStart

jsantos

jsantos

2026-01-26 12:13

manager   ~0011770

Symbols for our binaries are available in that folder. Please have a look at them.

Thank you.

jsantos

jsantos

2026-01-26 12:14

manager   ~0011771

Last edited: 2026-01-26 12:14

But seeing ig9icd64 in the middle is probably an indication of a GPU issue (out of memory probably).

mgb

mgb

2026-01-26 14:29

reporter   ~0011773

I enabled sentry to save dumps, and I managed to get some from Windows build. Since there's no possibility of sending the PDBs related to the release binaries, we'll revert to version 3.2.4, which was being used before and didn't have these crashes, to analyze if the crash rate will return to normal as it was before.
Thank you.

jsantos

jsantos

2026-01-26 17:02

manager   ~0011775

Hello! Thanks for the dumps.

I can confirm this was fixed in trunk and will be available in the upcoming 3.2.11.

mgb

mgb

2026-01-26 21:32

reporter   ~0011776

Do you already have an estimated release date for version 3.2.11?

I uploaded 4 different dumps with different stack traces; are they all the same problem?

Thank you.

jsantos

jsantos

2026-01-26 23:05

manager   ~0011777

Last edited: 2026-01-26 23:05

The 4 dumps point to the same issue (you have symbols for every version in the download folder you were given with your license).

Noesis 3.2.11 is planned to be released next week.

Issue History

Date Modified Username Field Change
2026-01-23 19:10 mgb New Issue
2026-01-23 19:10 mgb File Added: crash1.jpg
2026-01-23 19:10 mgb File Added: crash2.jpg
2026-01-26 11:09 jsantos Assigned To => jsantos
2026-01-26 11:09 jsantos Status new => assigned
2026-01-26 11:09 jsantos Target Version => 3.2.11
2026-01-26 11:10 jsantos Note Added: 0011766
2026-01-26 11:10 jsantos Status assigned => feedback
2026-01-26 11:14 mgb Note Added: 0011767
2026-01-26 11:14 mgb Status feedback => assigned
2026-01-26 11:23 jsantos Note Added: 0011768
2026-01-26 11:23 jsantos Status assigned => feedback
2026-01-26 11:31 mgb Note Added: 0011769
2026-01-26 11:31 mgb Status feedback => assigned
2026-01-26 12:13 jsantos Note Added: 0011770
2026-01-26 12:14 jsantos Note Added: 0011771
2026-01-26 12:14 jsantos Note Edited: 0011771
2026-01-26 14:29 mgb Note Added: 0011773
2026-01-26 14:29 mgb File Added: 5b785df3-7b40-48f0-9838-417d04029fa1.dmp
2026-01-26 14:29 mgb File Added: 1182a430-410e-45a3-a179-fe9fe074482c.dmp
2026-01-26 14:29 mgb File Added: 75805f68-44e3-4d07-9a6c-bd853a4d2d5f.dmp
2026-01-26 14:29 mgb File Added: ad2f8119-df54-42a6-874a-177339c615b6.dmp
2026-01-26 17:02 jsantos Note Added: 0011775
2026-01-26 17:03 jsantos Status assigned => resolved
2026-01-26 17:03 jsantos Resolution open => fixed
2026-01-26 17:03 jsantos Fixed in Version => 3.2.11
2026-01-26 21:32 mgb Status resolved => feedback
2026-01-26 21:32 mgb Resolution fixed => reopened
2026-01-26 21:32 mgb Note Added: 0011776
2026-01-26 23:05 jsantos Note Added: 0011777
2026-01-26 23:05 jsantos Note Edited: 0011777
2026-01-27 14:01 jsantos Status feedback => resolved
2026-01-27 14:03 jsantos View Status private => public