Arcitectus / Sanderling

APIs and libraries to read information directly from the EVE Online game client.
https://forum.botlab.org
Apache License 2.0
258 stars 117 forks source link

Could you please tell me how to build readmemory64 in detail? #68

Closed R4M80MrX closed 4 years ago

R4M80MrX commented 4 years ago

win10 64bit .net sdk 3.1 run build.bat run read-memory-64-bit.exe in \read-memory-64-bit\obj\x64\Debug\netcoreapp3.1 get A fatal error was encountered. The library 'hostpolicy.dll' required to execute the application was not found in 'C:\Program Files\dotnet'.

R4M80MrX commented 4 years ago

btw, how can I join discord to discuss with you? I'm an old player and I want to contribute to this project

Viir commented 4 years ago

To build I use the script at https://github.com/Arcitectus/Sanderling/blob/master/implement/read-memory-64-bit/build.bat

The last time for the last release, so just a few days ago. I don't remember installing a new version of .NET core in the meantime, here are the dotnet versions I see on the machine I used to build:

PS C:\Users\John> dotnet --version
3.1.201
PS C:\Users\John> dotnet --list-sdks
[...]
3.0.100 [C:\Program Files\dotnet\sdk]
3.1.101 [C:\Program Files\dotnet\sdk]
3.1.201 [C:\Program Files\dotnet\sdk]

how can I join discord to discuss with you?

Regarding the Sanderling project, the best matching discord server I know is at https://to.botengine.org/discord

R4M80MrX commented 4 years ago

Thank you for your reply. I've joined this discord server serveral days ago~