Adapting EVE Online Memory Reading for Chat Window

Downloaded the adapt-memory-reading branch along with the master branch.
Compiles without errors but gets a Stack-Overflow exception
inside a debug file Common.cs at or around
public static Assembly ReadFromEmbeddedResources(Dictionary<string, string> assemblyNames, Dictionary<string, string> symbolNames, AssemblyName requestedAssemblyName)

    var name = requestedAssemblyName.Name.ToLowerInvariant();

where requestedAssemblyName.Name is System.Reflection.AssemblyName

Has anyone else solved this or am I the only one getting this error.
Thank you.

I looked into the source code but did not find the code you posted.
At which file can I find this code in commit 905d803988615140a995837fde81c921ddb023a7?

I downloaded that branch but I can’t located the exe file… where is it under?

Or do I just put the exe file from before in this folder and run it?

How would I use this alongside the A-Bot? Can I just copy the two edited files from this new branch into the code from the a-bot repo?

Thats from SanderlingABot files. Its not presented in Sanderling project.
Sanderling.ABot.UI → Main.xaml.cs
I just quoted it and nothing changed. I think i can just left it unchanged.

.\src\Sanderling\Sanderling.Exe\bin\Debug

You need to update dlls that used in ABot such Sanderling.dll, Sanderling.UI.dll and etc. You need to place it in lib folder in ABot and Build the project.

1 Like

Is anyone else experiencing the error that @Maniac posted?

In ./src\Sanderling\Sanderling.Exe, there is no bin… is it because it’s hidden? or perhaps I downloaded the wrong folder?

Im not.

Meh, you need to build the project to make it appear. ctrl+shift+B hotkey.

1 Like

2 posts were split to a new topic: Questions about A-Bot from TheChosenOne

To help people reading here, I moved some posts which are off-topic to another thread. You can now find those at Questions about A-Bot from TheChosenOne

The process to update A-Bot is being described at Questions about A-Bot from TheChosenOne - #7 by Viir

5 posts were split to a new topic: Unihershey building A-Bot

I released a new version of the Sanderling App which includes the udpates for the chat window: Sanderling App Release March 2018

Thank you for this update. It fixed the issue perfectly.

how to use ite with bot-a?

By using this version:
https://github.com/botengine-de/A-Bot/commit/1b2a3bf318cc8a01f30f73dab58c3ff8ddedb8ab

Yes but i can’t compile it myself :frowning:

Bot works, but does not see local chat. Do I need to configure the client? Or it can be connected with today’s hotfixes CCP? https://www.eveonline.com/article/p6q5a3/chat-issues-client-hotfix-released

Sorry for english, use Google Translate.

I compiled and uploaded the app executable file, so you can download it:

It seems I compiled the wrong branch, it works. Thanks for your work

ok, but it’s the a-bot too? :stuck_out_tongue:

Ty Viir, sorry for all question

Edit: i saw you another post, thank you bro :slight_smile:

If using Sanderling-17.11.19

How can we update that version of Sanderling for memory reading changes?

Nvm … I updated the same changes to memorymeasurement code vir did as listed above in comments … appears to be working now

See Adapt To Changes In Memory Reading Implementation