Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Warning: Direct2D back-end error 80070057 when plotting matrix #366

Open
6 tasks
radoslav180 opened this issue Aug 25, 2023 · 0 comments
Open
6 tasks

Warning: Direct2D back-end error 80070057 when plotting matrix #366

radoslav180 opened this issue Aug 25, 2023 · 0 comments

Comments

@radoslav180
Copy link

Bug category

  • bug - compilation error
  • bug - compilation warning
  • bug - runtime error
  • [ x] bug - runtime warning
  • bug - logic error

Describe the bug

I have a problem plotting matrix using image() function. For the most time the function works as expected, but when I try to plot matrix with 112 x 20480 dims the following warning appears: Warning: Direct2D back-end error 80070057. When the number of columns is smaller for example 112 x 16000 the function works properly.
Steps to Reproduce

# Your steps go here
mkdir build
cd build
cmake .. <options> -DCMAKE_BUILD_TYPE=Release

Output

Warning: Direct2D back-end error 80070057; last command: 48 Warning: Direct2D back-end error 80070057; last command: 49 Warning: Direct2D back-end error 80070057; last command: 35 Warning: Direct2D back-end error 80070057; last command: 48 Warning: Direct2D back-end error 80070057; last command: 49 Warning: Direct2D back-end error 80070057; last command: 35 Warning: Direct2D back-end error 80070057; last command: 48 Warning: Direct2D back-end error 80070057; last command: 49 Warning: Direct2D back-end error 80070057; last command: 35 Warning: Direct2D back-end error 80070057; last command: 48 Warning: Direct2D back-end error 80070057; last command: 49 Warning: Direct2D back-end error 80070057; last command: 35 ```console # The output you got ```

Platform

  • cross-platform issue - linux
  • [x ] cross-platform issue - windows
  • cross-platform issue - macos

Environment Details:

  • OS: Windows 10
  • OS Version: 10.0.19045
  • Compiler: Visual Studio 2022
  • Compiler version:

Additional context

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant