-
Notifications
You must be signed in to change notification settings - Fork 8
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
GlfwError: 65542 WGL #5
Comments
maybe try using an older version of caviar while i fix this |
Update: error: Uncaught (in promise) TypeError: Invalid FFI pointer type, expected null, integer or BigInt |
is this still broken? |
yes, please repair as soon as possible |
I downloaded and ran the two moving rectangles starter program, but I seem to missing a driver of some sort. The full error is below. Has a solution been found for this problem?
Full error:
GlfwError: 65542 WGL: OpenGL ES requested but WGL_ARB_create_context_es2_profile is unavailable
error: Uncaught (in promise) Error: Failed to create window
throw new Error("Failed to create window");
^
at new WindowGlfw (https://raw.githubusercontent.com/deno-windowing/dwm/main/src/platform/glfw/window.ts:563:13)
at createWindow (https://raw.githubusercontent.com/deno-windowing/dwm/main/src/platform/mod.ts:29:10)
at new WebGLCanvas (https://raw.githubusercontent.com/deno-windowing/gluten/main/src/webgl/canvas.ts:18:19)
at new World (https://deno.land/x/[email protected]/src/World.ts:22:5)
at file:///C:/Users/jakel/OneDrive/UNH/sem7/IT%20505/repos/finalproject/app/app.ts:16:14
The text was updated successfully, but these errors were encountered: