Pocket Plane Group

Friends and Neighbors => Weimer Republic (WeiDU.org) => WeiDU => Topic started by: jastey on April 18, 2019, 09:36:35 AM

Title: What does the error message "Failure("hd")" mean?
Post by: jastey on April 18, 2019, 09:36:35 AM
In SoD I am trying to compile a rather mixed .d-file with a lot of ADD_STATE_TRIGGER, I_C_T, etc.

I get this error message:
Quote
ERROR: processing .D actions [tb#compile_patches/c#sodtweaks/ImoenInGroupKD/Imoen_in_group_KD.d]: Failure("hd")
Stopping installation because of error.

Any hint to what it is trying to tell me?
Title: Re: What does the error message "Failure("hd")" mean?
Post by: jastey on April 19, 2019, 02:20:49 PM
I figured out the cause, it was an INTERJECT with wrong syntax.
Title: Re: What does the error message "Failure("hd")" mean?
Post by: Wisp on April 20, 2019, 08:00:15 AM
It's something that should fail with an earlier, more comprehensible error. Can you post what you were doing that resulted in this error?
Title: Re: What does the error message "Failure("hd")" mean?
Post by: jastey on April 23, 2019, 04:18:21 AM
The error was removed when I removed this from my .d file:
Code: [Select]
INTERJECT BDIMOEN 2 C#st_BDIMOEN_2
END BDIMOEN 5

(Basically I tried to make an Interject that goes directly to another state, but this is not the way to do it).

I don't know whether this systax alone would cause the error message, though.