Skip to content
This repository has been archived by the owner on Dec 31, 2023. It is now read-only.

[Mac users please read] Apini mod doesn't load any content #105

Closed
TangyPango opened this issue Aug 1, 2021 · 26 comments
Closed

[Mac users please read] Apini mod doesn't load any content #105

TangyPango opened this issue Aug 1, 2021 · 26 comments
Labels
good first issue Good for newcomers

Comments

@TangyPango
Copy link

Hello, I recently tried using the Apini Playable Race, Continued! mod from Steam but when I open RimWorld to play it, this message in red pops up:

Mod Apini Playable Race, Continued! did not load any content. Following load folders were used:

  • /Users/myname/Library/Application Support/Steam/steamapps/workshop/content/294100/2204437968/1.3\Expanded\E_SOS2
  • /Users/myname/Library/Application Support/Steam/steamapps/workshop/content/294100/2204437968/1.3\Patched\P_Rimbees
  • /Users/myname/Library/Application Support/Steam/steamapps/workshop/content/294100/2204437968/1.3\Patched\P_EPOE
  • /Users/myname/Library/Application Support/Steam/steamapps/workshop/content/294100/2204437968/Common
  • /Users/myname/Library/Application Support/Steam/steamapps/workshop/content/294100/2204437968/1.3\Common
    UnityEngine.StackTraceUtility:ExtractStackTrace ()
    Verse.Log:Error (string)
    Verse.LoadedModManager/<>c:b__13_1 ()
    Verse.LongEventHandler:ExecuteToExecuteWhenFinished ()
    Verse.LongEventHandler:UpdateCurrentAsynchronousEvent ()
    Verse.LongEventHandler:LongEventsUpdate (bool&)
    (wrapper dynamic-method) Verse.Root:Verse.Root.Update_Patch1 (Verse.Root)
    Verse.Root_Entry:Update ()

When I tried to create a new colony, none of the Apini or Azuri scenarios would appear, none of the Apini related tabs or research were available and I am unable to create an Apini or Azuri pawn with a forked Prepare Carefully. I checked the folder (2204437968) where Apini was supposed to be and it looked like all the content was cownloaded, including the custom antennae and items. I manually deleted Apini from my mods folder and resubscribed on Steam but the same message would pop up. I did not have this issue before and was able to play as Apini in the past, even with the mods SOS2 and EPOE. Could this issue be related to the other mods listed in this debug log?

@Jack7D1
Copy link
Owner

Jack7D1 commented Aug 1, 2021

Hey thanks for writing this! This sounds like your copy might have mismatched files.
To fix this:
Go to "steamapps/workshop/294100"
Delete the folder named "2204437968"
Verify game files for rimworld and wait for apini to be redownloaded.
Let me know if this fixed it!

@TangyPango
Copy link
Author

Thank you for the swift reply! Unfortunately, the issue still persists and the same debug message appeared after deleting and verifying the folder.

@Jack7D1
Copy link
Owner

Jack7D1 commented Aug 1, 2021

That is odd, I'm not able to reproduce this error using all mods that are currently supported by Apini, however I'm noticing another error with the CE patch. Seems an easy fix so I'll update it in a jiffy.

@Jack7D1
Copy link
Owner

Jack7D1 commented Aug 1, 2021

apini.zip
try this copy of the mod! Load it with only its dependencies and official rimworld content.

@TangyPango
Copy link
Author

Ok, thank you so much for your help and effort!

@Jack7D1 Jack7D1 added the good first issue Good for newcomers label Aug 1, 2021
@TangyPango
Copy link
Author

Hello once again. Unfortunately, the Apini mod still does not work for me despite using the previously mentioned technique and removing all other mods besides the dependencies. I greatly appreciate all the help you have provided and I thank you for your time and work you have put into this mod and the community.

@Jack7D1
Copy link
Owner

Jack7D1 commented Aug 1, 2021

Well thanks for that! I'd like to find out why it's not working... Could you make a hugslog of the error on a minimal modlist and link it here?

@TangyPango
Copy link
Author

Not sure if I did this correctly, but here it is.

https://gist.github.com/HugsLibRecordKeeper/ae81addbac13c9b6aae23e2577dbd6c6#file-output_log-txt

@Jack7D1
Copy link
Owner

Jack7D1 commented Aug 1, 2021

Oh are you running linux?

@TangyPango
Copy link
Author

No, I use Mac

@Jack7D1
Copy link
Owner

Jack7D1 commented Aug 1, 2021

Are you able to follow the file path of "[Home_dir]/Library/Application Support/Steam/steamapps/workshop/content/294100/2204437968"? Does it exist?
If so, is the folder empty

@TangyPango
Copy link
Author

Yes, I am able to follow it and the folder has items in it (1.2, 1.3, About, Common, etc.)

@Jack7D1
Copy link
Owner

Jack7D1 commented Aug 1, 2021

Hmm, maybe MAC doesn't support backslashes, Try replacing the LoadFolders.xml with this!
LoadFolders.zip

@TangyPango
Copy link
Author

Ok I will try it and let you know of anything new that happens

@TangyPango
Copy link
Author

I tried replacing the .xml folder with the .zip folder and started the game but the issue was not resolved.

@Jack7D1
Copy link
Owner

Jack7D1 commented Aug 1, 2021

Hugs log again? I'm out of ideas

@TangyPango
Copy link
Author

@Jack7D1
Copy link
Owner

Jack7D1 commented Aug 1, 2021

Well, I'm stumped, all I can find online is https://ludeon.com/forums/index.php?topic=53857.0 and the thread just dies.

@TangyPango
Copy link
Author

It's fine. Thank you for helping me. I can really tell you have a strong passion for the mods you make.

@Jack7D1
Copy link
Owner

Jack7D1 commented Aug 2, 2021

It seems this is an issue with Rimworld for mac

@Jack7D1
Copy link
Owner

Jack7D1 commented Aug 2, 2021

Hey! Can you try and run this version? Folks on the forums suggest trying without the loadfolders system.
apini.zip

@TangyPango
Copy link
Author

Sorry, I'm not exactly an advanced modder so I'm not sure how to disable the loadfolders system.

@Jack7D1
Copy link
Owner

Jack7D1 commented Aug 3, 2021

Oh! No don't worry I did it in that zip there!

@TangyPango
Copy link
Author

The issue is fixed. Thank you so much!

@Jack7D1
Copy link
Owner

Jack7D1 commented Aug 3, 2021

Closing note:
this issue was caused by Rimworld for mac not properly supporting Loadfolders. A no patches, no versioning copy of Apini will be available for mac users here until this is fixed.

@Jack7D1 Jack7D1 closed this as completed Aug 3, 2021
@Jack7D1 Jack7D1 pinned this issue Aug 3, 2021
@Jack7D1 Jack7D1 changed the title Apini mod doesn't load any content [Mac users please read] Apini mod doesn't load any content Aug 3, 2021
@Jack7D1
Copy link
Owner

Jack7D1 commented Oct 7, 2021

This seems to be fixed properly by Rimworld, considering this properly closed unless someone else has similar issues.

@Jack7D1 Jack7D1 unpinned this issue Oct 7, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants