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

Crash when creating a new group #8271

Closed
willem6956 opened this issue Jul 13, 2020 · 4 comments
Closed

Crash when creating a new group #8271

willem6956 opened this issue Jul 13, 2020 · 4 comments

Comments

@willem6956
Copy link

Version of OpenTTD

1.10.2

Expected result

No crash when creating a new group

Actual result

Crash when creating a new group

Steps to reproduce

Could not reproduce (sorry)

crash.log

crash.zip

@James103
Copy link
Contributor

Is this related to #7838?

@LordAro
Copy link
Member

LordAro commented Jul 13, 2020

Quite likely, which itself was fixed with #8223. I'll wait for someone to read the dmp and verify though...

@glx22
Copy link
Contributor

glx22 commented Jul 14, 2020

>	openttd.exe!VehicleGroupWindow::GroupNameSorter(const Group * const & a, const Group * const & b) Ligne 158	C++
 	[Code externe]	
 	[Cadre en ligne] openttd.exe!std::sort(const std::_Vector_iterator<std::_Vector_val<std::_Simple_types<Group const *>>>) Ligne 4034	C++
 	openttd.exe!GUIList<Group const *,char const *>::Sort(bool(*)(const Group * const &, const Group * const &) compare) Ligne 276	C++
 	openttd.exe!VehicleGroupWindow::BuildGroupList(Owner owner) Ligne 190	C++
 	openttd.exe!VehicleGroupWindow::OnPaint() Ligne 515	C++
 	openttd.exe!DrawOverlappedWindow(Window * w, int left, int top, int right, int bottom) Ligne 949	C++
 	[Cadre en ligne] openttd.exe!DrawOverlappedWindowForAll(int) Ligne 974	C++
 	openttd.exe!RedrawScreenRect(int left, int top, int right, int bottom) Ligne 1432	C++
 	openttd.exe!DrawDirtyBlocks() Ligne 1528	C++
 	openttd.exe!UpdateWindows() Ligne 3204	C++
 	openttd.exe!VideoDriver_Win32::MainLoop() Ligne 1282	C++
 	openttd.exe!openttd_main(int argc, char * * argv) Ligne 861	C++
 	openttd.exe!WinMain(HINSTANCE__ * hInstance, HINSTANCE__ * hPrevInstance, char * lpCmdLine, int nCmdShow) Ligne 442	C++
 	[Code externe]	

Same dump as #7838.

@LordAro
Copy link
Member

LordAro commented Jul 14, 2020

Thanks glx, closing as duplicate of #7838

@LordAro LordAro closed this as completed Jul 14, 2020
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

No branches or pull requests

4 participants