Galaxy Forge

has stopped working

Hello, I am having some problems launching Galaxy Forge I have been trying to launch the one located in the game folder after steamapps everytime I launch it it says that it has stopped working with this error:

Problem signature:
  Problem Event Name:    CLR20r3
  Problem Signature 01:    galaxyforge.exe
  Problem Signature 02:    1.0.0.0
  Problem Signature 03:    526ec9b4
  Problem Signature 04:    GalaxyForge
  Problem Signature 05:    1.0.0.0
  Problem Signature 06:    526ec9b4
  Problem Signature 07:    204
  Problem Signature 08:    b
  Problem Signature 09:    System.IO.FileLoadException
  OS Version:    6.1.7601.2.1.0.256.1
  Locale ID:    1033

I've been looking around google everywhere for a fix to this but I couldn't get one. However the Galaxy Forge found here: https://www.sinsofasolarempire.com/downloads works just fine. I have tried reinstalling .NET framework yet no success. My friend can launch it and we have the same OS. Windows 7 Ultimate 64 bit.

Any help is appreciated. Do ask if you need any more details.

8,961 views 7 replies
Reply #1 Top

I believe the Rebellion galaxy forge needs a more up to date version of .NET than the previous one did. Could you please tell us which ones you have installed.

Reply #3 Top

Quoting jwinchester, reply 2

Hello once again, I have .NET Framework 4.5 found here http://www.microsoft.com/en-us/download/details.aspx?id=30653 .

But is that the only version you have? .NET is a total pain because IIRC the newest versions do not contain everything older versions do like Java. Granted 4.5 might be different but I don't know what else it could be besides a .NET issue.

Reply #4 Top

Hello once again. Yes it is the only version installed, I will try to remove .NET framework and reinstall it beginning with version 3.5. Will get back to you with a result.

Reply #5 Top

I also have dotnet 4.5 installed, but it doesn't create any problems with GF for me. Looking at the GF exe/assembly it seems that GF uses dotnet v2.0.50727. If you know a little about dotnet, the major versions like 2.x, 3.x and 4.x coexist; actually you need to have the lower major installed because the latter ones are supersets (except for 1.x which isn't included in 2.0.) The big snafu is indeed with 4.5, which has some incompatible changes with 4.0 and it's not installed as a superset but replaces 4.0. But GF using 2.0 doesn't seem to be affected by this 4.0/4.5 issue... at least on my computer.

So, I don't know what to say other than make sure you have all the updates for dotnet 2.0 pulled from/via Windows Update. (There are separate updates for the major dotnet releases there.) These are installed automatically on Windows 7 (which comes with dotnet 3.5 and all prior major versions, including 2.0, but not with dotnet 1.x, which was a different beast) unless you disable/disallow updates for dotnet on purpose.

One thing you could try is running "sfc /scannow" from the admin command prompt to make sure your Windows installation (including the dotnet dlls) isn't corrupt somehow.

You can find out what dotnet version patches you have installed using the sample code from http://msdn.microsoft.com/en-us/library/hh925568.aspx and http://msdn.microsoft.com/en-us/library/hh925567(v=vs.110).aspx

This is what I have according to the 1st program:

v2.0.50727 2.0.50727.5420 SP2

v3.0 3.0.30729.5420 SP2

v3.5 3.5.30729.5420 SP1

v4
  Client 4.5.50938
  Full 4.5.50938

v4.0
  Client 4.0.0.0

And according to the 2nd one which lists patches:


Microsoft .NET Framework 4 Client Profile
KB2468871 Update for Microsoft .NET Framework 4 Client Profile (KB2468871)
KB2468871v2
KB2478063 Update for Microsoft .NET Framework 4 Client Profile (KB2478063)
KB2533523 Update for Microsoft .NET Framework 4 Client Profile (KB2533523)
KB2544514
KB2600211
KB2600217 Update for Microsoft .NET Framework 4 Client Profile (KB2600217)
Microsoft .NET Framework 4 Extended
KB2468871 Update for Microsoft .NET Framework 4 Extended (KB2468871)
KB2468871v2
KB2478063 Update for Microsoft .NET Framework 4 Extended (KB2478063)
KB2533523 Update for Microsoft .NET Framework 4 Extended (KB2533523)
KB2544514
KB2600211
KB2600217 Update for Microsoft .NET Framework 4 Extended (KB2600217)
Microsoft .NET Framework 4.5
KB2729460
KB2737083
KB2742613
KB2748645
KB2750147
KB2789648
KB2794055
KB2804582
KB2805221
KB2805226
KB2823493
KB2835622
KB2858725
KB2861193
KB2861208
KB2872778
Microsoft .NET Framework 4.5.1
KB2898869 Security Update for Microsoft .NET Framework 4.5.1 (KB2898869)
KB2901126 Security Update for Microsoft .NET Framework 4.5.1 (KB2901126)
KB2931368 Security Update for Microsoft .NET Framework 4.5.1 (KB2931368)

 

Strangely, it doesn't list any patches for the versions before 4, although I think I have some of those too. YMMV as they say.