Signing back into the Community for the first time? You'll need to reset your password to access your account. Find out more.
Forum Discussion
ItalyPaleAle
8 months agoNew Contributor
1Password not usable on Microsoft DevBox
I tried using 1Password for Windows on a Microsoft DevBox, but it is not really usable. Windows appear but nothing is inside them: they are just white-ish boxes.
1Password Version: Not Provide...
1P_Dave
Moderator
8 months agoHello ItalyPaleAle! 👋
I'm sorry that you're running into issues with 1Password on the Microsoft Dev Box platform. Are you having any issues with other apps? Or is it just 1Password?
As a first step, could you try the following turning off hardware acceleration for 1Password:
- Make sure 1Password 8 is completely closed by Right-clicking the icon in your system tray > Quit.
- Type the following into your Windows search bar, and hit Enter:
%localappdata%\1Password\settings
- Open the
settings.json
file in a text editor like Notepad, and look for"app.useHardwareAcceleration": true,
. - If it is present, change it to
"app.useHardwareAcceleration": false,
. If it's not present, add"app.useHardwareAcceleration": false
to the bottom of the settings list, and save the file.
Note: Be sure to also add a comma at the end of the preceding setting, for example:
{
"app.double":false,
"app.useHardwareAcceleration": false
}
Then try to open 1Password again. If you still see the same issue then let me know.
-Dave