OpenRA / OpenRA

Open Source real-time strategy game engine for early Westwood games such as Command & Conquer: Red Alert written in C# using SDL and OpenGL. Runs on Windows, Linux, *BSD and Mac OS X.
https://www.openra.net
GNU General Public License v3.0
14.68k stars 2.67k forks source link

KOTH map crash #5443

Closed Adelric-115 closed 10 years ago

Adelric-115 commented 10 years ago

G'day guys, Adelric again. So, you guys know that I'm working on a mod. But I've run into yet another snag, when I try to launch a KOTH game. OpenRA crashes and returns a fatal error. Which will be attached, it appears I'm missing an actor?

exception koth pic

ScottNZ commented 10 years ago

What map?

Mailaender commented 10 years ago

See https://github.com/OpenRA/OpenRA/pull/4445 for the changes necessary. Never remove the Health trait. Change

-       Health:
+       Invulnerable:
+       -Selectable:
+       -TargetableBuilding:

on the building which players can capture to fix your map.

Mailaender commented 10 years ago

By the way, please just post the exception.log as text here and I wonder why you won't tell us the name of the mod. You seem to deliberately cut off the header where we can see the version you are using.

Adelric-115 commented 10 years ago

Sorry Mailaender, I just thought that information was irrelevant. My OS is: Microsoft Windows NT 6.1.7601 Service Pack 1

The name of the mod is "Blitzkrieg: DEFCON ONE" A pet project I'm working on.

Adelric-115 commented 10 years ago

Scott, as for the map. They are

"Crossroads" "Island Hopper" and "Athena"

I'm going to dig through the link Mailaender provided now

Mailaender commented 10 years ago

@ihptru Can you update

with the fixed ones from https://github.com/OpenRA/OpenRA/tree/bleed/mods/ra/maps?

ihptru commented 10 years ago

Island-hoppers KOTH does not exist in bleed. Others updated

Mailaender commented 10 years ago

@Adelric-115 get the repaired maps from:

Mailaender commented 10 years ago

Good luck on your mod.