DZ file error loading April Cuffed 2

edited December 1969 in The Commons

I installed Cuffed 2 and then tried using it. It keeps crashing with:

Executing DAZ Script file: C:/Users/Tui/Documents/DAZ 3D/Studio3/content/Runtime/libraries/hair/AprilYSH/CuffedTail2.ds
WARNING: Script Error: Line 2
WARNING: Error: cannot access member `DzFile' of deleted QObject
WARNING: Stack Trace:
()@:2
Error in script execution!

When I looked at script (Still new to Daz and using 4.5.1.56):
var g_sTOOL_NAME = "Materials Preset";
var g_oFILE = new DzFile( getScriptFileName() );
var g_sSCRIPT_NAME = String( "%1.%2" ).arg( g_oFILE.baseName() ).arg( g_oFILE.extension() );
var g_bSHIFT_PRESSED = shiftPressed();
var g_bCONTROL_PRESSED = ctrlPressed();
var g_sALL = "All";
var g_sSELECTED = "Selected";
var g_sABSOLUTE_MAPS = "Replace";
var g_sIGNORE_MAPS = "Ignore";
var g_oSettings = new DsSettings;
var g_oGui = new DsInterface;
var g_oActions = new DsActions;

Thanks in advance for any help.

Comments

  • icprncssicprncss Posts: 3,694
    edited December 1969

    What application and what version are you using?

  • edited December 1969

    I was using Daz Studio 64 bit version 4.5.1.56 and April Cuff 2 (http://www.daz3d.com/cuffed-tail-2)

    Just tried to install it on a basic Genesis figure. Now I am seeing that Content Manager won't boot up either. Think the Database crashed or something.

  • Richard HaseltineRichard Haseltine Posts: 100,754
    edited December 1969

    Could you open the Script IDE pane (Window>Panes(Tabs)>Script IDE) and paste this in to it

    var g_oFILE = new DzFile( "Dummy.dsa" );
    print ( getScriptFileName() );

    Then click the Execute button. Does it give an error in the blank aera under the text-entry box or does it say something like

    Executing Script...

    Result:
    Script executed in 0 secs 3 msecs.

    as mine does?

  • edited December 1969

    It looks like it was something with database. Tried using beauties for genesis and same thing. Removed Cuff and then reinstalled and its limping. May have to do database repair.

Sign In or Register to comment.