Code Monkey home page Code Monkey logo

Comments (6)

fralonra avatar fralonra commented on May 30, 2024 1

Hi,

just create an empty folder "embedded" in the given directory. Git does not create the folder as it is empty on my machine, need to find a solution for this later.

A common solution is to use a .gitkeep file to let git trace an empty folder.

from eldiron.

markusmoenig avatar markusmoenig commented on May 30, 2024

Hi,

just create an empty folder "embedded" in the given directory. Git does not create the folder as it is empty on my machine, need to find a solution for this later.

from eldiron.

leugengroot avatar leugengroot commented on May 30, 2024

Hi Markus,

creating the empty folder did the trick, bit now I run into another error :-)

❯ cargo run --bin creator
   Compiling thiserror v1.0.34
   Compiling serde v1.0.144
   Compiling rhai v1.9.1
   Compiling coreaudio-sys v0.2.10
   Compiling js-sys v0.3.59
   Compiling core_embed_binaries v0.1.0 (/Users/jens/GitHub/Eldiron/core_embed_binaries)
   Compiling naga v0.8.5
   Compiling pathfinding v3.0.13
   Compiling web-sys v0.3.57
   Compiling console_log v0.2.0
   Compiling wgpu-hal v0.12.5
   Compiling serde_json v1.0.85
   Compiling vectorize v0.2.0
   Compiling uuid v1.1.2
   Compiling wgpu-core v0.12.2
   Compiling wgpu v0.12.0
   Compiling pixels v0.9.0
   Compiling coreaudio-rs v0.10.0
   Compiling cpal v0.14.0
   Compiling cpal v0.13.5
   Compiling audio-engine v0.4.1
   Compiling core_shared v0.1.0 (/Users/jens/GitHub/Eldiron/core_shared)
   Compiling core_render v0.1.0 (/Users/jens/GitHub/Eldiron/core_render)
   Compiling core_server v0.1.0 (/Users/jens/GitHub/Eldiron/core_server)
   Compiling creator v0.5.5 (/Users/jens/GitHub/Eldiron/creator)
    Finished dev [unoptimized + debuginfo] target(s) in 11.58s
     Running `target/debug/creator`
thread 'main' panicked at 'index out of bounds: the len is 0 but the index is 0', creator/src/editor.rs:624:24
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

from eldiron.

markusmoenig avatar markusmoenig commented on May 30, 2024

Just fixed it, in development mode the editor just loads the local project from the repo, however some component was still expecting an installed project in the Documents folder (which you obviously don't have). Thanks.

from eldiron.

markusmoenig avatar markusmoenig commented on May 30, 2024

As this is fixed I close this issue for now. Please re-open if you have any other issue, thanks.

from eldiron.

leugengroot avatar leugengroot commented on May 30, 2024

Edit:
made another new issue, as it looks I don't have the permission to reopen it ...


Hi,

ran into another problem ...

Jens

❯ cargo run --bin creator
   Compiling core_shared v0.1.0 (/Users/jens/GitHub/Eldiron/core_shared)
   Compiling core_server v0.1.0 (/Users/jens/GitHub/Eldiron/core_server)
   Compiling core_render v0.1.0 (/Users/jens/GitHub/Eldiron/core_render)
   Compiling creator v0.5.5 (/Users/jens/GitHub/Eldiron/creator)
    Finished dev [unoptimized + debuginfo] target(s) in 5.59s
     Running `target/debug/creator`
thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }', core_shared/src/asset/tileset.rs:72:67
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

from eldiron.

Related Issues (6)

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.