Plugin Failed To Load.

LpProjectLpProject Posts: 41
edited September 2015 in Daz SDK Developer Discussion

Now I working on the Maxwell Render Plugin for Daz Studio.

In old maxwell sdk 3.1.0. Plugin work properly in Daz Studion 4.8, but after changing maxwellSdk to 3.2.0 daz studio don't load plugin.

Plugin failed to load!
Filename : C:/Program Files/DAZ 3D/DAZStudio4/plugins/Maxwell/MaxwellPlugin.dll
Name : MaxwellPlugin
Author : Unknown
Version : 0.0.0.0
Reason : Library could not be loaded. File is not a valid DAZ Studio plug-in, or was made for a different version of DAZ Studio.

 

In maxwell sdk 3.2.0 changed only headers and libs. 

I try compile plugin for vs2008, vs2010 and vs2013, but nothing, same error.

What the problem who can help?

How can I trace the error.

Post edited by LpProject on

Comments

  • provencialprovencial Posts: 84
    edited November 2015
    LpProject said:

    Now I working on the Maxwell Render Plugin for Daz Studio.

    In old maxwell sdk 3.1.0. Plugin work properly in Daz Studion 4.8, but after changing maxwellSdk to 3.2.0 daz studio don't load plugin.

    Plugin failed to load!
    Filename : C:/Program Files/DAZ 3D/DAZStudio4/plugins/Maxwell/MaxwellPlugin.dll
    Name : MaxwellPlugin
    Author : Unknown
    Version : 0.0.0.0
    Reason : Library could not be loaded. File is not a valid DAZ Studio plug-in, or was made for a different version of DAZ Studio.

     

    In maxwell sdk 3.2.0 changed only headers and libs. 

    I try compile plugin for vs2008, vs2010 and vs2013, but nothing, same error.

    What the problem who can help?

    How can I trace the error.

    Most failed to load plugin errors are simply a 32 bit version of the plugin trying to be loaded into 64 bit Daz Studio 4.8, make sure plugin is compiled to 64 bit.

    Post edited by provencial on
Sign In or Register to comment.