-
Notifications
You must be signed in to change notification settings - Fork 53
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
Using any forwarder crashes software #179
Comments
Previously there was someone who had the same issue, and the problem was that he wrote host in incorrect format, with --host="censored" I cannot confirm that you are writing everything correct, could you at least replacing some characters show how you white it? Up. |
Sure, it ended up being formatted as
Could this possibly be due to firmware 18.1.0? I made sure to redump my prod.keys, as well as make sure all sigpatches and sys-patch were updated. |
Not sure to be honest, I still not updated from 17.x |
Understandable. I didn't have moonlight installed to test on a previous firmware sadly, so that's still up in the air. Is there any way to get a crash log of some sort for you? I haven't touched the development side of the Switch nearly as much as I have the PSVita. |
Crash logs from Switch was always a problem for me, I developed the app on Mac, tested in xCode and launched on Switch as it is, debugging Switch specific issues with console logs :D |
So what exactly can be done? |
Let me try to create forwarder on my device, I'll double check if it works or not. |
Sounds good. I'm available to provide any information or test anything if needed. Thanks for taking the time to look into this! |
Moonlight by XITRIX [01D434D98213E000][v0].zip Could you try to install this one? NRO should be in the path: |
Loads right up without issue. |
I created it with NTON, copy-pasted arguments from ReadMe, looks like it could be something wrong with your NTON installation or ... I don't know. Also, if you cannot run forwarder without any arguments, so it's definitely something wrong with your NTON Btw, even wrong arguments should not lead to crash. App should just launch into menu |
That's what I'm confused about... It's a fresh install of NTON (even redownloaded and tried again) and fresh dumped keys as well. EDIT: Tried again one more time, with another download of NTON and a fresh prod.keys dump... no dice. |
Do you click "Create ROM forwarder" or "Build NSP forwarder"? |
Build NSP Forwarder. |
Btw, if my forwarder works for you, so it's definitely something wrong on your side, not sure how I could help you here |
I've checked for typos, incorrect paths, everything. It's just Switch-Moonlight I even recreated my mGBA forwarder to test. I'm not really sure what the issue could be at this point. |
Once again, you cannot create forwarder even without arguments, it will still crash, yes? |
That is correct. That does not mean it is guaranteed to be something on my end though, as the exact same setup works for any other .nro I throw at it. |
Just one thing, have no idea if it could be the reason, I've enabled video capture in my forwarder, in the app I also have a piece of code, that tries to enable it. MAYBE if forwarder not allows it (no idea how) and app tries to enable it with no result it crash? But it's just a pure theory, I did not tried it on practice, but it is the only possible difference between our forwarders |
I'll try this and let you know. EDIT: Tried. Setting to Manual and Enabled both result in the same crash. |
Hi there.
Attempting to use any forwarder created with NTON will fail to launch. Currently using the latest versions of NTON and Moonlight-Switch on 18.1.0 Atmosphere
The crash happens before I even see a UI, when the Switch logo is still spinning in the bottom right corner.
I have tested with both a blank forwarder to the application, and
--host=censored --appid=1093255277 --appname=Steam
Forwarders I make for other applications such as Goldleaf and mGBA work without issue.
The text was updated successfully, but these errors were encountered: