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

Error on harmony patching #2

Open
TurkeyKittin opened this issue Jan 30, 2021 · 1 comment
Open

Error on harmony patching #2

TurkeyKittin opened this issue Jan 30, 2021 · 1 comment
Assignees
Labels
bug Something isn't working wontfix This will not be worked on

Comments

@TurkeyKittin
Copy link
Contributor

Unable to load mods that apply patches to the game via harmony.

Steps to reproduce:
Clean install of game
Clean install of AddonManager v0.2.0
Run Patcher
Subscribe to workshop ExampleMod
Run game

Player.log error:

Loaded 1 plugins
Patching game assembly using Harmony...
Applying patches from assembly 'workshop-2308921579-Assembly, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null'
Fallback handler could not load library D:/SteamLibrary/steamapps/common/Stationeers/rocketstation_Data/Mono/data-000002270CCDC0C0.dll
Fallback handler could not load library D:/SteamLibrary/steamapps/common/Stationeers/rocketstation_Data/Mono/data-000002273AEDE180.dll
Fallback handler could not load library D:/SteamLibrary/steamapps/common/Stationeers/rocketstation_Data/Mono/data-000002270C7F0C80.dll
@Erdroy Erdroy self-assigned this Jan 30, 2021
@Erdroy Erdroy added the bug Something isn't working label Jan 30, 2021
@Erdroy
Copy link
Collaborator

Erdroy commented Jan 30, 2021

Looks like Harmony is getting into some conflict with the Unity's Burst compiler and/or it's internal functionality.
I took a look at this, and found out, that this is some sort of non-critical error, and doesn't affect the game/plugins.

We might consider marking this issue as wontfix and leave it open (if there will be no new issues related to this).

@Erdroy Erdroy added the wontfix This will not be worked on label Feb 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

2 participants