Giter Club home page Giter Club logo

Comments (5)

sihorton avatar sihorton commented on June 15, 2024

I get the same issue checking out on a windows machine. In my checkout I see that the following folder is created:
\bin\mac\Chromium.app\Contents\Versions\13.0.782.218\Chromium Framework.framework\Internet Plug-Ins\Flash Player Plugin for Chrome.plugin\Contents
but no Resources folder under that.

It seems to be saying it is trying to checkout the file to: Resources/PreferencePaneHost.app/Contents/Resources/ under the Flash Player Plugin for Chrome.plugin\Contents\ directory. Can it be that the folders have wrong permissions or something like that when checking in the changes to version control?

I thought the path might be too long, but I tried checking out to the C:\ drive directly and it failed at exactly the same point.

from appjs-deskshell.

sihorton avatar sihorton commented on June 15, 2024

OK I just went in manually and did a force checkout, This failed at the same place, but managed to create the folders
Contents\Resources\PreferencePaneHost.app\Contents\Resources\Flash Player.prefPane
I then tried to create the folder "Contents" and I get the error: "The filename(s) would be too long for the destination folder. You can shorten the filename and try again, or try a location that has a shorter path.". This folder was checked out directly to the C:\ drive.

So the problem is that the file paths are too long for windows machines to cope with!

from appjs-deskshell.

IngwiePhoenix avatar IngwiePhoenix commented on June 15, 2024

You perfectly discovered a UNIX and Windows difference by their core:
- Windows' filename length is short.
- UNIX has up to 255 characters in a file name.
I belive Windows' was ...100? I cannot remember. But just count the path that the error gives you and it may tell you the length.
Alternatively, download a ZIP archive from the page, that should do it.
Am 23.09.2013 um 12:02 schrieb sihorton [email protected]:

OK I just went in manually and did a force checkout, This failed at the same place, but managed to create the folders
Contents\Resources\PreferencePaneHost.app\Contents\Resources\Flash Player.prefPane
I then tried to create the folder "Contents" and I get the error: "The filename(s) would be too long for the destination folder. You can shorten the filename and try again, or try a location that has a shorter path.". This folder was checked out directly to the C:\ drive.

So the problem is that the file paths are too long for windows machines to cope with!


Reply to this email directly or view it on GitHub.

from appjs-deskshell.

IngwiePhoenix avatar IngwiePhoenix commented on June 15, 2024

I issued a pull request, with a fix. :)
Am 23.09.2013 um 11:45 schrieb ASHISH NEGI [email protected]:

When i run git clone https://github.com/sihorton/appjs-deskshell.git i get following errors:

error: unable to create file bin/mac/Chromium.app/Contents/Versions/13.0.782.218
/Chromium Framework.framework/Internet Plug-Ins/Flash Player Plugin for Chrome.plugin/Contents/Resources/PreferencePaneHost.app/Contents/MacOS/PreferencePaneHost (No such file or directory)
fatal: cannot create directory at 'bin/mac/Chromium.app/Contents/Versions/13.0.7
82.218/Chromium Framework.framework/Internet Plug-Ins/Flash Player Plugin for Chrome.plugin/Contents/Resources/PreferencePaneHost.app/Contents/Resources/Flash Player.prefPane': No such file or directory

On
$ ls
Graphics LICENSE README.md apps bin

There is no installer folder or sys-apps.


Reply to this email directly or view it on GitHub.

from appjs-deskshell.

sihorton avatar sihorton commented on June 15, 2024

Pull request accepted.

I tried to checkout again and now no problems on windows. Excellent job Ingwie!

from appjs-deskshell.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.