Nighty Docs
  • About Nighty
  • Getting Started
    • First Launch
    • Usage Guide
  • Custom Scripts
    • Scripting Reference
  • 🛠️Troubleshooting
    • The application did not respond / Unknown Integration
    • Common solutions to all issues
    • Unable to launch
    • App is just a white box, UI not appearing / looking weird
    • Retrieving License Key
    • Flagged key
    • Rich Presence doesn't show up
  • UI SCRIPTING
    • API Reference
      • Tab
      • CardContainer
      • Card
      • Group
      • UI Elements
        • Text
        • Button
        • Input
        • Image
        • Toggle
        • Select
        • Checkbox
        • Table
Powered by GitBook
On this page

Was this helpful?

  1. Troubleshooting

App is just a white box, UI not appearing / looking weird

PreviousUnable to launchNextRetrieving License Key

Last updated 13 days ago

Was this helpful?

Nighty relies on WebView2 technology to display its Graphical User Interface (GUI). If you encounter an issue where the app is just a white box, and/or the UI is not appearing/looking weird, follow these steps to troubleshoot and resolve the problem.

Installing WebView2

Nighty requires Microsoft WebView2. If it is not installed on your computer or Virtual Private Server, follow these steps:

  1. Download the .

  2. Install the downloaded installer.

  3. Reboot your PC or server.

  4. Try running Nighty again.

If the issue persists, it may be due to an incorrect version of WebView2 installed. Follow the steps below to fix this:

Verifying and Installing the Correct WebView Version

  1. Open PowerShell as an administrator.

    1. Press the Windows key.

    2. Search for "Windows PowerShell."

    3. Right-click on "Windows PowerShell" and select "Open as administrator."

  2. Paste the following command into the PowerShell terminal and press Enter. cd C:\Program Files (x86)\Microsoft\EdgeWebView\Application\1*\Installer If you got an error, try executing this command instead: cd C:\Program Files\Microsoft\EdgeWebView\Application\1*\Installer

  3. After that, paste the following command and press Enter: .\setup.exe --uninstall --msedgewebview --system-level --verbose-logging --force-uninstall

  4. Reboot your PC.

  5. Install the correct version of WebView2 by following the steps mentioned in the above.

🛠️
Evergreen Standalone Installer X64 (click)
Installing WebView 2 section