1. This forum is archived for reference. For support & bug reports visit the help section of forums.stardewvalley.net

Crashes on launch on Mac

Discussion in 'Support' started by DwadeGaming, Aug 24, 2018.

Tags:
  1. DwadeGaming

    DwadeGaming Space Hobo

    Please help me been trying to fix for 4 hrs but every fix i seen only window
    users can use. If u can help me ix this your a GOD. Thanks in advance.
     
      Last edited: Aug 24, 2018
    • Pathoschild

      Pathoschild Tiy's Beard

    • DwadeGaming

      DwadeGaming Space Hobo

      @Pathoschild
      p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 11.0px Menlo; color: #000000; background-color: #ffffff} p.p2 {margin: 0.0px 0.0px 0.0px 0.0px; font: 11.0px Menlo; color: #000000; background-color: #ffffff; min-height: 13.0px} span.s1 {font-variant-ligatures: no-common-ligatures}

      [ERROR] FATAL UNHANDLED EXCEPTION: System.NullReferenceException: Object reference not set to an instance of an object

      at StardewModdingAPI.Program.VerifyPath (System.String path) <0x10ad8fe50 + 0x000a1> in <filename unknown>:0

      at StardewModdingAPI.Program..ctor (System.String modsPath, Boolean writeToConsole) <0x10aaa06b0 + 0x005fa> in <filename unknown>:0

      at StardewModdingAPI.Program.Main (System.String[] args) <0x1065fee40 + 0x00171> in <filename unknown>:0

      logout

      Saving session...

      ...copying shared history...

      ...saving history...truncating history files...

      ...completed.

      Deleting expired sessions...none found.


      [Process completed]

      I am on an up-to-date mac so it dident find it but heres what happens when i press play
       
        Last edited: Aug 24, 2018
      • Pathoschild

        Pathoschild Tiy's Beard

      • Pathoschild

        Pathoschild Tiy's Beard

        Solved! This was caused by permission issues with the ~/.config folder. We fixed it by reassigning ownership of the folder to the normal user:
        Code:
        sudo chown -R $(id -un):$(id -gn) ~/.config
         

        Share This Page