Activating 'taskbar' module crashes the app on launch
msulli888 opened this issue · 3 comments
msulli888 commented
First launch was fine, once I changed the settings it started throwing the following exception.
I think it was down to the taskbar option
TypeError: Error processing argument at index 0, conversion failure from null
at EventEmitter.ipcMain.on (/Applications/snwe.app/Contents/Resources/app/main.js:13:7)
at emitMany (events.js:147:13)
at EventEmitter.emit (events.js:224:7)
at WebContents.<anonymous> (/Applications/snwe.app/Contents/Resources/electron.asar/browser/api/web-contents.js:286:13)
at emitTwo (events.js:126:13)
at WebContents.emit (events.js:214:7)```
blahsd commented
Fuck meeeee. I have no clue why it would do that.
It might indeed be the taskbar that does that. I keep it deactivated on my system and I guess I hadn't tested it thoroughly in the last release. Luckily, if it's just that specific module which isn't working, so the workaround is easy:
- Close snwe
- run
rm -rf ~/Library/Application\ Support/snwe
- Relaunch. Do not activate the taskbar module until fix
A full fresh install on my system, then activating the taskbar, doesn't do anything for me, though. Would you be able to detail all of the steps you take that restful in the error?
msulli888 commented
I can't recreate it myself now :D. I just did a fresh reinstall and it seemed to work
blahsd commented
Good to hear!