Bug on both console and Windows

In das Unterforum "Erledigt" werden alle Beiträge geschoben, die erledigt sind, bspw. bei behobenen Bugs.
Gesperrt
Sathorn
Spender
Beiträge: 41
Registriert: Di 10. Jan 2017, 19:03
Hat sich bedankt: 6 Mal
Danksagung erhalten: 5 Mal

Bug on both console and Windows

Beitrag von Sathorn »

Code: Alles auswählen

Unhandled Exception:
System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index
  at System.ThrowHelper.ThrowArgumentOutOfRangeException (System.ExceptionArgument argument, System.ExceptionResource resource) [0x00011] in <8f2c484307284b51944a1a13a14c0266>:0 
  at System.ThrowHelper.ThrowArgumentOutOfRangeException () [0x00000] in <8f2c484307284b51944a1a13a14c0266>:0 
  at System.Collections.Generic.List`1[T].get_Item (System.Int32 index) [0x0000c] in <8f2c484307284b51944a1a13a14c0266>:0 
  at de.mfbot.MFBot_NG.Basisbibliothek.ArenaTasker.doArena () [0x0042c] in <9e5b00ad20eb494685bab7c2bf765676>:0 
  at System.Threading.ThreadHelper.ThreadStart_Context (System.Object state) [0x00017] in <8f2c484307284b51944a1a13a14c0266>:0 
  at System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state, System.Boolean preserveSyncCtx) [0x0008d] in <8f2c484307284b51944a1a13a14c0266>:0 
  at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state, System.Boolean preserveSyncCtx) [0x00000] in <8f2c484307284b51944a1a13a14c0266>:0 
  at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state) [0x00031] in <8f2c484307284b51944a1a13a14c0266>:0 
  at System.Threading.ThreadHelper.ThreadStart () [0x0000b] in <8f2c484307284b51944a1a13a14c0266>:0 
[ERROR] FATAL UNHANDLED EXCEPTION: System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index
  at System.ThrowHelper.ThrowArgumentOutOfRangeException (System.ExceptionArgument argument, System.ExceptionResource resource) [0x00011] in <8f2c484307284b51944a1a13a14c0266>:0 
  at System.ThrowHelper.ThrowArgumentOutOfRangeException () [0x00000] in <8f2c484307284b51944a1a13a14c0266>:0 
  at System.Collections.Generic.List`1[T].get_Item (System.Int32 index) [0x0000c] in <8f2c484307284b51944a1a13a14c0266>:0 
  at de.mfbot.MFBot_NG.Basisbibliothek.ArenaTasker.doArena () [0x0042c] in <9e5b00ad20eb494685bab7c2bf765676>:0 
  at System.Threading.ThreadHelper.ThreadStart_Context (System.Object state) [0x00017] in <8f2c484307284b51944a1a13a14c0266>:0 
  at System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state, System.Boolean preserveSyncCtx) [0x0008d] in <8f2c484307284b51944a1a13a14c0266>:0 
  at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state, System.Boolean preserveSyncCtx) [0x00000] in <8f2c484307284b51944a1a13a14c0266>:0 
  at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state) [0x00031] in <8f2c484307284b51944a1a13a14c0266>:0 
  at System.Threading.ThreadHelper.ThreadStart () [0x0000b] in <8f2c484307284b51944a1a13a14c0266>:0 
On console I got this error but on Windows its just crash, but exactly in the same moment.
Baaam
Core Developer
Beiträge: 967
Registriert: Mo 23. Dez 2013, 14:13
Hat sich bedankt: 172 Mal
Danksagung erhalten: 206 Mal

Re: Bug on both console and Windows

Beitrag von Baaam »

Do you run console and windows .exe at the same time or how do you know that it crashes in the same moment?

And is it possible that you build the treasury in fortress so your inventory got a new slot?
Sathorn
Spender
Beiträge: 41
Registriert: Di 10. Jan 2017, 19:03
Hat sich bedankt: 6 Mal
Danksagung erhalten: 5 Mal

Re: Bug on both console and Windows

Beitrag von Sathorn »

I know that because, they crash exactly just after last of my four characters is loaded in. Of course I'm not starting two bots on the same time.
To check whether something wrong with my characters, I log in on these accounts, cleared bags, started some works in Fortress - generally I checked everything. Then I started bot again and its the same thing again.
Baaam
Core Developer
Beiträge: 967
Registriert: Mo 23. Dez 2013, 14:13
Hat sich bedankt: 172 Mal
Danksagung erhalten: 206 Mal

Re: Bug on both console and Windows

Beitrag von Baaam »

But your treasury in fortress wasn't build, right?
Sathorn
Spender
Beiträge: 41
Registriert: Di 10. Jan 2017, 19:03
Hat sich bedankt: 6 Mal
Danksagung erhalten: 5 Mal

Re: Bug on both console and Windows

Beitrag von Sathorn »

On all characters I have at least treasury lev 4.
Baaam
Core Developer
Beiträge: 967
Registriert: Mo 23. Dez 2013, 14:13
Hat sich bedankt: 172 Mal
Danksagung erhalten: 206 Mal

Re: Bug on both console and Windows

Beitrag von Baaam »

That's not what I wanted to know. I need to know if your treasury was currently under construction and got finished closely to the point of crashing
Sathorn
Spender
Beiträge: 41
Registriert: Di 10. Jan 2017, 19:03
Hat sich bedankt: 6 Mal
Danksagung erhalten: 5 Mal

Re: Bug on both console and Windows

Beitrag von Sathorn »

To be honest I don't know. Im trying to run bot from two days. With all the same results. I have three completed treasures and today I started upgrading on one of characters. When it will be finished I will try to run bot again.
Sathorn
Spender
Beiträge: 41
Registriert: Di 10. Jan 2017, 19:03
Hat sich bedankt: 6 Mal
Danksagung erhalten: 5 Mal

Re: Bug on both console and Windows

Beitrag von Sathorn »

OK problem solved, it seems that I clicked on Arena options on "favorite opponent" without any names of opponents specified.
Baaam
Core Developer
Beiträge: 967
Registriert: Mo 23. Dez 2013, 14:13
Hat sich bedankt: 172 Mal
Danksagung erhalten: 206 Mal

Re: Bug on both console and Windows

Beitrag von Baaam »

That's good to know. Thanks for the tip! We will have a look on this.
boeserwolf
Core Developer
Beiträge: 721
Registriert: Di 3. Jun 2014, 14:33
Wohnort: Amberg
Hat sich bedankt: 16 Mal
Danksagung erhalten: 71 Mal

Re: Bug on both console and Windows

Beitrag von boeserwolf »

Hello Sathorn,

This error will be fixed with the next update.

Best regards
boeserwolf
MFBot 5.x: 63626 CodeZeilen in 338 Dateien

Kein Support über PNs(ausgenommen sind explizit im Forum angeforderte Infos die nicht für den öffentlichen Bereich geeignet sind)
Kein Support für die Shakes & Fidget App
Kein Support für den S&F Browser Client
Gesperrt

Wer ist online?

Mitglieder in diesem Forum: DotBot [Crawler] und 16 Gäste