- Server version
- 3.7.3
- Game client version
- 0.13.5.26535
- Client log file
- codepaste.sp-tarkov.com/?44126…g3T35SgYByocCCVaqPTZfH3vz
- BepInEx log file
- codepaste.sp-tarkov.com/?84bf6…QPd8BYVhzbiXJVpG2nwXqsWFk
- Server log file
- codepaste.sp-tarkov.com/?1d683…wrTy7TXzwLuGYuu7A8Cmqsk4G
- Have you read the FAQ?
- Yes
- Where did you download your game from?
- The official BSG EFT Launcher, as was obtained from cdn-13.eft-store.com
- List of used mods
- None
I have recently gotten into a loop of Null Reference Exceptions that prevent me from playing. I did look through the FAQ and saw the "Error: "Object reference not set to an instance of an object"" line, however that specifically mentions one should have at least opened up official EFT before playing SPT. I have been playing for several days at this point, roughly 100 raids - not to mention I do recall opening official EFT once prior, so I don't think that FAQ answer applies here.
Just reading through the stack trace, there was some issue with cloning an item from a given preset?
Code: Player.log snippet
NullReferenceException: Object reference not set to an instance of an object
at GClass2566.smethod_1[T] (T originalItem, GInterface272 idGenerator, System.Boolean skipInvisibleContent, System.Boolean resetSpawnedInSession) [0x00067] in <f7f3726f1deb4e1fabfff17fea715bfa>:0
at GClass2566.CloneItem[T] (T originalItem, GInterface272 idGenerator) [0x00000] in <f7f3726f1deb4e1fabfff17fea715bfa>:0
at ItemFactory.GetPresetItem (System.String templateId) [0x00024] in <f7f3726f1deb4e1fabfff17fea715bfa>:0
at EFT.HandBook.HandbookData.method_0 (EFT.HandBook.ENodeType type) [0x0009b] in <f7f3726f1deb4e1fabfff17fea715bfa>:0
at EFT.HandBook.HandbookData.Clone () [0x00000] in <f7f3726f1deb4e1fabfff17fea715bfa>:0
at GClass2691+Class2143.method_13 (EFT.HandBook.HandbookData x) [0x00005] in <f7f3726f1deb4e1fabfff17fea715bfa>:0
at System.Linq.Enumerable+SelectArrayIterator`2[TSource,TResult].MoveNext () [0x0003a] in <351e49e2a5bf4fd6beabb458ce2255f3>:0
at System.Linq.Enumerable+WhereEnumerableIterator`1[TSource].MoveNext () [0x0004e] in <351e49e2a5bf4fd6beabb458ce2255f3>:0
at System.Linq.Enumerable.ToDictionary[TSource,TKey] (System.Collections.Generic.IEnumerable`1[T] source, System.Func`2[T,TResult] keySelector, System.Collections.Generic.IEqualityComparer`1[T] comparer) [0x0008c] in <351e49e2a5bf4fd6beabb458ce2255f3>:0
at System.Linq.Enumerable.ToDictionary[TSource,TKey] (System.Collections.Generic.IEnumerable`1[T] source, System.Func`2[T,TResult] keySelector) [0x00000] in <351e49e2a5bf4fd6beabb458ce2255f3>:0
at GClass2691.method_2 (EFT.HandBook.HandbookData[] data, System.Boolean onlyKnown, System.Boolean setChildCount) [0x0004a] in <f7f3726f1deb4e1fabfff17fea715bfa>:0
at GClass2691.method_0 () [0x00054] in <f7f3726f1deb4e1fabfff17fea715bfa>:0
at GClass2691..ctor (EFT.HandBook.HandbookData[] categories, EFT.HandBook.HandbookData[] items, ISession session, System.Collections.Generic.Dictionary`2[TKey,TValue] profileEncyclopedia, System.Collections.Generic.List`1[T] questItems) [0x00036] in <f7f3726f1deb4e1fabfff17fea715bfa>:0
at EFT.TarkovApplication+Struct267.MoveNext () [0x002cd] in <f7f3726f1deb4e1fabfff17fea715bfa>:0
Display More