Deleted4363562User Posted August 26, 2014 Share Posted August 26, 2014 Hi guys, I had translated PN into Spanish a while back, and I made a few updates to the file.Now when I, and other users, try to add the PN package I made into FOMM, the program crashes, and gives me this crash dump:Monday, August 25, 2014 - 5:09:15 PMFomm 0.13.21OS version: Microsoft Windows NT 6.1.7601 Service Pack 1Fomm.PackageManager.fomod+fomodLoadException: Unexpected node type 'LastKnownVersion' in info.xmlat Fomm.PackageManager.fomod.LoadInfo(XmlDocument p_xmlInfo, IFomodInfo p_finFomodInfo, Boolean p_booOverwriteExisitngValues)at Fomm.PackageManager.fomod.LoadInfo()at Fomm.PackageManager.fomod..ctor(String path, Boolean p_booUseCache)at Fomm.PackageManager.FomodBuilder.FomodFromSourceBuilder.BuildFomodFromSource(String p_strPath, NexusAPI p_nxaNexus)at Fomm.PackageManager.PackageManager.AddNewFomod(String p_strPath)at Fomm.PackageManager.PackageManager.addFOMODToolStripMenuItem_Click(Object sender, EventArgs e)at System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e)at System.Windows.Forms.ToolStripMenuItem.OnClick(EventArgs e)at System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e)at System.Windows.Forms.ToolStripItem.FireEventInteractive(EventArgs e, ToolStripItemEventType met)at System.Windows.Forms.ToolStripItem.FireEvent(EventArgs e, ToolStripItemEventType met)at System.Windows.Forms.ToolStripItem.PerformClick()at Fomm.Controls.SplitButton.OnClick(EventArgs e)at Fomm.Controls.SplitButton.OnMouseUp(MouseEventArgs mevent)at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)at System.Windows.Forms.Control.WndProc(Message& m)at System.Windows.Forms.ButtonBase.WndProc(Message& m)at System.Windows.Forms.Button.WndProc(Message& m)at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)Can anyone shed some light on what I screwed up? Link to comment Share on other sites More sharing options...
luthienanarion Posted August 26, 2014 Share Posted August 26, 2014 It tells you right there in the first line: "Unexpected node type 'LastKnownVersion' in info.xml" LastKnownVersion is not a valid node type, apparently. Copy the info.xml from another mod and change the values. Link to comment Share on other sites More sharing options...
Recommended Posts