cseelhoff / RimThreaded

RimThreaded is a RimWorld mod designed to enable RimWorld to utilize multiple threads.
MIT License
117 stars 20 forks source link

Exception in Verse.AI.ThinkNode_Priority TryIssueJobPackage #106

Closed Artembelov closed 3 years ago

Artembelov commented 4 years ago

Occours on loading in the map on game start slows down until it freezes does not recover

// Token: 0x0600601E RID: 24606 RVA: 0x0013C66C File Offset: 0x0013A86C private int FindEntry(TKey key) { if (key == null) { throw new ArgumentNullException("key"); } if (this.buckets != null) { int num = this.comparer.GetHashCode(key) & int.MaxValue; for (int i = this.buckets[num % this.buckets.Length]; i >= 0; i = this.entries[i].next) { if (this.entries[i].hashCode == num && this.comparer.Equals(this.entries[i].key, key)) { return i; } } } return -1; }

Pictures https://ibb.co/vVY6kHJ https://ibb.co/BKwQMgr

Mods UsedVersion: 1 Name: Playtesting Mods:

Tschuangtse commented 4 years ago

Can confirm; mod exists universally. Appended log file.

Bug is not picked up by dnSpy for me.

Player.log 2020-09-15 19_33_27-Window

cseelhoff commented 3 years ago

Closing bug. Many bugs have been fixed since this was reported. Please reopen in new bug report using the new templates if this issue persists.