Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Photoshop CC 2019 shows diagonal lines in my extension!

New Here ,
Nov 13, 2018 Nov 13, 2018

Hi!
I'm developing a Photoshop extension on PC with CEP 6.0, and it showed my extension just fine in 2018, but in 2019 strange diagonal lines started to appear. The funny thing is, that i ran it on different computers, and this "error" only occured on computers with Nvidia cards in it!

Is it a know issue?

Is there any workaround that?

How should i approach this issue?

ppm_error.JPG

975
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Enthusiast , Nov 13, 2018 Nov 13, 2018

I think this is Chrome bug. I have seen long time ago in Chrome when this CEP version of Chrome was current version of Chrome.

Translate
Enthusiast ,
Nov 13, 2018 Nov 13, 2018

I think this is Chrome bug. I have seen long time ago in Chrome when this CEP version of Chrome was current version of Chrome.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Nov 13, 2018 Nov 13, 2018
LATEST

Thank you!

The workaround is this, in the manifest.xml


<
CEFCommandLine>

  <Parameter>--gpu-rasterization-msaa-sample-count=0</Parameter>

</CEFCommandLine>

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines