-
Notifications
You must be signed in to change notification settings - Fork 116
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
error on windows 10 #63
Comments
Not sure about the wgl error, I don't remember seeing this. Regarding the issue
If the program still fails to run, lower the block size numbers after the kernel for which it fails, using powers-of-two. For example, the failing check at
to:
and retry. |
OK. It works now. Thanks. |
When I run the windows release badslam-1.1-realsense,
badslam-1.1-realsense>badslam D:\BadSlam\dataset\sofa_1 --gui_run --no_loop_detection
it can not run and report the error:
2021-01-12 09:48:17.970 ( 0.068s) [ ] gui_main_window.cc:1600 INFO| Read dataset with 976 frames
ARB::createContext: wglCreateContextAttribsARB() failed (GL error code: 0x502) for format: QSurfaceFormat(version 2.0, options QFlagsQSurfaceFormat::FormatOption(), depthBufferSize 24, redBufferSize -1, greenBufferSize -1, blueBufferSize -1, alphaBufferSize 8, stencilBufferSize -1, samples -1, swapBehavior QSurfaceFormat::DefaultSwapBehavior, swapInterval 1, colorSpace QSurfaceFormat::DefaultColorSpace, profile QSurfaceFormat::NoProfile), shared context: 0x10001
GDI::createContext: wglShareLists() failed.
2021-01-12 09:48:36.905 ( 19.003s) [ ] kernel_opt_pose.cc:183 FATL| Cuda Error: too many resources requested for launch
Could someone help me solve the problem? Thanks.
The text was updated successfully, but these errors were encountered: