[Haskell-cafe] help with glfw seg-fault

23 weergaven
Naar het eerste ongelezen bericht

bri...@aracnet.com

ongelezen,
26 mei 2015, 01:19:3826-05-2015
aan haskel...@haskell.org
Hi,

GLFW.swapBuffers w

is the culprit.

Not sure where to go from there.

That's a pretty low level failure.

Any suggestions.

Brian
_______________________________________________
Haskell-Cafe mailing list
Haskel...@haskell.org
http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe

Daniel P. Wright

ongelezen,
26 mei 2015, 01:34:2526-05-2015
aan <briand@aracnet.com>, haskel...@haskell.org
Hi Brian,

Have you checked for / output any GL errors that happen before you call swapBuffers? I have a function printErrors (as defined here http://dpwright.com/posts/2015/03/25/the-haskell-gl-package/#error-handling-utilities ) which I scatter around when things go wrong to try and find the root cause...

-Dani

2015/05/26 14:19、<bri...@aracnet.com> <bri...@aracnet.com> のメッセージ:

bri...@aracnet.com

ongelezen,
29 mei 2015, 00:18:5929-05-2015
aan Daniel P. Wright, haskel...@haskell.org
On Tue, 26 May 2015 14:34:16 +0900
"Daniel P. Wright" <da...@dpwright.com> wrote:

> Hi Brian,
>
> Have you checked for / output any GL errors that happen before you call swapBuffers? I have a function printErrors (as defined here http://dpwright.com/posts/2015/03/25/the-haskell-gl-package/#error-handling-utilities ) which I scatter around when things go wrong to try and find the root cause...
>

+list

glGetErrors is in the openglraw package but not opengl, which is kind of weird.

on your web page: GL_NO_ERROR should be gl_NO_ERROR

and sadly, i put in the getErrors function and i'm getting the empty list right before it segfaults.

bri...@aracnet.com

ongelezen,
29 mei 2015, 00:32:4029-05-2015
aan Daniel P. Wright, haskel...@haskell.org
On Tue, 26 May 2015 14:34:16 +0900
"Daniel P. Wright" <da...@dpwright.com> wrote:

> Hi Brian,
>
> Have you checked for / output any GL errors that happen before you call swapBuffers? I have a function printErrors (as defined here http://dpwright.com/posts/2015/03/25/the-haskell-gl-package/#error-handling-utilities ) which I scatter around when things go wrong to try and find the root cause...
>

bug report!


m@(~(Just w)) <- createWindow 400 400 "Title" Nothing Nothing
when (isNothing m) (error "Couldn't create window!")

GLFW.makeContextCurrent m
^^^^^^^^^^^^^^^^^^^^^^^^^

then no seg-faults.

Daniel P. Wright

ongelezen,
29 mei 2015, 01:58:2429-05-2015
aan <briand@aracnet.com>, haskel...@haskell.org
Ah, yeah, that blog post I linked is using the "gl" package rather than the "OpenGL"/"OpenGLRaw" packages, so some of the names of things are a bit different.

Glad you got it sorted in the end!
Allen beantwoorden
Auteur beantwoorden
Doorsturen
0 nieuwe berichten