Jump to content

Recommended Posts

Posted

I was running through the guide on a fresh install and after the step to move GrassPrecacher.py into the MO2 plugins folder there is now an error message that pops up any time I open MO2.

"

failed to initialize plugin

C:/Modding/MO2/plugins/GrassPrecacher.py: Traceback (most recent call last):

File 'C:/Modding/MO2/plugins/GrassPrecacher.py', line 7, in <module>

from PyQt6.QtCore import QDir, Qtimer

ModuleNotFoundError: No module named PyQt6

"

After the first time this pooped up, i ignered it for awhile and continued the process until the step to use the tools to click the  "Precache Grass" option which did not appear

Any help with this would be greatly appreciated

Posted

to be more specific it tries to generate the cache for about 3 hours then it stop and post a large textbox saying that the program hit a recursion limit, I didnt take a picture but will probably run it again soon to get one

 

  • 3 months later...
  • 1 month later...
Posted

I've never had the recursion error, so I have no direct XP with it. "recursion limits" are generally having to do with folder depth. If the game and/or grass-related mods are installed under long paths, I could see getting such an error. Many people seem to use Onedrive or User space for game assets, which can wind up having very deep and/or long directory paths.

We advise people to install the game and all mods under the root C:\Modding for example.

Recursion errors can be programmatic as well. An example might be an extended loop that eventually is aborted by the python application.

Try following our SSG if you haven't already.

Aside from optimizing the environment as being the fix for your issues, the most likely suspect is incorrect versions of (or missing) runtime mods or mods having plugin-level conflicts or processing grass cache for worldspaces that don't apply or have issues. See Worldspaces with Grass SSEEdit Script for No Grass In Objects

We created our guides to arm people with best practice and help them to avoid these sorts of modding issues.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Guidelines, Privacy Policy, and Terms of Use.