You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
C:\radeonrays>call App64.exe -p C:\radeonrays\sponza.obj
freeglut (App64.exe): fghInitialize: CreateDC failed, Screen size info may be incorrect
This is quite likely caused by a bad '-display' parameter
Cannot read the contents of a file
Builded from source code for x64. If I not mistake, I built Vulkan version.
Tried with GTX 1070.
The text was updated successfully, but these errors were encountered:
App does not support Vulkan version, it always runs on OpenCL. Seems like you are having problems with you OpenGL initialisation. What is the system spec you are running on? Can you try running it with --interop 0 parameter?
Chih-Chen Kao@DESKTOP-54GGGBJ MINGW64 /d/Desktop/dll_copy
$ ./App64.exe --interop 0
Cannot read the contents of a filefreeglut (D:\Desktop\dll_copy\App64.exe): fghInitialize: CreateDC failed, Screen size info may be incorrect
This is quite likely caused by a bad '-display' parameter
Edit:
I built it from visual studio 2015 with x64 configuration. I found that I could successfully start it within the IDE but could not trigger it externally with a command prompt. The required dlls have all been copied to the proper directory.
When I try run application, getting this errors.
Builded from source code for x64. If I not mistake, I built Vulkan version.
Tried with GTX 1070.
The text was updated successfully, but these errors were encountered: