Welcome, Guest. Please login or register. Did you miss your activation email?

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - henrikno

Pages: [1]
1
General / Weird crash in glDrawArrays
« on: January 18, 2012, 09:51:35 pm »
Hello,
I am getting a crash with SFML from current git HEAD on this code: http://sprunge.us/BcDG

Backtrace:
Quote

Program received signal EXC_BAD_ACCESS, Could not access memory.
Reason: KERN_INVALID_ADDRESS at address: 0x0000000000000000
0x0000000101bab554 in gleRunVertexSubmitImmediate ()
(gdb) bt
#0  0x0000000101bab554 in gleRunVertexSubmitImmediate ()
#1  0x0000000101baa5db in gleLLVMArrayFunc ()
#2  0x0000000101baa5ab in gleSetVertexArrayFunc ()
#3  0x0000000101b95f03 in gleDrawArraysOrElements_ExecCore ()
#4  0x0000000101b206b8 in glDrawArrays_Exec ()
#5  0x00000001000016b2 in DrawCube () at src/DrawCube.cpp:49
#6  0x0000000100001815 in main () at src/DrawCube.cpp:67


Happens on win/linux/mac.
Did I do something wrong or did I stumble upon a bug?
I tried running the same Draw function in GLFW and it worked.

2
General discussions / Save SFML Wikipedia page
« on: June 08, 2011, 01:14:19 am »
The wikipedia entry for SFML has been marked considered for deletion, because it doesn't have any references and is not considered "notable".
Does anyone know about any good references, books, projects that uses it etc. that could convince them otherwise?

Pages: [1]