PDA

View Full Version : Error: Acccess Violation, in ogl



Swag Bag
07-06-2015, 11:39 PM
Im just starting ogl, however I'm getting "Error: Access violation" when I start the first script: program ogLib;
{$i ogLib\lib\core\core.simba}

begin
ogl.setup();
ogl.setDebugMode('models');
end. What am I doing wrong?

Justin
07-07-2015, 01:17 AM
You're doing nothing wrong, from memory there is an issue with the plugin, just keep trying to run the script and eventually it will work fine :)

The Mayor
07-07-2015, 05:21 AM
As I've said before it's not the plugin. If you use the plugin with bare bones code it works fine.

Thomas
07-07-2015, 06:32 AM
As I've said before it's not the plugin. If you use the plugin with bare bones code it works fine.

Can confirm this, never had this problem with the srl ogl version.