Page 2 of 2

Re: ncdns windows installer error creating bit.key files.

Posted: Tue Aug 29, 2017 3:05 am
by samurai321

That is quite interesting. So, to verify that I understand you correctly, there's a file at "%LOCALAPPDATA%\Google\Chrome\User Data\Default\Profile1\TransportSecurity", and at "%LOCALAPPDATA%\Google\Chrome\User Data\Default\Profile2\TransportSecurity", but not at "%LOCALAPPDATA%\Google\Chrome\User Data\Default\TransportSecurity"?
No.

Exactly at C:\Users\user\AppData\Local\Google\Chrome\User Data\Profile 1

and Profile 2

Re: ncdns windows installer error creating bit.key files.

Posted: Tue Aug 29, 2017 3:10 am
by biolizard89
Hmm, I see. It looks like Chromium-based browsers support multiple profiles per user, and each of them gets a different folder. The documentation for this is at https://chromium.googlesource.com/chrom ... ata_dir.md . Looks like we've got some tinkering to do.

Re: ncdns windows installer error creating bit.key files.

Posted: Tue Aug 29, 2017 3:12 am
by biolizard89
samurai321 wrote:

That is quite interesting. So, to verify that I understand you correctly, there's a file at "%LOCALAPPDATA%\Google\Chrome\User Data\Default\Profile1\TransportSecurity", and at "%LOCALAPPDATA%\Google\Chrome\User Data\Default\Profile2\TransportSecurity", but not at "%LOCALAPPDATA%\Google\Chrome\User Data\Default\TransportSecurity"?
That's right.
Err, hang on, are "Profile1" and "Profile2" subfolders of "%LOCALAPPDATA%\Google\Chrome\User Data\Default\" or subfolders of "%LOCALAPPDATA%\Google\Chrome\User Data\"? The Chromium docs I just found seem to imply that if there are extra profiles, they shouldn't be subfolders of "Default", they'd be subfolders of "User Data".

Re: ncdns windows installer error creating bit.key files.

Posted: Tue Aug 29, 2017 3:14 am
by biolizard89
Ah, I see you edited your post while I was replying. Okay, so your observations seem consistent with the Chromium documentation I found. We should be able to get that working.

Re: ncdns windows installer error creating bit.key files.

Posted: Tue Aug 29, 2017 3:15 am
by samurai321
wait, is at

C:\Users\user\AppData\Local\Google\Chrome\User Data\Profile 1

and Profile 2

if i input %LOCALAPPDATA%\Google\Chrome\User Data\Default\Profile2\

or %LOCALAPPDATA%\Google\Chrome\User Data\Profile1

it doesn't work... so yes. i edited it.

%LOCALAPPDATA%\Google\Chrome\User Data\Profile 1\

is the correct one.

Cheers.

Re: ncdns windows installer error creating bit.key files.

Posted: Tue Aug 29, 2017 5:47 am
by biolizard89