appjs-deskshell
appjs-deskshell copied to clipboard
Chrome crashes when running the app
I've tried creating a new app, copying files from an existing web app i've created before. However Chrome crashes after about 5 seconds giving this error: "Whoa! Google Chrome has crashed. Relaunch now?"
I have tried running the app via debug mode as recommended in documentation and here's the output i'm getting in the console: C:\Users\me\AppData\Local\Deskshell-apps\MyApp>C:\Users\me\AppData\Local\D eskshell-apps\MyApp....\Deskshell\bin\win\node.exe C:\Users\me\AppData\L ocal\Deskshell-apps\MyApp....\Deskshell\bin\win\deskshell.js C:\Users\me \AppData\Local\Deskshell-apps\MyApp\SmartBiller.desk serving application on port: 50299 info - socket.io started chrome debug port: 9223 http://localhost:50299/ found debug socket ws://localhost:9223/devtools/page/F704BC71-B308-457C-9F43-658 1096DBB42 adding event handler: * chromium exec error:Error: Command failed:
Here's some background information:
- running on Windows 7 x64
- using deskshell 0.9.28
- my app is not using nodejs
- my web app is using HTML5 Local Storage
Am i missing anything to enable Local Storage? Is there a way to see exactly why it's crashing?