after I built the project successfully on Windows 10, with my Ryzen 5 2600, RTX 3070, 32 GB DDR4 memory PC.,
when I run the command .\build\windows\bin\RayTracer.exe --benchmark --width 1920 --height 1080 --scene 1 --present-mode 0, I get the following error:
FATAL: failed to load icon
0# 0x00007FF6BDF01978 in RayTracer
1# 0x00007FF6BDEF383E in RayTracer
2# 0x00007FF6BDF24397 in RayTracer
3# 0x00007FF6BDF399DC in RayTracer
4# 0x00007FF6BDF3C58E in RayTracer
5# 0x00007FF6BDF31ABE in RayTracer
6# 0x00007FF6BDF299CF in RayTracer
7# 0x00007FF6BE036320 in RayTracer
8# BaseThreadInitThunk in KERNEL32
9# RtlUserThreadStart in ntdll
Hi,
after I built the project successfully on Windows 10, with my Ryzen 5 2600, RTX 3070, 32 GB DDR4 memory PC., when I run the command
.\build\windows\bin\RayTracer.exe --benchmark --width 1920 --height 1080 --scene 1 --present-mode 0
, I get the following error:How can I fix that?