Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problems with run application #98

Open
ghost opened this issue Oct 25, 2016 · 2 comments
Open

Problems with run application #98

ghost opened this issue Oct 25, 2016 · 2 comments

Comments

@ghost
Copy link

ghost commented Oct 25, 2016

When I try run application, getting this errors.

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.

@yozhijk
Copy link
Contributor

yozhijk commented Oct 27, 2016

Hi @acterhd ,

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?

@KaoCC
Copy link
Contributor

KaoCC commented Nov 10, 2016

I am facing the same issue:

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants