1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.
  2. Hey Guest, is it this your first time on the forums?

    Visit the Beginner's Box

    Introduce yourself, read some of the ins and outs of the community, access to useful links and information.

    Dismiss Notice

[2248] Compile Error: RunnerHead.as

Discussion in 'Archive' started by Fuzzle, Jun 19, 2017.

  1. Fuzzle

    Fuzzle Grand Grumbler

    Messages:
    297
    Category: KAG
    Operating system: Windows, Linux
    Build number: 2248
    Description: Recieving compile error when trying to join a select few servers. The servers where it occour varies. It also happens with populated servers. The core problem is that double includes are broken in mods: If A includes B and B includes C, then A and B are missing C. In build 2248, RunnerHead.as includes RunnerTextures.as and RunnerTextures.as includes PalletteSwap.as. If RunnerHead.as is handled like a modded file it breaks. The second problem: RunnerHead.as is sometimes handled like a modded file (even on unmodded servers).
    Steps to reproduce:
    Screenshots/Videos:
     
    Last edited: Jun 20, 2017
    norill, Osmal, Cohen and 3 others like this.
  2. Fuzzle

    Fuzzle Grand Grumbler

    Messages:
    297
    I've talked with a lot of people affected by this. Clean installing doesn't help.
    The potential fast fix is to include PalleteSwap.as in RunnerHead.as before the other includes.

    @Furai
     
    norill, Vamist, Asu and 1 other person like this.
  3. makmoud98

    makmoud98 You are already DEAD Forum Moderator Staff Alumni Tester

    Messages:
    586
    this was giving me issues when trying to update the playerheads mod. thanks for the quick fix fuzzle
     
    Vamist, Asu, Fuzzle and 1 other person like this.
  4. Furai

    Furai THD Team THD Team Administrator

    Messages:
    3,124
    When those double includes broke? Is it something new?
     
  5. Fuzzle

    Fuzzle Grand Grumbler

    Messages:
    297
    I don't think the double include issue is new.
    The use of double includes is new (from 2248).
     
  6. Fuzzle

    Fuzzle Grand Grumbler

    Messages:
    297
    Hotfixed now.