Nordgaren / Elden-Ring-Debug-Tool

Debug tool for Elden Ring modding
GNU General Public License v3.0
108 stars 18 forks source link

Something went wrong during assembly. #52

Open xxelaa opened 5 months ago

xxelaa commented 5 months ago

Fri, 12 Jan 2024 19:26:45 GMT Something went wrong during assembly. Code could not be assembled.

at Erd_Tools.ErdHook.AsmExecute(String asm) at Erd_Tools.ErdHook.GetItem(ItemSpawnInfo item) at Elden_Ring_Debug_Tool_ViewModels.Commands.GibItemCommand.SpawnSingleItem(ItemViewModel itemViewModel) at Elden_Ring_Debug_Tool_ViewModels.Commands.GibItemCommand.ExecuteAsync(Object parameter) at Elden_Ring_Debug_Tool_ViewModels.Commands.AsyncCommandBase.Execute(Object parameter) at System.Threading.Tasks.Task.<>c.b__128_0(Object state) 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)

Fri, 12 Jan 2024 19:26:45 GMT Something went wrong during assembly. Code could not be assembled.

at Erd_Tools.ErdHook.AsmExecute(String asm) at Erd_Tools.ErdHook.GetItem(ItemSpawnInfo item) at Elden_Ring_Debug_Tool_ViewModels.Commands.GibItemCommand.SpawnSingleItem(ItemViewModel itemViewModel) at Elden_Ring_Debug_Tool_ViewModels.Commands.GibItemCommand.ExecuteAsync(Object parameter) at Elden_Ring_Debug_Tool_ViewModels.Commands.AsyncCommandBase.Execute(Object parameter) at System.Threading.Tasks.Task.<>c.b__128_0(Object state) 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) at System.Windows.Threading.DispatcherOperation.InvokeImpl() at MS.Internal.CulturePreservingExecutionContext.CallbackWrapper(Object obj) at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)

Tool crashes and gives me that error in the log whenever I try to use the Create button in the Inventory menu.

Nordgaren commented 4 months ago

Missing C++ dependency, most likely. Cech readme.

alessio01cec commented 1 month ago

Ciao, io ho un errore simile penso.. io ho un problema con la seam " caricamento infinito", in teoria per risolverlo basta caricare il codice 105 e approvarlo, ma quando lo faccio si chiude l'app di colpo e non risolve il problema.

Stringa Log: Something went wrong during assembly. Code could not be assembled.

at Erd_Tools.ErdHook.AsmExecute(String asm) at Erd_Tools.ErdHook.SetEventFlag(Int32 flag, Boolean state) at Elden_Ring_Debug_Tool_ViewModels.Commands.EnableEventCommand.Execute(Object parameter) at MS.Internal.Commands.CommandHelpers.CriticalExecuteCommandSource(ICommandSource commandSource, Boolean userInitiated) at System.Windows.Controls.Primitives.ButtonBase.OnClick() at System.Windows.Controls.Button.OnClick() at System.Windows.Controls.Primitives.ButtonBase.OnMouseLeftButtonUp(MouseButtonEventArgs e) at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target) at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised) at System.Windows.UIElement.ReRaiseEventAs(DependencyObject sender, RoutedEventArgs args, RoutedEvent newEvent) 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)