Terraria won't launch. Error code 0x8007000B System.BadImageFormat

Kinlor

Terrarian
Game not wanna start i have Win10 here is error window.
 

Attachments

  • niedziala.png
    niedziala.png
    8.8 KB · Views: 620
here you go:

This error is thrown when the application or dependency is expecting a file with a 32 bit format but receives a 64 bit format and vice versa.
tfeaJl8.png
Manually replace each and every dll listed below, this covers the most frequent DLL's that will cause the exception to be thrown. Read carefully and do not get any of these mixed up, your hexcode for the file path for the framwork dll may be different, browse to the folders through the file explorer, it will be the only subfolder. Do not paste any file paths. Yes the 32 bit files go in SysWow64 and the 64 bit files go in System32. No, I did not get them mixed up. Yes it's weird, long story on why that is.

Microsoft.XNA.Framework.dll goes in C:\Windows\Microsoft.NET\assembly\GAC_32\Microsoft.Xna.Framework\v4.0_4.0.0.0__842cf8be1de50553

32 Bit MSVCR100.dll goes in C:\Windows\SysWOW64

64 Bit MSVCR100.dll goes in C:\Windows\System32

32 Bit MSVCP100.dll goes in C:\Windows\SysWOW64

64 Bit MSVCP100.dll goes in C:\Windows\System32

32 Bit X3DAudio_7.dll goes in C:\Windows\SysWOW64

64 Bit X3DAudio_7.dll goes in C:\Windows\System32

If it doesn't work, first double check to make sure you put the proper versions in their proper places. Watch those P's and R's and the 32's and 64's.

Link to DLL Files.
 
Back
Top Bottom