Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
I'm not so sure that you want to, that's partly why I asked. It's mainly config files that remember various states of the game. Though there are launcher related files there for things like login details. I would make backups before trying to remove them so you can reinstate stuff.
"C:/Users/*your PC username*/appdata"
There are files in both Local and Roaming.
Find the launcher executable in C:\Program Files (x86)\Frontier\Products\ or C:\Program Files (x86)\Steam\steamapps\common\Elite Dangerous\ if you're running from Steam. Right click on the .exe, select 'Properties', 'Advanced' and tick the 'Run this program as an Administrator' box.
Oh, and I meant to ask: how would I know whether my firewall was blocking the WatchDog Processes?
Okay, well, Dolphin Bottlenose ,you've achieved something no one else has: a new result.
After reinstalling the game again, I tried this. First of all, I must have been doing something wrong before, because THIS time when I clicked on the Properties it looked different, and that Compatibility tab was there. So I clicked Run As Administrator and launched it.
This time, when I hit the Play button, I got the following:
WatchDog64.exe - Bad Image
C:\Windows\system32\api-ms-win-crt-string-l1-1-0.dll is either not designed to run on Windows or it contains an error. Try installing the program again on the original installation media or contact your system administrator or the software vendor for support.
Is it possible that installing EVERSPACE somehow turned my machine into some sort of 32-bit emulator and now it won't run 64-bit apps?
I haven't, but how could the mere presence of the joystick interfere? And it's 64-bit.
To fix this one you probably need to download and install the Windows' KB2999226. This link should work (can't check from my phone):
https://www.microsoft.com/en-us/download/details.aspx?id=49077
That's what FDEv said, but I've reinstalled all of them.
Thanks, but on trying to run it, it said this download was "not relevant to my computer."
Driver conflict when it tries to talk to the device maybe? You mentioned you rolled back some libraries. Maybe there’s a better driver available for your windows version. Check the manufacturer site and see if there’s a win 7 specific download.
C:\Windows\system32\api-ms-win-crt-string-l1-1-0.dll
This cannot contain an error b/c it is part of the VC++ redists. If it had an error developers all over the world would be banging down MS's door to fix it. Servers set to auto update would install this bad dll and then millions of services worldwide would simply crash and burn. If this contains an error the error happened on your system.
Not in a billion years. A reboot would fix this. And EVERSPACE isn't in the business of making emulators or using them or anything of that nature. It is a game. That is all.
It means the exe is invalid. It is corrupted, can't be read and thus is not a valid executable. Usually means Windows cannot read the EXE header information thus it cannot relocate the executable and/or execute it. The EXE header contains a bunch of 'stuff' to tell Windows how to run the application. If it can't read it, it can't fixup the address, it can't load the data into memory and it can't jump to the right address to run the program. Note that .NET can have this error as well as standard Win32 executables. Bad image format is another one you can get.
https://docs.microsoft.com/en-us/dotnet/api/system.badimageformatexception?view=netframework-4.7.2
So my diagnosis:
After all this my guess is you either have a failing hard drive or bad RAM. Do a surface scan of your drive and you might find multiple bad sectors. This or you have some bad RAM sticks that are causing installs to install the wrong data. If it is a RAM stick that is rarely utilized except by installation (and installation does take a lot of memory) then you won't see it until you install something like an application or game.
Do some RAM tests. This will send various patterns to your RAM and see if what the data it sent is the data the RAM holds. If it isn't then the problem is when you install the data is sent to the RAM, messed up by the RAM, and then written to disk as corrupted data. Data can be anything from raw data to binary machine opcodes and if those get messed up nothing will work.
My advice is NOT to install anything at this point. Leave .NET and redists alone b/c based on what you are telling me there is a 50 / 50 chance if you reinstall them they could also be corrupted. If you corrupt .NET in the GAC (Global Assembly Cache) then you have a big problem. If you corrupt a redist then you will have a bunch of failed applications that rely on that version of the redist. If you corrupt MSVCRT.DLL then Windows is borked and you must reinstall. If you reinstall with your current system I say there is a chance Windows won't install or run correctly at all.
Check your disk and RAM.
Also check Event Viewer and see what the error code is. Then you can go to MSDN and cross reference the error code with the information on the site. MSDN contains all the information about Win32 and other Microsoft technologies.
I would bet it's not corrupted, but his machine has a problem with the Microsoft Visual C++ 2015 Redistributable.