In the session recording you sent me, I found that your game client now uses a slightly different label in the tooltips on mining modules.
I updated the mining bot to adapt it to the new tooltip labels.
“Session performance: times unloaded: 0, volume unloaded / m³: 0
Current reading: mining hold filled 0%. Shield HP at 100%. Found 0 mining modules. I see the drones window: In bay: 1, in space: 1.
The mining hold is not yet filled 99%. Get more ore.
++ I see no locked target.
+++ Choosing asteroid ‘Asteroid (Plagioclase)’
++++ Object is not in range (14000 meters away). Approach.
+++++ Failed to continue context menu: Could not find menu entry with text containing ‘approach’.
++++++ Open context menu on overview entry ‘Asteroid (Plagioclase)’
EVE Online framework status:
Reading from game completed”
Basically, the drone will launch from base to the site, then not identify any asteroids even though it is surrounded by them. It will spin and spin. When I pause the robot and restart it, it will lock on to a asteroid, but never actually start mining, it just sits there.
After this latest patch, there are so many errors it’s getting bad.
Bad status code: 514 from http://localhost:7401/api/gui/request:
Runtime exception:
System.IO.FileNotFoundException: Could not find file ‘C:\Users\Computer\AppData\Local\botlab\play-record\2025-11-21T01-17-37\bot-process-store\events\2025-11-21T01-19.events.jsonl’.
File name: ‘C:\Users\Computer\AppData\Local\botlab\play-record\2025-11-21T01-17-37\bot-process-store\events\2025-11-21T01-19.events.jsonl’
at Microsoft.Win32.SafeHandles.SafeFileHandle.CreateFile(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options)
at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, Nullable`1 unixCreateMode)
at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, Nullable`1 unixCreateMode)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share)
at BotLab.Client.DevTools.<>c__DisplayClass0_1.b__2()
at BotLab.Client.DevTools.<>c__DisplayClass4_0.b__0(IReadOnlyList`1 _)
at System.Collections.Concurrent.ConcurrentDictionary`2.AddOrUpdate(TKey key, Func`2 addValueFactory, Func`3 updateValueFactory)
at BotLab.Client.DevTools.LoadViaCache(ConcurrentDictionary`2 sourceFileContentCache, Stopwatch cacheClock, Int64 cachedFilesMaxSize, KeyValuePair`2 sourceFile)
at BotLab.Client.DevTools.<>c__DisplayClass3_1.b__24()
at BotLab.Client.DevTools.<>c.b__3_34(KeyValuePair`2 sourceFile)
at System.Linq.Utilities.<>c__DisplayClass2_0`3.b__0(TSource x)
at System.Linq.Enumerable.IEnumerableSelectIterator`2.ToArray()
at System.Linq.Enumerable.ToArray[TSource](IEnumerable`1 source)
at System.Collections.Immutable.ImmutableExtensions.FallbackWrapper`1.get_Count()
at System.Collections.Immutable.ImmutableList`1.CreateRange(IEnumerable`1 items)
at System.Collections.Immutable.ImmutableList`1.AddRange(IEnumerable`1 items)
at System.Collections.Immutable.ImmutableList.ToImmutableList[TSource](IEnumerable`1 source)
at Pine.ZipArchive.ZipArchiveFromEntries(IEnumerable`1 entries, CompressionLevel compressionLevel)
at BotLab.Client.DevTools.<>c__DisplayClass3_0.g__exportSessionZipArchive|21()
at BotLab.Client.ClientHttpApi.AppExportToFileRequest(ExportToFileRequest request)
at BotLab.Client.ClientHttpApi.MessageFromElmAppExportToFileRequest(ExportToFileRequest request)
at BotLab.Client.ClientHttpApi.HandleMessageFromElmApp(MessageFromElmApp messageFromElmApp)
at BotLab.Client.ClientHttpApi.<>c__DisplayClass24_0.<<-ctor>b__5>d.MoveNext()