Ошибка при запуске тмодлоудера

  • #1

Steam or GOG
Steam
Single Player/Multiplayer
Single
Operating System
Mac OSX 10.10
Terraria Version
1.4.0.3
Controls Used
Keyboard/Mouse

Для запуска tModLoader Terraria должна быть установлена в Steam.

Вам нужно будет перезапустить клиент Steam, чтобы кнопка установки появилась в приложении Terraria.

Запустите Terraria хотя бы один раз, чтобы гарантировать установку зависимостей перед повторным запуском tModLoader.

Файл client.log, содержащий информацию об ошибке, был создан в

/Пользователи/xkom/Библиотеки/Поддержка приложений/Steam/steamapps/common/tModLoader/tModLoader-Журналы

(Вам нужно будет поделиться этим файлом, если вы попросите о помощи)

  • Снимок экрана 2023-02-03 в 21.09.54.png

    Снимок экрана 2023-02-03 в 21.09.54.png

    7.5 MB
    · Views: 43

  • client.log

    3.9 KB
    · Views: 16

  • environment.log

    2.4 KB
    · Views: 6

  • Launch.log

    704 bytes
    · Views: 6

  • Natives.log

    268 bytes
    · Views: 7

  • terrariasteamclient.log

    1.1 KB
    · Views: 10

Version

Latest 1.4-stable

OS

Windows

Platform

Steam

This bug affects

Gameplay as a Player

Description

When opening tModLoader, I am presented with this text box:

image

I have steam running, I have checked compatibility with my OS, ran as administrator, verified my files, deleted and re-acquired the tModLoader.exe file as well as redownloaded tModLoader and Terraria.

If there are any other suggestions I would be glad to take them.

Log File

client.log

Steps to reproduce

  1. Open tModLoader
  2. Error may pop up.

Expected Behavior

The app should load presumably?

Actual Behavior

The app is not loading and is instead giving me an error.

Reproduction frequency

100% of the time.

Additional Information

Nothing else except I was able to run the app last night though I couldn’t access the Mod Browser from the app.

Skip to content

Если tModLoader не запускается

Опубликовано 16 ноября, 2019

Итак, что же делать если вы попытались запустить модифицированный “Terrara.exe”, то есть TmodLoader, а он не запускается? Не паникуйте, вы сможете сыграть с модами. Для этого сначала запустите “StartTerraria.exe” и ждите, пока не зайдете в главное меню, потом сверните и откройте TmodLoadaer или же модифицированную Terraria.exe, а теперь закрывайте “StartTerraria.exe” и переходите на процесс/окошко “TmodLoader”. Вуа-ля, теперь вы можете играть/ставить модификации.

Важно: Так придется делать каждый раз!

P.S : Тестировал на пиратской версии Terraria! Если у вас такая же проблема, но с лицензионной копией игры, то может этот способ и вам поможет, но на пиратской копии 100% помогает.

Спасибо за внимание, хорошего вам дня и побольше модификаций!

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and
privacy statement. We’ll occasionally send you account related emails.

Already on GitHub?
Sign in
to your account

Closed

Wyattx46 opened this issue

Jun 3, 2022

· 20 comments

Closed

Tmodloader 1.4 wont launch

#2491

Wyattx46 opened this issue

Jun 3, 2022

· 20 comments

Labels

Bug

Bugs that affect users

Requestor-Player

Issues or PRs adding player features or fixing TML gameplay bugs

Comments

@Wyattx46

Version

Latest 1.4-stable

OS

Windows

Platform

Steam

This bug affects

Gameplay as a Player

Description

whenever i launch the game i get an error instead of the game

Log File

6/3/2022 3:47:35 PM
System.ArgumentNullException: Value cannot be null. (Parameter ‘path1’)
at System.IO.Path.Combine(String path1, String path2)
at Terraria.Main.InitTMLContentManager() in tModLoaderTerrariaMain.TML.cs:line 175
at Terraria.Main.Initialize() in tModLoaderTerrariaMain.cs:line 5036
at Microsoft.Xna.Framework.Game.DoInitialize() in D:atModLoadertModLoaderFNAsrcGame.cs:line 787
at Microsoft.Xna.Framework.Game.Run() in D:atModLoadertModLoaderFNAsrcGame.cs:line 407
at Terraria.Program.LaunchGame_(Boolean isServer) in tModLoaderTerrariaProgram.cs:line 229

Steps to reproduce

launch the game

Expected Behavior

the game functioning

Actual Behavior

an error pop up

Reproduction frequency

always

Additional Information

none

@Wyattx46
Wyattx46

added

NEW ISSUE

Flags an Issue as new. To be removed once issue is assessed.

Bug

Bugs that affect users

labels

Jun 3, 2022

@Wyattx46

forgot to add i have no mods installed

@xianhui3

Does your vanilla game function? Your error log indicates it might be an issue with your vanilla installation.

@Wyattx46

Does your vanilla game function? Your error log indicates it might be an issue with your vanilla installation.

yes, 1,4 vanilla works just fine, as does 1.3 legacy tmodloader

@xianhui3

Interesting… Can you upload the full logs file? The line of code that the error points to should just be fetching the Terraria installation directory folder.

vanillaContentFolder = Path.Combine(Steam.GetSteamTerrariaInstallDir(), "Content");

@Wyattx46

@xianhui3

Your problem is that when tModLoader makes a call to the Steam API it can’t find the Terraria installation directory. This is causing it to return a null value, which causes a fatal error due to the importance of located the vanilla installation folder.

Have you checked if your Terraria installation is where it should be? Verifying the integrity of the base game should fix your issue.

@Wyattx46

Your problem is that when tModLoader makes a call to the Steam API it can’t find the Terraria installation directory. This is causing it to return a null value, which causes a fatal error due to the importance of located the vanilla installation folder.

Have you checked if your Terraria installation is where it should be? Verifying the integrity of the base game should fix your issue.

i have tried verifying the game files for both tmodloader and base terraria, reinstallation of both, and moving which drive i have them installed on, nothing has worked

@xianhui3

What’s the file path for your Terraria installation? You can find it through steam using the browse local files function.

@Wyattx46

C:Program Files (x86)SteamsteamappscommonTerraria

@xianhui3

Your tModLoader installation is on your D drive.

Working Directory: D:SteamLibrarysteamappscommontModLoader

@Wyattx46

Your tModLoader installation is on your D drive.

Working Directory: D:SteamLibrarysteamappscommontModLoader

i moved both to my c drive trying to fix, they are both as of this moment on my cdrive, and at the time of original message were both on my d drive, the same issue is persisting

@xianhui3

Have you checked to ensure your Terraria installation has a folder called «Content»? Otherwise this is an issue on Steam’s end, the line that’s throwing the error is just a call to Steam’s API.

@Wyattx46

Have you checked to ensure your Terraria installation has a folder called «Content»? Otherwise this is an issue on Steam’s end, the line that’s throwing the error is just a call to Steam’s API.

there is a content folder

@xianhui3

Your issue is on Steam’s end then. There’s not much anyone can do about it if it’s a problem due to Steam’s API.

@Wyattx46

thats like a kick in the teeth, but thank you for your time, have a nice day

@Chicken-Bones

@Wyattx46 a new build should be live in about 15 minutes. Please let me know if it fixes the issue for you.

@Wyattx46

@Wyattx46 a new build should be live in about 15 minutes. Please let me know if it fixes the issue for you.

there’s new errors this time Dx
[20:22:46] [Main Thread/FATAL] [Terraria]: Main engine crash
System.ArgumentNullException: Value cannot be null. (Parameter ‘path’)
at System.IO.Directory.GetParent(String path)
at Terraria.Social.Steam.WorkshopHelper.UGCBased.Downloader.GetListOfSubscribedItemsPaths() in tModLoaderTerrariaSocialSteamWorkshopHelper.cs:line 65
at Terraria.Social.Steam.WorkshopHelper.UGCBased.Downloader.Refresh(WorkshopIssueReporter issueReporter) in tModLoaderTerrariaSocialSteamWorkshopHelper.cs:line 113
at Terraria.Social.Steam.WorkshopSocialModule.RefreshSubscriptionsAndPublishings() in tModLoaderTerrariaSocialSteamWorkshopSocialModule.cs:line 54
at Terraria.Social.Steam.WorkshopSocialModule.LoadEarlyContent() in tModLoaderTerrariaSocialSteamWorkshopSocialModule.cs:line 50
at Terraria.Main.LoadContent() in tModLoaderTerrariaMain.cs:line 8548
at Terraria.Main.Initialize() in tModLoaderTerrariaMain.cs:line 5098
at Microsoft.Xna.Framework.Game.DoInitialize() in D:atModLoadertModLoaderFNAsrcGame.cs:line 787
at Microsoft.Xna.Framework.Game.Run() in D:atModLoadertModLoaderFNAsrcGame.cs:line 407
at Terraria.Program.LaunchGame_(Boolean isServer) in tModLoaderTerrariaProgram.cs:line 229
[20:22:46] [Main Thread/DEBUG] [TerrariaSteamClient]: Send: shutdown
(im not subscribed to anything on the workshop for either game)

@Chicken-Bones

@Wyattx46

thank you for your time mr bones

@Wyattx46

@JavidPack
JavidPack

removed
the

NEW ISSUE

Flags an Issue as new. To be removed once issue is assessed.

label

Sep 14, 2022

Labels

Bug

Bugs that affect users

Requestor-Player

Issues or PRs adding player features or fixing TML gameplay bugs

The error might be due to having too many mods

by Farhad Pashaei

As a technophile, Farhad has spent the last decade getting hands-on experience with a variety of electronic devices, including smartphones, laptops, accessories, wearables, printers, and so on. When… read more


Updated on July 18, 2022

Fact checked by
Alex Serban

Alex Serban

After moving away from the corporate work-style, Alex has found rewards in a lifestyle of constant analysis, team coordination and pestering his colleagues. Holding an MCSA Windows Server… read more

  • Using the official version of the game can save the users from a lot of troubles such as tModLoader mod browser not working.
  • Server maintenance can be the cause of the issue thus patience is the best solution.
  • Heavy load of mods can interfere with game files thus causing software crashes and loading issues.

True gamers use the best gaming browser: Opera GXOpera GX is a special version of the famous Opera browser that is built specifically to fulfill gamer’s needs. Packed with unique features, Opera GX will help you get the most out of gaming and browsing everyday:

  • CPU, RAM and Network limiter with hot tab killer
  • Integrated with Twitch, Discord, Instagram, Twitter and Messengers directly
  • Built-in sound controls and custom music
  • Custom color themes by Razer Chroma and force dark pages
  • Free VPN and Ad blocker
  • Download Opera GX

Terraria is a game full of entertaining mechanics, but when it comes to the game’s problems tModLoader mod browser not working error can be the most annoying.

Terraria, like many other games, allows users to download different skins and customizations for the in-game assets.

tModLoader is an open-source Terraria modification and expansion that allows players to create and play mods.

But recently, its users have reported errors and problems like the tModLoader mod browser not working, which we will resolve in this article.

Why is my tModLoader mod browser not working?

tModLoader mod browser may not work for a few reasons. Here are the two most common culprits:

  • Heavy loads of mods
  • Server maintenance

Our solutions should be helpful regardless of your browser issue.

What mods to install on tModLoader to make the game interesting?

Calamity introduces a plethora of new weapons (melee, ranged, and magic), armor load-outs, items, accessories, and various new products and accessories.

The Super Terraria World mod turns the main game into a fully realized RPG with detailed quests, skills, NPCs, and everything else a role-playing adventure fun should have.

If you’re experiencing Terraria packet loss, follow this article’s easy steps.

What can I do if the tModLoader mod browser isn’t working?

1. Use the Steam workshop

  1. Open Steam and go to the WORKSHOP section.
    Open workshop
  2. Search for Terraria.
    search terraria in steam workshop
  3. If you see a mod you like, either check the box or click the mod, scroll down and click Subscribe.
    subscribe
  4. Once you’ve subscribed, it’ll be waiting in your Terraria workshop hub to be enabled.

Because of Steam’s excellent assistance, getting the tModLoader from there is strongly recommended to avoid problems where the tModLoader mod browser is not working.

2. Check the forum for any problem reports

The next method is to check the Terraria forums to see if the servers are down.

When the servers are down for maintenance, players cannot view the game mods list or download files from the mod browser. Server maintenance may also lead to tModLoader not opening.

The best solution is to wait a couple of days until the servers are back up.

Read more about this topic

  • How to Add Chrome to Your Desktop [4 Quick Ways]
  • Fix: STATUS_ACCESS_DENIED on Microsoft Edge
  • 4 Ways to Fix The File://tmp/error.html Error on Chrome

3. Remove some of the mods

  1. Open your Mode list.
  2. Click the More info icon for every single mod.more info
  3. Press Delete at every single mod.

Installing an excessive number of mods can cause the application to crash and interfere with game files, resulting in various issues such as tModLoader not working. In this case, the tModLoader will be unable to access the Steam workshop.

What are the other services of tModLoader?

tModLoader also provides the means of sharing user-created mods with hundreds of players worldwide.

This modding tool is designed to make updating to future Terraria versions and troubleshooting issues like the tModLoader mod browser is not working as simple as possible.

Server maintenance can be the main issue of this issue; thus, patience is the best solution.

Because many players or developers meet to exchange ideas and solutions, the forums are the ideal area to look for fixes.

While many users have reported that the mod browser encountered an error, there is still no official fix to this problem.

If you can’t connect to the Terraria server, follow the steps outlined in this article.

Let us know if you were able to solve the problem or if you know of another way to resolve tModLoader mod browser is not working in the comments section below.

newsletter icon

  • Ошибка при запуске фар край 4 uplay r1 loader64 dll
  • Ошибка при запуске тест драйв анлимитед 2
  • Ошибка при запуске фар край 4 uplay pc error
  • Ошибка при запуске террарии system badimageformatexception
  • Ошибка при запуске фар край 4 msvcr100 dll