Terraria ошибка microsoft xna framework

Обновлено: 06.07.2024

So I started to get this error from like 3-4 months ago and I did some searching on the Internets and didn't find out whats happening. What I did so far is: re-installing Terraria, checking for local file content, Run repair XNA frameworks.

Thanks for the help.

Marcus101RR

Master of Ravens

Momohime

Terrarian
Witch

Momohime

Terrarian
I think it fixed it Thanks you for helping it might happen again so I'll post on this thread again
Thanks

Momohime

Terrarian
OK so it happened again and I didn't write this on the other post but I did do some research on the internet. Any ideas?

Marcus101RR

Master of Ravens
I think it fixed it Thanks you for helping it might happen again so I'll post on this thread again
Thanks Have you tried deleting the file again and repeating?

Momohime

Terrarian
sorry the response is really late. School work got in the way. deleting it again helped for and hour and then it kept on happening from there on.

Marcus101RR

Master of Ravens

Welcome to PC Support Section.

In order to further assist you, please verify the following information below before proceeding. Please, we remind you that Terraria has certain requirements in order to function properly on your system. If you fail to check these requirements you may encounter errors or issues.

To avoid errors or mistakes, please consider posting your System Specifications. You can obtain this information by Right-Clicking My Computer on your system. You will get basic information about your Processor and RAM. If you wish to get a full detailed list, you can use third party software to determine your specifications or salvage the information from the Device Manager (Advanced Users). You may also use the available and recommended Third Party Software to gain your full system specifications for our technicians.

    Post screenshots of errors
      You can use the

    Rth9Tcm.jpg

    • Click the window that you want to copy.
    • Press ALT+PRINT SCREEN. Important The text you see on your keyboard might be PrtSc, PrtScn, or PrntScrn. The other text on the Print Screen key is usually SysRq.
    • Paste (CTRL+V) the image into a Microsoft Office program or other application.

    NOTE: If you are using an illegal copy of the game, you will receive no support, this process determines if you are using a legal copy.

    Before you ask, check in these threads to solve your issues:

    Obtaining Logs via Terraria (New)
    There is now a new way to obtain logs of Terraria and try to identify the issue at hand. This little method requires a bit more work, however, we provide you with some instructions on step by step on how to get this working. Please make sure that you check which version of Terraria you have before doing this. Note that the Steam version is slightly easier than the other one.
    Log Location: C:\Users\<User>\Documents\My Games\Terraria\Logs

    1. Open Steam Library .
    2. Right-Click Terraria on the Library and select Properties .
    3. Select General Tab , if not already selected.
    4. Click Set Launch Options .
    5. In the text box insert -logerrors -logfile

    WUz4V7q.jpg

    GOG Version
    There are different procedures for the operating system you are using, we will try to get them for all.

    1. Create a shortcut of Terraria Executable .
    2. Right-Click the Shortcut and select Properties .
    3. In Target Box, add at the end the parameters -logerrors -logfile
    1. Right click within the Command Prompt.
    2. In the drop-down menu, select Mark.
    3. Once you made a selection, Right Click or Press Enter to copy.
    4. Paste your results in your thread.
    1. Locate My Documents Folder.
    2. Open My Games Folder.
    3. Open Terraria Folder.
    4. Delete Config.json file from this location.
      • You can also delete the Favorites/Profile files as well, just in case.

    Mal2RvM.jpg

    1. Goto My Library on Steam.
    2. Right-Click Terraria and Select Properties.
    3. Goto Local Files Tab.
    4. Now Select Verify Integrity of Game Cache.

    Frequently Asked Questions

    Q: My world has corrupted somehow and will not load properly, what can I do?
    A: You may have corrupted the world by using modded clients, computer shutdown before the world could complete the save, or system failure within Terraria that caused the problem. You can try attempting to load your world using TEdit (Download).

    If you don't feel like sifting through all that, it's basically to do with the framework permissions.

    1. Right-Click the specific directory (Listed Below).
    2. Select Properties.
    3. Select the Security Tab
    4. Click on Advanced Option
    5. Select the Owner Tab
    6. Click on the bottom button to Edit.
    7. On this window select the Administrator in the row and make sure to select the Checkboxes below.
    8. Hit Apply and close all the windows.
    9. Try running the game again.

    Q: Steam has reported that one (1) file has failed verification and was downloaded?
    A: This file is known as the serverconfig.txt file. Originally this file shouldn't be packed with the game as Terraria should create this file automatically on launch if it is missing or out of date. Due to it being changed and updated by server owners, the file will constantly fail the verification process. This has no effect on playing the game, and can be ignored.

    1. Open nVidia Control Panel.
    2. Select Manage 3D Settings.
    3. Choose Program Settings Tab.
    4. Select Terraria as current program.
    5. Turn Triple buffering and Vertical sync to On .
    6. Run Terraria and turn Frame Skip to Off .
    7. The application should be running better than your current setup.

    zAJ2XvE.jpg

    1. Goto your Desktop.
    2. Right Click and Select Personalize.
    3. Enable Aero Mode by selecting an Aero Background Option.
    4. You can also go Fullscreen Mode while Disabled Aero Mode .

    Q: Missing XInput Driver for the game?
    A: You can download Microsoft DirectX Web Installer and fix this issue properly. We do not recommend searching for the driver (DLL) manually. Download it here.

    • Windows: <home folder>\Documents\My Games\Terraria\Players
    • Mac:

    • <Steam directory>/userdata/<Steam3 ID>/105600/remote/players

    Terraria uses the RijndaelManaged class for player encryption, which isn't FIPS (Federal Information Processing Standard) compliant. There's a flag in the registry that tells Windows whether it should allow non-compliant encryption methods to be used. The registry key is:

    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa

    If the value fipsalgorithmpolicy is present and set to 1, non-compliant algorithms will be blocked and will throw exceptions if you try to use them (like you got). Setting it to 0 should fix the error.

    You might also want to check: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa\FipsAlgorithmPolicy

    • Press the Windows Key (Button) and search for REGEDIT .
    • Browse to the location: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa
    • Locate the fipsalgorithmpolicy key and edit it by set its value to 0, or find the map with that name and disable it.

    Q: Framerate dips down to 20 FPS or lower, and then comes back?
    A: This sounds like an issue with the CPU Affinity, you can set your affinity and see if the issue resolves.

    Terraria: Error
    System. InvalidOperationException: This resource could not be created.
    at Microsoft.Xna.Framework.Audio.AudioEngine…ctor(String settingsFile,
    TimeSpan lookAheadTime, String rendererld) at Terraria.Audio.LegacyAudioSystem…ctor() at Terraria. Main. LoadContent() at Microsoft. Xna. Framework. Game. Initialize() at Terraria. Main. Initialize() at Microsoft. Xna. Framework. Game. RunGame(Boolean useBlockingRun) at Terraria. Program. LaunchGame(String[] args, Boolean monoArgs)
    ок

    Xna уже пробовал переустанавливать

    Была такое же, попробуй запустить террарию с втыкнутыми наушниками в комп, если уже втыкнуты попробуй без них


    террария 1.4 не запускается выдает ошибку SteelSeriesEngineWrapper

    Ну сама Terraria поставляется с Microsoft XNA 4.0, поэтому можно просто попробовать скачать этот пакет с сайта Microsoft и переустановить, после чего перезагрузить компьютер. Если не помогает, можно попробовать удалить XNA 4.0 через удаление программ Windows и вместо него скачать XNA 3.1, установить, перезагрузить и попробовать. Если игра по-прежнему не работает, то это может быть из-за звуковой карты. Скажем если есть звуковуха Creative X-Fi, то нужно ее отключить в диспетчере устройств или устройствах воспроизведения, и попробовать поиграть на встроенной звуковухе. Если игра все еще не запускается, то там же в стиме проверяем ее кеш. Ну и если ничего не помогает, то как обычно переустанавливаем Windows.


    Oh what fun! I noticed that many people have been posting the same errors all over the Reddit, all the time without using the Weekly Questions Thread.SO! I decided to make one-time easy to copy-pase or link list of solutions to 80% of the game-crashing problems for the guys and gals constantly visiting us because they are too lazy to google it. (^_^)Feel free to add anything to it or correct me if any of these is wrong.(NOTE: My PC is custom made/assembled piece of scrap that had all of its parts replaced multiple times over last 8 years so I had to deal and research a lot of these and I know they work.)HERE WE GO AND I HOPE YOU LIKE IT:

    - Go to your Steam -> Terraria right click -> Properties -> Local Files -> VERIFY INTEGRITY OF LOCAL FILES. (if game is crashing while logging off or exiting the world check point 7.

    - Delete the Config.json file from your Terraria Documents folder (use chain above but at the end Browse Local files).

    - Also uninstall any mods first - things like Calamity, Overhaul or even Thorium can screw up your game and sometimes they are left in the game folder even after uninstalling it so check if anything has been left where you installed them and your game files (just be carefull to not delete your characters/worlds).

    In the Start menu Right click Computer -> Properties -> Advanced System Settings-> [Performance] Visual effects, processor usage and virtual memory Settings -> Advanced -> Change Virtual Memory Minimuim to 10000 and Maximuim to 19999.

    - Go to the Start Menu and click on Settings.- Search performance.- Choose Adjust the appearance and performance of Windows.- In the new window, go to the Advanced tab and under the Virtual memory section, click on Change.-At the bottom of the new window, uncheck "let system manage paging file"- then click on Custom size.- Set the top bar or Minimuim to 10000. Maximuim to 19999- Click OK to save the new settings.

    Читайте также: