Modding:Spieleranleitung/Problembehebung: Unterschied zwischen den Versionen

Aus Stardew Valley Wiki
Zur Navigation springen Zur Suche springen
Zeile 39: Zeile 39:
 
==Fix common error messages==
 
==Fix common error messages==
 
==="SMAPI can't find the game"===
 
==="SMAPI can't find the game"===
* Make sure you're running <code>StardewModdingAPI.exe</code> in your game folder (see the [[en:Modding:Player Guide/Getting Started#Getting started|install instructions]]).
+
* Make sure you're running <code>StardewModdingAPI.exe</code> in your game folder (see the [[:en:Modding:Player Guide/Getting Started#Getting started|install instructions]]).
* Did you install SMAPI manually (not [[en:Modding:Player Guide/Getting Started#Install SMAPI|using the installer]])? Make sure you copied the right files: <code>internal/Windows</code> for Windows, or <code>internal/Mono</code> for Linux/Mac.
+
* Did you install SMAPI manually (not [[:en:Modding:Player Guide/Getting Started#Install SMAPI|using the installer]])? Make sure you copied the right files: <code>internal/Windows</code> for Windows, or <code>internal/Mono</code> for Linux/Mac.
  
 
==="Skipped '...' because it doesn't have a manifest.json"===
 
==="Skipped '...' because it doesn't have a manifest.json"===
Zeile 48: Zeile 48:
 
Steam can't find the game launcher, usually because your Steam launch options are incorrect. Common fixes:
 
Steam can't find the game launcher, usually because your Steam launch options are incorrect. Common fixes:
  
* If you want to use SMAPI:<br />make sure it's installed and your launch options are correct (see [[en:Modding:Player Guide/Getting Started#Getting started|install guide]]).
+
* If you want to use SMAPI:<br />make sure it's installed and your launch options are correct (see [[:en:Modding:Player Guide/Getting Started#Getting started|install guide]]).
 
* If you're uninstalling SMAPI:<br />
 
* If you're uninstalling SMAPI:<br />
 
*# In Steam, right-click ''Stardew Valley'' and choose ''Properties''.
 
*# In Steam, right-click ''Stardew Valley'' and choose ''Properties''.
Zeile 63: Zeile 63:
 
==Fix other issues==
 
==Fix other issues==
 
===Save disappeared or doesn't load===
 
===Save disappeared or doesn't load===
See [[en:Saves#Troubleshooting]].
+
See [[:en:Saves#Troubleshooting]].
  
 
===SMAPI files disappear or your antivirus complains===
 
===SMAPI files disappear or your antivirus complains===
Zeile 71: Zeile 71:
  
 
# Temporarily disable your antivirus.
 
# Temporarily disable your antivirus.
# [[en:Modding:Player Guide/Getting Started#Getting started|Install SMAPI]].
+
# [[:en:Modding:Player Guide/Getting Started#Getting started|Install SMAPI]].
# Add an exception to your antivirus for the [[en:Modding:Player Guide/Getting Started#Find your game_folder|Stardew Valley folder]] (search online for your antivirus name with the words ''add folder exception'' for instructions).
+
# Add an exception to your antivirus for the [[:en:Modding:Player Guide/Getting Started#Find your game_folder|Stardew Valley folder]] (search online for your antivirus name with the words ''add folder exception'' for instructions).
  
 
===Steam: nothing happens when you launch game (Windows only)===
 
===Steam: nothing happens when you launch game (Windows only)===
 
Symptom: you launch the game, Steam shows 'running' for a few seconds, but the game doesn't open. You can usually fix that by doing this:
 
Symptom: you launch the game, Steam shows 'running' for a few seconds, but the game doesn't open. You can usually fix that by doing this:
 
# If you've already installed SMAPI, blank the Steam launch options so it runs the game without SMAPI.
 
# If you've already installed SMAPI, blank the Steam launch options so it runs the game without SMAPI.
# [[en:Modding:Player Guide/Getting Started#Find your game folder|Open your game folder]].
+
# [[:en:Modding:Player Guide/Getting Started#Find your game folder|Open your game folder]].
 
# Open the <code>_CommonRedist</code> folder, then <code>XNA</code> inside that, then <code>4.0</code>.
 
# Open the <code>_CommonRedist</code> folder, then <code>XNA</code> inside that, then <code>4.0</code>.
 
# Run the <code>xnafx40_redist.msi</code> file.
 
# Run the <code>xnafx40_redist.msi</code> file.
Zeile 86: Zeile 86:
  
 
If it still doesn't work:
 
If it still doesn't work:
# [[en:Modding:Installing SMAPI on Windows|Install SMAPI]] (if you don't already have it).
+
# [[:en:Modding:Installing SMAPI on Windows|Install SMAPI]] (if you don't already have it).
 
# Launch the game.
 
# Launch the game.
 
# [[#Ask for help|Ask for help and attach your SMAPI log]].
 
# [[#Ask for help|Ask for help and attach your SMAPI log]].
Zeile 93: Zeile 93:
 
Common fixes:
 
Common fixes:
 
* Launch the game through Steam.
 
* Launch the game through Steam.
* On Windows, make sure you set the launch options (see [[en:Modding:Installing SMAPI on Windows#Install|part 2 in the Windows install guide]]), don't add SMAPI as a non-Steam game.
+
* On Windows, make sure you set the launch options (see [[:en:Modding:Installing SMAPI on Windows#Install|part 2 in the Windows install guide]]), don't add SMAPI as a non-Steam game.
 
* As a last resort, you can use [https://inputmapper.com/ InputMapper] (Windows) or SC Controller (Linux) to bypass Steam's controller features.
 
* As a last resort, you can use [https://inputmapper.com/ InputMapper] (Windows) or SC Controller (Linux) to bypass Steam's controller features.
  
 
===Other problems===
 
===Other problems===
Run the game without SMAPI by launching <code>Stardew Valley.exe</code> (on Windows) or <code>StardewValley-original</code> (on Linux/Mac) in your [[en:Modding:Player Guide/Getting Started#Find your game folder|game folder]].
+
Run the game without SMAPI by launching <code>Stardew Valley.exe</code> (on Windows) or <code>StardewValley-original</code> (on Linux/Mac) in your [[:en:Modding:Player Guide/Getting Started#Find your game folder|game folder]].
  
 
* If it still happens '''without''' SMAPI: see [https://steamcommunity.com/app/413150/discussions/0/142261352650065356/ this guide to fixing your game]. If you still need help, [[#Ask for help|ask for help]].
 
* If it still happens '''without''' SMAPI: see [https://steamcommunity.com/app/413150/discussions/0/142261352650065356/ this guide to fixing your game]. If you still need help, [[#Ask for help|ask for help]].
Zeile 136: Zeile 136:
 
# otherwise contact the author directly (e.g. use the 'Contact' button on the Nexus mod page).
 
# otherwise contact the author directly (e.g. use the 'Contact' button on the Nexus mod page).
  
For help with SMAPI, or if you can't ask the mod author, [http://community.playstarbound.com/threads/dos-and-donts-of-reporting-issues-with-smapi-mods.125211/ post in this thread] or [[en:Modding:Community|ask the community]].
+
For help with SMAPI, or if you can't ask the mod author, [http://community.playstarbound.com/threads/dos-and-donts-of-reporting-issues-with-smapi-mods.125211/ post in this thread] or [[:en:Modding:Community|ask the community]].
  
 
===What to include in a bug report===
 
===What to include in a bug report===

Version vom 8. Dezember 2018, 20:55 Uhr

Modding:Spieleranleitung/Überschrift

Funktioniert mit deinen Mod irgendwas nicht? Dann ist diese Seite für dich!

Häufige Lösungen

Die Grundlagen

  1. Probiere deinen Computer neu zu starten.
  2. Stelle sicher du hast die neuste Version von SMAPI.
    Deine SMAPI Version wird oben am Fenster angezeigt.
  3. Stelle sicher dass du Stardew Valley 1.6 oder später hast.
    Klicke den "?" Knopf auf dem Titelbildschirm, damit die Verionsnummer links unten erscheint.

Setze deine Datein zurück

Viele Probleme entstehen durch kaputte Spieldatein, vor allem wenn du XNB Mods verwendest). Du kannst deine Spieldateien zurücksetzen, um dies zu beheben. XNB Mods werden dabei entfernt, aber alle SMAPI Mods bleiben erhalten

  1. Siehe Anleitungen für Steam oder GOG Galaxy.
  2. Wenn du SMAPI auf Linux oder Mac verwendest, installiere SMAPI danach neu um den Launcher zu beheben.


Robin building.png
Ich habe noch eine Menge Arbeit vor mir
— Robin

Unvollständige Übersetzung

Dieser Artikel oder Abschnitt wurde noch nicht vollständig ins Deutsche übersetzt. Du bist herzlich eingeladen, uns dabei durch die Bearbeitung dieses Textes zu unterstützen!
Zuletzt bearbeitet von Nanogamer7 am 08. Dez. 2018 um 20:55:44.

Klappe aus für mehr Optionen 
Wenn du nicht alle Dateien zurücksetzen willst, sind hier ein paar andere Möglichkeiten.
Option 2: Erstelle rückwirkende Backups um jede Datei zurückzusetzen
Wenn du XNB Mods installiert hast und eine Datei, bei der du weißt, dass sie kaputt ist zurücksetzen willst, kannst du ursprüngliche Datei wiederherstellen. Wenn du vergessen hast, diese zu Backupen, kannst du sie so wiederherstellen ohne die modifizierten zu verlieren:
  1. Kopiere den Content Ordner in einen neuen, den du zum Beispiel Content-Mods nennen kannst.
  2. Siehe Anleitungen für Steam oder GOG Galaxy.
  3. Benenne den (mittlerweile zurückgesetzten) Content Ordner um zu zum Beispiel Content-Backup.
  4. Nenne den Content-Mods Ordner wieder Content.
Jetzt sind deine Datein wieder modifiziert, du hast aber ein Backup der originalen.
Option 3: Fehlerfindung bei XNB Mods
If you installed XNB mods, you're not sure which caused the problem, and you don't want to remove all your XNB mods, here's how to figure out which one is causing the problem.
  1. Back up any XNB mods you want to keep.
  2. Reset your game files (see instructions for Steam or for GOG Galaxy). Any XNB mods will be removed, but SMAPI mods won't be affected.
  3. If you use SMAPI on Linux/Mac, reinstall SMAPI to fix the launcher.
  4. Launch the game to see if the problem is fixed.
  5. Reinstall your XNB mods one at a time. After each install, test the game to make sure the mod doesn't cause problems.

Fix common error messages

"SMAPI can't find the game"

  • Make sure you're running StardewModdingAPI.exe in your game folder (see the install instructions).
  • Did you install SMAPI manually (not using the installer)? Make sure you copied the right files: internal/Windows for Windows, or internal/Mono for Linux/Mac.

"Skipped '...' because it doesn't have a manifest.json"

SMAPI couldn't find the manifest.json file for the mod in that folder. That usually means it's not a SMAPI mod, so it won't work from the Mods folder. See that mod's documentation for install instructions.

Steam: "missing executable"

Steam can't find the game launcher, usually because your Steam launch options are incorrect. Common fixes:

  • If you want to use SMAPI:
    make sure it's installed and your launch options are correct (see install guide).
  • If you're uninstalling SMAPI:
    1. In Steam, right-click Stardew Valley and choose Properties.
    2. Click the Set Launch Options button.
    3. Make sure the textbox is completely empty.

Linux/Mac: "looks like Mono isn't installed"

Mono is a framework needed by the installer and SMAPI to work correctly.

  1. Make sure you download and install Mono.
  2. Restart your computer and try again.
  3. On Mac, you can also install Homebrew and run brew install mono mono-libgdiplus in the Terminal app.

Fix other issues

Save disappeared or doesn't load

See en:Saves#Troubleshooting.

SMAPI files disappear or your antivirus complains

Your antivirus might remove or complain about some SMAPI files. This is based on heuristic detection — SMAPI rewrites mods so they work on your computer, and rewriting files is something malware also does, so your antivirus got suspicious. Antiviruses learn to allow SMAPI after enough users download it, but this resets for each release. SMAPI doesn't have a trojan — you can check by reading the code, decompiling the download, or uploading it to VirusTotal.

If this happens, here's how to fix it:

  1. Temporarily disable your antivirus.
  2. Install SMAPI.
  3. Add an exception to your antivirus for the Stardew Valley folder (search online for your antivirus name with the words add folder exception for instructions).

Steam: nothing happens when you launch game (Windows only)

Symptom: you launch the game, Steam shows 'running' for a few seconds, but the game doesn't open. You can usually fix that by doing this:

  1. If you've already installed SMAPI, blank the Steam launch options so it runs the game without SMAPI.
  2. Open your game folder.
  3. Open the _CommonRedist folder, then XNA inside that, then 4.0.
  4. Run the xnafx40_redist.msi file.
  5. Restart your computer.
  6. Launch the game.

If that works, you're done! (If you removed SMAPI in step one, you can reinstall it now.)

If it still doesn't work:

  1. Install SMAPI (if you don't already have it).
  2. Launch the game.
  3. Ask for help and attach your SMAPI log.

Steam: controller not working properly

Common fixes:

  • Launch the game through Steam.
  • On Windows, make sure you set the launch options (see part 2 in the Windows install guide), don't add SMAPI as a non-Steam game.
  • As a last resort, you can use InputMapper (Windows) or SC Controller (Linux) to bypass Steam's controller features.

Other problems

Run the game without SMAPI by launching Stardew Valley.exe (on Windows) or StardewValley-original (on Linux/Mac) in your game folder.

Ask for help

Find your SMAPI log

The SMAPI log has useful info for troubleshooting problems (like your versions, mods, game path, errors, etc).

Here's how to share it:

  1. Find the log file here:
    Platform Path
    Windows %appdata%\StardewValley\ErrorLogs\SMAPI-latest.txt
    (Paste "%appdata%" into the address bar, Windows knows where it is.)
    Linux ~/.config/StardewValley/ErrorLogs/SMAPI-latest.txt
    (The folder is hidden by default. From Files, click Go » Enter Location and enter "~/.config".)
    Mac ~/.config/StardewValley/ErrorLogs/SMAPI-latest.txt
    (The folder is hidden by default. From Finder, click Go » Go to Folder and enter "~/.config".)
  2. Upload the file to log.smapi.io and share the link.

Find help

For help with a mod, the mod author is the best person to ask. These are the best ways to contact them:

  1. the discussion thread linked to on the mod page (if any);
  2. the 'bugs' section on the Nexus mod page (if any);
  3. otherwise contact the author directly (e.g. use the 'Contact' button on the Nexus mod page).

For help with SMAPI, or if you can't ask the mod author, post in this thread or ask the community.

What to include in a bug report

Figuring out why something went wrong for someone else can be tough, so it helps if you include as much information as possible. Here's the most useful information you can give.

  1. Describe your problem:
    • Which mod has an issue?
    • What is the problem? Be as descriptive as possible. (Does the game freeze or close? Does the screen go black? Does nothing at all happen?)
    • What were you doing when it broke? Did you notice a pattern? For example, maybe it always breaks when you do a certain thing.
  2. Describe your context:
    • Do you use a mod manager? If so, which one?
    • Do you play on Linux, Mac, or Windows?
  3. Upload your SMAPI log to log.smapi.io (see instructions on that page), and add a link to your message.