Skip to content
This repository has been archived by the owner on Jun 3, 2023. It is now read-only.

Windowed mode does not work #21

Open
Helioform opened this issue Nov 19, 2018 · 1 comment
Open

Windowed mode does not work #21

Helioform opened this issue Nov 19, 2018 · 1 comment

Comments

@Helioform
Copy link

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;
}
}

...
}

@DustinHLand
Copy link
Owner

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 free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants