Can't load "local preview" on Windows 10

I’m having problem with local preview on w10. When I try to lauch preview, it crashes. Am I the only one having this issue?

Please provide some more info about that crash. Does the program shut down or simply not show any graphics in the preview window? Do you get any crash logs or other text output anywhere?

Remi Pedersen wrote:

Please provide some more info about that crash. Does the program shut down or simply not show any graphics in the preview window? Do you get any crash logs or other text output anywhere?

It simply doesn’t load the preview when I click preview button. And aslo tried from the command prompt. No luck worked :frowning: .

C:…\Documents\Fuse\Yaser>fuse preview Fuse 0.23.0 (build 7041) Build started: FullCompile Configuring (3.01s) Compiling syntax tree (1.72s) Generating code and data (7.89s)

Build completed in 12.63 seconds Build ended GL_VERSION: 1.1.0 GL_VENDOR: Microsoft Corporation GL_RENDERER: GDI Generic

This matches the case described here: https://www.fusetools.com/docs/basics/faq#local-preview-does-not-start-on-windows

In short: you are either missing updated OpenGL drivers or it’s the unfortunate combination of Intel HD Graphics and Windows 10, which just isn’t supported.

You can of course still do previewing on-device instead. :slight_smile:

Compiling syntax tree

…\AppData\Local\Fusetools\Packages\Fuse.Controls.Primitives\1.2.1\textcontrols\fallbacktextrenderer$.uno

(166): W4139: Uno.Content.Fonts.CharacterSets is obsolete
…\AppData\Local\Fusetools\Packages\UnoCore\1.2.2\source\uno\platform$.uno(986): W4139:

Uno.Platform.Window.Updating is obsolete: ‘Deprecated: Please use Uno.Platform.Displays.MainDisplay.Tick’
…\AppData\Local\Fusetools\Packages\UnoCore\1.2.2\source\uno\platform$.uno(995): W4139:

Uno.Platform.Window.GotFocus is obsolete: ‘Deprecated: Please use Uno.Platform.CoreApp.EnteringInteractive’
…\AppData\Local\Fusetools\Packages\UnoCore\1.2.2\source\uno\platform$.uno(1003): W4139:

Uno.Platform.Window.LostFocus is obsolete: ‘Deprecated: Please use Uno.Platform.CoreApp.ExitedInteractive’
…\AppData\Local\Fusetools\Packages\Fuse.Controls.Primitives\1.2.1\textcontrols\fallbacktextrenderer$.uno

(164): W4139: Uno.Content.Fonts.BitmapFont is obsolete
…\AppData\Local\Fusetools\Packages\Fuse.Controls.Primitives\1.2.1\textcontrols\fallbacktextrenderer$.uno

(167): W4139: Uno.Content.Fonts.BitmapFont is obsolete
…\AppData\Local\Fusetools\Packages\Fuse.Controls.Primitives\1.2.1\textcontrols\fallbacktextrenderer$.uno

(65): W4139: Uno.Content.Fonts.BitmapFont is obsolete
…\AppData\Local\Fusetools\Packages\Fuse.Controls.Primitives\1.2.1\textcontrols\fallbacktextrenderer$.uno

(184): W4139: Uno.Content.Fonts.TextTransform is obsolete
(3,299.10 ms)

uno build -r -tdotnet -DDISABLE_HARFBUZZ

When I execute this command it clearly shows that my graphic cards supported opengl 2.1.

GL_VERSION: 2.1.0
GL_VENDOR: Microsoft Corporation
GL_RENDERER: GDI Generic

I see that fuse interface don’t support intel graphic cards so please indicate it in your installation site.