-
Originally Posted by
TehCheat
That's the last file we check for in FSController, so that might be good news. I have no idea what we even use that for.
That check was added very recently afaik, it works once ingamestate is active, at least it gave me that same error in the menu earlier this week, I think it was for a plugin to check which trials you have/miss.
-
Member
I have to say its fascinating watching you guys coordinate via this forum in real time on this shit... speaking as a pleb in these matters lol.
-
Member
okai this plugin is not in my intrest im just looking for the autopot and autoquit ^^
i hope they will work i will be so happy
praise the sun if it will work on startup
-
★ Elder ★
Originally Posted by
niggwer
so we have to wait until we are in game and then teh can work again am i right ?
Bigger problem is I'm at work. I usually leave a teamviewer session up to kind of poke at things as I have time, but apparently I don't have it set up properly.
-
Post Thanks / Like - 1 Thanks
Amishdub3 (1 members gave Thanks to TehCheat for this useful post)
-
Member
-
★ Elder ★
I have this awesome and flexible job where I can just come in an hour early and leave an hour early, but due do some unlucky circumstances, that wasn't possible today. So I'll be getting home about an hour after the league starts.
I will also say, I usually get weird file loads the first time after a patch, so it's quite possible that error goes away after a restart, but I'm not going to ask anyone to get out of the queue at this point.
-
Post Thanks / Like - 1 Thanks
Amishdub3 (1 members gave Thanks to TehCheat for this useful post)
-
Active Member
Originally Posted by
TehCheat
Bigger problem is I'm at work. I usually leave a teamviewer session up to kind of poke at things as I have time, but apparently I don't have it set up properly.
Reeep, guess you have to take a "late lunch".
-
Member
Originally Posted by
TehCheat
I have this awesome and flexible job where I can just come in an hour early and leave an hour early, but due do some unlucky circumstances, that wasn't possible today. So I'll be getting home about an hour after the league starts.
I will also say, I usually get weird file loads the first time after a patch, so it's quite possible that error goes away after a restart, but I'm not going to ask anyone to get out of the queue at this point.
same error as everyone else reported
-
Active Member
What build is everyone planning on running for this league anyway?
-
Member
im going hierophant frostbolt totem
-
★ Elder ★
I'd be curious if someone comments out line 34 (LabyrinthTrials = new LabyrinthTrials(mem, FindFile("Data/LabyrinthTrials.dat"))
in src/Controllers/FSController.cs and then recompiles what happens. I'm pretty sure that is only used in (stridemann's) plugin(s) and shouldn't affect normal HUD functionality. Might be something to try as the league starts.
-
Originally Posted by
TehCheat
I'd be curious if someone comments out line 34 (LabyrinthTrials = new LabyrinthTrials(mem, FindFile("Data/LabyrinthTrials.dat"))

in src/Controllers/FSController.cs and then recompiles what happens. I'm pretty sure that is only used in (stridemann's) plugin(s) and shouldn't affect normal HUD functionality. Might be something to try as the league starts.
No exception sitting in the menu after commenting out that line.
-
Contributor
Originally Posted by
TehCheat
I'd be curious if someone comments out line 34 (LabyrinthTrials = new LabyrinthTrials(mem, FindFile("Data/LabyrinthTrials.dat"))

in src/Controllers/FSController.cs and then recompiles what happens. I'm pretty sure that is only used in (stridemann's) plugin(s) and shouldn't affect normal HUD functionality. Might be something to try as the league starts.
Overlay loads, no error on commenting it out.
-
Member
Originally Posted by
TehCheat
I'd be curious if someone comments out line 34 (LabyrinthTrials = new LabyrinthTrials(mem, FindFile("Data/LabyrinthTrials.dat"))

in src/Controllers/FSController.cs and then recompiles what happens. I'm pretty sure that is only used in (stridemann's) plugin(s) and shouldn't affect normal HUD functionality. Might be something to try as the league starts.
I have a olderversion that still worked in abyss after the last major fix. Which I don't get that erorr at all wonder why.,
-
Contributor
That's because it was added not too long ago, looking at the github history.