Jump to content

[New 2024] Install Theos on Windows 10/11 (Subsystem for Linux)


Rook

75 posts in this topic

Recommended Posts

Hi. I tried to compile a open sourced project, but I got this error:

 

==> Signing LittleX…
make[1]: Entering directory '/home/LittleX-master2/settings'
signing bundle
bash: ldid: command not found
Makefile:16: recipe for target 'after-all' failed
make[1]: *** [after-all] Error 127
make[1]: Leaving directory '/home/LittleX-master2/settings'
/opt/theos/makefiles/master/aggregate.mk:12: recipe for target 'internal-all' failed
make: *** [internal-all] Error 2

I tried it with cygwin and now with ubuntu subsystem.

What can I do?

Sorry for my bad english...

Updated by ra1nb0wm4n
Link to comment
Share on other sites

wget http://security.ubuntu.com/ubuntu/pool/main/g/gcc-5/libstdc++6_5.4.0-6ubuntu1~16.04.4_amd64.deb -O libstdc++.deb


--2018-03-08 01:00:37-- http://security.ubuntu.com/ubuntu/pool/main/g/gcc-5/libstdc++6_5.4.0-6ubuntu1~16.04.4_amd64.deb
Resolving security.ubuntu.com (security.ubuntu.com)... 91.189.88.161, 91.189.91.26, 91.189.88.149, ...
Connecting to security.ubuntu.com (security.ubuntu.com)|91.189.88.161|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2018-03-08 01:00:38 ERROR 404: Not Found.

 

i got this error i think the link is not working :( @Klepto 

Link to comment
Share on other sites

On 2/20/2018 at 4:49 PM, ra1nb0wm4n said:

Hi. I tried to compile a open sourced project, but I got this error:

 

==> Signing LittleX…
make[1]: Entering directory '/home/LittleX-master2/settings'
signing bundle
bash: ldid: command not found
Makefile:16: recipe for target 'after-all' failed
make[1]: *** [after-all] Error 127
make[1]: Leaving directory '/home/LittleX-master2/settings'
/opt/theos/makefiles/master/aggregate.mk:12: recipe for target 'internal-all' failed
make: *** [internal-all] Error 2

I tried it with cygwin and now with ubuntu subsystem.

What can I do?

Sorry for my bad english...

Seems like you’re missing ldid. Look that up on GitHub, there’s one for Windows/Theos. Although I never got that error myself.

1 hour ago, klashksa said:

wget http://security.ubuntu.com/ubuntu/pool/main/g/gcc-5/libstdc++6_5.4.0-6ubuntu1~16.04.4_amd64.deb -O libstdc++.deb


--2018-03-08 01:00:37-- http://security.ubuntu.com/ubuntu/pool/main/g/gcc-5/libstdc++6_5.4.0-6ubuntu1~16.04.4_amd64.deb
Resolving security.ubuntu.com (security.ubuntu.com)... 91.189.88.161, 91.189.91.26, 91.189.88.149, ...
Connecting to security.ubuntu.com (security.ubuntu.com)|91.189.88.161|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2018-03-08 01:00:38 ERROR 404: Not Found.

 

i got this error i think the link is not working :( @Klepto 

Search the filename on Google and you can find an alternative download link.

They may have removed this version because a new version was released perhaps.

https://packages.ubuntu.com/xenial-updates/amd64/libstdc++6/download

Link to comment
Share on other sites

thank u @DiDA  i fixed by this link http://archive.ubuntu.com/ubuntu/pool/main/g/gcc-5/libstdc++6_5.4.0-6ubuntu1~16.04.9_amd64.deb

 

before change a Link :

cd /tmp
wget http://security.ubuntu.com/ubuntu/pool/main/g/gcc-5/libstdc++6_5.4.0-6ubuntu1~16.04.4_amd64.deb -O libstdc++.deb
dpkg-deb -x libstdc++.deb libstdc++
cp libstdc++/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.21 /usr/lib/x86_64-linux-gnu/
cd /usr/lib/x86_64-linux-gnu/
ln -sf libstdc++.so.6.0.21 libstdc++.so.6

after change a Link :

cd /tmp
wget http://archive.ubuntu.com/ubuntu/pool/main/g/gcc-5/libstdc++6_5.4.0-6ubuntu1~16.04.9_amd64.deb -O libstdc++.deb
dpkg-deb -x libstdc++.deb libstdc++
cp libstdc++/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.21 /usr/lib/x86_64-linux-gnu/
cd /usr/lib/x86_64-linux-gnu/
ln -sf libstdc++.so.6.0.21 libstdc++.so.6

after make package  :

root@LAPTOP-MFK83S9U:~/rrr# make package
bash: /opt/theos/toolchain/linux/swift/bin/swift: No such file or directory
> Making all for tweak rrr
bash: /opt/theos/toolchain/linux/swift/bin/swift: No such file or directory
bash: /opt/theos/toolchain/linux/swift/bin/swift: No such file or directory
bash: /opt/theos/toolchain/linux/swift/bin/swift: No such file or directory
bash: /opt/theos/toolchain/linux/swift/bin/swift: No such file or directory
==> Preprocessing Tweak.xm
==> Compiling Tweak.xm (armv7)…
==> Preprocessing Tweak.xm
==> Compiling Tweak.xm (arm64)…
==> Linking tweak rrr (armv7)…
==> Linking tweak rrr (arm64)…
==> Merging tweak rrr
==> Signing rrr
> Making stage for tweak rrr
bash: /opt/theos/toolchain/linux/swift/bin/swift: No such file or directory
dm.pl: building package `com.klashksa.rrr:iphoneos-arm' in `./packages/com.klashksa.rrr_0.0.1-1+debug_iphoneos-arm.deb'

 

After that the hack not worked also the Dylib file size is small not as usual 

 

my dilyb file :

https://ghostbin.com/paste/tjg74

 

.

 

lok

 

 

i fd

Link to comment
Share on other sites

On 2/20/2018 at 4:49 PM, ra1nb0wm4n said:

Hi. I tried to compile a open sourced project, but I got this error:

 

==> Signing LittleX…
make[1]: Entering directory '/home/LittleX-master2/settings'
signing bundle
bash: ldid: command not found
Makefile:16: recipe for target 'after-all' failed
make[1]: *** [after-all] Error 127
make[1]: Leaving directory '/home/LittleX-master2/settings'
/opt/theos/makefiles/master/aggregate.mk:12: recipe for target 'internal-all' failed
make: *** [internal-all] Error 2

I tried it with cygwin and now with ubuntu subsystem.

What can I do?

Sorry for my bad english...

http://iphonedevwiki.net/index.php/Ldid

Link to comment
Share on other sites

I'm getting this error when I run make package:

Hal0405@Nicholas-Laptop:/projects/test$ make package
bash: /opt/theos/toolchain/linux/swift/bin/swift: No such file or directory
mkdir: cannot create directory ‘/projects/test/.theos’: Permission denied
/opt/theos/makefiles/master/rules.mk:93: recipe for target '/projects/test/.theos/build_session' failed
make: *** [/projects/test/.theos/build_session] Error 1

Help would be very appreciated!

Link to comment
Share on other sites

getting this error now when running make package:

Laptop:~/test3$ make package
bash: /opt/theos/toolchain/linux/swift/bin/swift: No such file or directory
> Making all for tweak test3…
bash: /opt/theos/toolchain/linux/swift/bin/swift: No such file or directory
bash: /opt/theos/toolchain/linux/swift/bin/swift: No such file or directory
bash: /opt/theos/toolchain/linux/swift/bin/swift: No such file or directory
bash: /opt/theos/toolchain/linux/swift/bin/swift: No such file or directory
==> Preprocessing Tweak.xm…
==> Compiling Tweak.xm (arm64)…
bash: /opt/theos/toolchain/linux/iphone/bin/armv7-apple-darwin11-clang++: No such file or directory
/opt/theos/makefiles/instance/rules.mk:295: recipe for target '/home/Hal0405/test3/.theos/obj/debug/arm64/Tweak.xm.a6c63878.o' failed
make[3]: *** [/home/Hal0405/test3/.theos/obj/debug/arm64/Tweak.xm.a6c63878.o] Error 127
==> Preprocessing Tweak.xm…
==> Compiling Tweak.xm (armv7)…
bash: /opt/theos/toolchain/linux/iphone/bin/armv7-apple-darwin11-clang++: No such file or directory
/opt/theos/makefiles/instance/rules.mk:295: recipe for target '/home/Hal0405/test3/.theos/obj/debug/armv7/Tweak.xm.618bd16f.o' failed
make[3]: *** [/home/Hal0405/test3/.theos/obj/debug/armv7/Tweak.xm.618bd16f.o] Error 127
/opt/theos/makefiles/instance/library.mk:32: recipe for target '/home/Hal0405/test3/.theos/obj/debug/arm64/test3.dylib' failed
make[2]: *** [/home/Hal0405/test3/.theos/obj/debug/arm64/test3.dylib] Error 2
make[2]: *** Waiting for unfinished jobs....
/opt/theos/makefiles/instance/library.mk:32: recipe for target '/home/Hal0405/test3/.theos/obj/debug/armv7/test3.dylib' failed
make[2]: *** [/home/Hal0405/test3/.theos/obj/debug/armv7/test3.dylib] Error 2
/opt/theos/makefiles/instance/library.mk:24: recipe for target 'internal-library-all_' failed
make[1]: *** [internal-library-all_] Error 2
/opt/theos/makefiles/master/rules.mk:106: recipe for target 'test3.all.tweak.variables' failed
make: *** [test3.all.tweak.variables] Error 2

Link to comment
Share on other sites

==> Preprocessing Tweak.xm…
==> Compiling Tweak.xm (arm64)…
==> Linking tweak KaninsSBTweaks (arm64)…
ld: file not found: /usr/lib/system/liblaunch.dylib for architecture arm64
arm64-apple-darwin14-clang-3.9: error: linker command failed with exit code 1 (use -v to see invocation)
/opt/theos/makefiles/instance/library.mk:32: recipe for target '/home/Kanin/kaninssbtweaks/.theos/obj/debug/arm64/KaninsSBTweaks.dylib' failed
make[3]: *** [/home/Kanin/kaninssbtweaks/.theos/obj/debug/arm64/KaninsSBTweaks.dylib] Error 1
/opt/theos/makefiles/instance/library.mk:32: recipe for target '/home/Kanin/kaninssbtweaks/.theos/obj/debug/arm64/KaninsSBTweaks.dylib' failed
make[2]: *** [/home/Kanin/kaninssbtweaks/.theos/obj/debug/arm64/KaninsSBTweaks.dylib] Error 2
/opt/theos/makefiles/instance/library.mk:24: recipe for target 'internal-library-all_' failed
make[1]: *** [internal-library-all_] Error 2
/opt/theos/makefiles/master/rules.mk:106: recipe for target 'KaninsSBTweaks.all.tweak.variables' failed
make: *** [KaninsSBTweaks.all.tweak.variables] Error 2

pls halp @DiDA

 

EDIT: Got it working with this: https://app.box.com/s/1abpis0ztjd3kwoohoft0rpvtjncw9d3 SDK

Thank you so much @heinekenpsx!

Updated by Affe2626
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below. For more information, please read our Posting Guidelines.
Reply to this topic... Posting Guidelines

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Our picks

    • Dark Slayer : AFK RPG v1.1.42 +2 Cheats [ God Mode ]
      Modded/Hacked App: Dark Slayer : AFK RPG By Gamepub CO., LTD
      Bundle ID: com.gamepub.zhteam
      iTunes Store Link: https://apps.apple.com/us/app/dark-slayer-afk-rpg/id6446265751?uo=4


      Mod Requirements:
      - Jailbroken iPhone/iPad/iPod Touch.
      - iGameGod / Filza / iMazing or any other file managers for iOS.
      - Cydia Substrate, Substitute or libhooker depending on your jailbreak.
      - PreferenceLoader (from Cydia, Sileo or Zebra).


      Hack Features:
      - God Mode
      - Attack Speed Multiplier
      • 200 replies
    • Hot in Hollywood v0.97 +1++ Jailed Cheats [ Unlimited Currencies ]
      Modded/Hacked App: Hot in Hollywood By SodeePI Labs, LLC
      Bundle ID: com.sodeepilabs.glamsquad
      iTunes Store Link: https://apps.apple.com/gb/app/hot-in-hollywood/id1604253094?uo=4


      Hack Features:
      - Unlimited Currencies


      Jailbreak required hack(s): [Mod Menu Hack] Hot in Hollywood v0.90 +1++ Cheats [ Unlimited Currencies ] - Free Jailbroken Cydia Cheats - iOSGods
      Modded Android APK(s): https://iosgods.com/forum/68-android-section/
      For more fun, check out the Club(s): https://iosgods.com/clubs/
      • 49 replies
    • Hot in Hollywood v0.97 +1++ Cheats [ Unlimited Currencies ]
      Modded/Hacked App: Hot in Hollywood By SodeePI Labs, LLC
      Bundle ID: com.sodeepilabs.glamsquad
      iTunes Store Link: https://apps.apple.com/gb/app/hot-in-hollywood/id1604253094?uo=4


      Hack Features:
      - Unlimited Currencies


      Non-Jailbroken & No Jailbreak required hack(s): [Non-Jailbroken Hack] Hot in Hollywood v0.90 +1++ Jailed Cheats [ Unlimited Currencies ] - Free Non-Jailbroken IPA Cheats - iOSGods
      Modded Android APK(s): https://iosgods.com/forum/68-android-section/
      For more fun, check out the Club(s): https://iosgods.com/clubs/
      • 6 replies
    • Nine Chronicles M v181.0.5 +2 Cheats [ Damage & Defence ]
      Modded/Hacked App: Nine Chronicles M By Planetarium Labs Pte. Ltd.
      Bundle ID: com.planetariumlabs.ninechroniclesmobile
      iTunes Store Link: https://apps.apple.com/us/app/nine-chronicles-m/id6462364578?uo=4


      Hack Features:
      - Damage Multiplier
      - Defence Multiplier

      Note - Make sure you have Shad0w tweak enabled & set to Cydia Substrate.
      • 44 replies
    • Whispers - Interactive Stories v2.0.4 +2 Jailed Cheats [ Free Choices ]
      Modded/Hacked App: Whispers: Interactive Stories By GAMEHAUS LIMITED
      Bundle ID: com.twincat.stories
      iTunes Store Link: https://apps.apple.com/us/app/whispers-interactive-stories/id1546336250
       

      Hack Features:
      - All Chapters Unlocked
      - Free Premium Choices


      Jailbreak required hack(s): [Mod Menu Hack] Whispers: Interactive Stories v1.4.9 +2 Cheats [ Free Choices ] - Free Jailbroken Cydia Cheats - iOSGods
      Modded Android APK(s): https://iosgods.com/forum/68-android-section/
      For more fun, check out the Club(s): https://iosgods.com/clubs/
      • 187 replies
    • Whispers - Interactive Stories v2.0.4 +2 Cheats [ Free Choices ]
      Modded/Hacked App: Whispers: Interactive Stories By GAMEHAUS LIMITED
      Bundle ID: com.twincat.stories
      iTunes Store Link: https://apps.apple.com/us/app/whispers-interactive-stories/id1546336250
       

      Hack Features:
      - All Chapters Unlocked
      - Free Premium Choices


      Non-Jailbroken & No Jailbreak required hack(s): https://iosgods.com/forum/79-no-jailbreak-section/
      Modded Android APK(s): https://iosgods.com/forum/68-android-section/
      For more fun, check out the Club(s): https://iosgods.com/clubs/
      • 130 replies
    • Star Trek Lower Decks Mobile v1.19.4 +1++ Jailed Cheat [ Unlimited Currencies ]
      Modded/Hacked App: Star Trek Lower Decks Mobile By Eastside Games
      Bundle ID: com.eastsidegames.lowerdecks
      iTunes Store Link: https://apps.apple.com/us/app/star-trek-lower-decks-mobile/id1570364249
       

      Hack Features:
      - Unlimited Currencies -> Will increase instead of decrease.


      Jailbreak required hack(s): [Mod Menu Hack] Star Trek Lower Decks Mobile v1.6.1 +1++ Cheats [ Unlimited Currencies ] - Free Jailbroken Cydia Cheats - iOSGods
      Modded Android APK(s): https://iosgods.com/forum/68-android-section/
      For more fun, check out the Club(s): https://iosgods.com/clubs/
      • 36 replies
    • Star Trek Lower Decks Mobile ( All Versions ) +1++ Cheat [ Unlimited Currencies ]
      Modded/Hacked App: Star Trek Lower Decks Mobile By Eastside Games
      Bundle ID: com.eastsidegames.lowerdecks
      iTunes Store Link: https://apps.apple.com/us/app/star-trek-lower-decks-mobile/id1570364249


      Hack Features:
      - Unlimited Currencies -> Will increase instead of decrease. This feature will auto update itself once a new version of the app is released!


      Non-Jailbroken & No Jailbreak required hack(s): [Non-Jailbroken Hack] Star Trek Lower Decks Mobile v1.6.1 +1++ Jailed Cheats [ Unlimited Currencies ] - Free Non-Jailbroken IPA Cheats - iOSGods
      Modded Android APK(s): https://iosgods.com/forum/68-android-section/
      For more fun, check out the Club(s): https://iosgods.com/clubs/
      • 14 replies
    • [ Sausage Man CN ] 香肠派对 v17.64 +9 Cheats
      Modded/Hacked App: 香肠派对 By X.D. Network Inc.
      Bundle ID: com.xd.Sausage
      iTunes Store Link: https://apps.apple.com/cn/app/%E9%A6%99%E8%82%A0%E6%B4%BE%E5%AF%B9/id1326730621?uo=4


      Mod Requirements:
      - Jailbroken iPhone/iPad/iPod Touch.
      - Filza / iMazing or any other file managers for iOS.
      - Cydia Substrate, Substitute or libhooker depending on your jailbreak.
      - PreferenceLoader (from Cydia or Sileo).


      Hack Features:
      - Rainbow Wall Hack
      - Walk On Water
      - Custom FOV
      - Custom Speed
      - No Recoil
      - No Shake
      - No Muzzle Flash
      - Superman
      - No Fire Sound
      - No Reload Sound
      - No Bow Sound
      Notes:
      - First time doing wall hack and is buggy, for some reason, the game stops registering players if they're not in your vision so it still useful to see enemies easily but works best against bots
      - FOV set it to around 100.
      - Speed, set it around 10 and see if the server registers your speed.


      Non-Jailbroken & No Jailbreak required hack(s): https://iosgods.com/forum/79-no-jailbreak-section/
      Modded Android APK(s): https://iosgods.com/forum/68-android-section/
      For more fun, check out the Club(s): https://iosgods.com/clubs/


      iOS Hack Download Link:

      Hidden Content
      Download Hack







      Installation Instructions:
      STEP 1: Download the .deb Cydia hack file from the link above.
      STEP 2: Copy the file over to your iDevice using any of the file managers mentioned above or skip this step if you're downloading from your iDevice.
      STEP 3: Using Filza or iFile, browse to where you saved the downloaded .deb file and tap on it.
      STEP 4: Once you tap on the file, you will need to press on 'Install' or 'Installer' from the options on your screen.
      STEP 5: Let Filza / iFile finish the cheat installation. Make sure it successfully installs, otherwise see the note below.
      STEP 6: If the hack is a Mod Menu, which is usually the case nowadays, the cheat features can be toggled in-game. Some cheats have options that can be enabled from your iDevice settings.
      STEP 7: Turn on the features you want and play the game. You may need to follow further instructions inside the hack's popup in-game.

       

      NOTE: If you have any questions or problems, read our Troubleshooting topic & Frequently Asked Questions & Answers topic. If you still haven't found a solution, post your issue down below and we'll do our best to help! If the hack does work for you, post your feedback below and help out other fellow members that are encountering issues.


      Credits:
      - @Zahir


      Cheat Video/Screenshots:

      N/A
      • 418 replies
    • MeChat v4.20.1 +1 Jailed Cheat [ Unlimited Gems ]
      Modded/Hacked App: MeChat By PlayMe Studio
      Bundle ID: world.playme.mechat
      iTunes Store Link: https://apps.apple.com/us/app/mechat/id1536157979
       

      Hack Features:
      - Unlimited Gems -> Will increase instead of decrease.


      Free Jailbreak required hack(s): [Mod Menu Hack] [Free] MeChat - Love Secrets v3.3.2 +1 Cheat [ Unlimited Gems ] - Free Jailbroken Cydia Cheats - iOSGods
      ViP Jailbreak required hack(s): [Mod Menu Hack] MeChat - Love Secrets v3.3.2 +1 Cheat [ Unlimited Gems ] - ViP Cheats - iOSGods
      Modded Android APK(s): https://iosgods.com/forum/68-android-section/
      For more fun, check out the Club(s): https://iosgods.com/clubs/
      • 620 replies
    • [ VIP ] MeChat v4.20.1 +1 Cheat [ Unlimited Gems ]
      Modded/Hacked App: MeChat By PlayMe Studio
      Bundle ID: world.playme.mechat
      iTunes Store Link: https://apps.apple.com/us/app/mechat/id1536157979
       

      Hack Features:
      - Unlimited Gems -> Earn some then uninstall this hack. DO NOT SPEND ANY GEMS WHILST THIS FEATURE IS ENABLED!


      Non-Jailbroken & No Jailbreak required hack(s): [Non-Jailbroken Hack] MeChat - Love Secrets v3.3.2 +1 Jailed Cheat [ Unlimited Gems ] - Free Non-Jailbroken IPA Cheats - iOSGods
      Free Jailbreak required hack(s): [Mod Menu Hack] [Free] MeChat - Love Secrets v3.3.2 +1 Cheat [ Unlimited Gems ] - Free Jailbroken Cydia Cheats - iOSGods
      Modded Android APK(s): https://iosgods.com/forum/68-android-section/
      For more fun, check out the Club(s): https://iosgods.com/clubs/
      • 92 replies
    • [ FREE ] MeChat v4.20.1 +1 Cheat [ Unlimited Gems ]
      Modded/Hacked App: MeChat By PlayMe Studio
      Bundle ID: world.playme.mechat
      iTunes Store Link: https://apps.apple.com/us/app/mechat/id1536157979
       

      Hack Features:
      - Unlimited Gems -> Will increase instead of decrease.


      Non-Jailbroken & No Jailbreak required hack(s): [Non-Jailbroken Hack] MeChat - Love Secrets v3.3.2 +1 Jailed Cheat [ Unlimited Gems ] - Free Non-Jailbroken IPA Cheats - iOSGods
      ViP Jailbreak required hack(s): [Mod Menu Hack] MeChat - Love Secrets v3.3.2 +1 Cheat [ Unlimited Gems ] - ViP Cheats - iOSGods
      Modded Android APK(s): https://iosgods.com/forum/68-android-section/
      For more fun, check out the Club(s): https://iosgods.com/clubs/
      • 235 replies
×
  • Create New...

Important Information

We would like to place cookies on your device to help make this website better. The website cannot give you the best user experience without cookies. You can accept or decline our cookies. You may also adjust your cookie settings. Privacy Policy - Guidelines