Guest User

Untitled

a guest
Feb 26th, 2016
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.54 KB | None | 0 0
  1. Message: The type initializer for 'StardewValley.SaveGame' threw an exception.
  2. InnerException: System.InvalidOperationException: Unable to generate a temporary class (result=1).
  3. error CS2018: Unable to find messages file 'cscui.dll'
  4.  
  5. at System.Xml.Serialization.Compiler.Compile(Assembly parent, String ns, XmlSerializerCompilerParameters xmlParameters, Evidence evidence)
  6. at System.Xml.Serialization.TempAssembly.GenerateAssembly(XmlMapping[] xmlMappings, Type[] types, String defaultNamespace, Evidence evidence, XmlSerializerCompilerParameters parameters, Assembly assembly, Hashtable assemblies)
  7. at System.Xml.Serialization.TempAssembly..ctor(XmlMapping[] xmlMappings, Type[] types, String defaultNamespace, String location, Evidence evidence)
  8. at System.Xml.Serialization.XmlSerializer.GenerateTempAssembly(XmlMapping xmlMapping, Type type, String defaultNamespace, String location, Evidence evidence)
  9. at System.Xml.Serialization.XmlSerializer..ctor(Type type, XmlAttributeOverrides overrides, Type[] extraTypes, XmlRootAttribute root, String defaultNamespace, String location, Evidence evidence)
  10. at System.Xml.Serialization.XmlSerializer..ctor(Type type, Type[] extraTypes)
  11. at StardewValley.SaveGame..cctor()
  12. Stack Trace: at StardewValley.SaveGame.<getSaveEnumerator>d__0.MoveNext()
  13. at StardewValley.Menus.SaveGameMenu.update(GameTime time)
  14. at StardewValley.Game1.updateActiveMenu(GameTime gameTime)
  15. at StardewValley.Game1.Update(GameTime gameTime)
  16. at Microsoft.Xna.Framework.Game.Tick()
  17. at Microsoft.Xna.Framework.Game.HostIdle(Object sender, EventArgs e)
  18. at Microsoft.Xna.Framework.GameHost.OnIdle()
  19. at Microsoft.Xna.Framework.WindowsGameHost.RunOneFrame()
  20. at Microsoft.Xna.Framework.WindowsGameHost.ApplicationIdle(Object sender, EventArgs e)
  21. at System.Windows.Forms.Application.ThreadContext.System.Windows.Forms.UnsafeNativeMethods.IMsoComponent.FDoIdle(Int32 grfidlef)
  22. at System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(IntPtr dwComponentID, Int32 reason, Int32 pvLoopData)
  23. at System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
  24. at System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
  25. at System.Windows.Forms.Application.Run(Form mainForm)
  26. at Microsoft.Xna.Framework.WindowsGameHost.Run()
  27. at Microsoft.Xna.Framework.Game.RunGame(Boolean useBlockingRun)
  28. at StardewValley.Program.Main(String[] args)
Add Comment
Please, Sign In to add comment