Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Assertion failed when trying to change refresh rate. #9269

Closed
Milek7 opened this issue May 15, 2021 · 0 comments · Fixed by #9270
Closed

Assertion failed when trying to change refresh rate. #9269

Milek7 opened this issue May 15, 2021 · 0 comments · Fixed by #9270

Comments

@Milek7
Copy link
Contributor

Milek7 commented May 15, 2021

Version of OpenTTD

fab120e, Windows

Steps to reproduce

Try to change refresh rate.

Assertion failed at line 1272 of src\window.cpp: wc != WC_INVALID
openttd.exe!GetWindowZPriority(WindowClass wc) Wiersz 1272	C++
openttd.exe!BringWindowToFront(Window * w, bool dirty) Wiersz 1354	C++
openttd.exe!Window::InitializeData(int window_number) Wiersz 1402	C++
openttd.exe!Window::FinishInitNested(int window_number) Wiersz 1752	C++
[Ramka wbudowana] openttd.exe!ErrmsgWindow::{ctor}(const ErrorMessageData &) Wiersz 183	C++
openttd.exe!ShowErrorMessage(unsigned int summary_msg, unsigned int detailed_msg, WarningLevel wl, int x, int y, const GRFFile * textref_stack_grffile, unsigned int textref_stack_size, const unsigned int * textref_stack) Wiersz 416	C++
openttd.exe!GameOptionsWindow::OnDropdownSelect(int widget, int index) Wiersz 555	C++
openttd.exe!DropdownWindow::OnMouseLoop() Wiersz 344	C++
openttd.exe!DecreaseWindowCounters() Wiersz 1843	C++
openttd.exe!UpdateWindows() Wiersz 3055	C++
openttd.exe!VideoDriver::Tick() Wiersz 152	C++
openttd.exe!VideoDriver_Win32Base::MainLoop() Wiersz 882	C++
openttd.exe!openttd_main(int argc, char * * argv) Wiersz 798	C++
openttd.exe!WinMain(HINSTANCE__ * hInstance, HINSTANCE__ * hPrevInstance, char * lpCmdLine, int nCmdShow) Wiersz 437	C++

I guess it is related to f6d5c01?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant