halysondev / npcgeneditor

6 stars 8 forks source link

Error when open map and selecting item from list #2

Open hrace009 opened 1 month ago

hrace009 commented 1 month ago

Hello,

I manage to open the map, but it error when trying to select NPC from list. Error detail:

An unexpected error occurred: Could not find any resources appropriate for the specified culture or the neutral culture.  Make sure "NpcGenDataEditor.Properties.Resources.resources" was correctly embedded or linked into assembly "Npcgen Editor By Luka and Updated by Haly" at compile time, or that all the satellite assemblies required are loadable and fully signed.
Time: 28/09/2024 07:49:16 
System.Resources.MissingManifestResourceException: Could not find any resources appropriate for the specified culture or the neutral culture.  Make sure "NpcGenDataEditor.Properties.Resources.resources" was correctly embedded or linked into assembly "Npcgen Editor By Luka and Updated by Haly" at compile time, or that all the satellite assemblies required are loadable and fully signed.
   at System.Resources.ManifestBasedResourceGroveler.HandleResourceStreamMissing(String fileName)
   at System.Resources.ManifestBasedResourceGroveler.GrovelForResourceSet(CultureInfo culture, Dictionary`2 localResourceSets, Boolean tryParents, Boolean createIfNotExists, StackCrawlMark& stackMark)
   at System.Resources.ResourceManager.InternalGetResourceSet(CultureInfo requestedCulture, Boolean createIfNotExists, Boolean tryParents, StackCrawlMark& stackMark)
   at System.Resources.ResourceManager.InternalGetResourceSet(CultureInfo culture, Boolean createIfNotExists, Boolean tryParents)
   at System.Resources.ResourceManager.GetObject(String name, CultureInfo culture, Boolean wrapUnmanagedMemStream)
   at System.Resources.ResourceManager.GetObject(String name, CultureInfo culture)
   at NpcGenDataEditor.Properties.Resources.get_arrow() in E:\backup150124\Documents\npcgen1\npcgen\NpcGenDataEditor.Properties\Resources.cs:line 69
   at NpcGenDataEditor.ShowLocationWindow.GetCoordinates(List`1 ls) in E:\backup150124\Documents\npcgen1\npcgen\NpcGenDataEditor\ShowLocationWindow.cs:line 46
   at NpcGenDataEditor.Form1.ExistenceGrid_CellChanged(Object sender, EventArgs e) in E:\backup150124\Documents\npcgen1\npcgen\NpcGenDataEditor\Form1.cs:line 3131
   at System.Windows.Forms.DataGridView.OnCurrentCellChanged(EventArgs e)
   at System.Windows.Forms.DataGridView.SetCurrentCellAddressCore(Int32 columnIndex, Int32 rowIndex, Boolean setAnchorCellAddress, Boolean validateCurrentCell, Boolean throughMouseClick)
   at System.Windows.Forms.DataGridView.OnCellMouseDown(HitTestInfo hti, Boolean isShiftDown, Boolean isControlDown)
   at System.Windows.Forms.DataGridView.OnCellMouseDown(DataGridViewCellMouseEventArgs e)
   at System.Windows.Forms.DataGridView.OnMouseDown(MouseEventArgs e)
   at System.Windows.Forms.Control.WmMouseDown(Message& m, MouseButtons button, Int32 clicks)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.DataGridView.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)
InnerException: 

InnerException StackTrace: 

image

Thanks

hrace009 commented 1 month ago

i have try using old surfaces.pck from old files 1.4.5, still got this error