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 log when placing ship depot #8081

Closed
SamuXarick opened this issue Apr 11, 2020 · 3 comments
Closed

Crash log when placing ship depot #8081

SamuXarick opened this issue Apr 11, 2020 · 3 comments

Comments

@SamuXarick
Copy link
Contributor

Version of OpenTTD

1.10.0

Expected result

Actual result

Steps to reproduce

I clicked to place a ship depot and it just crashed out of nowhere.

crash.zip

@LordAro
Copy link
Member

LordAro commented Apr 11, 2020


[00] openttd              0x00007FF77D822903 UpdateStationDockingTiles + 35 (d:\a\1\s\src\station_cmd.cpp:4138)
[01] openttd              0x00007FF77D81E903 RemoveDockingTile + 159 (d:\a\1\s\src\station_cmd.cpp:2599)
[02] openttd              0x00007FF77D84626C ClearTile_Water + 960 (d:\a\1\s\src\water_cmd.cpp:549)
[03] openttd              0x00007FF77D702887 CmdLandscapeClear + 567 (d:\a\1\s\src\landscape.cpp:722)
[04] openttd              0x00007FF77D6CFF03 DoCommand + 535 (d:\a\1\s\src\command.cpp:501)
[05] openttd              0x00007FF77D8445B8 CmdBuildShipDepot + 552 (d:\a\1\s\src\water_cmd.cpp:131)
[06] openttd              0x00007FF77D6D064C DoCommandPInternal + 960 (d:\a\1\s\src\command.cpp:720)
[07] openttd              0x00007FF77D6D0146 DoCommandP + 342 (d:\a\1\s\src\command.cpp:585)
[08] openttd              0x00007FF77D778980 BuildDocksToolbarWindow::OnPlaceObject + 396 (d:\a\1\s\src\dock_gui.cpp:222)
[09] openttd              0x00007FF77D754A34 PlaceObject + 168 (d:\a\1\s\src\viewport.cpp:2296)
[10] openttd              0x00007FF77D754B89 HandleViewportClicked + 333 (d:\a\1\s\src\viewport.cpp:2310)
[11] openttd              0x00007FF77D7611B0 MouseLoop + 1036 (d:\a\1\s\src\window.cpp:2925)
[12] openttd              0x00007FF77D761502 HandleMouseEvents + 598 (d:\a\1\s\src\window.cpp:3057)
[13] openttd              0x00007FF77D938152 WndProcGdi + 1822 (d:\a\1\s\src\video\win32_v.cpp:1003)
[14] USER32               0x00007FFC8C4E5C0D CallWindowProcW + 957
[15] USER32               0x00007FFC8C4E5602 DispatchMessageW + 498
[16] openttd              0x00007FF77D938CD7 VideoDriver_Win32::MainLoop + 867 (d:\a\1\s\src\video\win32_v.cpp:1213)
[17] openttd              0x00007FF77D724A5A openttd_main + 2666 (d:\a\1\s\src\openttd.cpp:860)
[18] openttd              0x00007FF77D947356 WinMain + 366 (d:\a\1\s\src\os\windows\win32.cpp:442)
[19] openttd              0x00007FF77D97CD72 __scrt_common_main_seh + 262 (d:\agent\_work\2\s\src\vctools\crt\vcstartup\src\startup\exe_common.inl:288)
[20] KERNEL32             0x00007FFC8C427BD4 BaseThreadInitThunk + 20
[21] ntdll                0x00007FFC8E3CCED1 RtlUserThreadStart + 33

Can you upload a save from before the crash, and say any details about when/where the depot was being placed?

@glx22
Copy link
Contributor

glx22 commented Apr 11, 2020

By looking at the log I can see why it fails, but need save and details to confirm.

@SamuXarick
Copy link
Contributor Author

load crash.save and build a ship depot in front of the dock, which is adjacent to buoys.

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

3 participants