Arcitectus / Sanderling

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

Windows XP support #8

Closed asdfasdf100500 closed 8 years ago

asdfasdf100500 commented 8 years ago

Hello

I'm trying to run Sanderling in Windows XP environment. I use XP because it supports hardware serial signature sproofing.

Unfortunately Sanderling crashes on startup: "16.06.23.Sanderling.exe has encountered a problem and needs to close."

I suspect it is because XP does not support .NET 4.6.

It however supports .NET 4.0. Do you think it would be possible to compile Sanderling using .NET 4.0?

If you need something rewritten, I'm more than willing to help

Br. Number one Sanderling fan

Viir commented 8 years ago

I think it is unlikely that you can make it work with .NET version <= 4.0. You would have to replace the libraries it depends on. The executable project with the IDE, depends probably on at least the ones listed at https://github.com/Arcitectus/Sanderling/blob/master/src/Sanderling/Sanderling.Exe/packages.config

I observed a problem with one of the Microsoft.CodeAnalysis (roslyn) ones that was resolved by switching to .NET 4.6.1 (http://forum.botengine.de/thread/sanderling-release-version-15-11-11/?order=all#comment-84587835-8665-4849-bc84-a57000f621a9)

asdfasdf100500 commented 8 years ago

Thank you. I tried playing with the source code but couldn't make it work. Guess I'll have to find another way to bot :-)