Jump to content

Help with ALCOR and RPM


Recommended Posts

Everytime I use an ALCOR capsule this message appears:

[Error]: RasterPropMonitor: INITIALIZATION ERROR, CHECK CONFIGURATION.

In the debug menu this appears:

[Exception]: NullReferenceException: Object reference not set to an instance of an object

Any idea what's causing it?

YUKW9CH.jpg?1

Edited by Master Tao
merge double post
Link to comment
Share on other sites

Looks like that in the initialisation (or other) part of the mod, the procedure that initialises the 'Object' is receiving a zero value (0 = NULL) instead of a reference to an initialised Object. (if that makes sense :D)

It could be that one of the many objects that are being initialised if failing.

When a function in software fails, it usually returns a NULL (zero) value, but most programmers don't check this, and use the return value (zero in this case) as an object reference.

The system then catches the error, so one is generally in the dark of exactly where the error occurred - statistical experience of the error helps resolve it

Do you have enough memory. Are all the parts/objects installed..etc, OR it could be referencing something from another mod.

CFG files.. Reinstall the mod - files might be over-written by some mods?

Link to comment
Share on other sites

  • 2 weeks later...
Okay, I figured out what it was, I feel like an idiot right now.

I installed the mod wrong.....

- - - Updated - - -

But thank you all.

I was about to post earlier that I had the exact same problem after installing this mod last night, but I was able to fix it eventually after deleting everything and reinstalling more carefully the second time around.

Installing into the correct folders is straightforward enough when each of the zip files use the 'Gamedata' root folder, but that isn't the case with the Aset_props folder, which led to some confusion and an erroneous install.

Edited by MacKerbie
Link to comment
Share on other sites

This thread is quite old. Please consider starting a new thread rather than reviving this one.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...