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

SimpleModManagerOverlay.ovl is broken in 16.0.0 #31

Open
cucholix opened this issue Feb 24, 2023 · 5 comments
Open

SimpleModManagerOverlay.ovl is broken in 16.0.0 #31

cucholix opened this issue Feb 24, 2023 · 5 comments
Labels
bug Something isn't working

Comments

@cucholix
Copy link

The newest update broke all the overlays, they need to be fixed and recompiled.

Thanks for this hombrew

@MewtwoFanz
Copy link

I can comfirm that this is broken on the latest update. Could someone please update it?

@masagrator
Copy link

masagrator commented Mar 4, 2023

Hex edited release to apply plInitialize fix. It won't work on older firmwares.
SimpleModManagerOverlay.zip

Master branch is broken beyond libtesla fix. Release commit requires update to match newest libnx. So it was faster to just disassemble and hex edit release.

If you want to apply similar patch in other compiled overlay:

  • Open ovl file with hex editor
  • search for bytes 01 8E 8D D2 41 67 AE F2
  • Change 67 to A7
  • Save ovl file

@nadrino nadrino added the bug Something isn't working label Apr 18, 2023
@MultiKoopa
Copy link

Hex edited release to apply plInitialize fix. It won't work on older firmwares. SimpleModManagerOverlay.zip

Master branch is broken beyond libtesla fix. Release commit requires update to match newest libnx. So it was faster to just disassemble and hex edit release.

If you want to apply similar patch in other compiled overlay:

  • Open ovl file with hex editor
  • search for bytes 01 8E 8D D2 41 67 AE F2
  • Change 67 to A7
  • Save ovl file

will this hex edited overlay work with Manager 2.1.0?

@InkDragon
Copy link

InkDragon commented Jun 3, 2023

anyone else having this fix result in all mods failing? or am I just having bad luck?

@91ajames
Copy link

91ajames commented Jun 29, 2023

Hex edited release to apply plInitialize fix. It won't work on older firmwares. SimpleModManagerOverlay.zip

Master branch is broken beyond libtesla fix. Release commit requires update to match newest libnx. So it was faster to just disassemble and hex edit release.

If you want to apply similar patch in other compiled overlay:

* Open ovl file with hex editor

* search for bytes `01 8E 8D D2 41 67 AE F2`

* Change `67` to `A7`

* Save ovl file

Thanks! Works on 2.0.4 on Tesla.

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

No branches or pull requests

7 participants