Author Topic: Bugs & Crash Reports  (Read 1433909 times)

Online Meridian

  • Global Moderator
  • Commander
  • *****
  • Posts: 8597
    • View Profile
Re: Bugs & Crash Reports
« Reply #4200 on: May 08, 2022, 02:51:24 pm »
Game crushes at the end of the month. No idea why.

The alien base cannot find the upgrade rule for its current age of 13 months.

Code: [Select]
  - type: STR_NINJA_BASE_HQ_2_ASSAULT
    .....
    alienBaseUpgrades:
      15:                                                                  # <--- change this number from 15 to 0 (in `Piratez_Factions.rul`)
        STR_NINJA_BASE_HQ_2_ASSAULT: 100
      20:
        STR_NINJA_BASE_HQ_2_ASSAULT: 70
        STR_NINJA_BASE_HQ_3_ASSAULT: 30
      25:
        STR_NINJA_BASE_HQ_3_ASSAULT: 100

The definition for age from 0 to 14 months is missing, you can fix it by changing the number 15 in the definition to 0 (zero).

Offline Progger

  • Sergeant
  • **
  • Posts: 11
    • View Profile
Re: Bugs & Crash Reports
« Reply #4201 on: May 09, 2022, 09:06:58 am »
Code: [Select]
  - type: STR_MEDAL_ROOMSERVICE_NAME #capture maids
    description: STR_MEDAL_ROOMSERVICE_DESCRIPTION
    soldierBonusTypes: [STR_MEDAL_ROOMSERVICE]
    sprite: 5
    criteria:
      killsWithCriteriaCareer: [10]
    killCriteria:
      -
         - [1, ["STR_LIVE_ENGINEER", "STR_SNAKEMAN", "FACTION_HOSTILE", "STATUS_UNCONSCIOUS"]]

STR_SNAKEMAN

Is that how it's meant to be? Very interesting service ;D

Offline Solarius Scorch

  • Global Moderator
  • Commander
  • *****
  • Posts: 11408
  • WE MUST DISSENT
    • View Profile
    • Nocturmal Productions modding studio website
Re: Bugs & Crash Reports
« Reply #4202 on: May 09, 2022, 11:44:39 am »
Yes, Snakemen are the Church :)

Offline Gunjob

  • Squaddie
  • *
  • Posts: 2
    • View Profile
Re: Bugs & Crash Reports
« Reply #4203 on: May 09, 2022, 08:30:18 pm »
Hi guys. I have a segmentation fault when I try to start a ninja raid site mission. I've had this mission twice before - the first one loaded correctly, but I escaped after the first turn, and the second one had the same problem. Is it possible to do something with it? I could just skip this mission, but how likely are these errors to block me from some important mission?

Online Meridian

  • Global Moderator
  • Commander
  • *****
  • Posts: 8597
    • View Profile
Re: Bugs & Crash Reports
« Reply #4204 on: May 09, 2022, 09:55:40 pm »
Hi guys. I have a segmentation fault when I try to start a ninja raid site mission. I've had this mission twice before - the first one loaded correctly, but I escaped after the first turn, and the second one had the same problem. Is it possible to do something with it? I could just skip this mission, but how likely are these errors to block me from some important mission?

It's a map generation issue.
The mapscript wants to add a line (addLine command), but likely doesn't find the necessary mapblocks.
The mapblocks are not found, because the site is in the ocean and there's no globeTerrain.

Attached is a fixed save... I moved the site a little bit, back on land.

Offline Gunjob

  • Squaddie
  • *
  • Posts: 2
    • View Profile
Re: Bugs & Crash Reports
« Reply #4205 on: May 09, 2022, 10:31:36 pm »
wow Thank you so much man!

Offline DarthTheIII

  • Sergeant
  • **
  • Posts: 36
    • View Profile
Re: Bugs & Crash Reports
« Reply #4206 on: May 14, 2022, 09:44:23 am »
The bars that got added to the top of access lifts are mean.  What’s it take to bust through them?

Offline raledon

  • Squaddie
  • *
  • Posts: 7
    • View Profile
Re: Bugs & Crash Reports
« Reply #4207 on: May 14, 2022, 02:10:47 pm »
I've encountered a case where the unit refused to attack. In the image, my gal is standing behind an enemy, and can't attack with the handle (or punch).
The enemy is clearly seen, stands there (blocks movement/clicks), and attacks target & hit it as expected.
There is a platform above and below, so the enemy can't accidentally be on a different Z level.

Online Meridian

  • Global Moderator
  • Commander
  • *****
  • Posts: 8597
    • View Profile
Re: Bugs & Crash Reports
« Reply #4208 on: May 14, 2022, 04:27:50 pm »
If you still have the save, I can explain it.

Online Meridian

  • Global Moderator
  • Commander
  • *****
  • Posts: 8597
    • View Profile
Re: Bugs & Crash Reports
« Reply #4209 on: May 16, 2022, 08:49:20 pm »
Found the issue, it happens only during the base defense.

First bug: not only aliens, but also civilians/neutrals try to destroy your base facilities :)
Second bug: even though the weapon was correctly discarded during attack planning (as not usable), it is wrongly considered again during patrol planning (patrol routine includes attacking base facilities)

I'll fix both in the next release.

fixed

Offline Mathel

  • Colonel
  • ****
  • Posts: 268
  • Do not mistake Muton for mutton.
    • View Profile
Re: Bugs & Crash Reports
« Reply #4210 on: May 20, 2022, 06:07:31 pm »
Following the discussion currently in the main thread, I read the czech list of names for Slave Soldiers.

I noticed that some names and surnames are duplicite.
From names: Durin
From surnames: Burian, Kapóne, Lukas, Lí, Medvídek, Radegast, Roháč, Wrajt

There are also cases where there are two names which mean and sound the same, but are written differently. I assumed these cases are intentional.

Offline teddybbeer

  • Squaddie
  • *
  • Posts: 9
    • View Profile
Re: Bugs & Crash Reports
« Reply #4211 on: May 21, 2022, 05:31:45 pm »
Mission is missing description.


Offline Nobody

  • Squaddie
  • *
  • Posts: 1
    • View Profile
Re: Bugs & Crash Reports
« Reply #4212 on: May 21, 2022, 08:24:42 pm »
Repeated crash.  Error box said 'Segmentation Faulting'.

Offline Progger

  • Sergeant
  • **
  • Posts: 11
    • View Profile
Re: Bugs & Crash Reports
« Reply #4213 on: May 22, 2022, 08:41:56 am »

Offline Earthquake

  • Captain
  • ***
  • Posts: 85
  • Glory to Ukraine!
    • View Profile
Re: Bugs & Crash Reports
« Reply #4214 on: May 25, 2022, 06:44:30 pm »
i have an invisible kitty in a Tony Stark Armor!