Jump to content

[SOLVED] Bad Plugin Version


photo

Recommended Posts

Hi,

 

I am trying to write a plugin for the Sim version of Unigine.

It compiles fine, but when I try to load it I get the error message:

 

EnginePlugins::addPlugin(): bad "MyPlugin" plugin version 0x0000400a 0x1000400a

 

 

 

 

I think this is because I am using the Sim version, but I have no idea what to do now..

 

Cheers

Link to comment

well... as so often, I am looking for hours for a solution - and once I post a question I find the solution myself 10mins later :)

 

All I had to do was to add the option double=1 to the scons build.

 

Cheers

Link to comment

I would guess your plugin is compiled without double precision support, and the unigine version/library you're trying to load it with does have double precision support enabled.

 

Edit: too slow :lol:

Link to comment
×
×
  • Create New...