Jump to content

release plugin crash


photo

Recommended Posts

hi:

   we have running debug version without any problem. but when build release version, the engine crash.

   we use visual studio 2010 to build the x64 release /debug version.

   in the release build, the plugin could load and initialize. but when use unigine script to create . this error happen

Unhandled exception at 0x0000000300905a4d in main_x64.exe: 0xC0000005: Access violation at location 0x0000000300905a4d.

what could help us is ,could you test and send us a working x64 release plugin sample with visualstudio vcxproj file?

 

thanks

Link to comment

Hi,

Sorry, can't reproduce such behavior.

 

Please, make sure that you are launching debug plugin version with debug engine binary and release plugin version with release engine binaries.

 

Also, you can check attached vcxproj files (unpack it to <SDK>/source/samples/Api/Systems/Plugins). You can select in Visual Studio configuration for Release-x64 and try to build.

 

Thanks!

 

Plugins.zip

How to submit a good bug report
---
FTP server for test scenes and user uploads:

Link to comment

Hi,

 

In attachement you can find whole Plugins directory from <SDK>/source/samples/Api/Systems directory. Steps needed to build Double Release x64 plugin and binary executable:

  1. Extract contents of Plugins.zip into <SDK>/source/samples/Api/Systems directiry;
  2. Open <SDK>/source/samples/Api/Systems/Plugins/plugin/plugin.vcxproj in Visual studio;
  3. Select Release-Double in Solution Configurations list;
  4. Select x64 in Solution Platforms;
  5. Press F7 to build;
  6. Open <SDK>/source/samples/Api/Systems/Plugins/Plugins.vcxproj in Visual Studio;
  7. Select Release-Double in Solution Configurations list;
  8. Select x64 in Solution Platforms;
  9. Press F5 to build and run Release engine with release plugin.

Please, make sure that you don't have any other SDKs in system PATH variable, that can affect on engine behavior.

 

Thanks!

 

Plugins.zip

How to submit a good bug report
---
FTP server for test scenes and user uploads:

Link to comment
×
×
  • Create New...