Wulf2k/DaS-PC-MPChan

Crash on startup

Closed this issue · 10 comments

Gave ZiggyTheLegend a version without autoattach, still crashes.

Weird.

Is it irc then somehow?
On May 29, 2016 7:18 PM, "Chronial" notifications@github.com wrote:

Gave ZiggyTheLegend a version without autoattach, still crashes.


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
#97 (comment),
or mute the thread
https://github.com/notifications/unsubscribe/AOMBriI9Hr615OAolbFKJu8rWgWSncBdks5qGizXgaJpZM4IpWYr
.

I will try to check

I'll have the kids in bed within the hour and I'll take a closer look as
well.
On May 29, 2016 19:29, "Chronial" notifications@github.com wrote:

I will try to check


You are receiving this because you commented.
Reply to this email directly, view it on GitHub
#97 (comment),
or mute the thread
https://github.com/notifications/unsubscribe/AOMBriMmDq8YDwlJxFxsT9err1s_S8geks5qGi9TgaJpZM4IpWYr
.

Found the problem: They are using an old version of .net (4.0), but DSCM requires 4.5. As you did not actually use any 4.5 features in the previous stable, that did run on 4.0. But I used quite a few 4.5 features, so that doesn't work anymore. And apparently .net is not smart enough to register this and just crashes instead …

So there's two things we can do:

  1. Tell people to get the current .net version from https://www.microsoft.com/en-us/download/confirmation.aspx?id=42643 and make it clear that DSCM needs 4.5 (which is preinstalled since windows 8) or
  2. Remove all 4.5 features and target 4.0. That will be quite annoying since the auto-updater uses a lot of 4.5 (Async and the zip module).

What do you think?

I'm fine with 4.5 being required.

Then that should be stated on

  • Your hompage
  • The reddit thread and every release announcement
  • The nexus page
  • The readme

Doesn't look like we got more reports for this, so I guess it's fix. Leaving this open till the nexus page contains a note about 4.5.

Nexus does note that 4.5 is required.