Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.
  2. We’re making changes to the Unity Runtime Fee pricing policy that we announced on September 12th. Access our latest thread for more information!
    Dismiss Notice
  3. Dismiss Notice

Question RenderTexture.Create failed: format unsupported for random writes - RG11B10 UFloat (74)

Discussion in 'Windows' started by shortlin, Nov 28, 2022.

  1. shortlin

    shortlin

    Joined:
    Oct 30, 2014
    Posts:
    22
    Hi,I Have some problem when I export th pc exe file(My Unity's version is 2020.3.17.f1)
    It's ok in new computer
    but one old computer would show an error as tile
    and I uploaded the player.log.
    could this prblem would be solved in the old computer?
    Or could anyone tell me what make the error.

    Just because I exported the exe file in few months ago,it could run in the old computer.I don;t reaaly remember what would make this happen...
     

    Attached Files:

  2. Tautvydas-Zilys

    Tautvydas-Zilys

    Unity Technologies

    Joined:
    Jul 25, 2013
    Posts:
    10,434
    The error is 0x8007000E, which stands for E_OUTOFMEMORY. It seems your game is using more memory than your computer has available. Is the page file turned off by any chance?