News:

Please request registration email again and then check your "Spam" folder

Former www.henthighschool.com

Check child error

Started by weasel, Dec 27, 2022, 02:18 AM

Previous topic - Next topic

weaselTopic starter

Probably the wrong place again so apologies in advance.
Im getting these errors when I click on the check child button:

FunctionLibrary\Person\PersonContextPCKnowsExtra [EXEC] caused an exception at operation SeqAct_GetPropertyByName (ID: 369).
    called by PersonAttachedEvents\Principal\Pregnancy\Btn_ChildInteractions at SeqActLat_RemoteEvent (ID: 573)

and

PersonAttachedEvents\Principal\Pregnancy\Btn_ChildInteractions [EXEC] caused an exception at operation SeqAct_ItemName (ID: 129).
Object reference not set to an instance of an object.

Child is over for a visit. How do i fix this?

barteke22

You're using an old (beta) version of the mod(s), on what I assume is the latest game.

You'll want to get the one the main folder instead of deprecated, the 'download all/as zip' button might cause issues (manually select the zips).

weaselTopic starter

I dont think its the beta ( but could be wrong). Version of game I'm running says HHS+Frontend v.1.10.3.5, Release. Ive manually downloaded the zip an extracted into the mods folder.
Not sure what I ve done wrong

barteke22

I was talking about the mod(s), ID 369 has not existed since the beta.

Netscape1964

got the same error and have the last known version of the pregmod. Guess we'll have to debug it ourselves and replace that ID369 with it's correct value

barteke22

The error is in GPCC, but will likely be an issue in all the mods you downloaded that had a beta version with same name.

Those versions are over a year old, so there's no hope for you to fix them other than to download the correct versions and reloading.

I'd recommend starting a new game too since there were structure changes so old files won't be overwritten.

I've removed the 'Dropped' folder now, maybe it'll help to avoid this mega.nz bug where it sometimes merges unrelated files with same name.

To ensure you've got the right version, check its modinfo.xml (in notepad) for a semi recent date under Version.

Netscape1964

i downloaded the GPCC archive on your mega folder last month and it was already a month old. as much as i value your expertise, there must be more to it. i tried looking for the ID number referenced in the error i have in the reference variable menu and it's not even there. so i don't understand how a non existing variable can throw a null pointer in the event if it's not even called in the event file

barteke22

#7
It's quite simple really, it can't happen.  If the Op (not a variable, use the top right ID filter) doesn't exist on your end somewhere, it can't throw an exception.

If you've not started a new game, then perhaps it exists only on that save.  Though it might not be possible for you to even start a new game with beta mods.

You could have some other mod that provides it at a higher priority (probably not mine unless someone modded my stuff, as I started shipping it as stand-alone in beta), or you didn't reload the events (doubt).

I'd honestly recommend a fully fresh install of the game + mods + a new game at this point, unless you want to look for the correct file (in either the filesystem, or ingame debugger system).

Netscape1964

personally i use only 2 mods. pregnancy and PTA override. it's possible that i added preg mode and override after starting the saved game though....

barteke22

That's not relevant. The issue is just running a portion of code that hasn't existed since beta (especially if you're using the latest, as that one was split in half on top of that).

The GPCC portion is only called for specific things, so perhaps you were lucky enough to not call it at all so far.

Simply download the correct version (latest) of GPCC and follow the update instructions (reload etc).

Hopefully your pregnancy isn't the beta version as that probably wouldn't be update-able, but you'd be having way more issues anyway.

Netscape1964

like i said, i have the latest GPCC that came out roughly 2 months ago. if that isn't the latest then you need to update your mega links in your mod thread because i have no idea where to get it

weaselTopic starter

You were correct...i had mismatched mods...or I assume. Did a fresh reinstall and dont have an issues as of yet. Thanks.

barteke22

Quote from: Netscape1964 on Dec 29, 2022, 07:32 AMlike i said, i have the latest GPCC that came out roughly 2 months ago. if that isn't the latest then you need to update your mega links in your mod thread because i have no idea where to get it

Like I said... again... There's a rare mega.nz bug that mismatches the zip contents if a subfolder contains a zip with the same name...

Which is why I've now deleted all the previous versions, and asked you to check if the ModInfo.xml Version field is the same as latest (<Version>1.10.3.0 mod 2.0.5</Version>).

Or just... re-download the mod to reinstall/update it... like I've told you in every reply...

If that's not the issue, I'm sorry then. But until then, you're not getting further help until you've actually bothered to try the steps you were given.

Netscape1964

seems i had that bug active as i didn't have that version section in the xml file at all. i redownloaded it and i can now see that section.