Replies: 1 comment
-
It's better to use the This is a bug in 0.5.2, it's been fixed for 0.5.3. If you need it faster than that, HMA allows you to build yourself. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
whenever i click something in the map menu, it says
Index was out of range. Must be non-negative and less than the size of the collection. (Parameter 'index')
at System.Collections.Generic.List
1.get_Item(Int32 index) at HavenSoft.HexManiac.Core.ViewModels.Tools.FilteringComboOptions.Update(IEnumerable
1 options, Int32 selection) in D:\root\GitHub\HexManiac\src\HexManiac.Core\ViewModels\Tools\FilteringComboOptions.cs:line 94at HavenSoft.HexManiac.Core.ViewModels.Map.ObjectEventViewModel..ctor(ScriptParser parser, Action
1 gotoAddress, ModelArrayElement objectEvent, EventTemplate eventTemplate, IReadOnlyList
1 sprites, IPixelViewModel defaultSprite, BerryInfo berries) in D:\root\GitHub\HexManiac\src\HexManiac.Core\ViewModels\Map\IEventViewModel.cs:line 1071at HavenSoft.HexManiac.Core.ViewModels.Map.BlockMapViewModel.CreateObjectEvent(Int32 graphics, Int32 scriptAddress) in D:\root\GitHub\HexManiac\src\HexManiac.Core\ViewModels\Map\BlockMapViewModel.cs:line 1650
at HavenSoft.HexManiac.Core.ViewModels.Map.MapEditorViewModel.CreateEventForCreationInteraction(EventCreationType type) in D:\root\GitHub\HexManiac\src\HexManiac.Core\ViewModels\Map\MapEditorViewModel.cs:line 942
at HavenSoft.HexManiac.Core.ViewModels.Map.MapEditorViewModel.EventMove(Double x, Double y) in D:\root\GitHub\HexManiac\src\HexManiac.Core\ViewModels\Map\MapEditorViewModel.cs:line 848
at HavenSoft.HexManiac.WPF.Controls.MapTab.ButtonMove(Object sender, MouseEventArgs e) in D:\root\GitHub\HexManiac\src\HexManiac.WPF\Controls\MapTab.xaml.cs:line 180
at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
at System.Windows.UIElement.RaiseTrustedEvent(RoutedEventArgs args)
at System.Windows.Input.InputManager.ProcessStagingArea()
at System.Windows.Input.InputProviderSite.ReportInput(InputReport inputReport)
at System.Windows.Interop.HwndMouseInputProvider.ReportInput(IntPtr hwnd, InputMode mode, Int32 timestamp, RawMouseActions actions, Int32 x, Int32 y, Int32 wheel)
at System.Windows.Interop.HwndMouseInputProvider.FilterMessage(IntPtr hwnd, WindowMessage msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
at System.Windows.Interop.HwndSource.InputFilterMessage(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
how can i fix this?
Beta Was this translation helpful? Give feedback.
All reactions