2.2.8 fails to initialize

Hi everyone,

I just updated from 2.0.x to 2.2.8 and while it launches, it seemingly fails to initialize. I toggled the developer tools on and there’s some very angry exceptions in the console.

RapidDataStore is not initialized and Cannot read property machineId of undefined. Both in bundle.js around line 140 or 163.

Let me know if you need more specifics - I’m not a JS dev though so you’ll have to point me to the right way to debug this.

Hey!
2.0.x is pretty old and the upgrade function might not work properly. Can you please clear the app data?

  • %APPDATA%/Logic/config.json on Windows
  • $XDG_CONFIG_HOME/Logic/ or ~/.config/Logic/ on Linux
  • ~/Library/Application Support/Logic/ on macOS

In addition, out of curiosity, how did you open the developer tools?

1 Like

Removing the config.json worked, thanks!

I opened them via the View menu. It seems that the “Toggle Developer Tools” option is there while it’s initializing (and when mine got stuck), but it disappears once a tab opens.

1 Like

Glad to hear that it’s working for you now!

Thanks for the details :slight_smile:

1 Like