Advertisement
pauldacheez

OS X GL SUPPORT SUX

Dec 17th, 2012
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.73 KB | None | 0 0
  1. Pauls-MacBook-Air:~ Paul$ /Users/Paul/Desktop/code/gekko/gekko-gc-emu/src/gekko_qt/gekko-qt; exit;
  2. N[(null)] Configured core=interpreter freq=486
  3. N[(null)] Renderer opengl3 configured
  4. N[(null)] Configured MemSlot[0]=memcard enabled=true
  5. N[(null)] Configured ControllerPort[0]=controller enabled=true
  6. N[(null)] Configured core=interpreter freq=486
  7. N[(null)] Renderer opengl3 configured
  8. E[(null)] XML configuration file user/games/(null).xml failed to open!
  9. QPixmap::scaled: Pixmap is a null pixmap
  10. QPixmap::scaled: Pixmap is a null pixmap
  11. QPixmap::scaled: Pixmap is a null pixmap
  12. N[(null)] config manager set ok
  13. N[(null)] gekko starting...
  14. N[COMMON] 26 logger(s) initalized ok
  15. N[MEM] initialized ok
  16. N[JOYPAD] "SDL joypads" input plugin could not initialize
  17. N[GP] texture_manager initialized ok
  18. N[GP] vertex_manager initialized ok
  19. N[GP] framebuffer(S) initialized ok
  20. N[GP] framebuffer(S) initialized ok
  21. ** Question **
  22. Vertex shader failed to compile! Error(s):
  23. ERROR: 0:1: '' : version '140' is not supported
  24. WARNING: 0:2: extension 'GL_ARB_explicit_attrib_location' is not supported
  25. WARNING: 0:3: extension 'GL_ARB_separate_shader_objects' is not supported
  26. WARNING: 0:4: extension 'GL_ARB_uniform_buffer_object' is not supported
  27. ERROR: 0:7: 'layout' : syntax error syntax error
  28. Response? (y/n) y
  29.  
  30. ** Question **
  31. Fragment shader failed to compile! Error(s):
  32. ERROR: 0:1: '' : version '140' is not supported
  33. WARNING: 0:2: extension 'GL_ARB_explicit_attrib_location' is not supported
  34. WARNING: 0:3: extension 'GL_ARB_separate_shader_objects' is not supported
  35. WARNING: 0:4: extension 'GL_ARB_uniform_buffer_object' is not supported
  36. ERROR: 0:68: 'layout' : syntax error syntax error
  37. Response? (y/n) y
  38.  
  39. Segmentation fault: 11
  40. logout
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement