Triky313 / AlbionOnline-StatisticsAnalysis

A tool with many features for the game Albion Online
https://triky313.github.io/AlbionOnline-StatisticsAnalysis/
GNU General Public License v3.0
342 stars 104 forks source link

Wrong item detection for cyrillic (probably) client #322

Closed Bikbai closed 1 year ago

Bikbai commented 1 year ago

Loot logger, storage history and gathering history shows wrong items.

Trade history tracker works well.

image

Triky313 commented 1 year ago

Update itemlist.json and items.json please

Bikbai commented 1 year ago

Update itemlist.json and items.json please

already did, no effect :(

image

Triky313 commented 1 year ago

Please delete the city entries in the tool and try it again. I can not find a problem with the newest item lists.

Bikbai commented 1 year ago

Please delete the city entries in the tool and try it again. I can not find a problem with the newest item lists.

Trade monitor works nicely, very strange situation.

Same problem also with loot logging and gather tracking - nothing to clear there.

here i've gathered rough stone inside hideout:

image

Triky313 commented 1 year ago

Monitoring works without the item lists. Gathering, damage meter and loot logger need the item lists. I don't see any problems there, I just updated the files again. It is best to delete the two files again and start the tool again.

Bikbai commented 1 year ago

Deleted, restarted and no effect :( image image

Bikbai commented 1 year ago

Not sure that its relates to subject

ERROR 2023-07-05 18:36:05 - [35] message:StatisticsAnalysisTool.Models.BindingModel.GatheringBindings+<<UpdateStatsAsync>b__12_0>d 
 method:MoveNext 
 stacktrace:System.Threading.Thread.StartCallback > System.Threading.PortableThreadPool+WorkerThread.WorkerThreadStart > System.Threading.ThreadPoolWorkQueue.Dispatch > System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1.MoveNext > System.Threading.ExecutionContext.RunFromThreadPoolDispatchLoop > StatisticsAnalysisTool.Models.BindingModel.GatheringBindings+<<UpdateStatsAsync>b__12_0>d.MoveNext 
 line: 114 
System.NullReferenceException: Object reference not set to an instance of an object.
   at StatisticsAnalysisTool.Models.BindingModel.GatheringBindings.<UpdateStatsAsync>b__12_6(Gathered x) in D:\a\AlbionOnline-StatisticsAnalysis\AlbionOnline-StatisticsAnalysis\src\StatisticsAnalysisTool\Models\BindingModel\GatheringBindings.cs:line 116
   at System.Linq.Enumerable.WhereListIterator`1.MoveNext()
   at System.Linq.Lookup`2.Create(IEnumerable`1 source, Func`2 keySelector, IEqualityComparer`1 comparer)
   at System.Linq.GroupedEnumerable`2.GetEnumerator()
   at System.Linq.Enumerable.SelectEnumerableIterator`2.MoveNext()
   at System.Linq.Enumerable.MaxBy[TSource,TKey](IEnumerable`1 source, Func`2 keySelector, IComparer`1 comparer)
   at StatisticsAnalysisTool.Models.BindingModel.GatheringBindings.<UpdateStatsAsync>b__12_0() in D:\a\AlbionOnline-StatisticsAnalysis\AlbionOnline-StatisticsAnalysis\src\StatisticsAnalysisTool\Models\BindingModel\GatheringBindings.cs:line 192
Triky313 commented 1 year ago

I fixed this last bug but on what server are you online west or east?

Bikbai commented 1 year ago

West server, current state - not working :(

image
Bikbai commented 1 year ago

I cannot execute project from scratch, so cannot debug :(