.NET app works nomally, but not within xrdp

Questions about Wine on Linux
Locked
mjb2000
Newbie
Newbie
Posts: 1
Joined: Fri Mar 08, 2019 4:37 pm

.NET app works nomally, but not within xrdp

Post by mjb2000 »

Wine 4.3
WineTricks March 2018
Fresh install of xubuntu 18.04
32-bit prefix, with dotnet462 and corefonts installed via winetricks

I am using a .NET application called SamaPOS which loads and works perfectly the the main console of the Ubuntu system. But when I use xrdp to view a vrtual desktop remotely I get an error:

Code: Select all

00a3:fixme:d3d:wined3d_check_device_format_conversion wined3d 0x10c284c0, adapter_idx 0, device_type WINED3D_DEVICE_TYPE_HAL, src_format WINED3DFMT_B8G8R8A8_UNORM, dst_format WINED3DFMT_B8G8R8X8_UNORM stub!
00a7:fixme:d3d:state_linepattern_w Setting line patterns is not supported in OpenGL core contexts.
00a7:fixme:d3d:state_lastpixel Last Pixel Drawing Disabled, not handled yet
00a3:fixme:d3d9:Direct3DShaderValidatorCreate9 stub
X Error of failed request:  BadValue (integer parameter out of range for operation)
Any idea what could be going on here? Other apps including explorer and Internet Explorer (used to test something a little graphical) all seem to work fine via the remote xrdp connection.

Any idea what might be wrong?

FULL log > https://pastebin.com/iLMGGDP7
Locked