Code browser not working

@Matias you are correct. Sorry for the oversight. Please post the path to your codeintel folder (c:…). I think there’s a character in that path that is causing trouble.

C:\Users\Matías\AppData\Local\ActiveState\KomodoIDE\10.0\codeintel

Yep, there it is.

@mitchell can we add support for this or would this potentially be a huge hurdle? If the latter is the case we should at least provide a fallback.

@Matias to work around this issue you would have to specify an alternate profile directory, you can do this as follows:

http://docs.komodoide.com/Troubleshooting/How-do-I-Start-Komodo-with-Default-Settings#how-do-i-start-komodo-with-default-settings_start-komodo-from-a-temporary-profile

On Windows you could create a batch file with the contents:

set KOMODO_USERDATADIR=c:\path\to\custom\folder\ko C:\Program Files (x86)\ActiveState Komodo IDE 10\komodo.exe

Then use that batch file to start Komodo.

Yes, thanks for the report. This is a bug and I’ve committed a temporary fix for it such that the code browser should start working again. We should have a new build out later this week that addresses it. I’ll let you know when that happens. Sorry for the inconvenience :frowning:

For reference, I’ve logged a ticket for a permanent fix that addresses a larger issue: https://github.com/Komodo/KomodoEdit/issues/1700

That workaround worked!! Thank you a lot!