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

Exception while picking a recipe #3

Open
Shirkit opened this issue Apr 2, 2021 · 4 comments · May be fixed by #4
Open

Exception while picking a recipe #3

Shirkit opened this issue Apr 2, 2021 · 4 comments · May be fixed by #4

Comments

@Shirkit
Copy link

Shirkit commented Apr 2, 2021

Hello,

The game is throwing an error when selecting a recipe on an Assembler

System.MissingMethodException: Method not found: 'FactorySystem.TakeBackItems_Assembler'.
at AssemblerVerticalConstruction.AssemblerVerticalConstruction.OnRecipePickerReturnPatch (UIAssemblerWindow) <0x00150>
at (wrapper dynamic-method) UIAssemblerWindow.DMD<UIAssemblerWindow..OnRecipePickerReturn> (UIAssemblerWindow,RecipeProto) <0x001ef>
at UIRecipePicker._OnClose () <0x0003e>
at ManualBehaviour._Close () <0x0003f>

Started when I first selected a processor, and now it's throwing everytime I select a recipe.

Running latest DSP and 18 mods. You can have the r2modman profile code here: D0JUjCaB9P

Untitled

@m-chandler
Copy link

@Shirkit I think I've fixed it, will have to wait for @FYJ95 to merge and officially publish.

If you need a fix sooner (like me) and use r2modman you can place the DLL in this ZIP into the two locations listed below. Back up the old DLL first. Use at your own risk.

Also the paths below assume your profile is called Default, change as you need to. The file actually only needs to go to one of these directories, I just can't remember which.

AssemblerVerticalConstruction.zip

%appdata%\r2modmanPlus-local\DysonSphereProgram\profiles\Default\BepInEx\plugins\57a103a40a4d4d7f-AssemblerVerticalConstruction
%appdata%\r2modmanPlus-local\DysonSphereProgram\cache\57a103a40a4d4d7f-AssemblerVerticalConstruction\1.0.5

@PlanBe01
Copy link

PlanBe01 commented Apr 2, 2021

Confirmed issue (using less then 18 Mods), texting zip file fix.

@PlanBe01
Copy link

PlanBe01 commented Apr 2, 2021

Confirmed issue (using less then 18 Mods), texting zip file fix.

Confirmed after updating the profiles one it is not tossing errors.

@Shirkit
Copy link
Author

Shirkit commented Apr 3, 2021

Can confirm that @m-chandler hotfix works and solves the issue @FYJ95

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants