This repository was archived by the owner on Jul 27, 2018. It is now read-only.
Description running arch linux, latest everything, master branch
build went fine, npm run build-server works fine, i can access things from localhost:6060 in my web browser, but running "electron ." throws the folloing error:
TypeError : Cannot read property 'setIcon' of undefined
at Object .< anonymous > (/ home / sarenord / git / browserhtml / main .js :90 :9 )
at Object .< anonymous > (/ home / sarenord / git / browserhtml / main .js :99 :3 )
at Module ._compile (module .js :571 :32 )
at Object .Module ._extensions ..js (module .js :580 :10 )
at Module .load (module .js :488 :32 )
at tryModuleLoad (module .js :447 :12 )
at Function .Module ._load (module .js :439 :3 )
at loadApplicationPackage (/ usr / lib / electron / resources / default_app .asar / main .js :283 :12 )
at Object .< anonymous > (/ usr / lib / electron / resources / default_app .asar / main .js :325 :5 )
at Object .< anonymous > (/ usr / lib / electron / resources / default_app .asar / main .js :361 :3 )
A JavaScript error occurred in the main process
Uncaught Exception :
TypeError : Cannot read property 'setIcon' of undefined
at Object .< anonymous > (/ home / sarenord / git / browserhtml / main .js :90 :9 )
at Object .< anonymous > (/ home / sarenord / git / browserhtml / main .js :99 :3 )
at Module ._compile (module .js :571 :32 )
at Object .Module ._extensions ..js (module .js :580 :10 )
at Module .load (module .js :488 :32 )
at tryModuleLoad (module .js :447 :12 )
at Function .Module ._load (module .js :439 :3 )
at loadApplicationPackage (/ usr / lib / electron / resources / default_app .asar / main .js :283 :12 )
at Object .< anonymous > (/ usr / lib / electron / resources / default_app .asar / main .js :325 :5 )
at Object .< anonymous > (/ usr / lib / electron / resources / default_app .asar / main .js :361 :3 )
(electron :6397 ): Gdk - WARNING ** : gdkwindow - x11 .c :5573 drawable is not a native X11 window
(electron :6397 ): Gdk - WARNING ** : gdkwindow - x11 .c :5573 drawable is not a native X11 window
(electron :6397 ): Gdk - WARNING ** : gdkwindow - x11 .c :5573 drawable is not a native X11 window ```Reactions are currently unavailable
running arch linux, latest everything, master branch
build went fine, npm run build-server works fine, i can access things from localhost:6060 in my web browser, but running "electron ." throws the folloing error: