Jump to content

Tormryn

Member
  • Posts

    10
  • Joined

  • Last visited

  • Country

    United States
  • Donations

    0.00 USD 

Posts posted by Tormryn

  1. I keep getting this error when trying to install git:

    ERROR: Command errored out with exit status 1: git clone -q https://github.com/0x0L/rocksmith.git /private/var/folders/s5/1_3vxwm572q_lpkfz150_sn40000gn/T/pip-req-build-kkshq_81 Check the logs for full command output.

     

    Any ideas?

     

    Mac 10.15.6

    I’m going to cover as many bases as I can here.

     

    First install Homebrew. It’s legit and perfectly safe; it gives your Mac the same kind of command-line installation tools that typical Linux distributions have built in. There are a lot of nice Unix/Linux utilities that can improve your Mac experience.

     

    Next install git using Homebrew on the command line to make sure you have the absolute latest version:

    brew install git

    Now, let’s make sure you have Python 3 installed:

    brew install python

    Finally, let’s install pyrocksmith:

    pip3 install git+https://github.com/0x0L/rocksmith.git

    Try that process and report back.

    • Like 1
  2. Toolkit working on Catalina isn't a problem of needing dev time, it's that the setup we had it working on, isn't supported anymore (a subset of Wine). If all you guys are after is converting CDLC from PC to Mac, there is a python script that can convert the dlc. It's available here: https://github.com/0x0L/rocksmith and to use it you need Python. The command you need to run after it's installed is

    pyrocksmith --convert some_p.psarc 

    and you get a _m.psarc spit out next to it.

     

    Instructions thanks to JustinAiken#7868 in the discord

    I should probably start a thread on this at this point, but I’ve leveraged pyrocksmith with the Mac OS Automator app to build a drag-and-drop applet that converts whatever CDLC you drop on it from PC to Mac and vice-versa. You still have to put your Mac file into your DLC folder yourself, but it makes converting an entire folder of CDLC from one platform to the other easier than converting a single *p.psarc file on the command line.

     

    It’s still not as good as having a version of the Rocksmith Tool Kit that works under Catalina, but it does the job.

  3. hey Guys!!! I could made it work for macOS Catalina!!! 

    Just uploaded on my gdrive.

    used wineskin source (https://github.com/Gcenx/WineskinServer).. gave a lot of work, so enjoy!!! 

    this is for us!!!

     

    Screen-Shot-2020-05-12-at-16-14-21.png

     

    Screen-Shot-2020-05-12-at-16-14-01.png

     

    Screen-Shot-2020-05-12-at-16-13-48.png

     

     

    The link is below:

     

    https://drive.google.com/open?id=1OCpVFgV0AHcAYSeUpgUNRHdx96JlyvGY

     

    I’m trying this again with the 6-gig version, but when I try to copy the app from the installer volume to my Applications folder, it stops and fails with this error: “The operation can’t be completed because you don’t have permission to access some of the items.”

     

    That’s an interesting error. I don’t think I’ve seen that one before. If you have any ideas about how to fix it, I’d sure like to hear them.

  4. Toolkit working on Catalina isn't a problem of needing dev time, it's that the setup we had it working on, isn't supported anymore (a subset of Wine). If all you guys are after is converting CDLC from PC to Mac, there is a python script that can convert the dlc. It's available here: https://github.com/0x0L/rocksmith and to use it you need Python. The command you need to run after it's installed is

    pyrocksmith --convert some_p.psarc 

    and you get a _m.psarc spit out next to it.

     

    Instructions thanks to JustinAiken#7868 in the discord

    A single caveat on this Python script … it doesn’t like apostrophes or quotation marks in the name of the file to be processed, so you’ll have to take those out when copying and pasting from the Finder to the Terminal command line. I put them back into the name of the Mac file that the script produced. I don’t know if Rocksmith particularly needs them in the final version, but I figure it can’t hurt. 

     

    Other than that, it works every time. It’s just monotonous to use when you have a backlog of CDLC that you’ve been holding on to while you wait for the Toolkit to start working again.

  5. The Catalina package doesn’t work for me. It says I don’t have enough permissions to copy something in the package over, and if I leave Sophos running it detects a potentially unwanted application at about the 350MB point of copying it into my Applications folder and terminates. Note that the official version does not have this issue.

×
×
  • Create New...

Important Information

By using this site, you agree to our Guidelines. We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. - Privacy Policy