Page 1 of 1

UCC Crash Building BGKeyring

Posted: Thu Dec 29, 2016 9:21 am
by Knight Captain
Using the UCC version from 2016-12-03 (latest version) when trying to build the BGKeyRing mod, I get a crash with these errors:
Generating faces...
Generating gumps...
Generating shapes...
Generating paperdol...
Generating mainshp...
Compiling Usecode...
spells/npc_spells.uc:985: Warning: Infinite loop detected
spells/npc_spells.uc:1163: Warning: Infinite loop detected
items/spell_items.uc:41: Warning: Infinite loop detected
items/spell_items.uc:590: Warning: Infinite loop detected
Each of these lines shows: while (true)

Re: UCC Crash Building BGKeyring

Posted: Thu Dec 29, 2016 1:57 pm
by Dominus
Hmm, these are only warnings and have been ariund for a while. I think since Marzo disabled partymember magic.
If it crashes then it must be some other problem.

Re: UCC Crash Building BGKeyring

Posted: Sat Dec 31, 2016 12:07 pm
by marzo
Those aren't errors, they are warnings. UCC detects infinite loops, but it does not detect if they can be escaped from; instead, it warns you so you can check yourself.

As Dominus said, the crash must be somewhere else. I will check when I get the time.

Re: UCC Crash Building BGKeyring

Posted: Sun Jan 01, 2017 3:35 am
by Knight Captain
Whatever is causing UCC to crash must be later in the code then. I'm not having any trouble working on SIfixes.