xXSPACECOREXx Posted December 23, 2015 Share Posted December 23, 2015 Every time I try to run the level I created it pulls up that error message how do I fix it? framebuffer incomplete: GL_FRAMEBUFFER_INCOMPLETE_READ_BUFFER This is the error message Quote Link to comment Share on other sites More sharing options...
xXSPACECOREXx Posted December 24, 2015 Author Share Posted December 24, 2015 I also found this when I clicked on the error.lua message thing function string.split(s, delimiter) result = {}; for match in (s..delimiter):gmatch("(.-)"..delimiter) do table.insert(result, match); end return result; end --This function is used to handle errors that occur as a result of an Invoke() function. function LuaErrorHandler(message) local s = string.split(message,":") Debug:Error(s[4]) --Debug:Error("Lua Error: "..message) end Quote Link to comment Share on other sites More sharing options...
Josh Posted December 24, 2015 Share Posted December 24, 2015 The first thing you should do is install the latest drivers for your graphics card. That might fix the problem. Quote My job is to make tools you love, with the features you want, and performance you can't live without. Link to comment Share on other sites More sharing options...
xXSPACECOREXx Posted December 24, 2015 Author Share Posted December 24, 2015 It diddnt work still the same message Quote Link to comment Share on other sites More sharing options...
xXSPACECOREXx Posted December 24, 2015 Author Share Posted December 24, 2015 anything else that may work? Quote Link to comment Share on other sites More sharing options...
Josh Posted January 7, 2016 Share Posted January 7, 2016 Can you tell us your operating system and graphics card? Quote My job is to make tools you love, with the features you want, and performance you can't live without. Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.