Common Issues
Known and common Issues
EVER is still in a very early development stage, so there is some known issues that is being worked on.
Export Complete flickering
This is a known issue that is being worked on, the issue is caused by the way EVER hooks into the Rockstar Editor export process.
In order to have a proper audio and video synchronization, EVER has to do 2 render passes, one for audio and one for video.
When you load a project and start a export, EVER will capture the pointer to the StartBake function inside GTA V and call this function in order to do 2 render passes.
It automatically detects when the first render pass is done and then it will start the second render pass.
Currently there is no function inside ever that overrides the default behavior of the Export Complete screen, so the Export Complete screen will flicker but it will not be visible in the finished video.
Crashing when trying to load another project.
If you try to load another project after your first project has been exported, EVER will crash.
This is related to the issue mentioned above, there is no cleanup function that resets the pointer to the StartBake function which will cause a crash.
A fix for this is being worked on, but for now you need to restart GTA V in order to load another project.
Other issues
If you notice any other issues, please report them on our Github Issues page.