GPSnoopy / RayTracingInVulkan

Implementation of Peter Shirley's Ray Tracing In One Weekend book using Vulkan and NVIDIA's RTX extension.
BSD 3-Clause "New" or "Revised" License
1.28k stars 116 forks source link

FATAL: failed to load icon #61

Closed AntonioNoack closed 2 years ago

AntonioNoack commented 2 years ago

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:

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

How can I fix that?

AntonioNoack commented 2 years ago

Ok, I found https://github.com/GPSnoopy/RayTracingInVulkan/issues/55, and will try that :D

AntonioNoack commented 2 years ago

It works, great 😃