Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DeconstructLoadout not working after last game update #5

Closed
thinblueboy opened this issue Feb 23, 2024 · 6 comments
Closed

DeconstructLoadout not working after last game update #5

thinblueboy opened this issue Feb 23, 2024 · 6 comments
Assignees
Labels
bug Something isn't working Update 3 Bugs caused by Update 3

Comments

@thinblueboy
Copy link

hay just wonted to let you know that DeconstructLoadout is not working after the last game update. game will work fine with it in but ships will be default loadout. hope it is an ez fix :) love all your mods keep up the good work

@palatrix
Copy link

to add to this, here's my BepInEx LogOutput file. Hopefully that provides detail to troubleshoot the issue.
LogOutput.log

@heaventwig
Copy link

Same issue. @Maverik let us know if you want any help locating the trouble?

@heaventwig
Copy link

Here's the relevant lines from that logfile.

[Info   :   BepInEx] Loading [Deconstruct Loadout 0.0.3]
[Info   :DeconstructLoadout] Plugin initialized.
[Message:   BepInEx] Chainloader startup complete
[Error  :DeconstructLoadout] Exception count tripped 1 of 5: Method not found: Client.Player.Interactions.ContextInfo CG.AbstractCloneStarObject.get_ContextInfo()
Method not found: Client.Player.Interactions.ContextInfo CG.AbstractCloneStarObject.get_ContextInfo()
-- Innermost stacktrace:
  at MavsLibCore.MavsBepInExPlugin`1[T].LoggedExceptions (System.Action action) [0x0000f] in B:\Git\BepInEx Modding\Void Crew\MavsLibCore\MavsBepinExPlugin.cs:69 
-- Stacktrace:
  at MavsLibCore.MavsBepInExPlugin`1[T].LoggedExceptions (System.Action action) [0x0000f] in B:\Git\BepInEx Modding\Void Crew\MavsLibCore\MavsBepinExPlugin.cs:69 
[Info   :DeconstructLoadout] Plugin is unloading...
[Info   :DeconstructLoadout] Plugin has unloaded.

@heaventwig
Copy link

I too have these lines (among many others) in my logfile...

[Message:   BepInEx] BepInEx 5.4.21.0 - Void Crew (2/23/2024 7:12:24 PM)
[Info   :   BepInEx] Running under Unity v2022.3.4.3502396
[Info   :   BepInEx] CLR runtime version: 4.0.30319.42000
[Info   :   BepInEx] Supports SRE: True
[Info   :   BepInEx] System platform: Bits64, Windows
[Message:   BepInEx] Preloader started
[Info   :   BepInEx] Loaded 1 patcher method from [BepInEx.Preloader 5.4.21.0]
[Info   :   BepInEx] 1 patcher plugin loaded
[Info   :   BepInEx] Patching [UnityEngine.CoreModule] with [BepInEx.Chainloader]
[Message:   BepInEx] Preloader finished
[Message:   BepInEx] Chainloader ready
[Message:   BepInEx] Chainloader started
...
[Info   :   BepInEx] Loading [Deconstruct Loadout 0.0.3]
[Debug  :DeconstructLoadout] Plugin is awake...
[Info   :DeconstructLoadout] Plugin initialized.
...
[Error  :DeconstructLoadout] Exception count tripped 1 of 5: Method not found: Client.Player.Interactions.ContextInfo CG.AbstractCloneStarObject.get_ContextInfo()
Method not found: Client.Player.Interactions.ContextInfo CG.AbstractCloneStarObject.get_ContextInfo()
-- Innermost stacktrace:
  at MavsLibCore.MavsBepInExPlugin`1[T].LoggedExceptions (System.Action action) [0x0000f] in B:\Git\BepInEx Modding\Void Crew\MavsLibCore\MavsBepinExPlugin.cs:69 
-- Stacktrace:
  at MavsLibCore.MavsBepInExPlugin`1[T].LoggedExceptions (System.Action action) [0x0000f] in B:\Git\BepInEx Modding\Void Crew\MavsLibCore\MavsBepinExPlugin.cs:69 ```

@Maverik Maverik self-assigned this Feb 24, 2024
@Maverik Maverik added the bug Something isn't working label Feb 24, 2024
@Maverik
Copy link
Owner

Maverik commented Feb 24, 2024

Thanks for the logs, they've basically changed stuff around so I need to find where the new code has landed to make this work again. Hopefully not too much effort to have a fixed update. I'll try to sort it in a day or two if its easy enough.

Otherwise, I'll drop a status update of what I've discovered and how long it might take me.

@heaventwig
Copy link

I made a relevant suggestion in the Discord feedback channel.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Update 3 Bugs caused by Update 3
Projects
None yet
Development

No branches or pull requests

4 participants