LogoLogo
Back to raftmodding.com
  • Welcome to the RaftModding docs!
  • ⬇️Getting started
    • Installing Raft Mod Loader
      • Troubleshooting
        • An error occured while fetching for updates
          • Disabling IPV6
          • Changing the DNS
        • The menu inside the game doesn't show up
        • The game crashes on startup
        • There are error notifications in-game
      • Linux or Steam Deck installation
        • Using Bottles
        • Using Wine
      • Configuring your antivirus
        • Windows Defender
        • Malwarebytes
        • Bitdefender
        • Avast
        • Norton
        • AVG
    • Installing a mod
      • Mods in multiplayer
    • How to run multiple raft instances
  • ⚙️MODDING TUTORIALS
    • How to create a mod project
      • The modinfo.json file
    • How to create an AssetBundle
    • How to create console commands
    • Harmony basics
    • Getting access to the modding repositories
  • ⚒️Modding API
    • RAPI
    • Mod
  • 📚Modding Examples
    • Accessing the player instance
    • Adding private variables
    • Spawning dropped items
    • Get selected hotbar item
    • Get the current SteamID
    • Get the current username
    • Giving items to a player
    • Modifying private variables
  • 🌏WEBSITE
    • Mod Slugs (Unique Identifier)
  • 🖥️RAFT DEDICATED SERVER
    • Raft Dedicated Server
Powered by GitBook
On this page

Was this helpful?

  1. Getting started
  2. Installing Raft Mod Loader
  3. Troubleshooting
  4. An error occured while fetching for updates

Disabling IPV6

This guide will explain how to disable IPV6

PreviousAn error occured while fetching for updatesNextChanging the DNS

Last updated 1 year ago

Was this helpful?

This issue might be caused by IPV6 being enabled on your computer. A Windows bug can cause the requests to fail when going through ipv6 and it can be safely disabled. 1. Open the Control Panel (through the Cortana search box for example). 2. Open Network and Internet.

3. Open Network and Sharing Center.

4. Click Change Adapter Settings.

5. Right-click your connection and go to Properties.

6. Uncheck the box next to Internet Protocol Version 6 (TCP/IPv6) to disable it.

7. Select OK to confirm the change.

8. Restart the computer and try again running the launcher.

⬇️