D
Deleted User
Guest
Yes indeed it does.
Can you try this build and see if it freezes when you open the application? Checking whether its libkhax or service patching.
https://www.dropbox.com/s/phz76dxexxr1dvl/FBI_test.zip?dl=0
Yes indeed it does.

I was able to do the same as before. Open the app -> Select CIA -> Press A to confirm -> Freeze

Ok that one froze straight off the bat. Opened FBI -> Froze black screen.
EDIT: I don't mind about all the testing![]()

Too easy. Thanks XD.Gotcha, seems it might be a libkhax issue with granting the SVC permissions. I'll keep looking into it and ask about it when I get the chance.
Too easy. Thanks XD.

I'll try that shortly.In the mean time, you can try running libkhax standalone and see if that has the same issue. A prebuilt version can be found here: https://gbatemp.net/threads/release-fbi-open-source-cia-installer.386433/page-6#post-5445241

khaxInit: Step6 failed: e0e01bfd
:error while corrupt; freezing
That's what libkhax errorsCode:khaxInit: Step6 failed: e0e01bfd :error while corrupt; freezing

Anything else you would like me to do?Interesting, so step 6 actually failed. Thanks, that's actually really helpful to know.
Anything else you would like me to do?
EDIT: Just rewrote sockfile in Java, because I was fed up with cross-compiling and trying to get it to work properly on Windows. Run with 'java -jar sockfile.jar <ip> <file>'. Should be pretty stable now.
The move to java seems like a good one, but I still don't seem to be able to get a connection.
Java has a nicely detailed error output though;
Failed to open socket.
java.net.ConnectException: Connection timed out: connect
at java.net.DualStackPlainSocketImpl.connect0(Native Method)
at java.net.DualStackPlainSocketImpl.socketConnect(Unknown Source)
at java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.net.PlainSocketImpl.connect(Unknown Source)
at java.net.SocksSocketImpl.connect(Unknown Source)
at java.net.Socket.connect(Unknown Source)
at java.net.Socket.connect(Unknown Source)
at java.net.Socket.<init>(Unknown Source)
at java.net.Socket.<init>(Unknown Source)
at org.spacehq.sockfile.Main.main(Main.java:25)
I'm open to the possibility there's something wrong on my end, but I'm definitely using the right IP for my 3DS (it's displayed both in FBI and in my router's status page), I've checked my firewalls, I've got a pretty simple router set up (PC is connected directly with ethernet cable, 3DS is of course wireless, router is also the modem), and like I mentioned ctrclient works fine.
I understand if it's too much of a pain in the ass to try fixing the windows build. Maybe if I'm bored I will try booting sockfile off a linux liveUSB and see if if that works...
You're absolutely sure that your PC and 3DS are connected to the same network? I wouldn't say that this is an OS issue. That error generally means that it was unable to connect to the given IP.
Yup. I'm not a programmer (though I was top of my programming class in high school) but I'm pretty decent with computers/software, and I know my router's SSID.
View attachment 18063
(I've been calling my computer FBI-PC for a couple years now, which I thought was a funny coincidence)
Yup. I'm not a programmer (though I was top of my programming class in high school) but I'm pretty decent with computers/software, and I know my router's SSID.
View attachment 18063
(I've been calling my computer FBI-PC for a couple years now, which I thought was a funny coincidence)

I... have absolutely no idea then. If you've checked everything listed here, I'm not sure what else it could be.
Might be a firewall issue then?
