Advertisement
Guest User

Untitled

a guest
Oct 5th, 2016
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. texture.nim(17, 3) Warning: Cannot prove that 'event' is initialized. This will become a compile time error in the future. [ProveInit]
  2. texture.nim(16, 3) Hint: 'context' is declared but not used [XDeclaredButNotUsed]
  3. Hint: [Link]
  4. Hint: operation successful (31266 lines compiled; 0.531 sec total; 65.008MiB; Debug Build) [SuccessX]
  5. Traceback (most recent call last)
  6. texture.nim(61) texture
  7. opengl.nim(430) glTexImage2D
  8. opengl.nim(364) checkGLerror
  9. Error: unhandled exception: OpenGL error: invalid enum [GLerror]
  10. Error: execution of an external program failed: './bin/texture '
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement