simple_gltf_test has null ptr issue
ValorZard opened this issue · 1 comments
ValorZard commented
Describe the bug
To Reproduce
Steps to reproduce the behavior:
- Set up cmake project on windows
- Set "simple_gltf_test" as startup project
- Run in Visual Studio
Expected behavior
For it to work
Screenshots
If applicable, add screenshots to help explain your problem.
Logs
If applicable, copy full logs from your console here. Please do not
use screenshots of logs, copy them as text, use gist or attach an uncompressed file.
'simple_gltf_test.exe' (Win32): Loaded 'C:\github\filament\out\samples\Debug\simple_gltf_test.exe'. Symbols loaded.
'simple_gltf_test.exe' (Win32): Loaded 'C:\Windows\System32\ntdll.dll'. Symbol loading disabled by Include/Exclude setting.
'simple_gltf_test.exe' (Win32): Loaded 'C:\Windows\System32\kernel32.dll'. Symbol loading disabled by Include/Exclude setting.
'simple_gltf_test.exe' (Win32): Loaded 'C:\Windows\System32\KernelBase.dll'. Symbol loading disabled by Include/Exclude setting.
'simple_gltf_test.exe' (Win32): Loaded 'C:\Windows\System32\apphelp.dll'. Symbol loading disabled by Include/Exclude setting.
'simple_gltf_test.exe' (Win32): Loaded 'C:\Windows\System32\imm32.dll'. Symbol loading disabled by Include/Exclude setting.
'simple_gltf_test.exe' (Win32): Loaded 'C:\Windows\System32\win32u.dll'. Symbol loading disabled by Include/Exclude setting.
'simple_gltf_test.exe' (Win32): Loaded 'C:\Windows\System32\ole32.dll'. Symbol loading disabled by Include/Exclude setting.
'simple_gltf_test.exe' (Win32): Loaded 'C:\Windows\System32\msvcp_win.dll'. Symbol loading disabled by Include/Exclude setting.
'simple_gltf_test.exe' (Win32): Loaded 'C:\Windows\System32\ucrtbase.dll'. Symbol loading disabled by Include/Exclude setting.
'simple_gltf_test.exe' (Win32): Loaded 'C:\Windows\System32\gdi32.dll'. Symbol loading disabled by Include/Exclude setting.
'simple_gltf_test.exe' (Win32): Loaded 'C:\Windows\System32\gdi32full.dll'. Symbol loading disabled by Include/Exclude setting.
'simple_gltf_test.exe' (Win32): Loaded 'C:\Windows\System32\user32.dll'. Symbol loading disabled by Include/Exclude setting.
'simple_gltf_test.exe' (Win32): Loaded 'C:\Windows\System32\combase.dll'. Symbol loading disabled by Include/Exclude setting.
'simple_gltf_test.exe' (Win32): Loaded 'C:\Windows\System32\rpcrt4.dll'. Symbol loading disabled by Include/Exclude setting.
'simple_gltf_test.exe' (Win32): Loaded 'C:\Windows\System32\oleaut32.dll'. Symbol loading disabled by Include/Exclude setting.
'simple_gltf_test.exe' (Win32): Loaded 'C:\Windows\System32\shell32.dll'. Symbol loading disabled by Include/Exclude setting.
'simple_gltf_test.exe' (Win32): Loaded 'C:\Windows\System32\WinTypes.dll'. Symbol loading disabled by Include/Exclude setting.
'simple_gltf_test.exe' (Win32): Loaded 'C:\Windows\System32\shlwapi.dll'. Symbol loading disabled by Include/Exclude setting.
'simple_gltf_test.exe' (Win32): Loaded 'C:\Windows\System32\msvcrt.dll'. Symbol loading disabled by Include/Exclude setting.
'simple_gltf_test.exe' (Win32): Loaded 'C:\Windows\System32\advapi32.dll'. Symbol loading disabled by Include/Exclude setting.
'simple_gltf_test.exe' (Win32): Loaded 'C:\Windows\System32\sechost.dll'. Symbol loading disabled by Include/Exclude setting.
'simple_gltf_test.exe' (Win32): Loaded 'C:\Windows\System32\wsock32.dll'. Symbol loading disabled by Include/Exclude setting.
'simple_gltf_test.exe' (Win32): Loaded 'C:\Windows\System32\ws2_32.dll'. Symbol loading disabled by Include/Exclude setting.
'simple_gltf_test.exe' (Win32): Loaded 'C:\Windows\System32\version.dll'. Symbol loading disabled by Include/Exclude setting.
'simple_gltf_test.exe' (Win32): Loaded 'C:\Windows\System32\winmm.dll'. Symbol loading disabled by Include/Exclude setting.
'simple_gltf_test.exe' (Win32): Loaded 'C:\Windows\System32\opengl32.dll'. Symbol loading disabled by Include/Exclude setting.
'simple_gltf_test.exe' (Win32): Loaded 'C:\Windows\System32\glu32.dll'. Symbol loading disabled by Include/Exclude setting.
'simple_gltf_test.exe' (Win32): Loaded 'C:\Windows\System32\DXCore.dll'. Symbol loading disabled by Include/Exclude setting.
The thread 30068 has exited with code 0 (0x0).
'simple_gltf_test.exe' (Win32): Loaded 'C:\Windows\System32\windows.storage.dll'. Symbol loading disabled by Include/Exclude setting.
'simple_gltf_test.exe' (Win32): Loaded 'C:\Windows\System32\uxtheme.dll'. Symbol loading disabled by Include/Exclude setting.
'simple_gltf_test.exe' (Win32): Loaded 'C:\Windows\System32\SHCore.dll'. Symbol loading disabled by Include/Exclude setting.
'simple_gltf_test.exe' (Win32): Loaded 'C:\ProgramData\A-Volute\A-Volute.Nahimic\Modules\Scheduled\x64\AudioDevProps2.dll'. Symbol loading disabled by Include/Exclude setting.
'simple_gltf_test.exe' (Win32): Loaded 'C:\Windows\System32\msctf.dll'. Symbol loading disabled by Include/Exclude setting.
'simple_gltf_test.exe' (Win32): Loaded 'C:\Windows\System32\kernel.appcore.dll'. Symbol loading disabled by Include/Exclude setting.
'simple_gltf_test.exe' (Win32): Loaded 'C:\Windows\System32\bcryptprimitives.dll'. Symbol loading disabled by Include/Exclude setting.
'simple_gltf_test.exe' (Win32): Loaded 'C:\Windows\System32\clbcatq.dll'. Symbol loading disabled by Include/Exclude setting.
'simple_gltf_test.exe' (Win32): Loaded 'C:\Windows\System32\TextInputFramework.dll'. Symbol loading disabled by Include/Exclude setting.
'simple_gltf_test.exe' (Win32): Loaded 'C:\Windows\System32\CoreMessaging.dll'. Symbol loading disabled by Include/Exclude setting.
'simple_gltf_test.exe' (Win32): Loaded 'C:\Windows\System32\CoreUIComponents.dll'. Symbol loading disabled by Include/Exclude setting.
'simple_gltf_test.exe' (Win32): Loaded 'C:\Windows\System32\cryptbase.dll'. Symbol loading disabled by Include/Exclude setting.
The thread 27324 has exited with code 0 (0x0).
The thread 'JobSystem::loop' (20588) has exited with code 0 (0x0).
The thread 'JobSystem::loop' (7000) has exited with code 0 (0x0).
The thread 'JobSystem::loop' (6960) has exited with code 0 (0x0).
The thread 'JobSystem::loop' (4184) has exited with code 0 (0x0).
The thread 'JobSystem::loop' (42776) has exited with code 0 (0x0).
The thread 'JobSystem::loop' (25340) has exited with code 0 (0x0).
The thread 'JobSystem::loop' (34464) has exited with code 0 (0x0).
The thread 'JobSystem::loop' (35952) has exited with code 0 (0x0).
The thread 'JobSystem::loop' (22832) has exited with code 0 (0x0).
The thread 'JobSystem::loop' (22452) has exited with code 0 (0x0).
The thread 'JobSystem::loop' (34388) has exited with code 0 (0x0).
The thread 'JobSystem::loop' (38524) has exited with code 0 (0x0).
The thread 'JobSystem::loop' (9372) has exited with code 0 (0x0).
The thread 'JobSystem::loop' (25080) has exited with code 0 (0x0).
The thread 'JobSystem::loop' (21732) has exited with code 0 (0x0).
The thread 'JobSystem::loop' (11428) has exited with code 0 (0x0).
The thread 'JobSystem::loop' (34932) has exited with code 0 (0x0).
The thread 'JobSystem::loop' (37860) has exited with code 0 (0x0).
The thread 'JobSystem::loop' (4444) has exited with code 0 (0x0).
The thread 'JobSystem::loop' (24444) has exited with code 0 (0x0).
The thread 'JobSystem::loop' (8308) has exited with code 0 (0x0).
The thread 'JobSystem::loop' (35628) has exited with code 0 (0x0).
The thread 'JobSystem::loop' (11528) has exited with code 0 (0x0).
The thread 'JobSystem::loop' (24980) has exited with code 0 (0x0).
The thread 'JobSystem::loop' (42156) has exited with code 0 (0x0).
The thread 'JobSystem::loop' (16148) has exited with code 0 (0x0).
The thread 'JobSystem::loop' (42716) has exited with code 0 (0x0).
The thread 'JobSystem::loop' (22428) has exited with code 0 (0x0).
The thread 'JobSystem::loop' (42048) has exited with code 0 (0x0).
The thread 'JobSystem::loop' (9436) has exited with code 0 (0x0).
Exception thrown: read access violation.
**this** was nullptr.
The program '[39440] simple_gltf_test.exe' has exited with code 0 (0x0).
Desktop (please complete the following information):
- OS: [e.g. iOS] Windows
- GPU: [e.g. NVIDIA GTX 1080] NVIDIA GTX 4070
- Backend: [OpenGL/Vulkan] Vulkan I'm pretty sure
Smartphone (please complete the following information):
- Device: [e.g. Pixel 2]
- OS: [e.g. Android Pie 9.0]
Additional context
Add any other context about the problem here.
pixelflinger commented
this test has been removed.