UCC Crash Building BGKeyring

NOTICE: This forum is archived as read only.
Please use the Github Discussions at https://github.com/exult/exult/discussions
Forum rules
NOTICE: This forum is archived as read only.
Please use the Github Discussions at https://github.com/exult/exult/discussions
Locked
Knight Captain
Posts: 1219
Joined: Thu May 14, 2020 1:34 pm

UCC Crash Building BGKeyring

Post 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)
Dominus
Site Admin
Posts: 5656
Joined: Thu May 14, 2020 1:34 pm

Re: UCC Crash Building BGKeyring

Post 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.
--
Read the documentation and the FAQ! There is no excuse for not reading them! RTFM
Read the Rules!
We do not support Piracy/Abandonware/Warez!
marzo
Site Admin
Posts: 1925
Joined: Thu May 14, 2020 1:34 pm

Re: UCC Crash Building BGKeyring

Post 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.
------
Marzo Sette Torres Junior
aka Geometrodynamic Dragon
[url=http://www.catb.org/~esr/faqs/smart-questions.html]How To Ask Questions The Smart Way[/url]
Knight Captain
Posts: 1219
Joined: Thu May 14, 2020 1:34 pm

Re: UCC Crash Building BGKeyring

Post 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.
Locked