JACoders / OpenJK

Community effort to maintain and improve Jedi Academy (SP & MP) + Jedi Outcast (SP only) released by Raven Software
GNU General Public License v2.0
2.01k stars 615 forks source link

OpenJO level transition glitch #1114

Open marigi64 opened 2 years ago

marigi64 commented 2 years ago

On jk2 SP at the end of a level the game will take a screenshot. For some reason it won't display the screenshot correctly. This happens right before the level stats appear.

glitched

Calinou commented 2 years ago

This is something I've seen on numerous id Tech 3-based games, but I don't know why it happens.

SomaZ commented 2 years ago

Looks like channel count mismatch between readback and image save function. Like it only reads back RGB buffer, but the screenshot function expects RGBA instead.

Razish commented 12 months ago

👍 for this issue, experienced with latest build of OpenJO (Linux/Debian x86_64, AMD Radeon RX 6600XT). It only appears for a split second but is noticeable. Aiming to look into this in the next week of JK2SP bug bashing.

Seems to be reproducible messing around with quicksaves and vid_restart, not just level transitions.