-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Crashes on start #2
Comments
I have the same problem. How did you resolved this problem? |
Hello, Sorry about the late reply, I have been busy lately. What hardware and operating system (and version) are you both using? Did you follow the steps included in the README.md file? Are you trying to run your own project or the default one that is already included (the Yasminoku game)? If you did not try before, try to run the default project first, please. It should run well and you should see a sudoku game. After that you can try your own project (maybe adding part by part instead of adding all directly) then we could try to guess what happens with your own project that makes it crash. Cheers, |
Hi, I can run the sudoku game on the actual HW (pi zero, full raspbian). What I'm struggling with though is to make it run inside the docker image based on raspbian lite (I'm so far only running it as QEMU emulation). Do you have any idea what could be missing in my custom image? |
It seems a problem related with the QEMU to me. Since it is just an emulator, it is probably far from perfect. Or perhaps there is something wrong with that Docker image but I cannot be sure, sorry. You are using many "layers" including emulation instead of the real hardware (which is not very powerful, specially if we are talking about the first Raspberry Pi version). You said that in the real hardware works so I would recommend you to develop your project using NW.js for x86 (Windows, Linux or MacOS/OS X), which is the supported official version, and after that you can test it on the real hardware using the Raspberry Pi port from this repository. Personally, I would develop it step by step and test in Raspberry Pi often just to find any possible issue in time and identify easily. I am afraid I cannot help you to identify the problem with your working environment but hopefully someone who reads this can help you. |
@exander77 @tomasbulva @jalbam I hope this information could help. |
nw crashes every time when started:
The text was updated successfully, but these errors were encountered: