After having been able to successfully use the editor in the past I can now no longer save any changes. I get the following:
Exception Message: index was out of range. And the program quits. Attached the full error as a png.
After having been able to successfully use the editor in the past I can now no longer save any changes. I get the following:
Exception Message: index was out of range. And the program quits. Attached the full error as a png.
i
i received that error several times and for me it was because i had negative scav karma, so i had to go the traders tab and put fence on max rep and then save before that error would go away
i received that error several times and for me it was because i had negative scav karma, so i had to go the traders tab and put fence on max rep and then save before that error would go away
This solved it for me. Apparently the app bugs out when your scav rep is negative.
glad to help, its annoying that you cant do anything in the editor if your scav karma is negative
hey ive been editing my profile text document, first manually then with profile editor. but i got this error.. and i deleted the profile and made a new one! the game works but when i go into an raid the game freezez when the deployment counter is at zero and i get this error codes. can somebody help or tell me what too do?
skitles55 added a new version:
QuoteTo install, unzip the downloaded archive and run setup.exe
Changes:
Fix for the negative reputation of the merchant
Fix for sorting on merchants tab
So a few versions back it wouldnt update, it'd error out. So i ran the uninstaller and that still didnt fix the issue. So i deleted all the files and went into regedit and attempted to delete everything mentioning aki profile-editor. Now when i try to install it says that the installer was unable to install the previous version and cancels install.
Help?
Uh hey, don't know if anyone else has this problem but every time I try to use the profile editor, I get this (image below) and I don't know what to do or how to fix it, it says the server exe isn't there but it is, I used it to boot the game up, I don't understand.
Uh hey, don't know if anyone else has this problem but every time I try to use the profile editor, I get this (image below) and I don't know what to do or how to fix it, it says the server exe isn't there but it is, I used it to boot the game up, I don't understand.
If you're on the current version of SPT, that could be why.
Mods used to be somewhat backwards compatible. Now? Current version or expect bugs. Possibly even profile save corrupting ones.
If you're on the current version of SPT, that could be why.
Mods used to be somewhat backwards compatible. Now? Current version or expect bugs. Possibly even profile save corrupting ones.
ah ok, thanks for that, so I guess just wait until the mod has been updated?
ah ok, thanks for that, so I guess just wait until the mod has been updated?
Yup.
Hi Guys!
I've a bug on code. Sometimes, I don`t know why yet, An item are listed as container, but don`t have an instance of Location. This occurs an error and do not possibility to save profile. I made a little change on code, adding instruction "if (item.Location == null) continue;" at line 217 on CharacterInventary.cs file. This works to me for now, But I think this need to be investigated for understand why this is happening.
Regards
Как это убрать? Помогите, пожалуйста!
How to remove it? Help me please!
29.11.2022 23:10:29: Exception Message: Index was out of range. Must be non-negative and less than the size of the collection. (Parameter 'index'). | StackTrace: at System.Collections.Generic.List`1.get_Item(Int32 index)
at SPT_AKI_Profile_Editor.Core.ProfileClasses.CharacterTraderStandingExtended.HasLevelIssue(Nullable`1 level) in D:\GitHubRepos\SPT-AKI-Profile-Editor\SPT-AKI Profile Editor\Core\ProfileClasses\CharacterTraderStandingExtended.cs:line 53
at SPT_AKI_Profile_Editor.Core.IssuesService.<>c__DisplayClass10_0.<GetTraderIssues>b__0(CharacterTraderStandingExtended x) in D:\GitHubRepos\SPT-AKI-Profile-Editor\SPT-AKI Profile Editor\Core\IssuesService.cs:line 64
at System.Linq.Enumerable.WhereEnumerableIterator`1.MoveNext()
at SPT_AKI_Profile_Editor.Core.IssuesService.GetTraderIssues(Character character) in D:\GitHubRepos\SPT-AKI-Profile-Editor\SPT-AKI Profile Editor\Core\IssuesService.cs:line 65
at SPT_AKI_Profile_Editor.Core.IssuesService.GetIssues() in D:\GitHubRepos\SPT-AKI-Profile-Editor\SPT-AKI Profile Editor\Core\IssuesService.cs:line 36
at SPT_AKI_Profile_Editor.MainWindowViewModel.SaveProfileAndReload() in D:\GitHubRepos\SPT-AKI-Profile-Editor\SPT-AKI Profile Editor\MainWindowViewModel.cs:line 56
at System.Threading.Tasks.Task.<>c.<ThrowAsync>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)
29.11.2022 23:10:30: Exception Message: Index was out of range. Must be non-negative and less than the size of the collection. (Parameter 'index'). | StackTrace: at System.Collections.Generic.List`1.get_Item(Int32 index)
at SPT_AKI_Profile_Editor.Core.ProfileClasses.CharacterTraderStandingExtended.HasLevelIssue(Nullable`1 level) in D:\GitHubRepos\SPT-AKI-Profile-Editor\SPT-AKI Profile Editor\Core\ProfileClasses\CharacterTraderStandingExtended.cs:line 53
at SPT_AKI_Profile_Editor.Core.IssuesService.<>c__DisplayClass10_0.<GetTraderIssues>b__0(CharacterTraderStandingExtended x) in D:\GitHubRepos\SPT-AKI-Profile-Editor\SPT-AKI Profile Editor\Core\IssuesService.cs:line 64
at System.Linq.Enumerable.WhereEnumerableIterator`1.MoveNext()
at SPT_AKI_Profile_Editor.Core.IssuesService.GetTraderIssues(Character character) in D:\GitHubRepos\SPT-AKI-Profile-Editor\SPT-AKI Profile Editor\Core\IssuesService.cs:line 65
at SPT_AKI_Profile_Editor.Core.IssuesService.GetIssues() in D:\GitHubRepos\SPT-AKI-Profile-Editor\SPT-AKI Profile Editor\Core\IssuesService.cs:line 36
at SPT_AKI_Profile_Editor.MainWindowViewModel.SaveProfileAndReload() in D:\GitHubRepos\SPT-AKI-Profile-Editor\SPT-AKI Profile Editor\MainWindowViewModel.cs:line 56
at System.Threading.Tasks.Task.<>c.<ThrowAsync>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)
--- End of stack trace from previous location ---
at MS.Internal.CulturePreservingExecutionContext.Run(CulturePreservingExecutionContext executionContext, ContextCallback callback, Object state)
at System.Windows.Threading.DispatcherOperation.Invoke()
at System.Windows.Threading.Dispatcher.ProcessQueue()
at System.Windows.Threading.Dispatcher.WndProcHook(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)
at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
at MS.Win32.UnsafeNativeMethods.DispatchMessage(MSG& msg)
at System.Windows.Threading.Dispatcher.PushFrameImpl(DispatcherFrame frame)
at System.Windows.Threading.Dispatcher.PushFrame(DispatcherFrame frame)
at System.Windows.Threading.Dispatcher.Run()
at System.Windows.Application.RunDispatcher(Object ignore)
at System.Windows.Application.RunInternal(Window window)
at System.Windows.Application.Run()
at SPT_AKI_Profile_Editor.App.Main()
29.11.2022 23:10:39: No updates available
i received that error several times and for me it was because i had negative scav karma, so i had to go the traders tab and put fence on max rep and then save before that error would go away
Help me thx
Помогло мне
Hello Friends ,
gives an update for Spt-Aki 3.4.0 ?
skitles55 added a new version:
QuoteDisplay MoreTo install, unzip the downloaded archive and run setup.exe
Changes:
SPT-AKI 3.4.0 support
Removed item size calculation if it is not a weapon (https://github.com/SkiTles55/S…-Profile-Editor/issues/44)
Additional fix for wrong merchant level (https://github.com/SkiTles55/S…-Profile-Editor/issues/47)
The profile editor used to show normal names of items and traders, but now it shows this. I am also not able to add any items to the stash because it shows no items to add. I am using no mods at all. Anyone knows how I can fix this?
HELP
Don’t have an account yet? Register yourself now and be a part of our community!