Open cm97878 opened 3 weeks ago
Currently deleting R2Modman and fully reinstalling again, will update and/or close this if it fixes the issue, but it did not last time. Edit: I happened to find a LGU.json file alongside my saves. Wondering if that might be it, lol. Edit2: A full wipe and reinstall of every file associated with LC (and in r2modman) resulted in the same issue. It looks like this is caused by conflicts with other mods, but honest to god we just clicked disable all and then enabled LGU and its required dependencies.
FixPluginTypeSerialization seems to be having a problem downloading the required data to execute correctly according to the logs you posted.
Thought that might be the case, but that error occurred identically regardless of if LGU was enabled or not - it also seemed to stop after the entire wipe and reinstall of both LC, the saves/data folder, and r2modman + cache itself, but the issue persisted, even with solely LGU + dependencies installed.
I need the new (whole) logs if the relevant error is no longer appearing.
Aye, will do - didn't save that at the time, we'd eventually given up trying different things. Won't be able to send it until likely around 12h from now, but I'll post it as soon as I am able.
Also found the same issue while enabling only the mod and its dependencies. With the following logs here.
hosting.txt joining.txt joining2.txt (after host disconnected)
Also found the same issue while enabling only the mod and its dependencies. With the following logs here. hosting.txt joining.txt joining2.txt (after host disconnected)
FixPluginTypeSerialization seems to be having a problem downloading the required data to execute correctly according to the logs you posted.
Also found the same issue while enabling only the mod and its dependencies. With the following logs here. hosting.txt joining.txt joining2.txt (after host disconnected)
FixPluginTypeSerialization seems to be having a problem downloading the required data to execute correctly according to the logs you posted.
Other mods using FixPluginTypeSerialization as dependency doesn't cause this issue. The logs also includes the problem with downloading the required data too but it might be differrent case with late game upgrade mod? I don't know. hosting-with-other-mods.txt Example Mods:
IAmBatby-LethalLevelLoader
Alice-ScarletDevilMansion
skidz-PoolRooms
Boniato-Ganimedes
Badham_Mods-SCPFoundationDungeon
Alice-DungeonGenerationPlus
Piggy-LC_Office
Magic_Wesley-WesleysInteriors
Zehs-WesleysInteriorsAddon
DiFFoZ-CompanyCruiserFix
Other mods using FixPluginTypeSerialization as dependency doesn't cause this issue.
Right but CSync (which is a dependency of LGU) is not executing correct behaviour (shown from the errors it throws in the provided logs) probably due to FixPluginTypeSerialization not correctly downloading the required data. Others may not use the same functionalities as CSync uses thus not showing errors.
Just a side note of the HTTP error code, 308 supposedly means "Permanent Redirect" so it could be failing to use the new URL due to it being code rather than browser (as browsers automatically change to the new URL when provided this error code)
Just for more information. The game is working correctly enabling only dependency modes while disabling the LGU mod itself. The only difference is probably CSync error logging? So it might have to do with LGU tried to use CSync that failed to download the required data? What could be the way to handle this issue though? hosting-with-dependency-mods.txt joining-with-dependency-mods.txt
I have also tried mods using CSync as dependency and it seems that the issue occurs as well. Example mods:
LethalInternship
ShipInventory
So it might have to do with LGU tried to use CSync that failed to download the required data? What could be the way to handle this issue though?
CSync is used for LGU's Config Synchronization, yes. Not sure, it's the first time seeing people being unable to download something for a mod. Could be either being blocked from accessing the solicited URL or it doesn't exist, there are many things. One thing for sure is that it's a FixPluginTypeSerialization problem and not a LGU problem since it's just a dependency problem.
Edit: I have been told that using Gale mod manager makes the download issue appear and if using other mod manager like r2modman will make the issue go away. I don't know if that will solve this exact issue since this just what I heard and not what I tested.
Edit: I have been told that using Gale mod manager makes the download issue appear and if using other mod manager like r2modman will make the issue go away. I don't know if that will solve this exact issue since this just what I heard and not what I tested.
Unfortunately, my friends and I used r2modman and still found this issue.
I have no idea then. A thing being last updated ten months ago suddenly not working sounds unlikely to be the fault of such errors.
I somehow fix it. I have the old config when the mod still working. So I copy the old FixPluginTypesSerialization config to replace to current config (newly generated) and the problem is solved.
[Cache]
## Unity version is Major.Minor.Patch format i.e. 2017.2.1. If specified, this version will be used instead of auto-detection from executable info. Specify only if the patcher doesn't work otherwise.
# Setting type: String
# Default value:
UnityVersionOverride =
## The GUID of the last downloaded UnityPlayer pdb file.
## If this GUID matches with the current one,
## the offsets for the functions below will be used
## instead of generating them at runtime.
# Setting type: String
# Default value: 000000000000000000000000000000000
LastDownloadedGUID = 000000000000000000000000000000000
## The in-memory offset of the MonoManager::AwakeFromLoad function.
# Setting type: String
# Default value: 00
MonoManagerAwakeFromLoadOffset = 00
## The in-memory offset of the MonoManager::IsAssemblyCreated function.
# Setting type: String
# Default value: 00
MonoManagerIsAssemblyCreatedOffset = 00
## The in-memory offset of the IsFileCreated function.
# Setting type: String
# Default value: 00
IsFileCreatedOffset = 00
## The in-memory offset of the ScriptingManagerDeconstructor function.
# Setting type: String
# Default value: 00
ScriptingManagerDeconstructorOffset = 00
## The in-memory offset of the ConvertSeparatorsToPlatform function.
# Setting type: String
# Default value: 00
ConvertSeparatorsToPlatformOffset = 00
## The in-memory offset of the free_alloc_internal function.
# Setting type: String
# Default value: 00
FreeAllocInternalOffset = 00
## The in-memory offset of the malloc_internal function.
# Setting type: String
# Default value: 00
MallocInternalOffset = 00
## The in-memory offset of the m_ScriptingAssemblies global field.
# Setting type: String
# Default value: 00
ScriptingAssembliesOffset = 00
[Cache]
## Unity version is Major.Minor.Patch format i.e. 2017.2.1. If specified, this version will be used instead of auto-detection from executable info. Specify only if the patcher doesn't work otherwise.
# Setting type: String
# Default value:
UnityVersionOverride =
## The GUID of the last downloaded UnityPlayer pdb file.
## If this GUID matches with the current one,
## the offsets for the functions below will be used
## instead of generating them at runtime.
# Setting type: String
# Default value: 000000000000000000000000000000000
LastDownloadedGUID = 8C09BC2213204B18A647FD90F53236701
## The in-memory offset of the MonoManager::AwakeFromLoad function.
# Setting type: String
# Default value: 00
MonoManagerAwakeFromLoadOffset = 76C0C0
## The in-memory offset of the MonoManager::IsAssemblyCreated function.
# Setting type: String
# Default value: 00
MonoManagerIsAssemblyCreatedOffset = 76BBF0
## The in-memory offset of the IsFileCreated function.
# Setting type: String
# Default value: 00
IsFileCreatedOffset = 00
## The in-memory offset of the ScriptingManagerDeconstructor function.
# Setting type: String
# Default value: 00
ScriptingManagerDeconstructorOffset = 781360
## The in-memory offset of the ConvertSeparatorsToPlatform function.
# Setting type: String
# Default value: 00
ConvertSeparatorsToPlatformOffset = 683330
## The in-memory offset of the free_alloc_internal function.
# Setting type: String
# Default value: 00
FreeAllocInternalOffset = 648220
## The in-memory offset of the malloc_internal function.
# Setting type: String
# Default value: 00
MallocInternalOffset = 3556D0
## The in-memory offset of the m_ScriptingAssemblies global field.
# Setting type: String
# Default value: 00
ScriptingAssembliesOffset = 1BFBA40
I'm a bit confused that nobody else is posting this issue, but everyone within my group is having it independent of me - whenever I or someone else joins a game with LGU installed, the screen looks like this:
At first I assumed this was incompatibility with other mods, However, we've all disabled all of our other (non-essential) mods, verified integrity. We ran the preloader fix in r2modman, and I also confirmed that the FixPluginTypesSerialization error there happened regardless of whether LGU was the only mod installed, or we had all the others enabled EXCEPT LGU - didn't change that part. I scanned the log here but didn't really see anything that would indicate what was going on.
The log from the player seeing this screen is as follows:
This is happening to all of us, in any combination, whoever hosts and whoever joins and whatever order. Saw the other open issue, but backdating to 3.10.4. One issue I did notice the last time we played, some months ago - even on a full reinstall of LC and r2modman, when a friend and I would load into LGU, the upgrades we had on a previous save would still load in. As far as I could tell I'd deleted everything, but it seemed like there might've been some file it was still pulling from? Is there some outside location that files were saved to to keep track of upgrades and stuff in a prior version? I didn't see anything like that this time, just a thought I had of an odd issue last time.