Giter VIP home page Giter VIP logo

Comments (4)

CrossR avatar CrossR commented on May 22, 2024

Hey!

I think I was the one that broke this....Copying over a message I sent on discord:

Apparently a consequence of me swapping the bootstrap script from sh to bash means that I broke Windows support via cygwin? I don't fully know how, tho its possible its something to do with WSL etc?

Turns out swapping to bash means the bootstrap paths aren't passed through cygpath so they are never made back into Windows specific formats, so we end up with /mnt/c/Users/ryan/.... paths, rather than C:/Users/Ryan/...

I'll swap it back to sh and just fix the script to remove the bash specific syntax. Long-term, doing this in js (since we bundle node) may be easier.

A quick fix here is change "bootstrap": "bash ./scripts/bootstrap.sh", to "bootstrap": "sh ./scripts/bootstrap.sh", in package.json.

from oni2.

Samonitari avatar Samonitari commented on May 22, 2024

Thanks!

Quick fix worked.

Although trying to open package.json did crashed it again, because oni2\src\textmate_service\lib\index.js does not exists.
Where does oni2 store its last state, because now Oni2 stuck in this state - it reopens the last file by default?
Should I open an issue because of missing textmate stuff

I can help with testing regularly at least.
Maybe I can even do the packaging for OpenSuse (later, if first release is in sight)

from oni2.

CrossR avatar CrossR commented on May 22, 2024

Ah! @Akin909 has mentioned this already actually, I think currently the recent textmate stuff is missing from the bootstrap script, so that will fail as well...

We need to add the building of that code into the bootstrap script, since currently it looks for a file that doesn't exist.

from oni2.

Samonitari avatar Samonitari commented on May 22, 2024

I see the revert landed in commit 51a2732
Thanks!

from oni2.

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.