Skip to content

Ignoring all mods leads to an exception. #26

@zrckr

Description

@zrckr

If there are mods in the Mods folder and they have all been excluded via the ignorelist.txt file, the loader will throw this exception when the game starts:

FEZ [Unhandled Exception]
System.ApplicationException: Stuck in a mod dependency finalization loop!
at HatModLoader.Source.Hat.FinalizeDependencies() in C:\Users\User\Source\fez\HAT\Source\Hat.cs:line 236
at HatModLoader.Source.Hat.InitializeDependencies() in C:\Users\User\Source\fez\HAT\Source\Hat.cs:line 226
at HatModLoader.Source.Hat.PrepareMods() in C:\Users\User\Source\fez\HAT\Source\Hat.cs:line 48
at HatModLoader.Source.Hat.ctor(Fez fez) in C:\Users\User\Source\fez\HAT\Source\Hat.cs:line 11
at FezGame.Fez.Initialize() in C:\Users\User\Source\fez\HAT\Patches\Fez.cs:line 32
at Microsoft.Xna.Framework.Game.DoInitialize()
at Microsoft.Xna.Framework.Game.Run()
at FezGame.Program.Main(Internal)
at Common.Logger.Try(Action action)

Commit is 96129a8 (main branch)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions