You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 3, 2023. It is now read-only.
Hi, what's your setup? ( OS, card, driver ) Are you setting r_mode or other render cvars from the cmdline on startup? How are you going to windowed mode essentially?
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
It crashes when I try to set the game to windowed mode.
It raises an exception: "read access violation this was nullptr" inside this method:
void idVulkanBlock::Free( vulkanAllocation_t & allocation ) {
chunk_t * current = NULL;
for ( current = m_head; current != NULL; current = current->next ) { // exception here
if ( current->id == allocation.id ) {
break;
}
}
...
}
The text was updated successfully, but these errors were encountered: