Graphic issues on SLE12SP3

Questions about Wine on Linux
Locked
aPollO2k
Newbie
Newbie
Posts: 4
Joined: Thu Dec 14, 2017 10:48 am

Graphic issues on SLE12SP3

Post by aPollO2k »

I have an issue on SLE12 SP3. If i start wine i get a crazy grahical issue. Look at the attachment pls.

All other applications work very well and normal. But all wine windows look like there on the screenshot. Green transparency. I have no idea why. I just installed wine over the repo linked in the download section on this page.
Does anyone have a idea whats the problem here?
User avatar
Bob Wya
Level 12
Level 12
Posts: 3068
Joined: Sat Oct 16, 2010 7:40 pm

Re: Graphic issues on SLE12SP3

Post by Bob Wya »

@aPollO2k

A terminal log would be useful: WineHQ FAQ: 10.1.1 How can I get a debugging log (a.k.a. terminal output)?

Btw the WineHQ forums have an attachment limit of 200 Kbytes...

Bob
aPollO2k
Newbie
Newbie
Posts: 4
Joined: Thu Dec 14, 2017 10:48 am

Re: Graphic issues on SLE12SP3

Post by aPollO2k »

Sorry. Now here is the Attachment.

I can attach the console output next week.
Attachments
Screenshot
Screenshot
aPollO2k
Newbie
Newbie
Posts: 4
Joined: Thu Dec 14, 2017 10:48 am

Re: Graphic issues on SLE12SP3

Post by aPollO2k »

Debug log:

Code: Select all

0009:fixme:exec:SHELL_execute flags ignored: 0x00000100
0033:fixme:exec:SHELL_execute flags ignored: 0x00000100
0035:fixme:advapi:LsaOpenPolicy ((null),0x33b0b4,0x00000001,0x33b0ac) stub
0035:fixme:advapi:LsaClose (0xcafe) stub
0035:fixme:advapi:LsaOpenPolicy ((null),0x33b654,0x00000001,0x33b64c) stub
0035:fixme:advapi:LsaClose (0xcafe) stub
Thats all. The Tracefile is 30MB. I have compressed it but it's still more then 700kb. So here is a link to download:
https://cloud.mvhost.de/index.php/s/tE1aq9dGda44mmw

I hope someone can help to fix the problem.
aPollO2k
Newbie
Newbie
Posts: 4
Joined: Thu Dec 14, 2017 10:48 am

Re: Graphic issues on SLE12SP3

Post by aPollO2k »

Hi Guys,

i solved the problem and want to share the solution with you.
The problem was not directly located to wine. I used xrdp to connect to the linux box and figured out that when i use vnc or start wine directly on the local console the problem disappears.
I played around with some settings.....it color depth in xrdp was wrong. Adding two parameters

Code: Select all

param8=-depth
param9=24
in the file /etc/xrdp/sesman.ini fixed the problem. Now i can run any wine application without any problem over xrdp.

Cheers
User avatar
dimesio
Moderator
Moderator
Posts: 13202
Joined: Tue Mar 25, 2008 10:30 pm

Re: Graphic issues on SLE12SP3

Post by dimesio »

I'm glad you solved your issue, and thanks for posting the solution. However, the fact that you were using xrdp should have been stated in your initial post. There's no way anyone here could have possibly helped you without that information.
Locked