Nox Player installs without errors but doesn't open

Questions about Wine on Linux
Locked
sbstratos79
Newbie
Newbie
Posts: 2
Joined: Wed Dec 25, 2019 7:32 am

Nox Player installs without errors but doesn't open

Post by sbstratos79 »

I tried installing NoxPlayer with wine and to my surprise it installed without any errors contrary to what I had read about it on AppDB. But when I tried to launch it, nothing happened. There was a NoxPlayer icon in the taskbar though.
Image
I tried clicking it and right clicking it but nothing happened except for a windows style tooltip saying "Nox Player". I checked KSysGuard, and it seemed to be using system resources just like it would in Windows so clearly something was going on with it but just the ui wouldn't open.
Image
When I turned off my pc while Nox was still running, just as the taskbar and other processes were killed, I caught a glimpse of a small window without any contents with the title 'Nox" in the top left corner.
Wine version: wine-4.21 (Staging) on Manjaro 18.1.4 with KDE Plasma 5.17.4
I am using some dlls with winetricks: dxvk, vb6run, corefonts, vcrun2005, vcrun2008, vcrun2010, vcrun2012, vcrun2013, w_workaround_wine_bug-37781, vcrun2015, fontsmooth=rgb, fontsmooth=rgb, vcrun6, fontsmooth=gray, fontsmooth=rgb
Nox can be downloaded from: https://www.bignox.com
sbstratos79
Newbie
Newbie
Posts: 2
Joined: Wed Dec 25, 2019 7:32 am

Re: Nox Player installs without errors but doesn't open

Post by sbstratos79 »

Forgot to post this but here's the log.

Code: Select all

005b:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
005b:err:module:import_dll Library Qt5Svg.dll (which is needed by L"C:\\Program Files (x86)\\Nox\\plugins\\imageformats\\qsvg.dll") not found
0065:fixme:tasklist:wmain stub: L"tasklist" L"/FI" L"Imagename eq NoxVMSVC.exe" L"-nh"
0062:err:ole:CoGetClassObject class {5a508685-a254-4fba-9b82-9a24b00306af} not registered
0062:err:ole:CoGetClassObject no class object {5a508685-a254-4fba-9b82-9a24b00306af} could be created for context 0x1
0068:fixme:win:RegisterDeviceNotificationW (hwnd=0xd00f0, filter=0x51ffe90,flags=0x00000000) returns a fake device notification handle!
005b:fixme:msg:ChangeWindowMessageFilterEx 0xa00d0 c056 1 (nil)
01ba:fixme:console:CONSOLE_DefaultHandler Terminating process 5c on event 0
Locked