MustaphaTR / Generals-Alpha

Generals Alpha is an OpenRA mod that recreates Command & Conquer: Generals on OpenRA engine as much as possible but using Red Alert and Tiberian Dawn artworks.
GNU General Public License v3.0
42 stars 7 forks source link

make test fails on openSUSE Tumbleweed: Actor type `vehicle.combat_cycle` consumes conditions that are not granted: driver_killed #10

Closed fusion809 closed 6 years ago

fusion809 commented 6 years ago

Hi,

On openSUSE Tumbleweed I've noticed that while Generals builds fine, make test fails with the errors

[  122s] Testing map: X-Lake
[  122s] Testing map: Ysmir
[  122s] Testing map: Desert Shellmap
[  128s] OpenRA.Utility(1,1): Error: Actor type `vehicle.combat_cycle` consumes conditions that are not granted: driver_killed
[  128s] OpenRA.Utility(1,1): Error: Actor type `vehicle.combat_cycle.demo` consumes conditions that are not granted: driver_killed
[  130s] Testing map: 01: The Dragon Awakes (WIP)
[  136s] OpenRA.Utility(1,1): Error: Actor type `vehicle.combat_cycle` consumes conditions that are not granted: driver_killed
[  136s] OpenRA.Utility(1,1): Error: Actor type `vehicle.combat_cycle.demo` consumes conditions that are not granted: driver_killed
[  139s] Testing map: Snow Shellmap
[  144s] OpenRA.Utility(1,1): Error: Actor type `vehicle.combat_cycle` consumes conditions that are not granted: driver_killed
[  144s] OpenRA.Utility(1,1): Error: Actor type `vehicle.combat_cycle.demo` consumes conditions that are not granted: driver_killed
[  147s] Testing map: Temperate Shellmap
[  152s] OpenRA.Utility(1,1): Error: Actor type `vehicle.combat_cycle` consumes conditions that are not granted: driver_killed
[  152s] OpenRA.Utility(1,1): Error: Actor type `vehicle.combat_cycle.demo` consumes conditions that are not granted: driver_killed
[  155s] Errors: 26
[  156s] make: *** [Makefile:101: test] Error 1

(ignore the [ (number)s] it pertains to the Open Build Service I'm using to build this). This issue was introduced in commit 27499a9a65fd22161a3a95a8e33f97d25bfd4a8e, earlier commits didn't have this problem. I see your Travis CI build is failing too, presumably for the same reasons.

Thanks for your time and this mighty fine mod, Brenton

MustaphaTR commented 6 years ago

You don't need to create issues for Make test errors unless they have been in like a week and not fixed. I'm avare of these because travis fails. I'm just either lazy or not have time to fix that day.

fusion809 commented 6 years ago

Sorry to upset you (if I did, it is hard to know in this context), but thank you for taking the time to respond. I shall keep this in mind for the future.