Jump to content

Recommended Posts

Posted
17 minutes ago, Fairwyn said:

So my mod for whatever reason, is getting a "true" back when it asks DHLP if an event is going on.

Thanks for the input! ♥️ And afaik when we last talked about this, the check was implemented by checking for DHLP global values.

 

@Polyleritae Please try the following: in the DHLP config menu, hit "Send dhlp-Resume Event". If that doesn't clear this use the "Reset Running Scenes" below it.

Posted
1 hour ago, Taki17 said:

Thanks for the input! ♥️ And afaik when we last talked about this, the check was implemented by checking for DHLP global values.

 

@Polyleritae Please try the following: in the DHLP config menu, hit "Send dhlp-Resume Event". If that doesn't clear this use the "Reset Running Scenes" below it.

 

Np at all ♥️ Just for reference, here's the function from my mod for the exact two values it's looking for.  

 

bool function isDHLP_ReduxEventRunning() global
    if(isDHLPInstalled())
        WD_Util dhplUtil = Quest.GetQuest( "WD_Main" ) as WD_Util
        return dhplUtil.WD_SceneRunning.GetValueInt() == 1 || dhplUtil.WD_CreatureSceneRunning.GetValueInt() == 1
    endif
    return false
endfunction

 

Posted
4 hours ago, Taki17 said:

Thanks for the input! ♥️ And afaik when we last talked about this, the check was implemented by checking for DHLP global values.

 

@Polyleritae Please try the following: in the DHLP config menu, hit "Send dhlp-Resume Event". If that doesn't clear this use the "Reset Running Scenes" below it.

 

Thank you both for your input! I've tried the two suggestions above -- unfortunately PC still shows as plugged. I tried to save and load, thinking a reboot of sorts might jostle it, but to no avail.

Posted
5 hours ago, Polyleritae said:

but to no avail.

Could you fetch the log with the DHLP and Curse of Life logging enabled?

 

Also, does this happen if you start a new game too?

Posted (edited)

There maybe be a conflict with Deviously Cursed Loot. I tested it repeatedly to be sure although I did get it to work once. When the Devious Helpless MCM menu item shows up my game crashes. When the Devious Helpless MCM doesn’t appear Cursed Loot doesn’t trigger. You may want to check just to be sure.

Crash logger attached. I don't know how to read it though.

crash-2026-07-14-19-02-31.log

 

crash-2026-07-14-18-52-42.log

Edited by KalBreen
Adding crash loggers
Posted
On 7/14/2026 at 10:19 AM, KalBreen said:

There maybe be a conflict with Deviously Cursed Loot. I tested it repeatedly to be sure although I did get it to work once. When the Devious Helpless MCM menu item shows up my game crashes.

I haven't the faintest idea what this might be 😕

Logs say the crash happens when DCL tries to initialize its config menu. No idea either what the problem is there, might be SkyUI or might be not~

 

Have you checked if the problem still occurs if DHLP is not installed but DCL is, and vice versa?

Posted
On 7/6/2026 at 8:18 PM, Polyleritae said:

 

Thank you both for your input! I've tried the two suggestions above -- unfortunately PC still shows as plugged. I tried to save and load, thinking a reboot of sorts might jostle it, but to no avail.

 

I released an update to Curse of Life that allows you to turn off the plugged status.  I doesn't exactly fix WHY yours got stuck (I honestly have no idea how it is happening, but you're not alone on the issue), but it should at least allow you to get the status cleared.  Let me know if that worked for you, thanks!

Posted
On 7/15/2026 at 9:29 PM, Taki17 said:

I haven't the faintest idea what this might be 😕

Logs say the crash happens when DCL tries to initialize its config menu. No idea either what the problem is there, might be SkyUI or might be not~

 

Have you checked if the problem still occurs if DHLP is not installed but DCL is, and vice versa?

Hi Taki17

Yes, I checked with other mods individually as well. DCL does occasionally crash my game even without DHLP installed, but only with DHLP, DCL does not trigger at all, with all my other mods, DCL triggers. Odd really. The mod is a great idea though, so I might persist and see if i can figure this one out. Cheers.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...