Page 1 of 1

Firefox Dev (60) Error CreateDesktop [CLOSED - DUPLICATE]

Posted: Wed Mar 14, 2018 11:37 pm
by eneerge
Latest 5.24 on x64 Win10.

Firefox 60b1 launches fine, but in Firefox 60 b2 and b3, Firefox will not launch with error:

Code: Select all

SBIE2205 Service not implemented: CreateDesktop
Image
https://imgur.com/a/ROQsD

Re: Firefox Dev (60) Error CreateDesktop

Posted: Wed Mar 14, 2018 11:46 pm
by eneerge
Added

Code: Select all

user_pref("security.sandbox.content.level", 4);
to C:\Sandbox\user\SandboxName\user\current\AppData\Roaming\Mozilla\Firefox\Profiles\profilename.dev-edition-default\pref.js and that fixed it. Sandbox level 5 appears to be unsupported atm.

Re: Firefox Dev (60) Error CreateDesktop

Posted: Thu Mar 15, 2018 11:23 am
by Barb@Invincea
Hello energee,

This is not a new issue:
search.php?keywords=CreateDesktop

At the moment, the only supported level is 2:
viewtopic.php?f=11&t=24937

Regards,
Barb.-