Beiträge von ITzTravelInTime

    Hi, for the error try to reacreate it and send me the log after the error occurred

    Hi i am the developer of TINU, and i am seeing quite a few people using the app here, in fact i think that this is one of the places in which it's used the most. So this is the right place to get feedback from you.


    So, what do you think baout TINU so far?


    To guide you to answer this question, try to answer to those ones to make an idea:


    How has your experience with TINU been?

    How do you feel when using TINU?


    Which are the things you love the most about it?

    How do you feel TINU is different from others?


    Which things are wrong in TINU?

    Which are the things you hate about it?

    Which are the things you don't understand or you had problems understanding?

    Which are the problems you had?


    What can be inprooved in TINU?

    What can be added in TINU to make it better?

    Any other thoughts?


    Any desired new feature?


    Those questions helps me getting an idea about your relationship with TINU and which is your idea of the app, all to guide me to make it better.

    Things like this are very important to make apps for every day users, because hearing back from the users is the beast way to know what is wrong about the app.


    I hope you that many of you will answer me, because i really want to improove your experience and your hackintoshing.

    This is strange, maybe your machine has some particular disk drives configuration that i didn't thought when designing tinu, that should be investigated further (so send me a copy of tinu's log if you manage to recreate the issue, please) for the apfs, the format process works slightly differently than the other file systems so that seems to help in this particular case, but i have to investigate the precise cause of the issue


    For drives already in GUID TINU itself doesn't apply any format operation, which is instead just done by the apple's "createinstallmedia" utility which is what effectively creates the usb installer, in fact tinu is a better, managed way to use this utility.


    So i think that the problem could be that apple's utility has some problems with your drive such that it needed a complete format operation before being used with the utility, because drives which are already in GUID are not formatted by default as i said, so the only format operations made are what by default is performed by apple's utility (which consists in basically formatting the choosen partition to make it an HFS+ partition), in fact with apfs worked because apfs volumes are always forced to be formatted and then TINU gathers back information from the drive after formatting.


    For now if it happens again use the "Format the entire usb drive option" in the advanced settings of tinu at the confirmation screen and try to disconnect all the other storage devices you have attached to the computer, except for your mac's boot drive and the usb drive (so put the app store installer in the mac's boot drive) and see if this fixes it


    To give you more info i usually test TINU with usb drives formatted with GUID and HFS+ on my macbook pro and on my mac mini and i do more in depth testing with different combinations before releasing and i have a beta testing group for that, so if it was a common error with HFS+ drives i should aready find it, it seems more a problem of your specific case.

    Can you describe the problem in english? I am the developer of tinu so i am the guy to ask for help in case of problems with it.


    EDIT: take also a look at the help menu in the menu bar of the app

    Hi, I have published a new version of TINU, with a lot of improovements based on all the user's complains in the last months. This is a short changelog:

    • Huge changements and reworking under the hood
    • Moved to xCode 10
    • Mojave dark mode support
    • New EFI Partition Mounter utility
    • New redesigned log window
    • Improoved grammar, text and understandability
    • improoved layouts and UI
    • New login and password prompt system, more secure and reliable
    • Huge bug fix (thanks to the users and beta testers)
    • Optimization of the app
    • Re-organization of the sorce code
    • Added new people to the credits (Peter Paul Chato, Thomas Tempelmann)

    You can find it here:

    https://github.com/ITzTravelIn…eleases/tag/2.1_PUBLIC_60

    That will be solved when i will succed to implement the official apple's way to do privaldeg operations, for now there is jus a message in the second password asking but i want to deprecate this system starting with tinu 3 beta 1 if i can, but for now i have to prepare everything to implement that, so that's why i am working on tinu 2.1, to prepare the app to implement all the needed things and also to give you a better working app and with better mac os mojave comaptibility

    I have tested the latest release of tinu with macOS mojave beta 2 and works flawlessly, and the new version thatb i have now decided to call version 2.1 is very close to be ready, i think i can release it in 1 or 2 weeks, i have to continue doing testing and bug fix and to finish to optimize the code

    First of all make sure that you are running the latest version of the app, then if it does not works:


    Please open TINU, in the menu bar click on TINU->Open TINU in diagnostics mode, it will ask you for a password, so type it and press enter, it will open terminal window and then reopen the app, in the terminal window it will display all the log of the app, so try to reuse the app, and then when it freezes copy all the text from the terminal window, put it inside a text file and send it to me, also it's useful to disconnect all the non needed storage devices from your machine, and tell me if you machine is an hackintosh or a real Mac or a vm, and which are the storage devices in it and which kind off partitions and which file system they does contain.


    I need this info to trouble shoot the situation, it can also happen that on some machines the drive detection is slow


    And also make sure that your usb drive meets all the requirements, you should have your main partition fo at least 8 gb in the usb drive

    i am planning to give you the app for different languages, but only when i have implemented almost all the features i want to introduce, so, at least when we have a complete clover support and the guided clover configuration in tinu implemented and coprrectly working, because those are the biggest features i want to introduce into the next releases of tinu, and i have also you and some other friends to translate it to german, some other friends for franch and also i can do the italian translation, maybe we can have some spanish as well, i'd like that the version of tinu with multilanguage support will support most of the most diffused languages of the world

    i am working on a patch rigth now, i just have to chaange the terminal command for "createinstallmedia" and the output detection system for it, the error was generated because of an unknown output from "createinstallmedia", but i am testing the fixed version rigth now to see if it works, i am also doing tests on macOS 10.14 as well

    Apple did decide to modify the "createinstallmedia" executable, which is what is used by tinu, but I am working on a version which supports the new version, I just need to finish to do some changements to the code which detects the success of the "createinstallmedia" and the arguments for that new executable