Dadoum / Sideloader

Open-source cross-platform iOS app sideloader (yep, even Linux is supported). Alternative to Sideloadly, AltServer, SideServer, Cydia Impactor, iOS App Signer…
Other
330 stars 29 forks source link

Unable to install SideStore.ipa onto Device #64

Open ismsaa opened 3 weeks ago

ismsaa commented 3 weeks ago

Having trouble getting SideStore onto my device.

I have added the following into the same folder: SideStore.ipa sideloader-cli-windows-x86_64.exe libssl-1_1.dll msvcp140.dll plist.dll imobiledevice.dll VC_redist.x64.exe Win64OpenSSL-3_3_1.exe

Relevant Operating Systems? iOS 17.6.1 (on iPhone 12 Pro) Windows 11 Version 23H2

Here is the full debug output when running sideloader-cli-windows-x86_64.exe install SideStore.ipa -i -debug in CMD Prompt (Running as Administrator):

app INFO  2024-09-02T01:12:59.850 Downloading APK...
            cli_frontend ERROR 2024-09-02T01:12:59.854 object.Exception at ../../../.dub/packages/requests/2.1.2/requests/source/requests/ssl_adapter.d:319: can't complete call to TLS_method
            cli_frontend DEBUG 2024-09-02T01:12:59.859 Full exception: object.Exception@../../../.dub/packages/requests/2.1.2/requests/source/requests/ssl_adapter.d(319): can't complete call to TLS_method
----------------
0x00007FF6FEDE8593
0x00007FF6FEDE82C4
0x00007FF6FECF82ED
0x00007FF6FEDCC4A1
0x00007FF6FECC6785
0x00007FF6FECD6365
0x00007FF6FECFD375
0x00007FF6FECFDBF7
0x00007FF6FECFDD23
0x00007FF6FECFE538
0x00007FF6FEDE36FC
0x00007FF6FEDE5A3C
0x00007FF6FEDE7C19
0x00007FF6FED04828
0x00007FF6FED042DB
0x00007FF6FED04C84
0x00007FF6FED04CDF
0x00007FF6FEC22143
0x00007FF6FEBA1FAB
0x00007FF6FEBA2853
0x00007FF6FEBE856B
0x00007FF6FEBA355A
0x00007FF6FEBA39CF
0x00007FF6FECCBB35
0x00007FF6FECCB7DB
0x00007FF6FECCBA95
0x00007FF6FEEC744A
0x00007FFD10C1257D in BaseThreadInitThunk
0x00007FFD1148AF28 in RtlUserThreadStart

I hope that was enough relevant information that might be needed.

Dadoum commented 3 weeks ago

Have you downloaded the binary from GitHub release? If so, use the one from GitHub Actions to see if anything changes.

ismsaa commented 3 weeks ago

If you mean 9609372927, I tried it, it outputs nothing in CMD when I use the install SideStore.ipa -i -debug with it.

If you mean 9609372920, it outputs the same thing as before:

app INFO  2024-09-02T18:32:32.726 Downloading APK...
            cli_frontend ERROR 2024-09-02T18:32:32.735 object.Exception at ../../../.dub/packages/requests/2.1.2/requests/source/requests/ssl_adapter.d:319: can't complete call to TLS_method
            cli_frontend DEBUG 2024-09-02T18:32:32.740 Full exception: object.Exception@../../../.dub/packages/requests/2.1.2/requests/source/requests/ssl_adapter.d(319): can't complete call to TLS_method
----------------
0x00007FF747F02583
0x00007FF747F022B4
0x00007FF747E1151D
0x00007FF747EE7141
0x00007FF747DDFEB5
0x00007FF747DEF655
0x00007FF747E15435
0x00007FF747E15CB7
0x00007FF747E15DE3
0x00007FF747E165F8
0x00007FF747EFD6EC
0x00007FF747EFFA2C
0x00007FF747F01C09
0x00007FF747E1C8E8
0x00007FF747E1C39B
0x00007FF747E1CD44
0x00007FF747E1CD9F
0x00007FF747D340E3
0x00007FF747CB1FAB
0x00007FF747CB2866
0x00007FF747CFA1BB
0x00007FF747CB3592
0x00007FF747CB3A3B
0x00007FF747DE5445
0x00007FF747DE50EB
0x00007FF747DE53A5
0x00007FF747FDF83A
0x00007FFD10C1257D in BaseThreadInitThunk
0x00007FFD1148AF28 in RtlUserThreadStart

I hope that is what you were referring to, if not, please let me know.