question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Terraria Decompiler Outdated

See original GitHub issue

Description

When decompiling Terraria using the provided tool , it complains that the TerrariaServer/Terraria is too new: Error: TerrariaServer version 1.3.5.3. Expected 1.3.5.1 Error: Terraria version 1.3.5.3. Expected 1.3.5.1

Steps to Reproduce

  1. Get the latest Terraria version
  2. Run setup.bat
  3. Press on decompile
  4. Error happens

Expected behavior

That Terraria gets decompiled

Actual behavior

It complains

Reproduction frequency

Always

Versions

Latest

Mods

n/a

Additional Information

I would be willing to fix this issue. Though, what bits of code would I have to look at and how do I create those .patch files?

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:9 (5 by maintainers)

github_iconTop GitHub Comments

10reactions
murfalocommented, Aug 23, 2017

Hi @stefnotch @Kimi-Arthur @Chicken-Bones - A temporary workaround to this would be to download Terraria 1.3.5.1 1.3.5.2 from SteamDB using the Steam console:

  1. Ensure Steam is closed, then launch Steam from the command line using the -console flag.

SteamDir\Steam.exe -console

  1. Navigate to the CONSOLE tab at the top right of Steam and issue the following command to begin downloading Terraria 1.3.5.1 1.3.5.2:

download_depot 105600 105601 4963288974433434036

  1. Wait until your download has finished. You can somewhat gauge your progress based on the speeds listed in Steam at Library > Downloads.
  2. Copy over the newly downloaded files from SteamDir/SteamApps/content/app_105600/depot_105601 to SteamDir/SteamApps/common/Terraria.
  3. Setup tModLoader as described in the README.

Hope this helps! 😃

EDIT: Strangely enough the problem is only fixed by downloading 1.3.5.2 and not 1.3.5.1 as the error message would imply.

0reactions
stefnotchcommented, Aug 24, 2017

Oh, thank you. 😄

Well, I’m already working on getting the decompiler to work with the latest Terraria version. 😃

Read more comments on GitHub >

github_iconTop Results From Across the Web

Terraria Decompiler Outdated · Issue #227 · tModLoader ...
When decompiling Terraria using the provided tool , it complains that the TerrariaServer/Terraria is too new:
Read more >
Other - Release The Source Code
People can decompile the executable for their personal use, but distribution of the results is not permitted without explicit permission from Re ...
Read more >
Terraria's source code is an interesting one
Terraria isn't open source, and is written in C# which decompiles fairly nicely. The "num61" is a good clue as well. I've decompiled...
Read more >
How to Decompile Terraria and Rebuild it - YouTube
In this video I show how to take the game Terraria decompile it, then rebuild it in a playable manner.
Read more >
[Coding] Terraria Decompilation Issues
Hey Guys, I tried decompiling Terraria.exe with the latest ILSpy and It all works apart from when i try to build a solution,...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found