Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

i just can't get this to work. it always crashes for me after i select to start a new project or open an existing project. this is the output i get in rectitude's app data folder:

io :: C:\Program Files\data\images\icon64x64.png True

io :: prj dir C:/Users/merry/rectitude projects/test

rectitude.ui.ogl.minimal_triangle :: Vertex shader compilation error: ERROR: 0:1: '' :  incorrect GLSL version: 460

ERROR: 0:11: 'proj' : undeclared identifier 

ERROR: 0:11: 'view' : undeclared identifier 

ERROR: 0:11: 'model' : undeclared identifier 

ERROR: 0:11: 'vtx_position' : undeclared identifier 

ERROR: 0:11: 'constructor' : not enough data provided for construction 

ERROR: 0:13: 'v_color' : undeclared identifier 

ERROR: 0:13: 'vtx_colour' : undeclared identifier


any idea how i can fix this?

Hello samallman87,
Thank you for trying rectitude :) and sorry for the trouble.

This is a OpenGL Error complaining your graphic card is not compatible with the 4.6 version of OpenGL. The 4.6 version was released 5 years ago but old (or not updated) laptop or PC might not support it.
A driver update could fix it.

If it doesnt work, could you tell me what kind of machine you have ? ( More specifically what graphic card model.  )
I can investigate.

ahh, i was hoping it wasn't something like that. yes, i'm on an old machine. i'm actually using bootcamp on a 2015 macbook air which only has an integrated intel hd graphics 5000 as the gpu. is there anything i can do to get this to work or am i out of luck completely?

I am sorry but I think you are out of luck. According to wikipedia (https://en.wikipedia.org/wiki/List_of_Intel_graphics_processing_units#Seventh_ge...) , this integrated model supports on up to OpenGL 4.3 on windows and 4.1 on mac. 4.3 was released 11 years ago. And the bootcamp part problably limits even more what is actually possible on that laptop.

bummer!! thank you for the info