Screenshot Basic black screen

  1. Client - canary, 2189, FXServer version - 3784

  2. What you expected to happen
    i expected to get screenshots of the game, not black screen

  3. What actually happens
    black screen happens

  4. Category of bug (eg. client, server, weapons, peds, native)
    client (may be render)

  5. Reproducible steps, preferably with example script(s)
    make a screenshot via screenshot-basic resource

I believe yesterday it was fine, but today all my resources that use citizenfx/three give me black screen
black pictures were made today.
Actually, 99% of the pictures made today are black.

1 Like

Cool! Any repros? What happened to the topic template?

1 Like

i’ve changed this resource GitHub - jonassvensson4/mugshot: Screenshots the player face/mugshot and returns an image url for easy reproduction
mugshot.rar (862 Bytes)

oh nvm

RegisterCommand('screen', function()
    exports['screenshot-basic']:requestScreenshot(function(data)
        TriggerEvent('chat:addMessage', { template = '<img src="{0}" style="max-width: 300px;" />', args = { data } })
    end)
end)

I have also been experiencing the exact same issue for around an hour and everything was fine earlier today.
FXServer version: 3871, game build: 2060

1619384725

image

… works here, though. Also, nothing even changed the day you mentioned at all, so, uh, what’s going on?