scrcpy: CRITICAL: Could not create texture: Texture dimensions are limited to 2048x2048

I didn’t know if this was a bug. I get the following error when I run scrcpy:

C:\Users\maximousblk\scrcpy
λ scrcpy
INFO: scrcpy 1.14 <https://github.com/Genymobile/scrcpy>
C:\Users\maximousblk\scrcpy\scrcpy-server: 1 file pushed, 0 skipped. 18.1 MB/s (33142 bytes in 0.002s)
[server] INFO: Device: samsung SM-XXXXX (Android 10)
INFO: Created renderer: direct3d
INFO: Renderer: direct3d
INFO: Initial texture: 1080x2336
CRITICAL: Could not create texture: Texture dimensions are limited to 2048x2048
Press any key to continue...

I’m on windows 10 pro, if that means anything.

About this issue

  • Original URL
  • State: closed
  • Created 4 years ago
  • Comments: 27 (1 by maintainers)

Most upvoted comments

Your graphics driver does not allow to create textures at the size of your phone.

Reduce the definition:

scrcpy -m2048

You might also try another renderer (but I guess it will not work better):

scrcpy --render-driver=opengl

Your graphics driver does not allow to create textures at the size of your phone.

Reduce the definition:

scrcpy -m2048

You might also try another renderer (but I guess it will not work better):

scrcpy --render-driver=opengl

Thank you so much for the help. I can now run my screen smoothly.

Using the command line on Windows, execute scrcpy -m2048.

Hello comrades, so I go straight to the point, I have the same problem because of the resolution of my smartphone which is 1080x2400 and I was trying several ways to fix this problem, I even followed the steps you said just above but i’m really not understand that, i’m desperate.

Create a file myscrcpy.bat containing the commands, and double-click on it.

Just make a batch script for her.

Reduce the definition:

scrcpy -m 2048

@rom1v Thank you so much. This works flawlessly.


P.S. As soon as the screen popped up I started to miss the home and back button. I wonder if there are keyboard shortcuts for the android 10 gestures. It was easy to control the device till android 9 but you guys need to add some workaround for the Android 10 gestures. If you agree, I can open a new issue for it.