Open kheaactua opened 5 years ago
Actually, I might close this issue, it actually seems that this issue occurs only when I open Oni from the shell (either Powershell or CMD), if I open it from the Start Menu, it works.
I also don't get any JS errors.. This is weird.
Oni Version: v0.3.9 Operating System: Windows 7
Issue: Cannot open preferences
<CTRL-,>
Expected behavior: When I press
<CTRL-,>
(orFile->Preferences->Open Oni Config
), I expect a window to open with a split, myconfig.js
in one split, and more complete config in the other split.Actual behavior: Nothing seems to happen, until I press
<Enter>
where I get thereferences
window, but it's blank. The console in the developer tools reads (all the way from start up):Steps to reproduce: Because I couldn't open my config, I manually edited
%APPDATA%\Oni\config.js
(and%APPDATA%\Oni\config.tsx
) to enable the default config (more or less), i.e.I should mention, though I've had this issue for a while, what drove me to this was on startup I'd always get an error toast saying
Failed to load init
with no error description (and:messages
in blank)