Steam installeren
inloggen
|
taal
简体中文 (Chinees, vereenvoudigd)
繁體中文 (Chinees, traditioneel)
日本語 (Japans)
한국어 (Koreaans)
ไทย (Thai)
Български (Bulgaars)
Čeština (Tsjechisch)
Dansk (Deens)
Deutsch (Duits)
English (Engels)
Español-España (Spaans - Spanje)
Español - Latinoamérica (Spaans - Latijns-Amerika)
Ελληνικά (Grieks)
Français (Frans)
Italiano (Italiaans)
Bahasa Indonesia (Indonesisch)
Magyar (Hongaars)
Norsk (Noors)
Polski (Pools)
Português (Portugees - Portugal)
Português - Brasil (Braziliaans-Portugees)
Română (Roemeens)
Русский (Russisch)
Suomi (Fins)
Svenska (Zweeds)
Türkçe (Turks)
Tiếng Việt (Vietnamees)
Українська (Oekraïens)
Een vertaalprobleem melden
Fort Zombie 1.0.7.0 [450a9c27-2bed-4430-9045-debda69458f9]
Time: 23.10.2023 0:05:49 (UTC+05:00) Екатеринбург
Culture: en-US
Встречено необработанное исключение:
Kerberos.NsCore.Engine.InvalidContentException: Failed to load Zombies\GirlHoodies\Face_Female_D_AltS. ---> System.InvalidOperationException: An unexpected error has occurred.
в Microsoft.Xna.Framework.Graphics.EffectParameter..ctor(ID3DXBaseEffect* parent, Effect effect, SByte* Parameter, Int32 index)
в Microsoft.Xna.Framework.Graphics.EffectParameterCollection..ctor(ID3DXBaseEffect* parent, Effect effect, SByte* parameter, Int32 count, Boolean arrayElements)
в Microsoft.Xna.Framework.Graphics.EffectParameter..ctor(ID3DXBaseEffect* parent, Effect effect, SByte* Parameter, Int32 index)
в Microsoft.Xna.Framework.Graphics.EffectParameterCollection..ctor(ID3DXBaseEffect* parent, Effect effect, SByte* parameter, Int32 count, Boolean arrayElements)
в Microsoft.Xna.Framework.Graphics.Effect.InitializeHelpers()
в Microsoft.Xna.Framework.Graphics.Effect..ctor(GraphicsDevice graphicsDevice, Effect cloneSource)
в Microsoft.Xna.Framework.Content.EffectMaterialReader.Read(ContentReader input, EffectMaterial existingInstance)
в Microsoft.Xna.Framework.Content.ContentTypeReader`1.Read(ContentReader input, Object existingInstance)
в Microsoft.Xna.Framework.Content.ContentReader.InvokeReader[T](ContentTypeReader reader, Object existingInstance)
в Microsoft.Xna.Framework.Content.ContentReader.ReadObjectInternal[T](Object existingInstance)
в Microsoft.Xna.Framework.Content.ContentReader.ReadSharedResources(Int32 sharedResourceCount)
в Microsoft.Xna.Framework.Content.ContentReader.ReadAsset[T]()
в Microsoft.Xna.Framework.Content.ContentManager.ReadAsset[T](String assetName, Action`1 recordDisposableObject)
в Kerberos.NsCore.Engine.Content.NsContentManager.ReadAssetCore[T](String assetName)
в Kerberos.NsCore.Engine.Content.NsContentManager.Load[T](String assetName)
--- Конец трассировки внутреннего стека исключений ---
в Kerberos.NsCore.Engine.Content.NsContentManager.Load[T](String assetName)
в Kerberos.FortZombie.Zombie.ZombieModelComponent.SynchronizeModels()
в Kerberos.FortZombie.Zombie.ZombieModelComponent.SetPartModelName(BodyParts partID, String partName)
в Kerberos.FortZombie.Zombie.ZombieEntity.InitializeModels()
в Kerberos.FortZombie.Zombie.ZombieEntity.OnInitialize()
в Kerberos.NsCore.Engine.EntityFramework.Entity.Initialize(EntityCollection collection)
в Kerberos.NsCore.Engine.EntityFramework.EntityCollection.InitializeEntity(Entity item)
в Kerberos.NsCore.Engine.EntityFramework.EntityCollection.InsertItem(Int32 index, Entity item)
в System.Collections.ObjectModel.Collection`1.Add(T item)
в Kerberos.NsCore.Engine.EntityFramework.EntityCollection.Add(Entity item)
в Kerberos.FortZombie.Zombie.ZombieWaveComponent.SpawnZombies()
в Kerberos.FortZombie.Zombie.ZombieWaveComponent.OnActivate()
в Kerberos.NsCore.Engine.EntityFramework.Entity.Activate()
в Kerberos.NsCore.Engine.EntityFramework.EntityCollection.InitializeEntity(Entity item)
в Kerberos.NsCore.Engine.EntityFramework.EntityCollection.contentManager_LoadFinished(Object sender, EventArgs e)
в Kerberos.NsCore.Engine.Content.NsContentManager.BatchComplete()
в Kerberos.NsCore.Engine.Content.NsContentManager.CheckBatch()
в Kerberos.NsCore.Engine.Content.NsContentManager.Update()
в Kerberos.FortZombie.Mission.MissionLevel.Update(GameTime gameTime)
в Kerberos.FortZombie.EngineModule.UpdateLevel(GameTime gameTime)
в Kerberos.FortZombie.EngineModule.Update(GameTime gameTime)
в Kerberos.NsCore.Engine.EngineService.Update(GameTime gameTime)
в Kerberos.FortZombie.Client.Application.Update(UpdateState state)
в Xen.Application.Xen.IUpdate.Update(UpdateState state)
в Xen.Updater.UpdateEntries(UpdateState state, List`1[] moveList)
в Xen.Updater.Update(Int32 index, UpdateState state, List`1[] moveList)
в Xen.UpdateManager.Xen.IUpdate.Update(UpdateState state)
в Xen.XNALogic.Update(Int64 totalRealTicks, Int64 totalGameTicks)
в Xen.XNAGameAppWrapper.Update(GameTime gameTime)
в Microsoft.Xna.Framework.Game.Tick()
в Microsoft.Xna.Framework.Game.HostIdle(Object sender, EventArgs e)
в Microsoft.Xna.Framework.GameHost.OnIdle()
в Microsoft.Xna.Framework.WindowsGameHost.ApplicationIdle(Object sender, EventArgs e)
в System.Windows.Forms.Application.ThreadContext.System.Windows.Forms.UnsafeNativeMethods.IMsoComponent.FDoIdle(Int32 grfidlef)
в System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(Int32 dwComponentID, Int32 reason, Int32 pvLoopData)
в System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
в System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
в System.Windows.Forms.Application.Run(Form mainForm)
в Microsoft.Xna.Framework.WindowsGameHost.Run()
в Microsoft.Xna.Framework.Game.Run()
в Xen.XNAGameAppWrapper.Xen.IXNAAppWrapper.Run()
в Xen.Application.Run()
в Kerberos.FortZombie.Client.Program.Main(String[] args)
Windows 10 pro
here is the report
Fort Zombie 1.0.7.0 [450a9c27-2bed-4430-9045-debda69458f9]
Time: 9/13/2024 12:44:19 PM (UTC-05:00) Eastern Time (US & Canada)
Culture: en-US
Unhandled exception encountered:
Kerberos.FortZombie.Steam.SteamAPIException: GetAchievement failed.
at Kerberos.FortZombie.Steam.API.GetAchievement(String name)
at Kerberos.FortZombie.StatsAndAchievements.UserStatsReceived(UserStatsReceivedData data)
at Kerberos.FortZombie.Steam.API.raise_UserStatsReceived(UserStatsReceivedData value0)
at Kerberos.FortZombie.Steam.API.OnUserStatsReceived(UserStatsReceived_t* pCallback)
at Kerberos.FortZombie.Steam.APICallbackDelegator.OnUserStatsReceived(APICallbackDelegator* , UserStatsReceived_t* pParam)
at CCallback<Kerberos::FortZombie::Steam::APICallbackDelegator,UserStatsReceived_t,0>.Run(CCallback<Kerberos::FortZombie::Steam::APICallbackDelegator\,UserStatsReceived_t\,0>* , Void* pvParam)
at SteamAPI_RunCallbacks()
at Kerberos.FortZombie.Steam.API.RunCallbacks()
at Kerberos.FortZombie.Client.Application.Draw(DrawState state)
at Xen.Application.OnDraw(DrawState state)
at Xen.XNALogic.Draw()
at Xen.XNAGameAppWrapper.Draw(GameTime gameTime)
at Microsoft.Xna.Framework.Game.DrawFrame()
at Microsoft.Xna.Framework.Game.Tick()
at Microsoft.Xna.Framework.Game.HostIdle(Object sender, EventArgs e)
at Microsoft.Xna.Framework.GameHost.OnIdle()
at Microsoft.Xna.Framework.WindowsGameHost.ApplicationIdle(Object sender, EventArgs e)
at System.Windows.Forms.Application.ThreadContext.System.Windows.Forms.UnsafeNativeMethods.IMsoComponent.FDoIdle(Int32 grfidlef)
at System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(Int32 dwComponentID, Int32 reason, Int32 pvLoopData)
at System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
at System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
at System.Windows.Forms.Application.Run(Form mainForm)
at Microsoft.Xna.Framework.WindowsGameHost.Run()
at Microsoft.Xna.Framework.Game.Run()
at Xen.XNAGameAppWrapper.Xen.IXNAAppWrapper.Run()
at Xen.Application.Run()
at Kerberos.FortZombie.Client.Program.Main(String[] args)