how to fix this problem i am using deepin

Questions about Wine on Linux
Locked
astr0
Newbie
Newbie
Posts: 2
Joined: Tue Aug 15, 2017 3:31 pm

how to fix this problem i am using deepin

Post by astr0 »

winecfg
fixme:winediag:start_process Wine Staging 2.14 is a testing version containing experimental patches.
fixme:winediag:start_process Please mention your exact version when filing bug reports on winehq.org.
fixme:module:load_dll Loader redirect from L"uxtheme.dll" to L"uxtheme-gtk.dll"
fixme:module:load_dll Loader redirect from L"uxtheme.dll" to L"uxtheme-gtk.dll"
fixme:msg:pack_message msg 14 (WM_ERASEBKGND) not supported yet
fixme:module:load_dll Loader redirect from L"uxtheme.dll" to L"uxtheme-gtk.dll"
fixme:msg:pack_message msg 14 (WM_ERASEBKGND) not supported yet
fixme:module:load_dll Loader redirect from L"uxtheme.dll" to L"uxtheme-gtk.dll"
fixme:msg:pack_message msg 14 (WM_ERASEBKGND) not supported yet

(winecfg.exe:2936): Gtk-CRITICAL **: gtk_bin_get_child: assertion 'GTK_IS_BIN (bin)' failed

(winecfg.exe:2936): Gtk-CRITICAL **: gtk_widget_get_style_context: assertion 'GTK_IS_WIDGET (widget)' failed

(winecfg.exe:2936): Gtk-CRITICAL **: gtk_style_context_save: assertion 'GTK_IS_STYLE_CONTEXT (context)' failed

(winecfg.exe:2936): Gtk-CRITICAL **: gtk_style_context_set_state: assertion 'GTK_IS_STYLE_CONTEXT (context)' failed

(winecfg.exe:2936): Gtk-CRITICAL **: gtk_render_background: assertion 'GTK_IS_STYLE_CONTEXT (context)' failed

(winecfg.exe:2936): Gtk-CRITICAL **: gtk_render_frame: assertion 'GTK_IS_STYLE_CONTEXT (context)' failed

(winecfg.exe:2936): Gtk-CRITICAL **: gtk_style_context_restore: assertion 'GTK_IS_STYLE_CONTEXT (context)' failed

(winecfg.exe:2936): Gtk-CRITICAL **: gtk_widget_get_style_context: assertion 'GTK_IS_WIDGET (widget)' failed

(winecfg.exe:2936): Gtk-CRITICAL **: gtk_style_context_save: assertion 'GTK_IS_STYLE_CONTEXT (context)' failed

(winecfg.exe:2936): Gtk-CRITICAL **: gtk_style_context_set_state: assertion 'GTK_IS_STYLE_CONTEXT (context)' failed

(winecfg.exe:2936): Gtk-CRITICAL **: gtk_render_arrow: assertion 'GTK_IS_STYLE_CONTEXT (context)' failed

(winecfg.exe:2936): Gtk-CRITICAL **: gtk_style_context_restore: assertion 'GTK_IS_STYLE_CONTEXT (context)' failed
fixme:uxthemegtk:SetWindowTheme (0x30044, (null), (null))
fixme:uxthemegtk:SetWindowTheme (0x1007a, (null), (null))
fixme:uxthemegtk:SetWindowTheme (0x1008c, (null), (null))
fixme:uxthemegtk:SetWindowTheme (0x100aa, (null), (null))
User avatar
Bob Wya
Level 12
Level 12
Posts: 3068
Joined: Sat Oct 16, 2010 7:40 pm

Re: how to fix this problem i am using deepin

Post by Bob Wya »

@astr0

What's the actual error?
That terminal output just indicates that you don't have the necessary Gtk-3 system libraries to support the experimental Wine Staging Gtk-3 theming support.
But that's hardly critical...

There should be a checkbox in winecfg (Staging tab) to disable / enable Gtk-3 theming support.
Or try:

Code: Select all

wine reg.exe ADD "HKEY_CURRENT_USER\Software\Wine\DllOverrides" "/v" "uxtheme-gtk" "/t" "REG_SZ" "/d" ""
Bob
olea
Newbie
Newbie
Posts: 2
Joined: Tue Oct 30, 2018 6:33 am

Re: how to fix this problem i am using deepin

Post by olea »

Bob Wya wrote:@astr0

Or try:

Code: Select all

...
Just wanted to thank you @Bob because that order fixed exactly my problem too!
Locked