Giter Club home page Giter Club logo

ymca's People

Contributors

andyfr avatar darkademic avatar inq8 avatar m-ober avatar patrickwieth avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

Forkers

elpollo315

ymca's Issues

Crash in 0.95.9 when producing Harriers with payload upgrade

OpenRA engine version 0a06cf1789c66d8f5cf7566199187181aef0dbec
OpenRA Language: en
You Must Contruct Additional... mod version $v0.95.9
on map dbfaddb05e6ef43ddb4ab73fde95c0070bd43610 (Three on Two Remixed by DoubleJ).
Date: 2024-02-03 18:45:48Z
Operating System: Linux (Unix 6.7.1.1)
Runtime Version: .NET CLR 6.0.26
Installed Language: en (Installed) en (Current) en (Current UI)
Exception of type `System.InvalidOperationException`: Model `harr.payload` does not have any sequences defined.
   at OpenRA.Mods.Cnc.Graphics.VoxelModelCache.GetModelSequence(String model, String sequence) in /home/runner/work/YMCA/YMCA/engine/OpenRA.Mods.Cnc/Graphics/VoxelModelSequenceLoader.cs:line 104
   at OpenRA.Mods.Common.Traits.Render.WithVoxelBody..ctor(Actor self, WithVoxelBodyInfo info) in /home/runner/work/YMCA/YMCA/engine/OpenRA.Mods.Common/Traits/Render/WithVoxelBody.cs:line 53
   at OpenRA.Mods.Common.Traits.Render.WithVoxelBodyInfo.Create(ActorInitializer init) in /home/runner/work/YMCA/YMCA/engine/OpenRA.Mods.Common/Traits/Render/WithVoxelBody.cs:line 29
   at OpenRA.Actor..ctor(World world, String name, TypeDictionary initDict) in /home/runner/work/YMCA/YMCA/engine/OpenRA.Game/Actor.cs:line 161
   at OpenRA.Mods.Common.Traits.Production.<>c__DisplayClass7_0.<DoProduction>b__0(World w) in /home/runner/work/YMCA/YMCA/engine/OpenRA.Mods.Common/Traits/Production.cs:line 139
   at OpenRA.World.Tick() in /home/runner/work/YMCA/YMCA/engine/OpenRA.Game/World.cs:line 448
   at OpenRA.Game.InnerLogicTick(OrderManager orderManager) in /home/runner/work/YMCA/YMCA/engine/OpenRA.Game/Game.cs:line 639
   at OpenRA.Game.LogicTick() in /home/runner/work/YMCA/YMCA/engine/OpenRA.Game/Game.cs:line 654
   at OpenRA.Game.Loop() in /home/runner/work/YMCA/YMCA/engine/OpenRA.Game/Game.cs:line 823
   at OpenRA.Game.Run() in /home/runner/work/YMCA/YMCA/engine/OpenRA.Game/Game.cs:line 876
   at OpenRA.Game.InitializeAndRun(String[] args) in /home/runner/work/YMCA/YMCA/engine/OpenRA.Game/Game.cs:line 308
   at OpenRA.Launcher.Program.Main(String[] args) in /home/runner/work/YMCA/YMCA/engine/OpenRA.Launcher/Program.cs:line 32

Crash in 0.95.9 when activating Firestorm Missile System

Crashes when using Firestorm Missile System power, available to GDI upgrade center.

OpenRA engine version 0a06cf1789c66d8f5cf7566199187181aef0dbec
OpenRA Language: en
You Must Contruct Additional... mod version $v0.95.9
on map 44cc6ba0f5ce4f9b205005c11f6ea1e6bccdc55d (All that Glitters - Barren by Westwood Studios).
Date: 2024-02-03 19:10:48Z
Operating System: Linux (Unix 6.7.1.1)
Runtime Version: .NET CLR 6.0.26
Installed Language: en (Installed) en (Current) en (Current UI)
Exception of type `System.IO.FileNotFoundException`: File not found: rmissile.shp
   at OpenRA.Mods.Common.Graphics.FileNotFoundSequence.OpenRA.Graphics.ISpriteSequence.get_Tick() in /home/runner/work/YMCA/YMCA/engine/OpenRA.Mods.Common/Graphics/DefaultSpriteSequence.cs:line 112
   at OpenRA.Graphics.Animation.PlaySequence(String sequenceName) in /home/runner/work/YMCA/YMCA/engine/OpenRA.Game/Graphics/Animation.cs:line 126
   at OpenRA.Graphics.Animation.PlayRepeating(String sequenceName) in /home/runner/work/YMCA/YMCA/engine/OpenRA.Game/Graphics/Animation.cs:line 141
   at OpenRA.Mods.Common.Projectiles.Bullet..ctor(BulletInfo info, ProjectileArgs args) in /home/runner/work/YMCA/YMCA/engine/OpenRA.Mods.Common/Projectiles/Bullet.cs:line 159
   at OpenRA.Mods.Common.Projectiles.BulletInfo.Create(ProjectileArgs args) in /home/runner/work/YMCA/YMCA/engine/OpenRA.Mods.Common/Projectiles/Bullet.cs:line 134
   at OpenRA.Mods.Common.Traits.Armament.<>c__DisplayClass34_0.<FireBarrel>b__2(Int32 burst) in /home/runner/work/YMCA/YMCA/engine/OpenRA.Mods.Common/Traits/Armament.cs:line 329
   at OpenRA.Mods.Common.Traits.Armament.FireBarrel(Actor self, IFacing facing, Target& target, Barrel barrel) in /home/runner/work/YMCA/YMCA/engine/OpenRA.Mods.Common/Traits/Armament.cs:line 325
   at OpenRA.Mods.Common.Traits.Armament.CheckFire(Actor self, IFacing facing, Target& target) in /home/runner/work/YMCA/YMCA/engine/OpenRA.Mods.Common/Traits/Armament.cs:line 258
   at OpenRA.Mods.Common.Traits.AttackBase.DoAttack(Actor self, Target& target) in /home/runner/work/YMCA/YMCA/engine/OpenRA.Mods.Common/Traits/Attack/AttackBase.cs:line 169
   at OpenRA.Mods.Common.Traits.AttackFollow.Tick(Actor self) in /home/runner/work/YMCA/YMCA/engine/OpenRA.Mods.Common/Traits/Attack/AttackFollow.cs:line 155
   at OpenRA.TraitDictionary.TraitContainer`1.ApplyToAllTimed(Action`2 action, String text) in /home/runner/work/YMCA/YMCA/engine/OpenRA.Game/TraitDictionary.cs:line 313
   at OpenRA.World.Tick() in /home/runner/work/YMCA/YMCA/engine/OpenRA.Game/World.cs:line 443
   at OpenRA.Game.InnerLogicTick(OrderManager orderManager) in /home/runner/work/YMCA/YMCA/engine/OpenRA.Game/Game.cs:line 639
   at OpenRA.Game.LogicTick() in /home/runner/work/YMCA/YMCA/engine/OpenRA.Game/Game.cs:line 654
   at OpenRA.Game.Loop() in /home/runner/work/YMCA/YMCA/engine/OpenRA.Game/Game.cs:line 823
   at OpenRA.Game.Run() in /home/runner/work/YMCA/YMCA/engine/OpenRA.Game/Game.cs:line 876
   at OpenRA.Game.InitializeAndRun(String[] args) in /home/runner/work/YMCA/YMCA/engine/OpenRA.Game/Game.cs:line 308
   at OpenRA.Launcher.Program.Main(String[] args) in /home/runner/work/YMCA/YMCA/engine/OpenRA.Launcher/Program.cs:line 32

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.