BabylonJS / Editor

Community managed visual editor for Babylon.js
http://editor.babylonjs.com/
813 stars 232 forks source link

Error when launching the game #362

Closed danilofaugusto closed 2 years ago

danilofaugusto commented 2 years ago

Hello,

I've downloaded the latest version of the editor just now, created an empty project, added two primitive meshes, and clicked on the play button. I'm getting the below error right off the bat. Would you know what workaround I could use? Thanks

----------------------------------------------- Exporting Final Scene

Serializing scene... Copying tools... Computing project configuration... Configuring scripts... Copying shader files... Successfully generated scene at D:/BabylonProjects/TestProject/scenes/scene

Failed to start playing scene

An error happened: Cannot find module 'D:/BabylonProjects/TestProject/build/src/scenes/tools.js' Require stack: - C:/Users/1545-6IRONV4/AppData/Local/Programs/BabylonJS Editor/resources/app.asar/build/src/renderer/play/inline-play.js - C:/Users/1545-6IRONV4/AppData/Local/Programs/BabylonJS Editor/resources/app.asar/build/src/renderer/editor/components/preview.js - C:/Users/1545-6IRONV4/AppData/Local/Programs/BabylonJS Editor/resources/app.asar/build/src/renderer/editor/assets/materials.js - C:/Users/1545-6IRONV4/AppData/Local/Programs/BabylonJS Editor/resources/app.asar/build/src/renderer/editor/scene/utils.js - C:/Users/1545-6IRONV4/AppData/Local/Programs/BabylonJS Editor/resources/app.asar/build/src/renderer/editor/editor.js - C:/Users/1545-6IRONV4/AppData/Local/Programs/BabylonJS Editor/resources/app.asar/build/src/renderer/editor/index.js - C:\Users\1545-6IRONV4\AppData\Local\Programs\BabylonJS Editor\resources\app.asar\html\editor.html

julien-moreau commented 2 years ago

Hi @danilofaugusto !

Have you node installed on your machine? Node.JS is required to have projects being built and ready to run

Can you open the "Typescript" and "Webpack" logs using the maintoolbar "View" and share the logs you have? You can trigger the logs of webpack by hitting CTRL+B to build the project

thanks :)

danilofaugusto commented 2 years ago

Hey @julien-moreau!

You were absolutely right! After I installed Node.JS everything worked great.

As I downloaded it from here, http://editor.babylonjs.com/, I was totally unaware of the dependency. Maybe adding a warning to that download page will mitigate newbies coming here and bothering you folks in the future hehe

Thanks for the help!

eherozhao commented 2 years ago

If the reply has answered your question @danilofaugusto. Do you mind close the issue on your side? Thank you.