Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows XP support #8

Closed
asdfasdf100500 opened this issue Aug 13, 2016 · 2 comments
Closed

Windows XP support #8

asdfasdf100500 opened this issue Aug 13, 2016 · 2 comments

Comments

@asdfasdf100500
Copy link

asdfasdf100500 commented Aug 13, 2016

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
Copy link
Collaborator

Viir commented Aug 13, 2016

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
Copy link
Author

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 :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants