JGR's Patch Pack

Forum for technical discussions regarding development. If you have a general suggestion, problem or comment, please use one of the other forums.

Moderator: OpenTTD Developers

User avatar
JGR
Tycoon
Tycoon
Posts: 2558
Joined: 08 Aug 2005 13:46
Location: Ipswich

Re: JGR's Patch Pack

Post by JGR »

Eddi wrote: 18 Oct 2020 23:56 well, adding a property to NML should be a one-liner
The associated feature testing, property mapping, etc. will likely come to a bit more than that.
Gadg8eer wrote: 19 Oct 2020 05:51
JGR wrote: 18 Oct 2020 16:50...
Gadg8eer wrote: 03 Oct 2020 05:17 Is there any chance of integrating some of the patches from dbpp? I know you already added the click-and-drag NewObjects, but what are your thoughts on the remaining features?
I guess you missed my post? Sorry to bother you with a "feature request" question.
Road vehicle movement, in particular on one-way roads, is indeed rather suboptimal at the moment.
I am not convinced that the workarounds in dbpp's code are the right answers.
It is on my list of areas to look into.
Ex TTDPatch Coder
Patch Pack, Github
Eddi
Tycoon
Tycoon
Posts: 8267
Joined: 17 Jan 2007 00:14

Re: JGR's Patch Pack

Post by Eddi »

JGR wrote: 19 Oct 2020 10:33
Eddi wrote: 18 Oct 2020 23:56 well, adding a property to NML should be a one-liner
The associated feature testing, property mapping, etc. will likely come to a bit more than that.
i've tried reading through your newgrf additions page, and don't understand any of it.

what i gather is:
  1. you needed some flexible hack to extend the newgrf spec without actually extending the newgrf spec
  2. this results in an overly complex system to move property IDs in case the newgrf specs added something different
User avatar
JGR
Tycoon
Tycoon
Posts: 2558
Joined: 08 Aug 2005 13:46
Location: Ipswich

Re: JGR's Patch Pack

Post by JGR »

Eddi wrote: 19 Oct 2020 14:42 i've tried reading through your newgrf additions page, and don't understand any of it.

what i gather is:
  1. you needed some flexible hack to extend the newgrf spec without actually extending the newgrf spec
  2. this results in an overly complex system to move property IDs in case the newgrf specs added something different
Pretty much, yes.
I do not want to paint myself into a corner by creating specification extensions which will messily break when some OpenTTD version N+1 is released.
I'm not in a position to be able to actually extend the specification.
Likewise, it doesn't make sense to have GRFs with extension features which don't work correctly on standard and/or older versions.
JGR wrote: 18 Oct 2020 16:50
McZapkie wrote: 18 Oct 2020 13:21 Is there any way to enable railtype action 2/3 in nml? I don't speak NFO assembler ;)
Railtype action2/3 is what NML emits already.
For getting NML to turn on the property to opt-in to programmable pre-signals via that mechanism, the short answer appears to be no.
To avoid having to write any NFO, someone would have to add the relevant functionality to a fork of NML.
This is done now, see: here and here.

Edit: You'll need to use the most recent commit until v0.38.1 is out, due to a bug in the railtype property handling in v0.38.0.
Ex TTDPatch Coder
Patch Pack, Github
User avatar
Redirect Left
Tycoon
Tycoon
Posts: 7249
Joined: 22 Jan 2005 19:31
Location: Wakefield, West Yorkshire

Re: JGR's Patch Pack

Post by Redirect Left »

I am having trouble with this setting, it seems to have a life of its own and turn itself back off when it wants to. I haven't figured out the exact cause, my first guess was when i reloaded the JGR OpenTTD exe, but have confirmed that doesn't cause the issue, so its a bit of an odd one.
2020-10-20 05_41_44-OpenTTD jgrpp-0.37.0.png
2020-10-20 05_41_44-OpenTTD jgrpp-0.37.0.png (1.37 KiB) Viewed 3126 times
Also, the first post references 0.38 release, although the link later on down the post (this bit on original post: Windows builds can be found on Github.) still links to 0.37. After foraging around your github, i found the 0.38, so yay for updates!
Image
Need some good tested AI? - Unofficial AI Tester, list of good stuff & thread is here.
User avatar
JGR
Tycoon
Tycoon
Posts: 2558
Joined: 08 Aug 2005 13:46
Location: Ipswich

Re: JGR's Patch Pack

Post by JGR »

Redirect Left wrote: 20 Oct 2020 05:56 I am having trouble with this setting, it seems to have a life of its own and turn itself back off when it wants to. I haven't figured out the exact cause, my first guess was when i reloaded the JGR OpenTTD exe, but have confirmed that doesn't cause the issue, so its a bit of an odd one.
2020-10-20 05_41_44-OpenTTD jgrpp-0.37.0.png
This is probably because by default OpenTTD re-writes the openttd.cfg config file with any changes on exit.
If you run trunk OpenTTD or other versions, settings which it doesn't know about could end up removed from the config file.
When you run the patchpack, the missing settings are set to their default values.

(You can use the `-x` command line switch to disable writing to the config file).
Redirect Left wrote: 20 Oct 2020 05:56 Also, the first post references 0.38 release, although the link later on down the post (this bit on original post: Windows builds can be found on Github.) still links to 0.37. After foraging around your github, i found the 0.38, so yay for updates!
Thanks, this is fixed now.
Ex TTDPatch Coder
Patch Pack, Github
gebik
Traffic Manager
Traffic Manager
Posts: 174
Joined: 07 Sep 2020 15:12
Location: Usually near some interesting rail systems. :P

Re: JGR's Patch Pack

Post by gebik »

So, I have updated to 0.38.0, and since then, this error has occoured to me twice. I happens for me randomly, while in local multiplayer.

Code: Select all

*** OpenTTD Crash Report ***

Crash at: Tue Oct 20 18:15:48 2020
In game date: 2008-10-01 (0, 0) (DL: 1)
Game loaded at: 2004-09-16 (18, 0), Tue Oct 20 17:16:20 2020

Crash reason:
 Exception:  E1212012
 Location:   00007FFD16AE3E49
 Message:    Assertion failed at line 709 of /home/jgr/openttd/jgrpp/src/saveload/saveload.cpp: length < lengthof(conv_file_size)

OpenTTD version:
 Version:    jgrpp-0.38.0 (0)
 NewGRF ver: 1b006d64
 Bits:       64
 Endian:     little
 Dedicated:  no
 Build date: Oct 16 2020 23:51:23
 Defines:    WITH_BITMATH_BUILTINS WITH_OVERFLOW_BUILTINS WITH_DEMANGLE WITH_BFD0 WITH_DBGHELP NDEBUG TTD_ENDIAN=TTD_LITTLE_ENDIAN WITH_PNG WITH_ZLIB WITH_LIBLZMA WITH_LZO WITH_PERSONAL_DIR WITH_SSE WITH_ASSERT UNICODE _UNICODE WITH_UNISCRIBE _SQ64

Stack trace:
 00000019 00000000 00000016 00000000 17ED46B8 00007FFD 19040D91 00007FFD
 E1212012 00000000 00000000 00000000 16AE3E49 00007FFD 00000000 00000000
 00000100 00000000 04ED0150 00000000 04EDD670 00000000 190448EA 00007FFD
 04ED0000 00000000 00000000 00000000 04EDD660 00000000 00000000 00000000
 00000019 00000000 00000019 00000000 04D5CBC0 00000000 0556C5C0 00000000
 190C0101 00000000 18D8E100 00007FFD 00000019 00000000 190CBAC0 00007FFD
 5982F1D2 0000FC07 00000001 00007FFD 00000000 00000000 17E6ADFB 00007FFD
 00000016 00000000 00000001 00000000 00000016 00000000 17ED46B8 00007FFD
 04EDD660 00000000 00000005 00000000 00000000 00000000 00000002 00000000
 00000000 00000000 00C63760 00000000 00E2CFE0 00000000 04D5D0F0 00000000
 25553D00 00000000 17E6F1FB 00007FFD 00000001 00000000 00000060 00000002
 00E15B40 00000000 00E15B78 00000000 19000019 00000000 00000000 00000000
 00000000 00000000 18D84931 00007FFD 00000000 00000000 04EDD660 00000000
 04EDD670 00000000 00000000 00000000 00000000 00000000 190495F1 00007FFD
 04ED0000 00000000 04ED0000 00000000 00000000 00000000 04ED0000 00000000
 00000001 00000000 00000000 00000000 00000000 00000000 00000030 00000002
 00020228 00000000 00000202 00000000 00000000 00000000 0009002F 00000000
 1A40102E 00000325 00000239 00000000 04EDD670 00000000 18DF9760 00007FFD
 00000000 00000000 18D80000 00007FFD 00000000 00000000 00000001 00000000
 00000000 00000000 00002010 00000000 04EDD670 00000000 19045D21 00007FFD
 18DF9760 00007FFD 04ED0000 00000000 04D5CD80 00000000 00000000 00000000
 00000000 00000000 00000001 00000000 04EDD670 00000000 18DFB9E9 00007FFD
 00010003 00000000 04D5CFA0 00000000 04D5CFA0 00000000 04EDD670 00000000
 04D5CFA0 00000000 00000000 00000000 00000017 00000000 0000013E 00000000

Registers:
 RAX: 0000000000000001 RBX: 0000000000000016 RCX: 0000000000000111 RDX: 00007FFD18DF986F
 RSI: 00007FFD17ED46B8 RDI: 0000000000000000 RBP: 0000000000C63F30 RSP: 0000000004D5C9C0
 R8:  0000000000000111 R9:  000000000002022A R10: 000000000002022A R11: 0000000004D5C448
 R12: 0000000000000910 R13: 0000000000000000 R14: 00000000004A8ED0 R15: 0000000000000001
 RIP: 00007FFD16AE3E49 EFLAGS: 00000202

 Bytes at instruction pointer:
 0F 1F 44 00 00 48 8B 8C 24 C0 00 00 00 48 33 CC E8 32 8C 06 00 48 81 C4

Operating system:
 Name:     Windows
 Release:  10.0.19041 ()
 Compiler: GCC 9.3.0 "9.3-win32 20200320"

Configuration:
 Blitter:      32bpp-sse2-anim
 Graphics set: OpenGFX (7393)
 Language:     e:\game\ot\lang\czech.lng
 Music driver: dmusic
 Music set:    OpenMSX (96)
 Network:      server
 Sound driver: win32
 Sound set:    OpenSFX (87)
 Video driver: win32
 Pathfinder:   YAPF YAPF YAPF

Fonts:
 Small:  sprite
 Medium: sprite
 Large:  sprite
 Mono:   sprite

Map size: 0x40000 (512 x 512)

AI Configuration (local: 0) (current: 0):
  0: Human
  1: Human
  2: Human
 GS: Bee Reward (v600006)

Libraries:
 LZMA:       5.2.1
 LZO:        2.09
 PNG:        1.5.23
 Zlib:       1.2.8

Module information:
 E:\game\ot\openttd.exe handle: 0000000000400000 size: 53175695 crc: E78570F1 date: 2020-10-16 21:54:42
 C:\WINDOWS\SYSTEM32\ntdll.dll handle: 00007ffd19030000 size: 2024248 crc: E68C8A76 date: 2020-10-14 07:25:30
 C:\WINDOWS\System32\KERNEL32.DLL handle: 00007ffd17d80000 size: 764976 crc: CD2EA1A6 date: 2020-10-14 07:24:36
 C:\WINDOWS\System32\KERNELBASE.dll handle: 00007ffd16ac0000 size: 2920304 crc: E7DBC0E2 date: 2020-10-14 07:25:32
 C:\WINDOWS\System32\ADVAPI32.dll handle: 00007ffd18870000 size: 686408 crc: CEDA5982 date: 2020-10-14 07:24:33
 C:\WINDOWS\System32\msvcrt.dll handle: 00007ffd17e40000 size: 637360 crc: 072737D9 date: 2020-10-14 07:25:30
 C:\WINDOWS\System32\sechost.dll handle: 00007ffd18ce0000 size: 624480 crc: 52040145 date: 2020-10-14 07:25:32
 C:\WINDOWS\System32\RPCRT4.dll handle: 00007ffd17c50000 size: 1192096 crc: 1580D879 date: 2020-10-14 07:25:32
 C:\WINDOWS\System32\GDI32.dll handle: 00007ffd18920000 size: 161672 crc: 40926AD6 date: 2020-10-14 07:25:08
 C:\WINDOWS\System32\win32u.dll handle: 00007ffd16fa0000 size: 132736 crc: 6A63A5B4 date: 2020-10-14 07:25:16
 C:\WINDOWS\System32\gdi32full.dll handle: 00007ffd16e90000 size: 1068640 crc: 83C2D0C8 date: 2020-10-14 07:25:34
 C:\WINDOWS\System32\msvcp_win.dll handle: 00007ffd17000000 size: 634760 crc: 4E54CFE4 date: 2020-10-14 07:25:25
 C:\WINDOWS\System32\ucrtbase.dll handle: 00007ffd16d90000 size: 1044880 crc: B12A8E9D date: 2020-10-14 07:25:25
 C:\WINDOWS\System32\USER32.dll handle: 00007ffd18d80000 size: 1701888 crc: A57C89D2 date: 2020-10-14 07:25:16
 C:\WINDOWS\System32\IMM32.dll handle: 00007ffd170b0000 size: 185448 crc: 36F61BF6 date: 2020-10-14 07:25:33
 C:\WINDOWS\System32\ole32.dll handle: 00007ffd18b50000 size: 1212232 crc: 8244DC26 date: 2020-10-14 07:25:24
 C:\WINDOWS\System32\combase.dll handle: 00007ffd17820000 size: 3506480 crc: 5AB87E80 date: 2020-10-14 07:25:26
 C:\WINDOWS\System32\SHELL32.dll handle: 00007ffd170e0000 size: 7632808 crc: 20CA5D80 date: 2020-10-14 07:25:42
 C:\WINDOWS\System32\WS2_32.dll handle: 00007ffd17ee0000 size: 427200 crc: 6E37A637 date: 2020-10-14 07:25:32
 C:\WINDOWS\SYSTEM32\USP10.dll handle: 00007ffd0f180000 size: 79360 crc: 9A7F7CC2 date: 2020-10-14 07:25:33
 C:\WINDOWS\SYSTEM32\WINMM.dll handle: 00007ffd12d00000 size: 147200 crc: 18D40339 date: 2020-10-14 07:24:29
 C:\WINDOWS\SYSTEM32\CRYPTSP.dll handle: 00007ffd160d0000 size: 83744 crc: DDF7045E date: 2020-10-14 07:25:27
 C:\WINDOWS\system32\rsaenh.dll handle: 00007ffd15830000 size: 207608 crc: 4A244345 date: 2020-10-14 07:25:27
 C:\WINDOWS\System32\bcrypt.dll handle: 00007ffd16fd0000 size: 146216 crc: 30A586B3 date: 2020-10-14 07:25:26
 C:\WINDOWS\SYSTEM32\CRYPTBASE.dll handle: 00007ffd160f0000 size: 34152 crc: CC386121 date: 2020-10-14 07:25:32
 C:\WINDOWS\System32\bcryptPrimitives.dll handle: 00007ffd16a40000 size: 518552 crc: 865C5C60 date: 2020-10-14 07:25:32
 C:\WINDOWS\SYSTEM32\windows.storage.dll handle: 00007ffd148d0000 size: 7986616 crc: 4BC3B612 date: 2020-10-14 07:25:12
 C:\WINDOWS\SYSTEM32\Wldp.dll handle: 00007ffd161a0000 size: 173016 crc: 540DB961 date: 2020-10-14 07:25:26
 C:\WINDOWS\System32\SHCORE.dll handle: 00007ffd18730000 size: 705008 crc: 1B442202 date: 2020-10-14 07:25:17
 C:\WINDOWS\System32\shlwapi.dll handle: 00007ffd18950000 size: 342424 crc: A7308E7B date: 2020-10-14 07:25:41
 C:\WINDOWS\system32\uxtheme.dll handle: 00007ffd14210000 size: 629760 crc: DB130517 date: 2020-10-14 07:25:39
 C:\WINDOWS\System32\MSCTF.dll handle: 00007ffd18a30000 size: 1128536 crc: 2CF2A2AB date: 2020-10-14 07:25:33
 C:\WINDOWS\System32\OLEAUT32.dll handle: 00007ffd17b80000 size: 831032 crc: D7BCC71B date: 2020-10-14 07:25:30
 C:\WINDOWS\SYSTEM32\kernel.appcore.dll handle: 00007ffd146d0000 size: 60464 crc: 7039ACC9 date: 2020-10-14 07:25:14
 C:\WINDOWS\SYSTEM32\textinputframework.dll handle: 00007ffd13210000 size: 1025768 crc: 44B6ED29 date: 2020-10-14 07:25:10
 C:\WINDOWS\SYSTEM32\CoreUIComponents.dll handle: 00007ffd13b80000 size: 3537520 crc: 78335519 date: 2020-10-14 07:25:07
 C:\WINDOWS\SYSTEM32\CoreMessaging.dll handle: 00007ffd13ee0000 size: 988008 crc: 247E5484 date: 2020-10-14 07:25:24
 C:\WINDOWS\SYSTEM32\ntmarta.dll handle: 00007ffd154a0000 size: 191656 crc: B2A51DA2 date: 2020-10-14 07:25:27
 C:\WINDOWS\SYSTEM32\wintypes.dll handle: 00007ffd134b0000 size: 1400208 crc: 778471E7 date: 2020-10-14 07:25:26
 C:\WINDOWS\system32\mswsock.dll handle: 00007ffd15f00000 size: 418416 crc: 7609CC3B date: 2020-10-14 07:25:25
 C:\WINDOWS\SYSTEM32\winmmbase.dll handle: 00007ffd13a90000 size: 144592 crc: B331D5DD date: 2019-12-07 09:08:07
 C:\WINDOWS\SYSTEM32\MMDevAPI.DLL handle: 00007ffd11350000 size: 528904 crc: 420FACF8 date: 2020-10-14 07:24:28
 C:\WINDOWS\SYSTEM32\DEVOBJ.dll handle: 00007ffd16530000 size: 165832 crc: 9AB2CB9F date: 2020-10-14 07:25:30
 C:\WINDOWS\System32\cfgmgr32.dll handle: 00007ffd16830000 size: 305272 crc: DE2280BE date: 2020-10-14 07:25:30
 C:\WINDOWS\SYSTEM32\wdmaud.drv handle: 00007ffd00a30000 size: 259584 crc: DB966BEF date: 2019-12-07 09:08:07
 C:\WINDOWS\SYSTEM32\ksuser.dll handle: 00007ffd099b0000 size: 23264 crc: A73C3DE9 date: 2019-12-07 09:08:07
 C:\WINDOWS\SYSTEM32\AVRT.dll handle: 00007ffd13b60000 size: 30480 crc: D6790ED2 date: 2020-10-14 07:24:28
 C:\WINDOWS\SYSTEM32\AUDIOSES.DLL handle: 00007ffd113e0000 size: 1563520 crc: 7FE5F7E3 date: 2020-10-14 07:24:29
 C:\WINDOWS\SYSTEM32\powrprof.dll handle: 00007ffd161d0000 size: 295464 crc: 74230007 date: 2020-10-14 07:25:27
 C:\WINDOWS\SYSTEM32\UMPDC.dll handle: 00007ffd16180000 size: 64552 crc: B19D9CE1 date: 2020-10-14 07:24:29
 C:\WINDOWS\SYSTEM32\msacm32.drv handle: 00007ffd10340000 size: 30208 crc: 414EBD44 date: 2020-09-11 16:56:29
 C:\WINDOWS\SYSTEM32\MSACM32.dll handle: 00007ffd07f50000 size: 112080 crc: 7C3515A4 date: 2019-12-07 09:08:07
 C:\WINDOWS\SYSTEM32\midimap.dll handle: 00007ffd10330000 size: 26624 crc: C81948B1 date: 2020-09-11 16:56:29
 C:\WINDOWS\System32\clbcatq.dll handle: 00007ffd18f40000 size: 672976 crc: AD4CB4A3 date: 2020-10-14 07:25:24
 C:\WINDOWS\System32\dmusic.dll handle: 00007ffd05bf0000 size: 136192 crc: BDA2573A date: 2019-12-07 09:09:37
 C:\WINDOWS\System32\DSOUND.dll handle: 00007ffcfa330000 size: 615424 crc: 1C78A884 date: 2019-12-07 09:08:07
 C:\WINDOWS\System32\dmsynth.dll handle: 00007ffd00ce0000 size: 126464 crc: 2A50C1AD date: 2019-12-07 09:09:37
 C:\WINDOWS\SYSTEM32\resourcepolicyclient.dll handle: 00007ffd142d0000 size: 71784 crc: 38C47F6A date: 2020-10-14 07:24:41
 C:\Windows\System32\Windows.UI.dll handle: 00007ffd12dc0000 size: 1360936 crc: 182588D1 date: 2020-10-14 07:25:19
 C:\Windows\System32\WindowManagementAPI.dll handle: 00007ffd12f10000 size: 645120 crc: F456A565 date: 2020-10-14 07:25:11
 C:\Windows\System32\InputHost.dll handle: 00007ffd12b80000 size: 1379064 crc: FBEB09C1 date: 2020-10-14 07:25:10
 C:\WINDOWS\SYSTEM32\twinapi.appcore.dll handle: 00007ffd12290000 size: 2132096 crc: 8B82735B date: 2020-10-14 07:24:44
 C:\Windows\System32\PROPSYS.dll handle: 00007ffd11760000 size: 1009216 crc: 5B4AA052 date: 2020-10-14 07:25:14
 C:\WINDOWS\SYSTEM32\TextShaping.dll handle: 00007ffd03a40000 size: 707544 crc: 5954E52F date: 2020-10-14 07:25:08
 C:\WINDOWS\System32\psapi.dll handle: 00007ffd17f50000 size: 19144 crc: 6E06CEEB date: 2020-10-14 07:25:23

Events: i, i

---- gamelog start ----
Tick 0: new game started
Revision text changed to jgrpp-0.38.0, savegame version 219, not modified, _openttd_newgrf_version = 0x1b006d64
New game mode: 1 landscape: 0
Added NewGRF: GRF ID 504B4B01, checksum A76AB6AA2AA0E24E3DBB8AD0FEADEDD9, filename: cs_town_names-1.0b\cs_townnames.grf (md5sum matches)
Added NewGRF: GRF ID 544D0101, checksum A03B93117C7B363F21C436781E4DF5B4, filename: 2cc_trainsinnml-3.0\2ccts.grf (md5sum matches)
Added NewGRF: GRF ID 44440A01, checksum FCEEC76CF44EC23E7FE9C88048CF11CC, filename: av8_aviators_aircraft_set-2.21\pb_av8w.grf (md5sum matches)
Added NewGRF: GRF ID 4D530101, checksum F7152EEB4C4B1558FF599F7B66A105B4, filename: cssalinaset-1.1\cssalinaset.grf (md5sum matches)
Added NewGRF: GRF ID 414E0101, checksum 5D665C64693A438E3046C22666F46E08, filename: fish_ship_set-0.9.2\fish.grf (md5sum matches)
Added NewGRF: GRF ID 52571204, checksum 1BE05F38C2866CBB177E79680818051A, filename: egrvts2_nrt-nrt_r204\egrvts2.grf (md5sum matches)
Added NewGRF: GRF ID 4A595001, checksum BBA9F50E894D063E20773A66E15B8FAD, filename: 2cc_bus_set-v10\2ccbusset.grf (md5sum matches)
Added NewGRF: GRF ID FBFB0010, checksum 2A0082F909643FFB6624BD510EBDDA4D, filename: 2cc_trams-0.1.0beta2\trams-2cc.grf (md5sum matches)
Added NewGRF: GRF ID 55464990, checksum 1A7F4F2D1971114341772543391017AE, filename: u_rermm_2-1c\urermm2.grf (md5sum matches)
Added NewGRF: GRF ID 58534453, checksum 2E100BCA91DB8371CD9D57DBEC3AB0C8, filename: dutch_stations_set-1.0.0alpha\dutchstatw.grf (md5sum matches)
Added NewGRF: GRF ID 504A0112, checksum 80D0B8699A417CC03CD06BC74E8796D0, filename: dutch_station_addition_part_2-0.4\dstatadd_part2_v0_4.grf (md5sum matches)
Added NewGRF: GRF ID 504A0113, checksum 0B65D0779D65427BC135FC624278FEA3, filename: dutch_station_addition_part_3-001\dstatadd_part3_v001.grf (md5sum matches)
Added NewGRF: GRF ID 504A0110, checksum E8244C5278CB2408A818854DC11F8940, filename: dutch_station_addition_set-0.8\dstatadd_v0_8.grf (md5sum matches)
Added NewGRF: GRF ID 4A430002, checksum 93EAC5F5396584B92D4C5F0AAAF3F6C5, filename: industrial_stations_renewal-1.0.2\indstatr.grf (md5sum matches)
Added NewGRF: GRF ID 4A448807, checksum 7E0C442FD537906D7C3532FFF0AE9590, filename: extreme_industry_set-0.6.0\xis_0.6.0.grf (md5sum matches)
Added NewGRF: GRF ID 56430001, checksum 2AD089EE6B73F25D79F286AD43765914, filename: total_town_replacement_set-3.14\ttrs3w.grf (md5sum matches)
Added NewGRF: GRF ID 74677462, checksum 1D2A4E03D9F30922788C166254C27619, filename: total_bridge_renewal_set-1.2\total_bridges.grf (md5sum matches)
Added NewGRF: GRF ID 55464989, checksum 4168A85A8729287F9AE283285899274D, filename: u_ratt-0.2a\uratt.grf (md5sum matches)
Added NewGRF: GRF ID 47385202, checksum BF507B28BAF0C6C12A5B396B5484A523, filename: utility_roadtype_set-3.8\urs.grf (md5sum matches)
Added NewGRF: GRF ID FBFB0A01, checksum F72870562FBD9CC015A0CCDC60588F86, filename: useless_tracks-0.1.0\uselesstracks.grf (md5sum matches)
Added NewGRF: GRF ID 47385206, checksum 22E0F06437BE4EA983CD13EB74A2AA2C, filename: utility_truck_set-0.1a\uts.grf (md5sum matches)
Added NewGRF: GRF ID 47385207, checksum 87D5CF8AF3C5A4B58C31E08BBA16969B, filename: utility_truck_set_pipe_addon-0.4a\uts_addon.grf (md5sum matches)
Added NewGRF: GRF ID 41570101, checksum EB6D228C579D91009EBE57F39F1C5CE1, filename: cargotrams8o.grf (md5sum matches)
Added NewGRF: GRF ID 4A430101, checksum A382A513D9A4099A2ECEE4275758B321, filename: fsetw_j.grf (md5sum matches)
---- gamelog end ----

Recent news messages (30 of 30):
(2008-09-01) StringID: 709, Type: 11, Ref1: 6, 1079, Ref2: 0, 4294967295
(2008-06-08) StringID: 713, Type: 12, Ref1: 3, 35, Ref2: 0, 4294967295
(2008-05-19) StringID: 713, Type: 12, Ref1: 3, 59, Ref2: 0, 4294967295
(2008-05-01) StringID: 709, Type: 11, Ref1: 6, 1531, Ref2: 0, 4294967295
(2008-04-11) StringID: 711, Type: 12, Ref1: 3, 59, Ref2: 0, 4294967295
(2008-03-15) StringID: 647, Type: 1, Ref1: 2, 259, Ref2: 3, 74
(2008-01-31) StringID: 647, Type: 1, Ref1: 2, 259, Ref2: 3, 72
(2008-01-28) StringID: 713, Type: 12, Ref1: 3, 59, Ref2: 0, 4294967295
(2008-01-01) StringID: 703, Type: 10, Ref1: 2, 123, Ref2: 0, 4294967295
(2007-12-09) StringID: 672, Type: 4, Ref1: 4, 320, Ref2: 0, 4294967295
(2007-10-01) StringID: 709, Type: 11, Ref1: 6, 576, Ref2: 0, 4294967295
(2007-10-01) StringID: 709, Type: 11, Ref1: 6, 545, Ref2: 0, 4294967295
(2007-10-01) StringID: 709, Type: 11, Ref1: 6, 507, Ref2: 0, 4294967295
(2007-09-25) StringID: 644, Type: 0, Ref1: 2, 237, Ref2: 3, 69
(2007-09-23) StringID: 672, Type: 4, Ref1: 4, 319, Ref2: 0, 4294967295
(2007-09-22) StringID: 644, Type: 0, Ref1: 2, 237, Ref2: 3, 70
(2007-09-19) StringID: 644, Type: 0, Ref1: 2, 237, Ref2: 3, 71
(2007-09-16) StringID: 644, Type: 0, Ref1: 2, 237, Ref2: 3, 68
(2007-09-11) StringID: 644, Type: 0, Ref1: 2, 237, Ref2: 3, 67
(2007-07-23) StringID: 672, Type: 4, Ref1: 4, 318, Ref2: 0, 4294967295
(2007-05-20) StringID: 644, Type: 0, Ref1: 2, 90, Ref2: 3, 59
(2007-05-16) StringID: 644, Type: 0, Ref1: 2, 90, Ref2: 3, 66
(2007-05-13) StringID: 644, Type: 0, Ref1: 2, 90, Ref2: 3, 65
(2007-05-10) StringID: 644, Type: 0, Ref1: 2, 90, Ref2: 3, 64
(2007-05-05) StringID: 644, Type: 0, Ref1: 2, 90, Ref2: 3, 63
(2007-05-02) StringID: 644, Type: 0, Ref1: 2, 90, Ref2: 3, 62
(2007-05-01) StringID: 709, Type: 11, Ref1: 6, 1381, Ref2: 0, 4294967295
(2007-05-01) StringID: 709, Type: 11, Ref1: 6, 1356, Ref2: 0, 4294967295
(2007-05-01) StringID: 709, Type: 11, Ref1: 6, 1308, Ref2: 0, 4294967295
(2007-04-26) StringID: 641, Type: 1, Ref1: 2, 211, Ref2: 3, 61

Command Log:
 Showing most recent 128 of 1657 commands
   0 | 2008-09-24, 57,   0 | 2a-m--t-- |        0 x       0, p1: 0x00000014, p2: 0x00000000, cc:  18, lc:   0, cmd: 0x0000005D (CmdSetGoalProgress)
   1 | 2008-09-24, 56,   0 | 2a-m--t-- |        0 x       0, p1: 0x00000007, p2: 0x00000000, cc:  18, lc:   0, cmd: 0x0000005D (CmdSetGoalProgress)
   2 | 2008-09-24, 55,   0 | 2a-m--t-- |        0 x       0, p1: 0x0000002C, p2: 0x00000000, cc:  18, lc:   0, cmd: 0x0000005D (CmdSetGoalProgress)
   3 | 2008-09-24, 54,   0 | 2a-m--t-- |        0 x       0, p1: 0x00000029, p2: 0x00000000, cc:  18, lc:   0, cmd: 0x0000005D (CmdSetGoalProgress)
   4 | 2008-09-24, 53,   0 | 2a-m--t-- |        0 x       0, p1: 0x00000027, p2: 0x00000000, cc:  18, lc:   0, cmd: 0x0000005D (CmdSetGoalProgress)
   5 | 2008-09-24, 52,   0 | 2a-m--t-- |        0 x       0, p1: 0x00000025, p2: 0x00000000, cc:  18, lc:   0, cmd: 0x0000005D (CmdSetGoalProgress)
   6 | 2008-09-24, 51,   0 | 2a-m--t-- |        0 x       0, p1: 0x00000023, p2: 0x00000000, cc:  18, lc:   0, cmd: 0x0000005D (CmdSetGoalProgress)
   7 | 2008-09-24, 50,   0 | 2a-m--t-- |        0 x       0, p1: 0x00000022, p2: 0x00000000, cc:  18, lc:   0, cmd: 0x0000005D (CmdSetGoalProgress)
   8 | 2008-09-24, 49,   0 | 2a-m--t-- |        0 x       0, p1: 0x00000021, p2: 0x00000000, cc:  18, lc:   0, cmd: 0x0000005D (CmdSetGoalProgress)
   9 | 2008-09-24, 48,   0 | 2a-m--t-- |        0 x       0, p1: 0x0000001F, p2: 0x00000000, cc:  18, lc:   0, cmd: 0x0000005D (CmdSetGoalProgress)
  10 | 2008-09-24, 47,   0 | 2a-m--t-- |        0 x       0, p1: 0x0000001E, p2: 0x00000000, cc:  18, lc:   0, cmd: 0x0000005D (CmdSetGoalProgress)
  11 | 2008-09-24, 46,   0 | 2a-m--t-- |        0 x       0, p1: 0x0000001D, p2: 0x00000000, cc:  18, lc:   0, cmd: 0x0000005D (CmdSetGoalProgress)
  12 | 2008-09-24, 45,   0 | 2a-m--t-- |        0 x       0, p1: 0x0000001C, p2: 0x00000000, cc:  18, lc:   0, cmd: 0x0000005D (CmdSetGoalProgress)
  13 | 2008-09-24, 44,   0 | 2a-m--t-- |        0 x       0, p1: 0x0000001B, p2: 0x00000000, cc:  18, lc:   0, cmd: 0x0000005D (CmdSetGoalProgress)
  14 | 2008-09-24, 43,   0 | 2a-m--t-- |        0 x       0, p1: 0x0000002B, p2: 0x00000000, cc:  18, lc:   0, cmd: 0x0000005D (CmdSetGoalProgress)
  15 | 2008-09-24, 42,   0 | 2a-m--t-- |        0 x       0, p1: 0x00000028, p2: 0x00000000, cc:  18, lc:   0, cmd: 0x0000005D (CmdSetGoalProgress)
  16 | 2008-09-24, 41,   0 | 2a-m--t-- |        0 x       0, p1: 0x00000024, p2: 0x00000000, cc:  18, lc:   0, cmd: 0x0000005D (CmdSetGoalProgress)
  17 | 2008-09-24, 40,   0 | 2a-m--t-- |        0 x       0, p1: 0x00000018, p2: 0x00000000, cc:  18, lc:   0, cmd: 0x0000005D (CmdSetGoalProgress)
  18 | 2008-09-24, 39,   0 | 2a-m--t-- |        0 x       0, p1: 0x00000017, p2: 0x00000000, cc:  18, lc:   0, cmd: 0x0000005D (CmdSetGoalProgress)
  19 | 2008-09-24, 38,   0 | 2a-m--t-- |        0 x       0, p1: 0x00000013, p2: 0x00000000, cc:  18, lc:   0, cmd: 0x0000005D (CmdSetGoalProgress)
  20 | 2008-09-24, 37,   0 | 2a-m--t-- |        0 x       0, p1: 0x00000011, p2: 0x00000000, cc:  18, lc:   0, cmd: 0x0000005D (CmdSetGoalProgress)
  21 | 2008-09-24, 36,   0 | 2a-m--t-- |        0 x       0, p1: 0x00000010, p2: 0x00000000, cc:  18, lc:   0, cmd: 0x0000005D (CmdSetGoalProgress)
  22 | 2008-09-24, 35,   0 | 2a-m--t-- |        0 x       0, p1: 0x0000000F, p2: 0x00000000, cc:  18, lc:   0, cmd: 0x0000005D (CmdSetGoalProgress)
  23 | 2008-09-24, 34,   0 | 2a-m--t-- |        0 x       0, p1: 0x0000000E, p2: 0x00000000, cc:  18, lc:   0, cmd: 0x0000005D (CmdSetGoalProgress)
  24 | 2008-09-24, 33,   0 | 2a-m--t-- |        0 x       0, p1: 0x0000002D, p2: 0x00000000, cc:  18, lc:   0, cmd: 0x0000005D (CmdSetGoalProgress)
  25 | 2008-09-24, 32,   0 | 2a-m--t-- |        0 x       0, p1: 0x0000002A, p2: 0x00000000, cc:  18, lc:   0, cmd: 0x0000005D (CmdSetGoalProgress)
  26 | 2008-09-24, 31,   0 | 2a-m--t-- |        0 x       0, p1: 0x0000000D, p2: 0x00000000, cc:  18, lc:   0, cmd: 0x0000005D (CmdSetGoalProgress)
  27 | 2008-09-24, 30,   0 | 2a-m--t-- |        0 x       0, p1: 0x0000000C, p2: 0x00000000, cc:  18, lc:   0, cmd: 0x0000005D (CmdSetGoalProgress)
  28 | 2008-09-24, 29,   0 | 2a-m--t-- |        0 x       0, p1: 0x0000000B, p2: 0x00000000, cc:  18, lc:   0, cmd: 0x0000005D (CmdSetGoalProgress)
  29 | 2008-09-24, 28,   0 | 2a-m--t-- |        0 x       0, p1: 0x0000000A, p2: 0x00000000, cc:  18, lc:   0, cmd: 0x0000005D (CmdSetGoalProgress)
  30 | 2008-09-24, 27,   0 | 2a-m--t-- |        0 x       0, p1: 0x00000009, p2: 0x00000000, cc:  18, lc:   0, cmd: 0x0000005D (CmdSetGoalProgress)
  31 | 2008-09-24, 26,   0 | 2a-m--t-- |        0 x       0, p1: 0x00000008, p2: 0x00000000, cc:  18, lc:   0, cmd: 0x0000005D (CmdSetGoalProgress)
  32 | 2008-09-24, 25,   0 | 2a-m--t-- |        0 x       0, p1: 0x00000006, p2: 0x00000000, cc:  18, lc:   0, cmd: 0x0000005D (CmdSetGoalProgress)
  33 | 2008-09-24, 24,   0 | 2a-m--t-- |        0 x       0, p1: 0x00000005, p2: 0x00000000, cc:  18, lc:   0, cmd: 0x0000005D (CmdSetGoalProgress)
  34 | 2008-09-24, 23,   0 | 2a-m--t-- |        0 x       0, p1: 0x00000004, p2: 0x00000000, cc:  18, lc:   0, cmd: 0x0000005D (CmdSetGoalProgress)
  35 | 2008-09-24, 22,   0 | 2a-m--t-- |        0 x       0, p1: 0x00000003, p2: 0x00000000, cc:  18, lc:   0, cmd: 0x0000005D (CmdSetGoalProgress)
  36 | 2008-09-24, 21,   0 | 2a-m--t-- |        0 x       0, p1: 0x00000002, p2: 0x00000000, cc:  18, lc:   0, cmd: 0x0000005D (CmdSetGoalProgress)
  37 | 2008-09-24, 20,   0 | 2a-m--t-- |        0 x       0, p1: 0x00000001, p2: 0x00000000, cc:  18, lc:   0, cmd: 0x0000005D (CmdSetGoalProgress)
  38 | 2008-09-24, 19,   0 | 2a-m--t-- |        0 x       0, p1: 0x00000000, p2: 0x00000000, cc:  18, lc:   0, cmd: 0x0000005D (CmdSetGoalProgress)
  39 | 2008-09-21, 51,   0 | --------- |      335 x       2, p1: 0x8000001E, p2: 0x00000003, cc:   2, lc:   0, cmd: 0x12750122 (CmdSellVehicle)
  40 | 2008-09-11, 55,   0 | 2--m----- |      244 x     177, p1: 0x00000059, p2: 0x00000000, cc:   0, lc:   0, cmd: 0x12630081 (CmdStartStopVehicle)
  41 | 2008-09-10, 43,   0 | 2--m----- |      244 x     177, p1: 0x00100059, p2: 0x000E0051, cc:   0, lc:   0, cmd: 0x128B002D (CmdInsertOrder)
  42 | 2008-09-09, 71,   0 | 2--m----- |      244 x     177, p1: 0x00000059, p2: 0x002A0051, cc:   0, lc:   0, cmd: 0x128B002D (CmdInsertOrder)
  43 | 2008-09-09, 18,   0 | 2a-m--t-- |        0 x       0, p1: 0x00000020, p2: 0x00000000, cc:  18, lc:   0, cmd: 0x0000005D (CmdSetGoalProgress)
  44 | 2008-09-09, 17,   0 | 2a-m--t-- |        0 x       0, p1: 0x00000014, p2: 0x00000000, cc:  18, lc:   0, cmd: 0x0000005D (CmdSetGoalProgress)
  45 | 2008-09-09, 16,   0 | 2a-m--t-- |        0 x       0, p1: 0x00000007, p2: 0x00000000, cc:  18, lc:   0, cmd: 0x0000005D (CmdSetGoalProgress)
  46 | 2008-09-09,  3,   0 | 2--m----- |      244 x     177, p1: 0x00000074, p2: 0x00000073, cc:   0, lc:   0, cmd: 0x11FC0026 (CmdMoveRailVehicle)
  47 | 2008-09-08, 25,   0 | 2--m----- |      244 x     177, p1: 0xFF000648, p2: 0x00000001, cc:   0, lc:   0, cmd: 0x126B0021 (CmdBuildVehicle)
  48 | 2008-09-08, 17,   0 | 2--m----- |      244 x     177, p1: 0xFF000648, p2: 0x00000001, cc:   0, lc:   0, cmd: 0x126B0021 (CmdBuildVehicle)
  49 | 2008-09-04, 15,   0 | 2a-m--t-- |        0 x       0, p1: 0x00000015, p2: 0x00000000, cc:  18, lc:   0, cmd: 0x0000005D (CmdSetGoalProgress)
  50 | 2008-09-03, 58,   0 | --------- |        0 x       0, p1: 0x00000296, p2: 0x00000000, cc:   1, lc:   0, cmd: 0x00000135 (CmdWantEnginePreview)
  51 | 2008-09-02, 53,   0 | 2--m----- |      235 x     181, p1: 0x0001630C, p2: 0x0000001B, cc:   0, lc:   0, cmd: 0x12120011 (CmdConvertRail)
  52 | 2008-08-28, 66,   0 | --------- |      314 x       2, p1: 0x0000001E, p2: 0x00000000, cc:   2, lc:   0, cmd: 0x12690124 (CmdSendVehicleToDepot)
  53 | 2008-08-27, 26,   0 | 2--m----- |      244 x     177, p1: 0x00000000, p2: 0x00000000, cc:   0, lc:   0, cmd: 0x00000085 (CmdDepotSellAllVehicles)
  54 | 2008-08-25, 14,   0 | 2a-m--t-- |        0 x       0, p1: 0x00000020, p2: 0x00000000, cc:  18, lc:   0, cmd: 0x0000005D (CmdSetGoalProgress)
  55 | 2008-08-25, 13,   0 | 2a-m--t-- |        0 x       0, p1: 0x0000002E, p2: 0x00000000, cc:  18, lc:   0, cmd: 0x0000005D (CmdSetGoalProgress)
  56 | 2008-08-25, 12,   0 | 2a-m--t-- |        0 x       0, p1: 0x00000007, p2: 0x00000000, cc:  18, lc:   0, cmd: 0x0000005D (CmdSetGoalProgress)
  57 | 2008-08-20, 54,   0 | 2--m----- |      237 x     179, p1: 0x00000071, p2: 0x00000000, cc:   0, lc:   0, cmd: 0x12670024 (CmdSendVehicleToDepot)
  58 | 2008-08-20, 10,   0 | 2a-m--t-- |        0 x       0, p1: 0x0000002C, p2: 0x00000000, cc:  18, lc:   0, cmd: 0x0000005D (CmdSetGoalProgress)
  59 | 2008-08-20,  9,   0 | 2a-m--t-- |        0 x       0, p1: 0x00000029, p2: 0x00000000, cc:  18, lc:   0, cmd: 0x0000005D (CmdSetGoalProgress)
  60 | 2008-08-20,  8,   0 | 2a-m--t-- |        0 x       0, p1: 0x00000027, p2: 0x00000000, cc:  18, lc:   0, cmd: 0x0000005D (CmdSetGoalProgress)
  61 | 2008-08-20,  7,   0 | 2a-m--t-- |        0 x       0, p1: 0x00000025, p2: 0x00000000, cc:  18, lc:   0, cmd: 0x0000005D (CmdSetGoalProgress)
  62 | 2008-08-20,  6,   0 | 2a-m--t-- |        0 x       0, p1: 0x00000023, p2: 0x00000000, cc:  18, lc:   0, cmd: 0x0000005D (CmdSetGoalProgress)
  63 | 2008-08-20,  5,   0 | 2a-m--t-- |        0 x       0, p1: 0x00000022, p2: 0x00000000, cc:  18, lc:   0, cmd: 0x0000005D (CmdSetGoalProgress)
  64 | 2008-08-20,  4,   0 | 2a-m--t-- |        0 x       0, p1: 0x00000021, p2: 0x00000000, cc:  18, lc:   0, cmd: 0x0000005D (CmdSetGoalProgress)
  65 | 2008-08-20,  3,   0 | 2a-m--t-- |        0 x       0, p1: 0x0000001F, p2: 0x00000000, cc:  18, lc:   0, cmd: 0x0000005D (CmdSetGoalProgress)
  66 | 2008-08-20,  2,   0 | 2a-m--t-- |        0 x       0, p1: 0x0000001E, p2: 0x00000000, cc:  18, lc:   0, cmd: 0x0000005D (CmdSetGoalProgress)
  67 | 2008-08-20,  1,   0 | 2a-m--t-- |        0 x       0, p1: 0x0000001D, p2: 0x00000000, cc:  18, lc:   0, cmd: 0x0000005D (CmdSetGoalProgress)
  68 | 2008-08-20,  0,   0 | 2a-m--t-- |        0 x       0, p1: 0x0000001C, p2: 0x00000000, cc:  18, lc:   0, cmd: 0x0000005D (CmdSetGoalProgress)
  69 | 2008-08-19, 73,   0 | 2a-m--t-- |        0 x       0, p1: 0x0000001B, p2: 0x00000000, cc:  18, lc:   0, cmd: 0x0000005D (CmdSetGoalProgress)
  70 | 2008-08-19, 72,   0 | 2a-m--t-- |        0 x       0, p1: 0x0000002B, p2: 0x00000000, cc:  18, lc:   0, cmd: 0x0000005D (CmdSetGoalProgress)
  71 | 2008-08-19, 71,   0 | 2a-m--t-- |        0 x       0, p1: 0x00000028, p2: 0x00000000, cc:  18, lc:   0, cmd: 0x0000005D (CmdSetGoalProgress)
  72 | 2008-08-19, 70,   0 | 2a-m--t-- |        0 x       0, p1: 0x00000024, p2: 0x00000000, cc:  18, lc:   0, cmd: 0x0000005D (CmdSetGoalProgress)
  73 | 2008-08-19, 69,   0 | 2a-m--t-- |        0 x       0, p1: 0x00000018, p2: 0x00000000, cc:  18, lc:   0, cmd: 0x0000005D (CmdSetGoalProgress)
  74 | 2008-08-19, 68,   0 | 2a-m--t-- |        0 x       0, p1: 0x00000017, p2: 0x00000000, cc:  18, lc:   0, cmd: 0x0000005D (CmdSetGoalProgress)
  75 | 2008-08-19, 67,   0 | 2a-m--t-- |        0 x       0, p1: 0x00000013, p2: 0x00000000, cc:  18, lc:   0, cmd: 0x0000005D (CmdSetGoalProgress)
  76 | 2008-08-19, 66,   0 | 2a-m--t-- |        0 x       0, p1: 0x00000011, p2: 0x00000000, cc:  18, lc:   0, cmd: 0x0000005D (CmdSetGoalProgress)
  77 | 2008-08-19, 65,   0 | 2a-m--t-- |        0 x       0, p1: 0x00000010, p2: 0x00000000, cc:  18, lc:   0, cmd: 0x0000005D (CmdSetGoalProgress)
  78 | 2008-08-19, 64,   0 | 2a-m--t-- |        0 x       0, p1: 0x0000000F, p2: 0x00000000, cc:  18, lc:   0, cmd: 0x0000005D (CmdSetGoalProgress)
  79 | 2008-08-19, 63,   0 | 2a-m--t-- |        0 x       0, p1: 0x0000000E, p2: 0x00000000, cc:  18, lc:   0, cmd: 0x0000005D (CmdSetGoalProgress)
  80 | 2008-08-19, 62,   0 | 2a-m--t-- |        0 x       0, p1: 0x0000002D, p2: 0x00000000, cc:  18, lc:   0, cmd: 0x0000005D (CmdSetGoalProgress)
  81 | 2008-08-19, 61,   0 | 2a-m--t-- |        0 x       0, p1: 0x0000002A, p2: 0x00000000, cc:  18, lc:   0, cmd: 0x0000005D (CmdSetGoalProgress)
  82 | 2008-08-19, 60,   0 | 2a-m--t-- |        0 x       0, p1: 0x0000000D, p2: 0x00000000, cc:  18, lc:   0, cmd: 0x0000005D (CmdSetGoalProgress)
  83 | 2008-08-19, 59,   0 | 2a-m--t-- |        0 x       0, p1: 0x0000000C, p2: 0x00000000, cc:  18, lc:   0, cmd: 0x0000005D (CmdSetGoalProgress)
  84 | 2008-08-19, 58,   0 | 2a-m--t-- |        0 x       0, p1: 0x0000000B, p2: 0x00000000, cc:  18, lc:   0, cmd: 0x0000005D (CmdSetGoalProgress)
  85 | 2008-08-19, 57,   0 | 2a-m--t-- |        0 x       0, p1: 0x0000000A, p2: 0x00000000, cc:  18, lc:   0, cmd: 0x0000005D (CmdSetGoalProgress)
  86 | 2008-08-19, 56,   0 | 2a-m--t-- |        0 x       0, p1: 0x00000009, p2: 0x00000000, cc:  18, lc:   0, cmd: 0x0000005D (CmdSetGoalProgress)
  87 | 2008-08-19, 55,   0 | 2a-m--t-- |        0 x       0, p1: 0x00000008, p2: 0x00000000, cc:  18, lc:   0, cmd: 0x0000005D (CmdSetGoalProgress)
  88 | 2008-08-19, 54,   0 | 2a-m--t-- |        0 x       0, p1: 0x00000006, p2: 0x00000000, cc:  18, lc:   0, cmd: 0x0000005D (CmdSetGoalProgress)
  89 | 2008-08-19, 53,   0 | 2a-m--t-- |        0 x       0, p1: 0x00000005, p2: 0x00000000, cc:  18, lc:   0, cmd: 0x0000005D (CmdSetGoalProgress)
  90 | 2008-08-19, 52,   0 | 2a-m--t-- |        0 x       0, p1: 0x00000004, p2: 0x00000000, cc:  18, lc:   0, cmd: 0x0000005D (CmdSetGoalProgress)
  91 | 2008-08-19, 51,   0 | 2a-m--t-- |        0 x       0, p1: 0x00000003, p2: 0x00000000, cc:  18, lc:   0, cmd: 0x0000005D (CmdSetGoalProgress)
  92 | 2008-08-19, 50,   0 | 2a-m--t-- |        0 x       0, p1: 0x00000002, p2: 0x00000000, cc:  18, lc:   0, cmd: 0x0000005D (CmdSetGoalProgress)
  93 | 2008-08-19, 49,   0 | 2a-m--t-- |        0 x       0, p1: 0x00000001, p2: 0x00000000, cc:  18, lc:   0, cmd: 0x0000005D (CmdSetGoalProgress)
  94 | 2008-08-19, 48,   0 | 2a-m--t-- |        0 x       0, p1: 0x00000000, p2: 0x00000000, cc:  18, lc:   0, cmd: 0x0000005D (CmdSetGoalProgress)
  95 | 2008-08-18, 63,   0 | 2--m----- |      245 x     178, p1: 0x000164F5, p2: 0x00000000, cc:   0, lc:   0, cmd: 0x11730051 (CmdClearArea)
  96 | 2008-08-09, 47,   0 | 2a-m--t-- |        0 x       0, p1: 0x00000020, p2: 0x00000000, cc:  18, lc:   0, cmd: 0x0000005D (CmdSetGoalProgress)
  97 | 2008-08-09, 46,   0 | 2a-m--t-- |        0 x       0, p1: 0x00000019, p2: 0x00000000, cc:  18, lc:   0, cmd: 0x0000005D (CmdSetGoalProgress)
  98 | 2008-08-09, 45,   0 | 2a-m--t-- |        0 x       0, p1: 0x0000002E, p2: 0x00000000, cc:  18, lc:   0, cmd: 0x0000005D (CmdSetGoalProgress)
  99 | 2008-08-09, 44,   0 | 2a-m--t-- |        0 x       0, p1: 0x00000012, p2: 0x00000000, cc:  18, lc:   0, cmd: 0x0000005D (CmdSetGoalProgress)
 100 | 2008-08-09, 43,   0 | 2a-m--t-- |        0 x       0, p1: 0x00000007, p2: 0x00000000, cc:  18, lc:   0, cmd: 0x0000005D (CmdSetGoalProgress)
 101 | 2008-08-05, 10,   0 | ---ms---f |      244 x     178, p1: 0x0000001A, p2: 0x00000003, cc:   0, lc:   0, cmd: 0x00000002 (CmdBuildSingleRail)
 102 | 2008-08-05, 10,   0 | ---ms---f |      244 x     178, p1: 0x0000001A, p2: 0x00000000, cc:   0, lc:   0, cmd: 0x00000002 (CmdBuildSingleRail)
 103 | 2008-08-05, 10,   0 | ---ms---f |      244 x     178, p1: 0x0000001A, p2: 0x00000004, cc:   0, lc:   0, cmd: 0x00000002 (CmdBuildSingleRail)
 104 | 2008-08-05, 10,   0 | 2--m----- |      245 x     178, p1: 0x0000001A, p2: 0x00000000, cc:   0, lc:   0, cmd: 0x11EE0007 (CmdBuildTrainDepot)
 105 | 2008-07-25, 42,   0 | 2a-m--t-- |        0 x       0, p1: 0x00000020, p2: 0x00000000, cc:  18, lc:   0, cmd: 0x0000005D (CmdSetGoalProgress)
 106 | 2008-07-25, 41,   0 | 2a-m--t-- |        0 x       0, p1: 0x00000019, p2: 0x00000000, cc:  18, lc:   0, cmd: 0x0000005D (CmdSetGoalProgress)
 107 | 2008-07-25, 40,   0 | 2a-m--t-- |        0 x       0, p1: 0x00000016, p2: 0x00000000, cc:  18, lc:   0, cmd: 0x0000005D (CmdSetGoalProgress)
 108 | 2008-07-25, 39,   0 | 2a-m--t-- |        0 x       0, p1: 0x00000014, p2: 0x00000000, cc:  18, lc:   0, cmd: 0x0000005D (CmdSetGoalProgress)
 109 | 2008-07-25, 38,   0 | 2a-m--t-- |        0 x       0, p1: 0x00000007, p2: 0x00000000, cc:  18, lc:   0, cmd: 0x0000005D (CmdSetGoalProgress)
 110 | 2008-07-20, 36,   0 | 2a-m--t-- |        0 x       0, p1: 0x0000002C, p2: 0x00000000, cc:  18, lc:   0, cmd: 0x0000005D (CmdSetGoalProgress)
 111 | 2008-07-20, 35,   0 | 2a-m--t-- |        0 x       0, p1: 0x00000029, p2: 0x00000000, cc:  18, lc:   0, cmd: 0x0000005D (CmdSetGoalProgress)
 112 | 2008-07-20, 34,   0 | 2a-m--t-- |        0 x       0, p1: 0x00000027, p2: 0x00000000, cc:  18, lc:   0, cmd: 0x0000005D (CmdSetGoalProgress)
 113 | 2008-07-20, 33,   0 | 2a-m--t-- |        0 x       0, p1: 0x00000025, p2: 0x00000000, cc:  18, lc:   0, cmd: 0x0000005D (CmdSetGoalProgress)
 114 | 2008-07-20, 32,   0 | 2a-m--t-- |        0 x       0, p1: 0x00000023, p2: 0x00000000, cc:  18, lc:   0, cmd: 0x0000005D (CmdSetGoalProgress)
 115 | 2008-07-20, 31,   0 | 2a-m--t-- |        0 x       0, p1: 0x00000022, p2: 0x00000000, cc:  18, lc:   0, cmd: 0x0000005D (CmdSetGoalProgress)
 116 | 2008-07-20, 30,   0 | 2a-m--t-- |        0 x       0, p1: 0x00000021, p2: 0x00000000, cc:  18, lc:   0, cmd: 0x0000005D (CmdSetGoalProgress)
 117 | 2008-07-20, 29,   0 | 2a-m--t-- |        0 x       0, p1: 0x0000001F, p2: 0x00000000, cc:  18, lc:   0, cmd: 0x0000005D (CmdSetGoalProgress)
 118 | 2008-07-20, 28,   0 | 2a-m--t-- |        0 x       0, p1: 0x0000001E, p2: 0x00000000, cc:  18, lc:   0, cmd: 0x0000005D (CmdSetGoalProgress)
 119 | 2008-07-20, 27,   0 | 2a-m--t-- |        0 x       0, p1: 0x0000001D, p2: 0x00000000, cc:  18, lc:   0, cmd: 0x0000005D (CmdSetGoalProgress)
 120 | 2008-07-20, 26,   0 | 2a-m--t-- |        0 x       0, p1: 0x0000001C, p2: 0x00000000, cc:  18, lc:   0, cmd: 0x0000005D (CmdSetGoalProgress)
 121 | 2008-07-20, 25,   0 | 2a-m--t-- |        0 x       0, p1: 0x0000001B, p2: 0x00000000, cc:  18, lc:   0, cmd: 0x0000005D (CmdSetGoalProgress)
 122 | 2008-07-20, 24,   0 | 2a-m--t-- |        0 x       0, p1: 0x0000002B, p2: 0x00000000, cc:  18, lc:   0, cmd: 0x0000005D (CmdSetGoalProgress)
 123 | 2008-07-20, 23,   0 | 2a-m--t-- |        0 x       0, p1: 0x00000028, p2: 0x00000000, cc:  18, lc:   0, cmd: 0x0000005D (CmdSetGoalProgress)
 124 | 2008-07-20, 22,   0 | 2a-m--t-- |        0 x       0, p1: 0x00000024, p2: 0x00000000, cc:  18, lc:   0, cmd: 0x0000005D (CmdSetGoalProgress)
 125 | 2008-07-20, 21,   0 | 2a-m--t-- |        0 x       0, p1: 0x00000018, p2: 0x00000000, cc:  18, lc:   0, cmd: 0x0000005D (CmdSetGoalProgress)
 126 | 2008-07-20, 20,   0 | 2a-m--t-- |        0 x       0, p1: 0x00000017, p2: 0x00000000, cc:  18, lc:   0, cmd: 0x0000005D (CmdSetGoalProgress)
 127 | 2008-07-20, 19,   0 | 2a-m--t-- |        0 x       0, p1: 0x00000013, p2: 0x00000000, cc:  18, lc:   0, cmd: 0x0000005D (CmdSetGoalProgress)

*** End of OpenTTD Crash Report ***

Decoded stack trace:
[00] KERNELBASE           0x00007FFD16AE3E49 RaiseException + 105
[01] msvcrt               0x00007FFD17E6ADFB raise + 539
[02] msvcrt               0x00007FFD17E6F1FB abort + 27
[03] openttd              0x00000000005FF636 error(char const*, ...) + 118 (/home/jgr/openttd/jgrpp/src/openttd.cpp:147)
[04] openttd              0x00000000004DA8DA SlCalcConvFileLen (/home/jgr/openttd/jgrpp/src/saveload/saveload.cpp:709)
[05] openttd              0x00000000004DFE1F SlCalcObjLength(void const*, SaveLoad const*) + 21727 (/home/jgr/openttd/jgrpp/src/saveload/saveload.cpp:1630)
[06] openttd              0x00000000004D7F51 Save_BKOR (/home/jgr/openttd/jgrpp/src/saveload/order_sl.cpp:338)
[07] openttd              0x00000000004DC3C6 SlSaveChunk (/home/jgr/openttd/jgrpp/src/saveload/saveload.cpp:2215)
[08] openttd              0x00000000004DCA08 SaveOrLoad(char const*, SaveLoadOperation, DetailedFileType, Subdirectory, bool) + 984 (/home/jgr/openttd/jgrpp/src/saveload/saveload.cpp:3414)
[09] openttd              0x000000000060AC07 DoAutosave (/home/jgr/openttd/jgrpp/src/openttd.cpp:1859)
[10] openttd              0x0000000000520D7D VideoDriver_Win32::MainLoop() + 509 (/home/jgr/openttd/jgrpp/src/video/win32_v.cpp:1269)
[11] openttd              0x00000000006020CE openttd_main(int, char**) + 6366 (/home/jgr/openttd/jgrpp/src/openttd.cpp:997)
[12] openttd              0x00000000004AD47D WinMain + 285 (/home/jgr/openttd/jgrpp/src/os/windows/win32.cpp:467)
[13] openttd              0x00000000004013B4 __tmainCRTStartup + 564 (./build/x86_64-w64-mingw32-x86_64-w64-mingw32-crt/./mingw-w64-crt/crt/crtexe.c:339)
[14] openttd              0x00000000004014DB WinMainCRTStartup + 27 (./build/x86_64-w64-mingw32-x86_64-w64-mingw32-crt/./mingw-w64-crt/crt/crtexe.c:195)
[15] KERNEL32             0x00007FFD17D97034 BaseThreadInitThunk + 20
[16] ntdll                0x00007FFD1907CEC1 RtlUserThreadStart + 33

*** End of additional info ***
Please tell me, if you want something else from me.
PS: I have also OTTD installed, but for longer time not used.
Attachments
openttd.cfg
my JGRPP configuration
(30.43 KiB) Downloaded 50 times
Are you an eye candy player? Check out Invisible engine set! viewtopic.php?f=67&t=88934
You can write to me in English, or Czech. Můžete mi psát česky nebo anglicky.

Formerly known as MLG.
Wahazar
Tycoon
Tycoon
Posts: 1451
Joined: 18 Jan 2014 18:10

Re: JGR's Patch Pack

Post by Wahazar »

JGR wrote: 19 Oct 2020 19:06 This is done now, see: here and here.
Thanks, it is understandable now. I will try to patch and recompile nmlc, however my grf code would be then not compatible with standard nmlc.
Formerly known as: McZapkie
Projects: Reproducible Map Generation patch, NewGRFs: Manpower industries, PolTrams, Polroad, 600mm narrow gauge, wired, ECS industry extension, V4 CEE train set, HotHut.
Another favorite games: freeciv longturn, OHOL/2HOL.
User avatar
JGR
Tycoon
Tycoon
Posts: 2558
Joined: 08 Aug 2005 13:46
Location: Ipswich

Re: JGR's Patch Pack

Post by JGR »

MLG wrote: 20 Oct 2020 18:23 So, I have updated to 0.38.0, and since then, this error has occoured to me twice. I happens for me randomly, while in local multiplayer.
Thanks for reporting this.
This is fixed now, there will be another release with this in shortly.
McZapkie wrote: 20 Oct 2020 20:33
JGR wrote: 19 Oct 2020 19:06 This is done now, see: here and here.
Thanks, it is understandable now. I will try to patch and recompile nmlc, however my grf code would be then not compatible with standard nmlc.
There isn't much that I can do about that. Making the code syntactically sensible and making it invisible to standard nmlc, are pretty much mutually exclusive.
As you are using pnml/the C pre-processor, you could probably smooth this over with some ifdefs and makefile twiddling.
Ex TTDPatch Coder
Patch Pack, Github
Tsylatac
Engineer
Engineer
Posts: 50
Joined: 26 Dec 2015 01:04

Re: JGR's Patch Pack

Post by Tsylatac »

Broke something trying to drag a window partially offscreen. :P This was in 0.38.0 as I hadn't realized 0.38.1 was already out (I'll appreciate that new income text setting next time I try making a video!)
[+] Spoiler

Code: Select all

*** OpenTTD Crash Report ***

Crash at: Fri Oct 23 05:32:34 2020
In game date: 1700-01-01 (6, 1) (DL: 10)

Crash reason:
 Exception:  E1212012
 Location:   00007FFA93A7A388
 Message:    Assertion failed at line 132 of /home/jgr/openttd/jgrpp/src/gfx.cpp: bottom > 0

OpenTTD version:
 Version:    jgrpp-0.38.0 (0)
 NewGRF ver: 1b006d64
 Bits:       64
 Endian:     little
 Dedicated:  no
 Build date: Oct 16 2020 23:51:23
 Defines:    WITH_BITMATH_BUILTINS WITH_OVERFLOW_BUILTINS WITH_DEMANGLE WITH_BFD0 WITH_DBGHELP NDEBUG TTD_ENDIAN=TTD_LITTLE_ENDIAN WITH_PNG WITH_ZLIB WITH_LIBLZMA WITH_LZO WITH_PERSONAL_DIR WITH_SSE WITH_ASSERT UNICODE _UNICODE WITH_UNISCRIBE _SQ64

Stack trace:
 002304E6 00000000 00000016 00000000 97344698 00007FFA 00000000 00000000
 E1212012 00000000 00000000 00000000 93A7A388 00007FFA 00000000 00000000
 00000000 00000000 96A6FE7A 00007FFA 00000000 00000000 00000000 00000000
 00000000 00000000 96AD3070 00007FFA 00521CB0 00000000 976BE6B4 00007FFA
 00000000 00000000 00000000 00000000 00000000 00000000 97691297 00007FFA
 04D5CB78 00000000 976BE6B4 00007FFA 93E910A4 00007FFA 05931C10 00000000
 8D79E53F 0000B761 04D5CBA8 00000000 00000016 00000000 972DA9E0 00007FFA
 00000000 00000000 C582D4E0 00000000 00000000 00000000 04D5CBD8 00000000
 976BA890 00007FFA 9768CEC7 00007FFA 0000000F 00000000 00000000 00000000
 FFFFFEBD 00000000 0000004B 00000000 FFFFFEA5 00000000 04D5D1D0 00000000
 04D5D6F0 00000000 972DEDEB 00007FFA 00000001 00000000 C582D4E0 00000000
 00000001 00000000 00000014 00000000 00190752 00000000 059A9A90 00000000
 00000000 00000000 0594AAD0 00000000 00000000 00000000 96A711F3 00007FFA
 00000000 00000000 00000100 00000000 00A80732 00000000 059A9A90 00000000
 00190752 00000000 96A79113 00007FFA 04D5CCA0 00000000 00000000 00000000
 059A9A90 00000000 059A9A90 00000000 00000001 00000000 00000030 00000002
 002304E6 00000000 0000000F 00000000 00000000 00000000 97636FF8 00007FFA
 4E2857DD 000001A0 0000017F 00000000 001578A0 00000000 96ABD8E0 00007FFA
 00000000 00000000 96A50000 00007FFA 00190752 00000000 96A78FBE 00007FFA
 00156090 00000000 00000001 00000000 00000000 00000000 00000002 00000000
 00000000 00000000 00000001 00000000 00000000 00000000 04D5D080 00000000
 00002010 00000000 001578A0 00000000 04D5CE60 00000000 96ABF977 00007FFA
 00010003 00000000 04D5CE60 00000000 04D5D080 00000000 001578A0 00000000
 04D5D080 00000000 00000000 00000000 0000001A 00000000 000000FD 00000000

Registers:
 RAX: 00000000120766B0 RBX: 0000000000000016 RCX: 0000000000000000 RDX: 0000000000745F2B
 RSI: 00007FFA97344698 RDI: 0000000000000000 RBP: 0000000000000057 RSP: 0000000004D5CAA0
 R8:  00007FFA96A56959 R9:  00000000059AA510 R10: 000000000DF92E70 R11: 0000000000000000
 R12: 0000000000000910 R13: 0000000000000000 R14: 00000000004A8ED0 R15: 0000000000000001
 RIP: 00007FFA93A7A388 EFLAGS: 00000202

 Bytes at instruction pointer:
 48 8B 8C 24 C0 00 00 00 48 33 CC E8 48 06 04 00 48 81 C4 D8 00 00 00 C3

Operating system:
 Name:     Windows
 Release:  10.0.17134 ()
 Compiler: GCC 9.3.0 "9.3-win32 20200320"

Configuration:
 Blitter:      32bpp-sse2-anim
 Graphics set: OpenGFX (7393)
 Language:     C:\Program Files\OpenTTD\openttd-jgrpp-0.38.0-windows-win64\openttd-jgrpp-0.38.0-windows-win64\lang\english_US.lng
 Music driver: dmusic
 Music set:    NoMusic (0)
 Network:      no
 Sound driver: win32
 Sound set:    OpenSFX (87)
 Video driver: win32
 Pathfinder:   YAPF YAPF YAPF

Fonts:
 Small:  sprite
 Medium: sprite
 Large:  sprite
 Mono:   sprite

Map size: 0x400000 (2048 x 2048)

AI Configuration (local: 0) (current: 0):
  0: Human
 GS: Villages Is Villages (v17)

Libraries:
 LZMA:       5.2.1
 LZO:        2.09
 PNG:        1.5.23
 Zlib:       1.2.8

Module information:
 C:\Program Files\OpenTTD\openttd-jgrpp-0.38.0-windows-win64\openttd-jgrpp-0.38.0-windows-win64\openttd.exe handle: 0000000000400000 size: 53175695 crc: E78570F1 date: 2020-10-18 23:43:12
 C:\WINDOWS\SYSTEM32\ntdll.dll handle: 00007ffa97620000 size: 1943136 crc: 357A547E date: 2019-05-17 06:06:58
 C:\WINDOWS\System32\KERNEL32.DLL handle: 00007ffa95160000 size: 720200 crc: 3D64538D date: 2019-04-19 10:54:56
 C:\WINDOWS\System32\KERNELBASE.dll handle: 00007ffa93a40000 size: 2571336 crc: C2D7624E date: 2019-11-28 05:10:04
 C:\WINDOWS\System32\ADVAPI32.dll handle: 00007ffa97520000 size: 645320 crc: 34F36B84 date: 2018-12-08 12:47:15
 C:\WINDOWS\System32\msvcrt.dll handle: 00007ffa972b0000 size: 636936 crc: D6A3C60E date: 2018-04-11 23:34:20
 C:\WINDOWS\System32\sechost.dll handle: 00007ffa94ec0000 size: 368448 crc: E700BCEF date: 2018-09-08 03:57:36
 C:\WINDOWS\System32\RPCRT4.dll handle: 00007ffa96be0000 size: 1188000 crc: 76DB425F date: 2019-11-08 02:38:12
 C:\WINDOWS\System32\GDI32.dll handle: 00007ffa97350000 size: 155112 crc: 8D17E295 date: 2018-08-31 03:42:27
 C:\WINDOWS\System32\gdi32full.dll handle: 00007ffa94660000 size: 1632112 crc: B5005FEC date: 2019-11-28 10:46:53
 C:\WINDOWS\System32\msvcp_win.dll handle: 00007ffa93eb0000 size: 641984 crc: 783872BE date: 2019-02-16 08:01:40
 C:\WINDOWS\System32\ucrtbase.dll handle: 00007ffa93d90000 size: 1014344 crc: 0516848A date: 2019-03-14 08:26:13
 C:\WINDOWS\System32\USER32.dll handle: 00007ffa96a50000 size: 1639864 crc: FFBA8386 date: 2020-01-07 09:54:49
 C:\WINDOWS\System32\win32u.dll handle: 00007ffa93e90000 size: 124048 crc: FACB4E5F date: 2018-04-11 23:34:12
 C:\WINDOWS\System32\IMM32.dll handle: 00007ffa96e30000 size: 173648 crc: C00419EB date: 2018-04-11 23:34:24
 C:\WINDOWS\System32\ole32.dll handle: 00007ffa95000000 size: 1375456 crc: B5EE3339 date: 2019-09-13 10:57:53
 C:\WINDOWS\System32\combase.dll handle: 00007ffa94b80000 size: 3290584 crc: F4DFD27F date: 2019-09-13 04:48:10
 C:\WINDOWS\System32\bcryptPrimitives.dll handle: 00007ffa93cc0000 size: 494992 crc: 4F041B1D date: 2019-08-07 08:08:13
 C:\WINDOWS\System32\SHELL32.dll handle: 00007ffa953e0000 size: 21411976 crc: 58CFDAFD date: 2019-10-02 10:28:54
 C:\WINDOWS\System32\cfgmgr32.dll handle: 00007ffa93d40000 size: 286744 crc: B7105488 date: 2018-04-11 23:34:22
 C:\WINDOWS\System32\shcore.dll handle: 00007ffa96d70000 size: 678840 crc: 1B1EF8E3 date: 2018-06-08 09:29:20
 C:\WINDOWS\System32\windows.storage.dll handle: 00007ffa93f50000 size: 7447904 crc: 3AA7F2D1 date: 2019-11-08 02:38:34
 C:\WINDOWS\System32\shlwapi.dll handle: 00007ffa95310000 size: 326496 crc: 9E999772 date: 2018-04-11 23:34:33
 C:\WINDOWS\System32\kernel.appcore.dll handle: 00007ffa93930000 size: 57960 crc: 36F6CB72 date: 2018-06-08 09:29:20
 C:\WINDOWS\System32\profapi.dll handle: 00007ffa93970000 size: 115800 crc: F2EDFE5C date: 2018-04-11 23:34:22
 C:\WINDOWS\System32\powrprof.dll handle: 00007ffa93990000 size: 300208 crc: 615A899E date: 2018-04-11 23:34:22
 C:\WINDOWS\System32\FLTLIB.DLL handle: 00007ffa93920000 size: 31584 crc: F9E8EFD2 date: 2018-04-11 23:34:22
 C:\WINDOWS\System32\WS2_32.dll handle: 00007ffa95370000 size: 430304 crc: E181096B date: 2019-10-02 04:48:27
 C:\WINDOWS\SYSTEM32\WINMM.dll handle: 00007ffa907a0000 size: 123584 crc: 94826B12 date: 2018-04-11 23:34:04
 C:\WINDOWS\SYSTEM32\winmmbase.dll handle: 00007ffa90770000 size: 162240 crc: 20283370 date: 2018-04-11 23:34:04
 C:\WINDOWS\SYSTEM32\USP10.dll handle: 00007ffa86df0000 size: 79360 crc: C17D4572 date: 2019-11-08 07:45:46
 C:\WINDOWS\SYSTEM32\CRYPTSP.dll handle: 00007ffa93350000 size: 79696 crc: EAAEF31C date: 2018-04-11 23:34:22
 C:\WINDOWS\system32\rsaenh.dll handle: 00007ffa92d50000 size: 203568 crc: 196B22BE date: 2018-08-09 04:54:39
 C:\WINDOWS\SYSTEM32\bcrypt.dll handle: 00007ffa93480000 size: 137656 crc: AF2C3FC6 date: 2019-07-04 04:57:03
 C:\WINDOWS\SYSTEM32\CRYPTBASE.dll handle: 00007ffa93370000 size: 31648 crc: 489701F2 date: 2018-04-11 23:34:20
 C:\WINDOWS\system32\uxtheme.dll handle: 00007ffa91e30000 size: 599040 crc: 9B8745DD date: 2019-10-02 10:06:21
 C:\WINDOWS\System32\MSCTF.dll handle: 00007ffa96830000 size: 1517480 crc: 07608692 date: 2019-10-02 10:29:07
 C:\WINDOWS\System32\OLEAUT32.dll handle: 00007ffa94f20000 size: 786080 crc: 8C764B78 date: 2019-11-28 05:09:40
 C:\WINDOWS\system32\Oleacc.dll handle: 00007ffa7ded0000 size: 416768 crc: 3CE3664F date: 2018-04-11 23:34:32
 C:\WINDOWS\system32\mswsock.dll handle: 00007ffa931a0000 size: 401968 crc: 76C6C00A date: 2018-04-11 23:34:22
 C:\WINDOWS\SYSTEM32\MMDevAPI.DLL handle: 00007ffa8f4b0000 size: 469576 crc: D3E68B51 date: 2018-04-11 23:34:02
 C:\WINDOWS\SYSTEM32\PROPSYS.dll handle: 00007ffa903d0000 size: 1793472 crc: 5B9DDC5D date: 2019-08-13 04:44:49
 C:\WINDOWS\SYSTEM32\DEVOBJ.dll handle: 00007ffa93730000 size: 152440 crc: B6F9124E date: 2018-04-11 23:34:22
 C:\WINDOWS\SYSTEM32\wdmaud.drv handle: 00007ffa58950000 size: 253952 crc: 294BD9E8 date: 2018-04-11 23:34:04
 C:\WINDOWS\SYSTEM32\ksuser.dll handle: 00007ffa7f240000 size: 23360 crc: DA1D21C1 date: 2018-04-11 23:34:04
 C:\WINDOWS\SYSTEM32\AVRT.dll handle: 00007ffa8eeb0000 size: 30056 crc: 1F1BBFD7 date: 2018-04-11 23:34:04
 C:\WINDOWS\SYSTEM32\AUDIOSES.DLL handle: 00007ffa7d7f0000 size: 1209696 crc: 8E3F34AD date: 2019-09-04 05:14:08
 C:\WINDOWS\SYSTEM32\wintypes.dll handle: 00007ffa8faa0000 size: 1363536 crc: 7181ECC5 date: 2019-09-13 04:48:17
 C:\WINDOWS\SYSTEM32\msacm32.drv handle: 00007ffa58940000 size: 29184 crc: 43AA51E1 date: 2018-04-11 23:34:02
 C:\WINDOWS\SYSTEM32\MSACM32.dll handle: 00007ffa58920000 size: 106480 crc: 54E5FD19 date: 2018-04-11 23:34:04
 C:\WINDOWS\SYSTEM32\midimap.dll handle: 00007ffa58910000 size: 25088 crc: 3F472519 date: 2018-04-11 23:34:02
 C:\WINDOWS\System32\clbcatq.dll handle: 00007ffa969b0000 size: 635368 crc: 219EFEA4 date: 2018-04-11 23:34:20
 C:\WINDOWS\SYSTEM32\CoreMessaging.dll handle: 00007ffa91a80000 size: 885760 crc: 073FD563 date: 2018-12-08 08:04:40
 C:\WINDOWS\System32\dmusic.dll handle: 00007ffa83730000 size: 129536 crc: EE685953 date: 2018-04-11 23:34:24
 C:\WINDOWS\System32\DSOUND.dll handle: 00007ffa5ad20000 size: 560640 crc: EC53138C date: 2019-03-14 14:28:50
 C:\WINDOWS\System32\dmsynth.dll handle: 00007ffa835b0000 size: 118272 crc: B038459C date: 2018-04-11 23:34:24
 C:\Windows\System32\TextInputFramework.dll handle: 00007ffa8b2b0000 size: 607112 crc: ABFB5F93 date: 2019-06-13 06:44:17
 C:\Windows\System32\CoreUIComponents.dll handle: 00007ffa8e820000 size: 3283512 crc: BF571387 date: 2018-10-21 07:45:55
 C:\WINDOWS\SYSTEM32\ntmarta.dll handle: 00007ffa929e0000 size: 187576 crc: 751ABC3F date: 2018-04-11 23:34:23
 C:\WINDOWS\system32\dwmapi.dll handle: 00007ffa92090000 size: 146840 crc: 5A168920 date: 2018-04-11 23:34:20
 C:\WINDOWS\SYSTEM32\DNSAPI.dll handle: 00007ffa92f30000 size: 767232 crc: 07A91FF0 date: 2019-07-09 03:19:21
 C:\WINDOWS\System32\NSI.dll handle: 00007ffa96e20000 size: 24888 crc: ED39864C date: 2018-04-11 23:34:22
 C:\WINDOWS\SYSTEM32\IPHLPAPI.DLL handle: 00007ffa92ef0000 size: 219616 crc: 8E8EB6FC date: 2018-04-11 23:34:23
 C:\Windows\System32\rasadhlp.dll handle: 00007ffa89000000 size: 16896 crc: C5D4D052 date: 2018-04-11 23:34:33
 C:\WINDOWS\System32\fwpuclnt.dll handle: 00007ffa88cb0000 size: 446976 crc: 11C9A474 date: 2018-04-11 23:34:12
 C:\WINDOWS\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.17134.1246_none_d3ffb9d77c90723d\comctl32.dll handle: 00007ffa88210000 size: 2509624 crc: 51D4DE28 date: 2020-01-07 09:53:48
 C:\WINDOWS\SYSTEM32\urlmon.dll handle: 00007ffa89c20000 size: 1809408 crc: 24D9EFDB date: 2019-09-13 04:14:52
 C:\WINDOWS\SYSTEM32\iertutil.dll handle: 00007ffa89fa0000 size: 2774120 crc: EF8DEE36 date: 2019-10-02 05:04:46
 C:\Windows\System32\ieframe.dll handle: 00007ffa7fb30000 size: 12835328 crc: 5A31572A date: 2019-11-08 07:43:11
 C:\Windows\System32\NETAPI32.dll handle: 00007ffa87ab0000 size: 80184 crc: 5B311FA7 date: 2018-04-11 23:34:14
 C:\Windows\System32\VERSION.dll handle: 00007ffa8e580000 size: 30568 crc: FF13D1B0 date: 2018-04-11 23:34:34
 C:\Windows\System32\USERENV.dll handle: 00007ffa93850000 size: 148288 crc: 1F753EF9 date: 2019-10-02 04:50:29
 C:\Windows\System32\WINHTTP.dll handle: 00007ffa8f650000 size: 899728 crc: 554BADDD date: 2019-02-06 03:00:52
 C:\Windows\System32\WKSCLI.DLL handle: 00007ffa8fdb0000 size: 80184 crc: 6E198B74 date: 2018-04-11 23:34:20
 C:\Windows\System32\NETUTILS.DLL handle: 00007ffa92ff0000 size: 45560 crc: 079235FC date: 2018-04-11 23:34:22
 C:\WINDOWS\SYSTEM32\edputil.dll handle: 00007ffa77420000 size: 257024 crc: DAE7F01C date: 2018-04-11 23:34:25
 C:\WINDOWS\SYSTEM32\Secur32.dll handle: 00007ffa81d90000 size: 27648 crc: 3F62D136 date: 2018-04-11 23:34:32
 C:\WINDOWS\SYSTEM32\SSPICLI.DLL handle: 00007ffa93820000 size: 185120 crc: 31407958 date: 2018-10-21 07:45:38
 C:\WINDOWS\SYSTEM32\MLANG.dll handle: 00007ffa862d0000 size: 242688 crc: 137F2D46 date: 2018-04-11 23:34:30
 C:\WINDOWS\SYSTEM32\WININET.dll handle: 00007ffa81f00000 size: 4938240 crc: ECFF1E0D date: 2019-10-02 04:23:19
 C:\WINDOWS\SYSTEM32\policymanager.dll handle: 00007ffa8dc30000 size: 536832 crc: F96B0B68 date: 2019-10-02 04:50:31
 C:\WINDOWS\SYSTEM32\msvcp110_win.dll handle: 00007ffa90610000 size: 589912 crc: 302667CB date: 2018-04-11 23:34:04
 C:\WINDOWS\SYSTEM32\CLDAPI.dll handle: 00007ffa772f0000 size: 99840 crc: A9B4CB99 date: 2018-04-11 23:34:20
 C:\WINDOWS\System32\coml2.dll handle: 00007ffa94aa0000 size: 463672 crc: 49E2C333 date: 2018-11-01 07:25:44
 C:\WINDOWS\SYSTEM32\LINKINFO.dll handle: 00007ffa90880000 size: 30208 crc: 057B8D2C date: 2018-04-11 23:34:36
 C:\WINDOWS\SYSTEM32\ntshrui.dll handle: 00007ffa73970000 size: 868864 crc: A566A97A date: 2018-04-11 23:34:36
 C:\WINDOWS\SYSTEM32\srvcli.dll handle: 00007ffa87610000 size: 111160 crc: 4D171438 date: 2018-04-11 23:34:22
 C:\WINDOWS\SYSTEM32\cscapi.dll handle: 00007ffa73800000 size: 51200 crc: 7B6A03A9 date: 2018-04-11 23:34:34
 C:\WINDOWS\System32\psapi.dll handle: 00007ffa94ff0000 size: 18712 crc: AA3B87EF date: 2018-04-11 23:34:20

Events: i, i

---- gamelog start ----
Tick 0: new game started
Revision text changed to jgrpp-0.38.0, savegame version 219, not modified, _openttd_newgrf_version = 0x1b006d64
New game mode: 1 landscape: 0
Added NewGRF: GRF ID 4A44FAB1, checksum 3F98860E64AC3D7671A6A0F0715930F1, filename: newcc_set-0.3\newcc.grf (md5sum matches)
Added NewGRF: GRF ID 43414E61, checksum 3233EAB371490D899A348A0AE8C59591, filename: ottdc_grfpack\1_other\townnames\canadian\CaNames.grf (md5sum matches)
Added NewGRF: GRF ID 44419501, checksum 12422F3F4301D08201F9FF6F3B5308BF, filename: crazytownnames\crazynames.grf (md5sum matches)
Added NewGRF: GRF ID 4D413031, checksum E7BC25985A2F25B34A19738B398BB3C4, filename: ottdc_grfpack\1_other\townnames\estonian\estoniantownnames.grf (md5sum matches)
Added NewGRF: GRF ID 46544E06, checksum BEDDB58AB99231E1D5A20A27B5062D62, filename: fictown_names-0.1.0a\fictownnames.grf (md5sum matches)
Added NewGRF: GRF ID 4D470701, checksum 46D7675DEBCD076F69F7A34A816F190E, filename: ottdc_grfpack\1_other\townnames\french\frenchtowns.grf (md5sum matches)
Added NewGRF: GRF ID 44550002, checksum 59CADBDBCF2BE70FB6B7CFE7536C057D, filename: ottdc_grfpack\1_other\townnames\german\germantowns.grf (md5sum matches)
Added NewGRF: GRF ID 4B460898, checksum C0DB71DC5D7AE3E2CEF3EA59902075C0, filename: pacific_norhwest_usa_town_naames-1\pacnwusanames.grf (md5sum matches)
Added NewGRF: GRF ID 67726D05, checksum 0E45B3110B6E06C4F256110649C437E9, filename: pokemon_town_names-1\pokemon-names.grf (md5sum matches)
Added NewGRF: GRF ID 45530201, checksum 05270B9EB28E86B34754FA34C6EA11E8, filename: ottdc_grfpack\1_other\townnames\spanish\spn_nmsw.grf (md5sum matches)
Added NewGRF: GRF ID 545701A0, checksum 555F623E72514D23BC2FA2F5BB5DE56B, filename: us_town_names-0.31\ustowns.grf (md5sum matches)
Added NewGRF: GRF ID 4E4D4802, checksum D7D28BA42719224191F8B4E9B180D0D5, filename: noincomesound\noincomesound.grf (md5sum matches)
Added NewGRF: GRF ID 46429006, checksum BE358E05F2AE2D1DFE8E85ED45495BF1, filename: ottdc_grfpack\1_other\separators\landscape.grf (md5sum matches)
Added NewGRF: GRF ID 4F472B34, checksum 136D889FDAEAA3491F8320248A04425C, filename: opengfx_landscape-1.1.2\ogfx-landscape.grf (md5sum matches)
Added NewGRF: GRF ID 46429002, checksum 8FB0984C37C6EEBFEE21C84C2EC8869C, filename: ottdc_grfpack\1_other\separators\infrstructure.grf (md5sum matches)
Added NewGRF: GRF ID 47473031, checksum 8B3BB0D9FFADA646F471FD5B63276B4E, filename: auz_rail_objects-8\auzrailobjects.grf (md5sum matches)
Added NewGRF: GRF ID 47473334, checksum 9765BAA9E745A6CA109551F9CB2F0631, filename: auz_road_and_town_objects-5\auzroadandtownobjects.grf (md5sum matches)
Added NewGRF: GRF ID 47473839, checksum E45A4629CCB533AB9F96108346C58F90, filename: auz_water_and_landscape_objects-4\auzwaterandlandscapeobjects.grf (md5sum matches)
Added NewGRF: GRF ID 47474045, checksum 01EB7E914F4BB56D84872A94FC824B99, filename: auzfake_rails_and_trains_objects-5\auzfakerailsandtrainsobjects.grf (md5sum matches)
Added NewGRF: GRF ID 504A0107, checksum 92B822D319E71F920908801AD5751D26, filename: beach_objects-1.2\beach_v1_2.grf (md5sum matches)
Added NewGRF: GRF ID 4252534F, checksum 25DE8BE3403FF6DB2C98B99B58880486, filename: brobjects-0.0.1\brobjects.grf (md5sum matches)
Added NewGRF: GRF ID 0100403A, checksum 87128907CEA2523DBD4FE4DA689F02A9, filename: city_objects-09\co09.grf (md5sum matches)
Added NewGRF: GRF ID 504A0102, checksum 29EA308A78B7740794B80A117D14BF34, filename: dutch_delta_works-1.1\dutchdeltaworks_v1_1.grf (md5sum matches)
Added NewGRF: GRF ID 444C4F53, checksum 39F25FC87E91F7C4E45D9CC11F0FB52B, filename: dutch_landmark_objects_set-0.2\dlos.grf (md5sum matches)
Added NewGRF: GRF ID FBFB0501, checksum 60082E7DF1D3976274AB86843C3E07B2, filename: dutch_road_furniture-0.7.1\dutchroadfurniture.grf (md5sum matches)
Added NewGRF: GRF ID 44573553, checksum EF7529EBEAF35758EE07E628B25F608D, filename: dwenewobjects-v0.1\dwe_newobj.grf (md5sum matches)
Added NewGRF: GRF ID 504A4641, checksum 457DE3A141B99D6BE258981C993B6761, filename: fake_airport_objects-0.1\fakeairportobjects_v0_1.grf (md5sum matches)
Added NewGRF: GRF ID 54470301, checksum 1D76727A4AC75F28AA1BA864258BB38A, filename: fake_bridges-0.2\fakebridge.grf (md5sum matches)
Added NewGRF: GRF ID FBFB0301, checksum D961A46B2CC37A04CD4FCBEDD2311A53, filename: foobars_tram_tracks-1.0.1\foobarstramtracks.grf (md5sum matches)
Added NewGRF: GRF ID BEBE0100, checksum 2D16FF44B52F3EFB274A0AFF1ED04365, filename: farm_objects-4\farmobjects.grf (md5sum matches)
Added NewGRF: GRF ID 52577801, checksum 20B5D8122F2B4AD74ADDA30E44BA8233, filename: opengfx_biggui-2.0.0\ogfx-biggui.grf (md5sum matches)
Added NewGRF: GRF ID 53441101, checksum 3E2397532428AB013862B22EDBB396E5, filename: INFRA Green P1\infra_green1x1_p1.grf (md5sum matches)
Added NewGRF: GRF ID 53441119, checksum 4201D77058BC82C4F2DC0294AFBA6DC3, filename: INFRA Green P2\infra_green1x1_p2.grf (md5sum matches)
Added NewGRF: GRF ID 53441129, checksum 9CF044DD9054F863295D5AA8A1671999, filename: INFRA Green P3\infra_green1x1_p3.grf (md5sum matches)
Added NewGRF: GRF ID 53541101, checksum AAE3DC77FAC504FB07D9F8752F49ECA4, filename: INFRA Streets P1-OpenTTD\infra_streets1x1_p1.grf (md5sum matches)
Added NewGRF: GRF ID 53541119, checksum 40AC1CC9C1E328BE359094B7754054DB, filename: INFRA Streets P2-OpenTTD\infra_streets1x1_p2.grf (md5sum matches)
Added NewGRF: GRF ID 53541129, checksum 249C8A47E845E9D0270FFAFE5E2EB4C1, filename: INFRA Streets P3-OpenTTD\infra_streets1x1_p3.grf (md5sum matches)
Added NewGRF: GRF ID 504A0013, checksum 8C19753CB66905E869534611828C2654, filename: isrdwestyle_objects-1.1\isrdwe_objects_v1_1.grf (md5sum matches)
Added NewGRF: GRF ID 4B4F4230, checksum 415AEE6B3B63FAC286F45915BB43C99F, filename: korean_object_set-0.2\krobj.grf (md5sum matches)
Added NewGRF: GRF ID 6D620C00, checksum E79D437A5727855480D85848E5A4CD56, filename: marico 0.37b\marico.grf (md5sum matches)
Added NewGRF: GRF ID 43415000, checksum FBAE0C1ACFDA5AE8B95B4DA230A395FE, filename: opengfx_airports-0.5.0\ogfx-airports.grf (md5sum matches)
Added NewGRF: GRF ID 54470203, checksum F84B6D37659F23D19E176C99BC48DEF6, filename: opengfx_airports_as_objects-0.3\airportobjects.grf (md5sum matches)
Added NewGRF: GRF ID 52425201, checksum BFA81F1722F987E75D85AB53D122A5A2, filename: romazoon_objects-2\romazoonobjects.grf (md5sum matches)
Added NewGRF: GRF ID 5242FFFF, checksum 7C5BF62C397E7B3B1214C86180140956, filename: romazoonmemorialpark.grf (md5sum matches)
Added NewGRF: GRF ID 49464E4F, checksum 9EE9117BD4511BD6879429ECF8DC9335, filename: sno__supercheeses_newobjects-0.3.1\sno-supercheesesnewobjects.grf (md5sum matches)
Added NewGRF: GRF ID 4D4D9910, checksum 3CD3F4D0D98DDC0DB08E9AD74B88A9E2, filename: the_lighthouse_set-1.2\the_lighthouse_set_v1.2.grf (md5sum matches)
Added NewGRF: GRF ID 504A5457, checksum D795341420C564012E262FAB630018C5, filename: town_walls_objects-0.1\townwalls_v0_1.grf (md5sum matches)
Added NewGRF: GRF ID 444E0800, checksum 334F8C4697455569073434DB107F864A, filename: vast_objects-0.3.0\vastobjects.grf (md5sum matches)
Added NewGRF: GRF ID 444E0C00, checksum B5D2AB5FC93A09E1FAB5F0DB82307ECF, filename: vast_fences-0.2.0\vastfences.grf (md5sum matches)
Added NewGRF: GRF ID 55464989, checksum 4168A85A8729287F9AE283285899274D, filename: u_ratt-0.2a\uratt.grf (md5sum matches)
Added NewGRF: GRF ID 4C530301, checksum F1BD2B034BAFB1041071447AE952B208, filename: brick_tram_depot-1.0.0\bricktramdepot.grf (md5sum matches)
Added NewGRF: GRF ID 4C4D0201, checksum F4D9597764DCB3ED985A79978F233A8C, filename: dutch_signals-1\dutchsignals.grf (md5sum matches)
Added NewGRF: GRF ID 454E0202, checksum AC1ADFB1CBF3066671DE6D454C7B43AF, filename: maglev_track_set_v2-2.2\maglev_track_set.grf (md5sum matches)
Added NewGRF: GRF ID 44503000, checksum 0BF5A48500990CF4CBFED5D7CC6ED120, filename: japanese_tracks-3.2\jptracks.grf (md5sum matches)
Added NewGRF: GRF ID 41560102, checksum 7D4DD258F3998C8DB3A918C2472B25F3, filename: pipe-6.40\pipe.grf (md5sum matches)
Added NewGRF: GRF ID 4D635769, checksum 735E54EAF80EFC5EF3442743947DF284, filename: wired-1.2\wired.grf (md5sum matches)
Added NewGRF: GRF ID 415A0501, checksum 37F4A01391FE088BD22740A89E22F78B, filename: Total_Bridge_Renewal_Set_ARRS-1.0.0\total_bridges.grf (md5sum matches)
Added NewGRF: GRF ID 4672780A, checksum F19F58D3DA48012F20DD0DF707EBCC61, filename: monkey_bar_bridge-1.6\monkeybarbridge.grf (md5sum matches)
Added NewGRF: GRF ID 634D0101, checksum FB64064E543A06749797B920A1CF520D, filename: betabridges-0.7\betabridgesttrs07.grf (md5sum matches)
Added NewGRF: GRF ID 46429004, checksum 2AA504F45E3F67753A0F07EBB2417A67, filename: ottdc_grfpack\1_other\separators\newindustries.grf (md5sum matches)
Added NewGRF: GRF ID 54540401, checksum DA0999BF8D42EBF517C1AA74E23BD1DE, filename: improved_town_industries.grf (md5sum matches)
Added NewGRF: GRF ID 54540102, checksum A585A0F89B2B63D67D6A07E198FD6ED7, filename: plaza_as_industry-1.01\plaza_ind.grf (md5sum matches)
Added NewGRF: GRF ID 46429005, checksum A356711BD741FB811600BFD01470379E, filename: ottdc_grfpack\1_other\separators\town-buildings.grf (md5sum matches)
Added NewGRF: GRF ID 54540301, checksum 3341B2F80F488B3562426978F431B555, filename: improved_town_layouts.grf (md5sum matches)
Added NewGRF: GRF ID 304FE908, checksum F7BCFC491F02F1EDC2D47B28EE2E91D8, filename: city_hqs-rb\chq01.grf (md5sum matches)
Added NewGRF: GRF ID 46727806, checksum BBE029FCDD7A16F85876D417FF318D23, filename: opengfx_trees-0.8.0\opengfx+trees.grf (md5sum matches)
Added NewGRF: GRF ID 46429001, checksum 96715B253307A55DA94B02E43C792602, filename: ottdc_grfpack\1_other\separators\stations.grf (md5sum matches)
Added NewGRF: GRF ID 4D480201, checksum 9E914C31E5FC7FC3F686D009BD55F331, filename: alexandra_palace-1.0.0\alexandrapalace.grf (md5sum matches)
Added NewGRF: GRF ID 4A430001, checksum 4CF50E2A770F6672A77A8842A3129ECA, filename: british_stations_set-0.0.4final\dstatsw.grf (md5sum matches)
Added NewGRF: GRF ID 43415463, checksum 422B1603DC1CEDA4E59E715E12EAD332, filename: ottdc_grfpack\7_stations\canstn\canstnw.grf (md5sum matches)
Added NewGRF: GRF ID 43485053, checksum BD7D7783BDFCA29CF1149CF9271FD8BB, filename: chips_station_set-1.9.0\chips.grf (md5sum matches)
Added NewGRF: GRF ID 58534453, checksum 2E100BCA91DB8371CD9D57DBEC3AB0C8, filename: ottdc_grfpack\7_stations\dutchstat\dutchstatw.grf (md5sum matches)
Added NewGRF: GRF ID 504A0110, checksum E8244C5278CB2408A818854DC11F8940, filename: dutch_station_addition_set-0.8\dstatadd_v0_8.grf (md5sum matches)
Added NewGRF: GRF ID 504A0112, checksum 80D0B8699A417CC03CD06BC74E8796D0, filename: dutch_station_addition_part_2-0.4\dstatadd_part2_v0_4.grf (md5sum matches)
Added NewGRF: GRF ID 504A0113, checksum 0B65D0779D65427BC135FC624278FEA3, filename: dutch_station_addition_part_3-001\dstatadd_part3_v001.grf (md5sum matches)
Added NewGRF: GRF ID 464B0000, checksum E266FE2217DE82D7C1F8968EC81A2915, filename: hungarian_stations-1\hungarian_stations.grf (md5sum matches)
Added NewGRF: GRF ID 464B0001, checksum B5A131DCAC1D7C7E24166EDEA2D106F1, filename: hungarian_stations_2-1\hungarian_stations2.grf (md5sum matches)
Added NewGRF: GRF ID 464B0002, checksum 9D3B823C988DB972503A72E58180D077, filename: hungarian_stations_3-1\hungarian_stations3.grf (md5sum matches)
Added NewGRF: GRF ID 4A430003, checksum 30B0D655512D651C346B93651E4DC647, filename: industrial_stations_renewal-1.0.2-modified\indstatrbridgemod.grf (md5sum matches)
Added NewGRF: GRF ID 50430901, checksum C3AE624A4F431B28FCB52CDB7F7867FA, filename: chips_custom_docks-1.0\chips_docks.grf (md5sum matches)
Added NewGRF: GRF ID 45530500, checksum D9BE5AFA481FC3E0A96E6EB72B455612, filename: japanese_stations-3.6\jpstations.grf (md5sum matches)
Added NewGRF: GRF ID 4B570001, checksum 5CBCC8309397F0793E6734EEF4F34C19, filename: kiwitree_station_set_part_1-0.9.1\kws1.grf (md5sum matches)
Added NewGRF: GRF ID 4B570002, checksum 5E9AC7F5D2ACEC03CE77630FFF800BC0, filename: kiwitree_station_set_part_2-0.9.1\kws2.grf (md5sum matches)
Added NewGRF: GRF ID 4B452000, checksum C6ABABCD7C50B0E7F446E07618FB4AC4, filename: kiwitree_station_extension_shado-0.85\kiwiextshad.grf (md5sum matches)
Added NewGRF: GRF ID 58534D00, checksum 6F4C28B41F5127046DED0320D0BE533B, filename: MTSS\modern_set.grf (md5sum matches)
Added NewGRF: GRF ID 6D620601, checksum 537A2B9E5F0644BC360248B2B802D086, filename: newstats\newstats.grf (md5sum matches)
Added NewGRF: GRF ID 454E1401, checksum 211FDB32134C562A11E6545E9C7108FC, filename: opengfx_stations-1.0\opengfxplusstations - 1.0.grf (md5sum matches)
Added NewGRF: GRF ID 504E0001, checksum E7781323D2B0086E2E76342DAA036054, filename: ottdc_grfpack\7_stations\ukwaypoints\ukwaypointsw.grf (md5sum matches)
Added NewGRF: GRF ID 444E0400, checksum 735D3D74D5DCADBF1FD6EF7A9C5A3519, filename: vast_station_tiles-0.2.0\vast.grf (md5sum matches)
Added NewGRF: GRF ID 46429003, checksum 28996AB1BCB293EF81D43E1A2E8E29F4, filename: ottdc_grfpack\1_other\separators\vehicles.grf (md5sum matches)
Added NewGRF: GRF ID 544D0101, checksum A03B93117C7B363F21C436781E4DF5B4, filename: 2cc_trainsinnml-3.0\2ccts.grf (md5sum matches)
Added NewGRF: GRF ID 454E2001, checksum 342B064182A42854EF830BC11BE86E4E, filename: real_international_maglev_set-1.6\rims.grf (md5sum matches)
Added NewGRF: GRF ID 444A5901, checksum D4B5C202A411E43DEB5F9956F530DB52, filename: vacuum_tube_train-1.0.1\vactrain_1.0.1.grf (md5sum matches)
Added NewGRF: GRF ID 44440A01, checksum FCEEC76CF44EC23E7FE9C88048CF11CC, filename: av8_aviators_aircraft_set-2.21\pb_av8w.grf (md5sum matches)
Added NewGRF: GRF ID 44440A11, checksum D701E3219A08351B1705A7860644A9A2, filename: general_av8ion-1.0\genav8.grf (md5sum matches)
Added NewGRF: GRF ID 4B4B1101, checksum AF908557A71573681F5A0A72015B1378, filename: vace__vtol_aircraft_for_everyon-4\vace.grf (md5sum matches)
Added NewGRF: GRF ID 52571204, checksum DFD74CC35FD6F8C53938B2DD4469F2D0, filename: egrvts2_nrt-r206\egrvts2.grf (md5sum matches)
Added NewGRF: GRF ID FBFB0010, checksum 6BE95390C3DFE5863574B6DD241C793F, filename: 2cc_trams-0.9b\2cc-trams-v0.9b-2020-06-29.grf (md5sum matches)
Added NewGRF: GRF ID 41570101, checksum EB6D228C579D91009EBE57F39F1C5CE1, filename: 2cc_cargo_trams-0.8o\2cc-trams-cargo-v0.8o-2020-07-20.grf (md5sum matches)
Added NewGRF: GRF ID 41501202, checksum 8EBB4720FCBA2DB0887C02A20ABBB4E7, filename: heqs-ratt.grf (md5sum matches)
Added NewGRF: GRF ID 485A0101, checksum 7636EC20949478C0576AE6CDACE9EC84, filename: hover_vehicles-1\hoverv.grf (md5sum matches)
Added NewGRF: GRF ID 44450501, checksum 6AEC8742D0CBF7CB57F055B7114EB553, filename: Trolleybi012.grf (md5sum matches)
Added NewGRF: GRF ID 54541101, checksum 329DBB3A99CDDEC905EF00475532A6D5, filename: garbage_trucks.grf (md5sum matches)
Added NewGRF: GRF ID 4A4D0101, checksum AFE4E75999A3FF92D4B01DBEE9A803E9, filename: sailing_ships-0.62\ss.grf (md5sum matches)
Added NewGRF: GRF ID 414E0201, checksum 0DA3A80B986BC3C17C20CA4CE9CA26AA, filename: fish_2-2.0.3\fish.grf (md5sum matches)
Added NewGRF: GRF ID 54540501, checksum 3F7448F91728BC9C72805017EB3A4A8F, filename: sal_s_canalboats-0.3.0\sals_canalboats.grf (md5sum matches)
Added NewGRF: GRF ID 415A0101, checksum BF65FEF1DE16747BDFFDF8F0AD6BC406, filename: wsfferryset\wsfferryset.grf (md5sum matches)
Added NewGRF: GRF ID 4D470305, checksum 2E96B9AB2BEA686BFF94961AD433A701, filename: basecosts-5.0\basecosts.grf (md5sum matches)
---- gamelog end ----

Recent news messages (0 of 0):

Command Log:
 Showing most recent 4 of 4 commands
   0 | 1700-01-01,  6,   1 | ---m----- |        0 x       0, p1: 0x00000001, p2: 0x00000001, cc:   0, lc:   0, cmd: 0x00000042 (CmdPause)
   1 | 1700-01-01,  2,   8 | ---m-e--- |     1024 x     991, p1: 0x001EFC00, p2: 0x00000027, cc:   0, lc:   0, cmd: 0x12160017 (CmdBuildLongRoad)
   2 | 1700-01-01,  0,   0 | ---m----- |        0 x       0, p1: 0x00000001, p2: 0x00000000, cc:   0, lc:   0, cmd: 0x00000042 (CmdPause)
   3 | 1700-01-01,  0,   0 | ---m----- |        0 x       0, p1: 0x00000001, p2: 0x00000001, cc:   0, lc:   0, cmd: 0x00000042 (CmdPause)

 Showing most recent 32 of 722 commands (aux log)
   0 | 1700-01-01,  6,   1 | -a----t-- |      199 x    1193, p1: 0x000000FD, p2: 0x00000000, cc:  18, lc:   0, cmd: 0x0000004C (CmdTownSetText)
   1 | 1700-01-01,  6,   1 | -a----t-- |      944 x    1872, p1: 0x00000152, p2: 0x00000000, cc:  18, lc:   0, cmd: 0x0000004C (CmdTownSetText)
   2 | 1700-01-01,  0,   0 | -a----t-- |     1984 x     813, p1: 0x00000006, p2: 0x00000000, cc:  18, lc:   0, cmd: 0x0000004C (CmdTownSetText)
   3 | 1700-01-01,  0,   0 | -a----t-- |      953 x     905, p1: 0x00000007, p2: 0x00000000, cc:  18, lc:   0, cmd: 0x0000004C (CmdTownSetText)
   4 | 1700-01-01,  0,   0 | -a----t-- |      270 x     538, p1: 0x00000008, p2: 0x00000000, cc:  18, lc:   0, cmd: 0x0000004C (CmdTownSetText)
   5 | 1700-01-01,  0,   0 | -a----t-- |      642 x     596, p1: 0x0000000B, p2: 0x00000000, cc:  18, lc:   0, cmd: 0x0000004C (CmdTownSetText)
   6 | 1700-01-01,  0,   0 | -a----t-- |       20 x     808, p1: 0x00000011, p2: 0x00000000, cc:  18, lc:   0, cmd: 0x0000004C (CmdTownSetText)
   7 | 1700-01-01,  0,   0 | -a----t-- |     1841 x     973, p1: 0x0000001A, p2: 0x00000000, cc:  18, lc:   0, cmd: 0x0000004C (CmdTownSetText)
   8 | 1700-01-01,  0,   0 | -a----t-- |     1951 x     652, p1: 0x00000025, p2: 0x00000000, cc:  18, lc:   0, cmd: 0x0000004C (CmdTownSetText)
   9 | 1700-01-01,  0,   0 | -a----t-- |      426 x     862, p1: 0x00000028, p2: 0x00000000, cc:  18, lc:   0, cmd: 0x0000004C (CmdTownSetText)
  10 | 1700-01-01,  0,   0 | -a----t-- |      909 x    1463, p1: 0x0000002D, p2: 0x00000000, cc:  18, lc:   0, cmd: 0x0000004C (CmdTownSetText)
  11 | 1700-01-01,  0,   0 | -a----t-- |     1116 x     877, p1: 0x0000004D, p2: 0x00000000, cc:  18, lc:   0, cmd: 0x0000004C (CmdTownSetText)
  12 | 1700-01-01,  0,   0 | -a----t-- |      916 x    1137, p1: 0x0000005A, p2: 0x00000000, cc:  18, lc:   0, cmd: 0x0000004C (CmdTownSetText)
  13 | 1700-01-01,  0,   0 | -a----t-- |      577 x     980, p1: 0x0000005E, p2: 0x00000000, cc:  18, lc:   0, cmd: 0x0000004C (CmdTownSetText)
  14 | 1700-01-01,  0,   0 | -a----t-- |     1754 x    1851, p1: 0x00000066, p2: 0x00000000, cc:  18, lc:   0, cmd: 0x0000004C (CmdTownSetText)
  15 | 1700-01-01,  0,   0 | -a----t-- |      243 x     119, p1: 0x00000078, p2: 0x00000000, cc:  18, lc:   0, cmd: 0x0000004C (CmdTownSetText)
  16 | 1700-01-01,  0,   0 | -a----t-- |      609 x     706, p1: 0x0000007E, p2: 0x00000000, cc:  18, lc:   0, cmd: 0x0000004C (CmdTownSetText)
  17 | 1700-01-01,  0,   0 | -a----t-- |      803 x     445, p1: 0x00000082, p2: 0x00000000, cc:  18, lc:   0, cmd: 0x0000004C (CmdTownSetText)
  18 | 1700-01-01,  0,   0 | -a----t-- |      777 x     173, p1: 0x00000089, p2: 0x00000000, cc:  18, lc:   0, cmd: 0x0000004C (CmdTownSetText)
  19 | 1700-01-01,  0,   0 | -a----t-- |     1809 x    1951, p1: 0x00000091, p2: 0x00000000, cc:  18, lc:   0, cmd: 0x0000004C (CmdTownSetText)
  20 | 1700-01-01,  0,   0 | -a----t-- |     1155 x    1314, p1: 0x00000092, p2: 0x00000000, cc:  18, lc:   0, cmd: 0x0000004C (CmdTownSetText)
  21 | 1700-01-01,  0,   0 | -a----t-- |      257 x      88, p1: 0x00000095, p2: 0x00000000, cc:  18, lc:   0, cmd: 0x0000004C (CmdTownSetText)
  22 | 1700-01-01,  0,   0 | -a----t-- |     1259 x     793, p1: 0x0000009E, p2: 0x00000000, cc:  18, lc:   0, cmd: 0x0000004C (CmdTownSetText)
  23 | 1700-01-01,  0,   0 | -a----t-- |      201 x     420, p1: 0x000000AE, p2: 0x00000000, cc:  18, lc:   0, cmd: 0x0000004C (CmdTownSetText)
  24 | 1700-01-01,  0,   0 | -a----t-- |      836 x     453, p1: 0x000000BA, p2: 0x00000000, cc:  18, lc:   0, cmd: 0x0000004C (CmdTownSetText)
  25 | 1700-01-01,  0,   0 | -a----t-- |     1991 x     459, p1: 0x000000D1, p2: 0x00000000, cc:  18, lc:   0, cmd: 0x0000004C (CmdTownSetText)
  26 | 1700-01-01,  0,   0 | -a----t-- |      195 x     997, p1: 0x000000E3, p2: 0x00000000, cc:  18, lc:   0, cmd: 0x0000004C (CmdTownSetText)
  27 | 1700-01-01,  0,   0 | -a----t-- |      450 x     293, p1: 0x000000EA, p2: 0x00000000, cc:  18, lc:   0, cmd: 0x0000004C (CmdTownSetText)
  28 | 1700-01-01,  0,   0 | -a----t-- |      868 x     278, p1: 0x000000F3, p2: 0x00000000, cc:  18, lc:   0, cmd: 0x0000004C (CmdTownSetText)
  29 | 1700-01-01,  0,   0 | -a----t-- |     1472 x    1935, p1: 0x000000FE, p2: 0x00000000, cc:  18, lc:   0, cmd: 0x0000004C (CmdTownSetText)
  30 | 1700-01-01,  0,   0 | -a----t-- |      898 x      70, p1: 0x00000101, p2: 0x00000000, cc:  18, lc:   0, cmd: 0x0000004C (CmdTownSetText)
  31 | 1700-01-01,  0,   0 | -a----t-- |     1847 x    1234, p1: 0x00000107, p2: 0x00000000, cc:  18, lc:   0, cmd: 0x0000004C (CmdTownSetText)

*** End of OpenTTD Crash Report ***

Decoded stack trace:
[00] KERNELBASE           0x00007FFA93A7A388 RaiseException + 104
[01] msvcrt               0x00007FFA972DA9E0 raise + 512
[02] msvcrt               0x00007FFA972DEDEB abort + 27
[03] openttd              0x00000000005FF636 error(char const*, ...) + 118 (/home/jgr/openttd/jgrpp/src/openttd.cpp:147)
[04] openttd              0x0000000000585333 GfxFillRect(int, int, int, int, int, FillRectMode) + 547 (/home/jgr/openttd/jgrpp/src/gfx.cpp:132)
[05] openttd              0x000000000073EE2A NWidgetBackground::Draw(Window const*) + 298 (/home/jgr/openttd/jgrpp/src/widget.cpp:1895)
[06] openttd              0x000000000073E9CC NWidgetPIPContainer::Draw(Window const*) + 108 (/home/jgr/openttd/jgrpp/src/widget.cpp:1134)
[07] openttd              0x00000000007405B3 Window::DrawWidgets() const + 35 (/home/jgr/openttd/jgrpp/src/widget.cpp:604)
[08] openttd              0x00000000007459E3 Window::OnPaint() + 18446744073707238547 (/home/jgr/openttd/jgrpp/src/window_gui.h:614)
[09] openttd              0x00000000005879BB DrawDirtyBlocks() + 1419 (/home/jgr/openttd/jgrpp/src/gfx.cpp:1593)
[10] openttd              0x000000000074804D UpdateWindows() + 1261 (/home/jgr/openttd/jgrpp/src/window.cpp:3272)
[11] openttd              0x0000000000520DC2 VideoDriver_Win32::MainLoop() + 578 (/home/jgr/openttd/jgrpp/src/video/win32_v.cpp:1275)
[12] openttd              0x00000000006020CE openttd_main(int, char**) + 6366 (/home/jgr/openttd/jgrpp/src/openttd.cpp:997)
[13] openttd              0x00000000004AD47D WinMain + 285 (/home/jgr/openttd/jgrpp/src/os/windows/win32.cpp:467)
[14] openttd              0x00000000004013B4 __tmainCRTStartup + 564 (./build/x86_64-w64-mingw32-x86_64-w64-mingw32-crt/./mingw-w64-crt/crt/crtexe.c:339)
[15] openttd              0x00000000004014DB WinMainCRTStartup + 27 (./build/x86_64-w64-mingw32-x86_64-w64-mingw32-crt/./mingw-w64-crt/crt/crtexe.c:195)
[16] KERNEL32             0x00007FFA95174034 BaseThreadInitThunk + 20
[17] ntdll                0x00007FFA97693691 RtlUserThreadStart + 33

*** End of additional info ***
Thanks again for all that you do!
User avatar
JGR
Tycoon
Tycoon
Posts: 2558
Joined: 08 Aug 2005 13:46
Location: Ipswich

Re: JGR's Patch Pack

Post by JGR »

Tsylatac wrote: 23 Oct 2020 05:42 Broke something trying to drag a window partially offscreen. :P This was in 0.38.0 as I hadn't realized 0.38.1 was already out (I'll appreciate that new income text setting next time I try making a video!)
Thanks for reporting this, I've added a fix which should prevent this, it'll be in the next release.
Tsylatac wrote: 23 Oct 2020 05:42 Thanks again for all that you do!
Thanks you :)
Ex TTDPatch Coder
Patch Pack, Github
User avatar
nirasa
Engineer
Engineer
Posts: 83
Joined: 03 Sep 2015 07:11
Location: Czech republic

Re: JGR's Patch Pack

Post by nirasa »

I have Linux XUbuntu 18.04 and I compile the game myself. I saw a warning today. It's alright?
I'm attaching a picture:
Attachments
varovani-kompilace.png
(325.92 KiB) Not downloaded yet
My YouTube channel: https://www.youtube.com/c/nirasa/videos Czech language. :D
User avatar
JGR
Tycoon
Tycoon
Posts: 2558
Joined: 08 Aug 2005 13:46
Location: Ipswich

Re: JGR's Patch Pack

Post by JGR »

nirasa wrote: 24 Oct 2020 09:11 I have Linux XUbuntu 18.04 and I compile the game myself. I saw a warning today. It's alright?
I'm attaching a picture:
Thanks for reporting this.
This isn't something that you need to worry about, it will not affect the game.
I've pushed a commit which should remove the warning.
Ex TTDPatch Coder
Patch Pack, Github
User avatar
nirasa
Engineer
Engineer
Posts: 83
Joined: 03 Sep 2015 07:11
Location: Czech republic

Re: JGR's Patch Pack

Post by nirasa »

JGR wrote: 24 Oct 2020 09:53
nirasa wrote: 24 Oct 2020 09:11 I have Linux XUbuntu 18.04 and I compile the game myself. I saw a warning today. It's alright?
I'm attaching a picture:
Thanks for reporting this.
This isn't something that you need to worry about, it will not affect the game.
I've pushed a commit which should remove the warning.
:-) ok
My YouTube channel: https://www.youtube.com/c/nirasa/videos Czech language. :D
mrjack2
Engineer
Engineer
Posts: 74
Joined: 21 Jan 2016 23:04

Re: JGR's Patch Pack

Post by mrjack2 »

Crash report. I was attempting to put a tram from a group into a sub-group

Code: Select all

*** OpenTTD Crash Report ***

Crash at: Sun Oct 25 04:03:58 2020
In game date: 1867-06-02 (59, 1) (DL: 5)
Game loaded at: 1866-09-30 (31, 3), Sun Oct 25 02:41:36 2020

Crash reason:
 Exception:  C0000005
 Location:   00000000008F3D51
 Fault type: 0 (read)
 Fault addr: 0000000000000052
 Message:    <none>

OpenTTD version:
 Version:    jgrpp-0.38.1 (0)
 NewGRF ver: 1b006d64
 Bits:       64
 Endian:     little
 Dedicated:  no
 Build date: Oct 21 2020 00:57:39
 Defines:    WITH_BITMATH_BUILTINS WITH_OVERFLOW_BUILTINS WITH_DEMANGLE WITH_BFD0 WITH_DBGHELP NDEBUG TTD_ENDIAN=TTD_LITTLE_ENDIAN WITH_PNG WITH_ZLIB WITH_LIBLZMA WITH_LZO WITH_PERSONAL_DIR WITH_SSE WITH_ASSERT UNICODE _UNICODE WITH_UNISCRIBE _SQ64

Stack trace:
 0DB49270 00000000 0000006E 00000000 00000046 00000000 0073F1D7 00000000
 00000000 00000000 0000000D 00000000 00000000 00000000 00000000 00000000
 00000001 00000000 0000006E 00000000 00000046 00000000 00E76240 00000000
 0000006E 00000000 0000006E 00000046 008F3B30 00000000 098B5AE0 00000000
 00ECED40 00000000 0074BD08 00000000 00000000 00000000 71487330 00007FFD
 00000000 00000000 7283FE34 00007FFD 00000000 00000000 00000000 00000000
 00000000 00000000 00000000 00000000 04D6D498 00000000 00000030 00000002
 6FF01144 00007FFD 00000000 00000000 AF77DE70 000002D2 0137006E 00000000
 00000000 00000000 80000012 00000000 71415420 00007FFD 00000202 00000000
 00040222 00000000 00000000 00000000 00000000 00000000 00522DB7 00000000
 00000001 00000000 00000000 00000000 00E0C9E0 00000000 00E761EC 00000000
 71419310 00007FFD 00E0C9E0 00000000 71415420 00007FFD 144F7AE5 00000000
 71424330 00007FFD 00000000 00000000 144F7AE5 00000000 727F35A0 00007FFD
 353E7B50 00007FFD 055C3C60 00000000 71415420 00007FFD 3532D27B 00007FFD
 00000001 00000000 00000000 00000000 80000012 00000000 71415420 00007FFD
 00000202 00000000 00040222 00000000 00000000 00000000 71415C1D 00007FFD
 04D6D6D0 00000000 04D6D620 00000000 00000001 00000000 00000000 00000000
 00001E01 00000000 00001E00 00000010 00000000 00000000 353E7C70 00007FFD
 00000001 FFFFFFFF 00000000 00000000 00000000 00000000 00000000 80000012
 00000000 00000000 00000000 00000000 353E7C70 00000000 00000001 00000000
 00000048 00000000 00000001 00000000 00000000 00000000 00000000 00000000
 00000030 00000000 FFFFFFFF FFFFFFFF FFFFFFFF FFFFFFFF 71415AA4 00007FFD
 00000000 00000000 00000000 00000000 04D6D6D0 00000000 00000000 00000000
 00000001 00000000 AF77DFD0 000002D2 144F7AE5 00000000 144F7AE5 00000000

Registers:
 RAX: 0000000000000015 RBX: 000000000000000D RCX: 000000000CF08500 RDX: 000000000000000F
 RSI: 0000000000000000 RDI: 0000000000000046 RBP: 0000000000000046 RSP: 0000000004D6D390
 R8:  0000000000000007 R9:  0000000000000000 R10: 000000000000000D R11: 00000000000A684C
 R12: 00000000098B5AE0 R13: 0000000000ECED40 R14: 0000000000000000 R15: 0000000000E76223
 RIP: 00000000008F3D51 EFLAGS: 00010212

 Bytes at instruction pointer:
 66 44 3B 46 52 0F 84 5B FF FF FF C7 44 24 40 01 00 00 00 0F B7 D0 45 31

Operating system:
 Name:     Windows
 Release:  10.0.18363 ()
 Compiler: GCC 9.3.0 "9.3-win32 20200320"

Configuration:
 Blitter:      32bpp-sse2-anim
 Graphics set: OpenGFX (7019)
 Language:     C:\Program Files\OpenTTD JGR 38.1\lang\english_AU.lng
 Music driver: dmusic
 Music set:    NoMusic (0)
 Network:      no
 Sound driver: win32
 Sound set:    OpenSFX (87)
 Video driver: win32
 Pathfinder:   YAPF YAPF YAPF

Fonts:
 Small:  sprite
 Medium: sprite
 Large:  sprite
 Mono:   sprite

Map size: 0x100000 (1024 x 1024)

AI Configuration (local: 0) (current: 0):
  0: Human
  2: IdleMore (v1)
 GS: Villages Is Villages (v9)

Libraries:
 LZMA:       5.2.1
 LZO:        2.09
 PNG:        1.5.23
 Zlib:       1.2.8

Module information:
 C:\Program Files\OpenTTD JGR 38.1\openttd.exe handle: 0000000000400000 size: 53249735 crc: 8BECFA08 date: 2020-10-24 01:53:16
 C:\WINDOWS\SYSTEM32\ntdll.dll handle: 00007ffd727a0000 size: 1999440 crc: 63153BE2 date: 2020-10-14 08:06:55
 C:\WINDOWS\System32\KERNEL32.DLL handle: 00007ffd71800000 size: 722080 crc: 3EFB8D04 date: 2020-10-14 08:03:51
 C:\WINDOWS\System32\KERNELBASE.dll handle: 00007ffd70100000 size: 2775688 crc: 42AFF3A9 date: 2020-10-14 08:07:00
 C:\Program Files\Bitdefender Antivirus Free\atcuf\264922836828810354\atcuf64.dll handle: 00007ffd35320000 size: 879880 crc: DAFFD131 date: 2020-10-02 19:54:16
 C:\WINDOWS\System32\ADVAPI32.dll handle: 00007ffd72620000 size: 654912 crc: A786DEEC date: 2020-04-17 23:16:31
 C:\WINDOWS\System32\msvcrt.dll handle: 00007ffd70b50000 size: 638072 crc: 162578A8 date: 2019-03-19 04:44:35
 C:\WINDOWS\System32\sechost.dll handle: 00007ffd715b0000 size: 605896 crc: 499F634F date: 2020-07-16 22:43:23
 C:\WINDOWS\System32\RPCRT4.dll handle: 00007ffd708d0000 size: 1170960 crc: FBBF4370 date: 2020-10-14 08:06:59
 C:\WINDOWS\System32\GDI32.dll handle: 00007ffd72520000 size: 147912 crc: D05A781B date: 2019-03-19 04:44:06
 C:\WINDOWS\System32\win32u.dll handle: 00007ffd6ff00000 size: 127064 crc: 0BB8DECD date: 2020-10-14 08:05:22
 C:\WINDOWS\System32\gdi32full.dll handle: 00007ffd704c0000 size: 1653800 crc: 71B7BBB4 date: 2020-10-14 08:07:50
 C:\WINDOWS\System32\msvcp_win.dll handle: 00007ffd70760000 size: 639392 crc: 31F428A3 date: 2020-10-14 08:06:11
 C:\WINDOWS\System32\ucrtbase.dll handle: 00007ffd70660000 size: 1024656 crc: BAFE0C14 date: 2020-10-14 08:06:10
 C:\WINDOWS\System32\USER32.dll handle: 00007ffd71400000 size: 1656904 crc: 45822A5B date: 2020-10-14 08:05:21
 C:\WINDOWS\System32\IMM32.dll handle: 00007ffd72730000 size: 176152 crc: 2F06A7FC date: 2020-01-09 21:23:36
 C:\WINDOWS\System32\ole32.dll handle: 00007ffd723c0000 size: 1399216 crc: 6897867F date: 2020-09-09 20:36:46
 C:\WINDOWS\System32\combase.dll handle: 00007ffd70bf0000 size: 3371168 crc: 2E9AC42F date: 2020-10-14 08:06:12
 C:\WINDOWS\System32\bcryptPrimitives.dll handle: 00007ffd6ff30000 size: 524208 crc: 46E5F8B3 date: 2020-05-13 03:09:00
 C:\WINDOWS\System32\SHELL32.dll handle: 00007ffd71ae0000 size: 7271752 crc: AAEF00B8 date: 2020-10-14 08:05:52
 C:\WINDOWS\System32\cfgmgr32.dll handle: 00007ffd70800000 size: 293344 crc: 692DD58F date: 2020-01-09 21:23:34
 C:\WINDOWS\System32\shcore.dll handle: 00007ffd721d0000 size: 684864 crc: BE77BFA1 date: 2020-07-16 22:42:37
 C:\WINDOWS\System32\windows.storage.dll handle: 00007ffd6f760000 size: 7910152 crc: 84E75E75 date: 2020-09-09 20:36:29
 C:\WINDOWS\System32\profapi.dll handle: 00007ffd6f700000 size: 133256 crc: 6530F1FB date: 2020-03-11 20:56:09
 C:\WINDOWS\System32\powrprof.dll handle: 00007ffd6f690000 size: 291336 crc: 5EA3DD21 date: 2019-03-19 04:44:35
 C:\WINDOWS\System32\UMPDC.dll handle: 00007ffd6f660000 size: 54960 crc: DD4A4D6A date: 2019-03-19 04:43:49
 C:\WINDOWS\System32\shlwapi.dll handle: 00007ffd713a0000 size: 329200 crc: AC7F2587 date: 2019-03-19 04:45:05
 C:\WINDOWS\System32\kernel.appcore.dll handle: 00007ffd6f670000 size: 58888 crc: B99099AD date: 2020-10-14 08:05:13
 C:\WINDOWS\System32\cryptsp.dll handle: 00007ffd6fee0000 size: 80112 crc: 4C3EEAA9 date: 2019-03-19 04:44:33
 C:\WINDOWS\System32\WS2_32.dll handle: 00007ffd72550000 size: 442704 crc: 2DDECC74 date: 2020-01-09 21:23:36
 C:\WINDOWS\SYSTEM32\USP10.dll handle: 00007ffd68fb0000 size: 79360 crc: 936448BB date: 2020-01-09 21:23:36
 C:\WINDOWS\SYSTEM32\WINMM.dll handle: 00007ffd6d7a0000 size: 129880 crc: 55B5B362 date: 2019-03-19 04:43:47
 C:\WINDOWS\SYSTEM32\WINMMBASE.dll handle: 00007ffd6d770000 size: 169632 crc: 8AE99BA1 date: 2019-03-19 04:43:47
 C:\WINDOWS\system32\rsaenh.dll handle: 00007ffd6ea20000 size: 202440 crc: B9799C74 date: 2019-03-19 04:44:35
 C:\WINDOWS\System32\bcrypt.dll handle: 00007ffd6f730000 size: 144376 crc: 49BE6FB0 date: 2020-01-09 21:23:34
 C:\WINDOWS\SYSTEM32\CRYPTBASE.dll handle: 00007ffd6f080000 size: 33848 crc: 35448A10 date: 2019-03-19 04:44:36
 C:\WINDOWS\system32\uxtheme.dll handle: 00007ffd6d980000 size: 606720 crc: ABDDBC69 date: 2020-01-09 21:23:33
 C:\WINDOWS\System32\MSCTF.dll handle: 00007ffd719a0000 size: 1259720 crc: F2CFBAB9 date: 2020-10-14 08:06:08
 C:\WINDOWS\System32\OLEAUT32.dll handle: 00007ffd718d0000 size: 797456 crc: EB3C13B8 date: 2020-10-14 08:06:46
 C:\WINDOWS\SYSTEM32\TextInputFramework.dll handle: 00007ffd6be30000 size: 642216 crc: 8123E888 date: 2020-03-11 20:55:23
 C:\WINDOWS\SYSTEM32\CoreUIComponents.dll handle: 00007ffd67340000 size: 3327776 crc: EC96C7CD date: 2020-10-14 08:04:40
 C:\WINDOWS\SYSTEM32\CoreMessaging.dll handle: 00007ffd6d360000 size: 858928 crc: E84620AA date: 2020-09-09 20:36:47
 C:\WINDOWS\SYSTEM32\ntmarta.dll handle: 00007ffd6e6a0000 size: 181856 crc: 06EC83CA date: 2019-03-19 04:44:35
 C:\WINDOWS\SYSTEM32\wintypes.dll handle: 00007ffd6bbb0000 size: 1393952 crc: EAA214AA date: 2020-10-14 08:06:13
 C:\WINDOWS\SYSTEM32\iertutil.dll handle: 00007ffd64430000 size: 2777184 crc: 5543E343 date: 2020-10-14 08:07:55
 C:\WINDOWS\system32\mswsock.dll handle: 00007ffd6eeb0000 size: 408064 crc: 3EB5FC3F date: 2020-05-13 03:08:51
 C:\WINDOWS\SYSTEM32\MMDevAPI.DLL handle: 00007ffd6a330000 size: 449888 crc: A7B29868 date: 2020-01-09 21:23:12
 C:\WINDOWS\SYSTEM32\DEVOBJ.dll handle: 00007ffd6f470000 size: 159112 crc: E7C8A00D date: 2020-01-09 21:23:35
 C:\WINDOWS\SYSTEM32\wdmaud.drv handle: 00007ffd4a750000 size: 253952 crc: 0D3BE49A date: 2019-03-19 04:43:47
 C:\WINDOWS\SYSTEM32\ksuser.dll handle: 00007ffd66dd0000 size: 23264 crc: B862C2FB date: 2019-03-19 04:43:47
 C:\WINDOWS\SYSTEM32\AVRT.dll handle: 00007ffd69290000 size: 30672 crc: CC5AFD63 date: 2019-03-19 04:43:47
 C:\WINDOWS\SYSTEM32\AUDIOSES.DLL handle: 00007ffd6a3b0000 size: 1413712 crc: 86D73117 date: 2020-10-14 08:03:43
 C:\WINDOWS\SYSTEM32\msacm32.drv handle: 00007ffd66d60000 size: 29184 crc: DCE0859B date: 2019-03-19 04:43:47
 C:\WINDOWS\SYSTEM32\MSACM32.dll handle: 00007ffd66290000 size: 107640 crc: C340459C date: 2019-03-19 04:43:47
 C:\WINDOWS\SYSTEM32\midimap.dll handle: 00007ffd66280000 size: 25600 crc: 1A533078 date: 2019-03-19 04:43:47
 C:\WINDOWS\System32\clbcatq.dll handle: 00007ffd70aa0000 size: 643752 crc: C1F090C7 date: 2019-03-19 04:44:30
 C:\WINDOWS\System32\dmusic.dll handle: 00007ffd54860000 size: 132608 crc: C9F5B874 date: 2019-03-19 04:45:38
 C:\WINDOWS\System32\DSOUND.dll handle: 00007ffd3b750000 size: 602112 crc: C9C6543E date: 2019-03-19 04:43:47
 C:\WINDOWS\System32\dmsynth.dll handle: 00007ffd535c0000 size: 122880 crc: 408A0AD2 date: 2019-03-19 04:45:38
 C:\WINDOWS\SYSTEM32\resourcepolicyclient.dll handle: 00007ffd6dd20000 size: 70248 crc: 45223FF6 date: 2020-07-16 22:41:07
 C:\Windows\System32\Windows.UI.dll handle: 00007ffd68af0000 size: 1385696 crc: 8FA737A5 date: 2020-07-16 22:40:47
 C:\Windows\System32\InputHost.dll handle: 00007ffd68380000 size: 1151304 crc: F4078594 date: 2020-07-16 22:41:39
 C:\Windows\System32\PROPSYS.dll handle: 00007ffd6d0b0000 size: 979264 crc: 26938172 date: 2020-05-13 03:07:50
 C:\WINDOWS\System32\psapi.dll handle: 00007ffd715a0000 size: 18832 crc: BED9353E date: 2019-03-19 04:44:28

Events: jv, dtijv

---- gamelog start ----
Tick 0: new game started
Revision text changed to jgrpp-0.33.2, savegame version 218, not modified, _openttd_newgrf_version = 0x1b006d64
New game mode: 1 landscape: 1
Added NewGRF: GRF ID F1250007, checksum A24E5DF885D1C589029D7C5B1AB79A97, filename: firs_industry_replacement_set_3-3.0.5\firs.grf (md5sum matches)
Added NewGRF: GRF ID 544D0101, checksum 390EA6B640721D3A80200F2A1474B183, filename: 2cc_trainsinnml-2.0alpha1\2ccts.grf (md5sum matches)
Added NewGRF: GRF ID 444A5901, checksum D4B5C202A411E43DEB5F9956F530DB52, filename: vacuum_tube_train-1.0.1\vactrain_1.0.1.grf (md5sum matches)
Added NewGRF: GRF ID 444A5401, checksum B9E9E16F258B32DC91E8BABEF037AFA7, filename: nutracks-r247\nutracks.grf (md5sum matches)
Added NewGRF: GRF ID FBFB0010, checksum 2A0082F909643FFB6624BD510EBDDA4D, filename: 2cc_trams-0.1.0beta2\trams-2cc.grf (md5sum matches)
Added NewGRF: GRF ID 444E0700, checksum 48B3F9E4FD0DF2A72B5F44D3C8A2F4A0, filename: universal_rail_type-2.0.1\universalrailtype.grf (md5sum matches)
Added NewGRF: GRF ID 414E0201, checksum 0DA3A80B986BC3C17C20CA4CE9CA26AA, filename: fish_2-2.0.3\fish.grf (md5sum matches)
Added NewGRF: GRF ID 43415000, checksum 4DA9FE9A87DD330EBAD43916771BAF21, filename: opengfx_airports-0.4.2\ogfx-airports.grf (md5sum matches)
Added NewGRF: GRF ID 454E0101, checksum D8758B1E725C7E34F1A05D3B9EE4702D, filename: modern_maglev_trains-1.4.1\mmt.grf (md5sum matches)
Added NewGRF: GRF ID 44440A01, checksum FCEEC76CF44EC23E7FE9C88048CF11CC, filename: av8_aviators_aircraft_set-2.21\pb_av8w.grf (md5sum matches)
Added NewGRF: GRF ID 56430001, checksum 2AD089EE6B73F25D79F286AD43765914, filename: total_town_replacement_set-3.14\ttrs3w.grf (md5sum matches)
Added NewGRF: GRF ID 41533031, checksum B21E7D6ADD69B1C07643939764FB4878, filename: swedish_houses-1.1.2\swehouses.grf (md5sum matches)
Added NewGRF: GRF ID 72777473, checksum EBEAB33B398DE7F2921F853C496F6F91, filename: uk_town_set-2.2\ukts_2.2.grf (md5sum matches)
Added NewGRF: GRF ID 4D470B02, checksum D3B86F8678699114EC3BC5EBFD52BC51, filename: early_houses.2.0beta_r707\earlyhouses.grf (md5sum matches)
Added NewGRF: GRF ID 4E4C4853, checksum 1787E1E0E308EB5C4E1A8EFC4A059D71, filename: dutch_terraced_houses-0.3b\nlhs.grf (md5sum matches)
Added NewGRF: GRF ID 74677462, checksum 1D2A4E03D9F30922788C166254C27619, filename: total_bridge_renewal_set-1.2\total_bridges.grf (md5sum matches)
Added NewGRF: GRF ID 52571203, checksum 7CE88A25DDB058C1BE577B88D049B274, filename: egrvts2-188\egrvts2.grf (md5sum matches)
Added NewGRF: GRF ID 4D420100, checksum 1A5D28D0719FCDB928F59AEFDBE07B7C, filename: bobs_british_buses-0.2.1\bbbw.grf (md5sum matches)
Added NewGRF: GRF ID 41501202, checksum B13DD8FB0D7C34CACAC2FE68BD137BB9, filename: heqs_heavy_equipment_set-1.5.2\heqs.grf (md5sum matches)
Added NewGRF: GRF ID 58534453, checksum 2E100BCA91DB8371CD9D57DBEC3AB0C8, filename: dutch_stations_set-1.0.0alpha\dutchstatw.grf (md5sum matches)
Added NewGRF: GRF ID 52455200, checksum 0E5A9C5ACD2BCAF7FA0658C3F905A660, filename: rural_stations-1\ae_ruraw.grf (md5sum matches)
Added NewGRF: GRF ID 4A4D0101, checksum AFE4E75999A3FF92D4B01DBEE9A803E9, filename: sailing_ships-0.62\ss.grf (md5sum matches)
Added NewGRF: GRF ID FBFB0301, checksum D961A46B2CC37A04CD4FCBEDD2311A53, filename: foobars_tram_tracks-1.0.1\foobarstramtracks.grf (md5sum matches)
Added NewGRF: GRF ID 43485053, checksum 107210078AB4C22C7D83BA65ED9AF16F, filename: chips_station_set-1.8.0\chips.grf (md5sum matches)
Added NewGRF: GRF ID 31FF0C01, checksum B0C2DF35A3C4B76FBE696D8ABA0C05EC, filename: ratings1.0\ratings.grf (md5sum matches)
Added NewGRF: GRF ID 4D470305, checksum 2E96B9AB2BEA686BFF94961AD433A701, filename: basecosts-5.0\basecosts.grf (md5sum matches)
Tick 5322: game loaded
Revision text changed to jgrpp-0.38.1, savegame version 219, not modified, _openttd_newgrf_version = 0x1b006d64
---- gamelog end ----

Recent news messages (19 of 19):
(1867-05-30) StringID: 694, Type: 10, Ref1: 2, 590, Ref2: 0, 4294967295
(1867-05-29) StringID: 695, Type: 10, Ref1: 2, 1791, Ref2: 0, 4294967295
(1867-05-10) StringID: 694, Type: 10, Ref1: 2, 590, Ref2: 0, 4294967295
(1867-05-09) StringID: 695, Type: 10, Ref1: 2, 1791, Ref2: 0, 4294967295
(1867-03-31) StringID: 694, Type: 10, Ref1: 2, 590, Ref2: 0, 4294967295
(1867-03-30) StringID: 695, Type: 10, Ref1: 2, 1791, Ref2: 0, 4294967295
(1867-03-10) StringID: 695, Type: 10, Ref1: 2, 1791, Ref2: 0, 4294967295
(1867-02-18) StringID: 695, Type: 10, Ref1: 2, 1791, Ref2: 0, 4294967295
(1867-02-01) StringID: 710, Type: 11, Ref1: 6, 438, Ref2: 0, 4294967295
(1867-01-30) StringID: 694, Type: 10, Ref1: 2, 590, Ref2: 0, 4294967295
(1867-01-29) StringID: 695, Type: 10, Ref1: 2, 1791, Ref2: 0, 4294967295
(1867-01-14) StringID: 694, Type: 10, Ref1: 2, 590, Ref2: 0, 4294967295
(1867-01-13) StringID: 695, Type: 10, Ref1: 2, 1791, Ref2: 0, 4294967295
(1866-12-25) StringID: 694, Type: 10, Ref1: 2, 590, Ref2: 0, 4294967295
(1866-12-24) StringID: 695, Type: 10, Ref1: 2, 1791, Ref2: 0, 4294967295
(1866-12-05) StringID: 694, Type: 10, Ref1: 2, 590, Ref2: 0, 4294967295
(1866-12-04) StringID: 695, Type: 10, Ref1: 2, 1791, Ref2: 0, 4294967295
(1866-10-06) StringID: 694, Type: 10, Ref1: 2, 590, Ref2: 0, 4294967295
(1866-10-05) StringID: 695, Type: 10, Ref1: 2, 1791, Ref2: 0, 4294967295

Command Log:
 Showing most recent 128 of 1826 commands
   0 | 1867-06-02, 59,   1 | ---m----- |        0 x       0, p1: 0x00000007, p2: 0x000001BF, cc:   0, lc:   0, cmd: 0x1256008B (CmdAddVehicleGroup)
   1 | 1867-06-02, 59,   1 | ---m----- |        0 x       0, p1: 0x00000001, p2: 0x00000001, cc:   0, lc:   0, cmd: 0x00000042 (CmdPause)
   2 | 1867-06-01, 49,   3 | ---m----- |      468 x     554, p1: 0x00000248, p2: 0x00000000, cc:   0, lc:   0, cmd: 0x126D0080 (CmdCloneVehicle)
   3 | 1867-06-01, 44,   4 | ---m----- |      468 x     554, p1: 0x00000248, p2: 0x00000000, cc:   0, lc:   0, cmd: 0x126D0080 (CmdCloneVehicle)
   4 | 1867-06-01, 41,   2 | ---m----- |      468 x     554, p1: 0x00000248, p2: 0x00000000, cc:   0, lc:   0, cmd: 0x126D0080 (CmdCloneVehicle)
   5 | 1867-06-01, 37,   2 | ---m----- |      468 x     554, p1: 0x00000248, p2: 0x00000000, cc:   0, lc:   0, cmd: 0x126D0080 (CmdCloneVehicle)
   6 | 1867-06-01, 34,   4 | ---m----- |      468 x     554, p1: 0x00000248, p2: 0x00000000, cc:   0, lc:   0, cmd: 0x126D0080 (CmdCloneVehicle)
   7 | 1867-06-01, 32,   3 | ---m----- |      468 x     554, p1: 0x00000248, p2: 0x00000000, cc:   0, lc:   0, cmd: 0x126D0080 (CmdCloneVehicle)
   8 | 1867-06-01, 30,   2 | ---m----- |      468 x     554, p1: 0x00000248, p2: 0x00000000, cc:   0, lc:   0, cmd: 0x126D0080 (CmdCloneVehicle)
   9 | 1867-06-01, 28,   0 | ---m----- |      468 x     554, p1: 0x00000248, p2: 0x00000000, cc:   0, lc:   0, cmd: 0x126D0080 (CmdCloneVehicle)
  10 | 1867-06-01, 25,   4 | ---m----- |      468 x     554, p1: 0x00000248, p2: 0x00000000, cc:   0, lc:   0, cmd: 0x126D0080 (CmdCloneVehicle)
  11 | 1867-06-01, 23,   1 | ---m----- |      468 x     554, p1: 0x00000248, p2: 0x00000000, cc:   0, lc:   0, cmd: 0x126D0080 (CmdCloneVehicle)
  12 | 1867-06-01, 20,   0 | ---m----- |      468 x     554, p1: 0x00000248, p2: 0x00000000, cc:   0, lc:   0, cmd: 0x126D0080 (CmdCloneVehicle)
  13 | 1867-06-01, 12,   0 | ---m----- |      468 x     554, p1: 0x00000248, p2: 0x00000000, cc:   0, lc:   0, cmd: 0x126D0080 (CmdCloneVehicle)
  14 | 1867-06-01,  9,   1 | ---m----- |      468 x     554, p1: 0x00000248, p2: 0x00000000, cc:   0, lc:   0, cmd: 0x126D0080 (CmdCloneVehicle)
  15 | 1867-05-31, 52,   0 | ---m----- |        0 x       0, p1: 0x00000015, p2: 0x00000000, cc:   0, lc:   0, cmd: 0x12510088 (CmdDeleteGroup)
  16 | 1867-05-31, 26,   1 | ---m--t-- |        0 x       0, p1: 0x00000015, p2: 0x00000000, cc:   0, lc:   0, cmd: 0x12520089 (CmdAlterGroup)
  17 | 1867-05-30, 70,   1 | ---m----- |        0 x       0, p1: 0x00000001, p2: 0x00000006, cc:   0, lc:   0, cmd: 0x12500087 (CmdCreateGroup)
  18 | 1867-05-30, 51,   2 | ---m--t-- |        0 x       0, p1: 0x00000014, p2: 0x00000000, cc:   0, lc:   0, cmd: 0x12520089 (CmdAlterGroup)
  19 | 1867-05-30, 36,   3 | ---m----- |        0 x       0, p1: 0x00000001, p2: 0x00000006, cc:   0, lc:   0, cmd: 0x12500087 (CmdCreateGroup)
  20 | 1867-05-30, 23,   1 | ---m--t-- |        0 x       0, p1: 0x00000013, p2: 0x00000000, cc:   0, lc:   0, cmd: 0x12520089 (CmdAlterGroup)
  21 | 1867-05-30,  4,   3 | ---m----- |        0 x       0, p1: 0x00000001, p2: 0x00000006, cc:   0, lc:   0, cmd: 0x12500087 (CmdCreateGroup)
  22 | 1867-05-29, 64,   1 | ---m--t-- |        0 x       0, p1: 0x00000012, p2: 0x00000000, cc:   0, lc:   0, cmd: 0x12520089 (CmdAlterGroup)
  23 | 1867-05-29, 49,   2 | ---m----- |        0 x       0, p1: 0x00000001, p2: 0x00000006, cc:   0, lc:   0, cmd: 0x12500087 (CmdCreateGroup)
  24 | 1867-05-29, 24,   0 | ---m--t-- |        0 x       0, p1: 0x00000010, p2: 0x00000000, cc:   0, lc:   0, cmd: 0x12520089 (CmdAlterGroup)
  25 | 1867-05-28, 31,   2 | ---m--t-- |        0 x       0, p1: 0x00000011, p2: 0x00000000, cc:   0, lc:   0, cmd: 0x12520089 (CmdAlterGroup)
  26 | 1867-05-28, 18,   2 | ---m----- |        0 x       0, p1: 0x00000001, p2: 0x00000006, cc:   0, lc:   0, cmd: 0x12500087 (CmdCreateGroup)
  27 | 1867-05-27, 53,   1 | ---m--t-- |        0 x       0, p1: 0x00000010, p2: 0x00000000, cc:   0, lc:   0, cmd: 0x12520089 (CmdAlterGroup)
  28 | 1867-05-27, 35,   4 | ---m----- |        0 x       0, p1: 0x00000001, p2: 0x00000006, cc:   0, lc:   0, cmd: 0x12500087 (CmdCreateGroup)
  29 | 1867-05-27, 25,   3 | ---m--t-- |        0 x       0, p1: 0x0000000F, p2: 0x00000000, cc:   0, lc:   0, cmd: 0x12520089 (CmdAlterGroup)
  30 | 1867-05-27, 13,   1 | ---m----- |        0 x       0, p1: 0x00000001, p2: 0x00000006, cc:   0, lc:   0, cmd: 0x12500087 (CmdCreateGroup)
  31 | 1867-05-27,  2,   2 | ---m--t-- |        0 x       0, p1: 0x0000000E, p2: 0x00000000, cc:   0, lc:   0, cmd: 0x12520089 (CmdAlterGroup)
  32 | 1867-05-26, 63,   0 | ---m----- |        0 x       0, p1: 0x00000001, p2: 0x00000006, cc:   0, lc:   0, cmd: 0x12500087 (CmdCreateGroup)
  33 | 1867-05-26, 58,   3 | ---m--t-- |        0 x       0, p1: 0x0000000D, p2: 0x00000000, cc:   0, lc:   0, cmd: 0x12520089 (CmdAlterGroup)
  34 | 1867-05-26, 48,   1 | ---m----- |        0 x       0, p1: 0x00000001, p2: 0x00000006, cc:   0, lc:   0, cmd: 0x12500087 (CmdCreateGroup)
  35 | 1867-05-26, 43,   4 | ---m--t-- |        0 x       0, p1: 0x0000000C, p2: 0x00000000, cc:   0, lc:   0, cmd: 0x12520089 (CmdAlterGroup)
  36 | 1867-05-26, 23,   0 | ---m----- |        0 x       0, p1: 0x00000001, p2: 0x00000006, cc:   0, lc:   0, cmd: 0x12500087 (CmdCreateGroup)
  37 | 1867-05-25, 19,   0 | ---m--t-- |        0 x       0, p1: 0x0000000B, p2: 0x00000000, cc:   0, lc:   0, cmd: 0x12520089 (CmdAlterGroup)
  38 | 1867-05-25,  8,   3 | ---m----- |        0 x       0, p1: 0x00000001, p2: 0x00000006, cc:   0, lc:   0, cmd: 0x12500087 (CmdCreateGroup)
  39 | 1867-05-25,  4,   3 | ---m--t-- |        0 x       0, p1: 0x0000000A, p2: 0x00000000, cc:   0, lc:   0, cmd: 0x12520089 (CmdAlterGroup)
  40 | 1867-05-24, 62,   3 | ---m----- |        0 x       0, p1: 0x00000001, p2: 0x00000006, cc:   0, lc:   0, cmd: 0x12500087 (CmdCreateGroup)
  41 | 1867-05-24, 57,   1 | ---m--t-- |        0 x       0, p1: 0x00000009, p2: 0x00000000, cc:   0, lc:   0, cmd: 0x12520089 (CmdAlterGroup)
  42 | 1867-05-24, 48,   4 | ---m----- |        0 x       0, p1: 0x00000001, p2: 0x00000006, cc:   0, lc:   0, cmd: 0x12500087 (CmdCreateGroup)
  43 | 1867-05-24, 44,   2 | ---m--t-- |        0 x       0, p1: 0x00000008, p2: 0x00000000, cc:   0, lc:   0, cmd: 0x12520089 (CmdAlterGroup)
  44 | 1867-05-24, 31,   4 | ---m----- |        0 x       0, p1: 0x00000001, p2: 0x00000006, cc:   0, lc:   0, cmd: 0x12500087 (CmdCreateGroup)
  45 | 1867-05-24, 27,   0 | ---m--t-- |        0 x       0, p1: 0x00000007, p2: 0x00000000, cc:   0, lc:   0, cmd: 0x12520089 (CmdAlterGroup)
  46 | 1867-05-24,  7,   1 | ---m----- |        0 x       0, p1: 0x00000001, p2: 0x00000006, cc:   0, lc:   0, cmd: 0x12500087 (CmdCreateGroup)
  47 | 1867-05-19, 10,   1 | ---m----- |        0 x       0, p1: 0x00000006, p2: 0x00030100, cc:   0, lc:   0, cmd: 0x0000008F (CmdSetGroupLivery)
  48 | 1867-05-18, 66,   4 | ---m----- |        0 x       0, p1: 0x00000006, p2: 0x00040000, cc:   0, lc:   0, cmd: 0x0000008F (CmdSetGroupLivery)
  49 | 1867-05-18, 19,   4 | ---m----- |        0 x       0, p1: 0x00000006, p2: 0x00000248, cc:   0, lc:   0, cmd: 0x1256008B (CmdAddVehicleGroup)
  50 | 1867-05-17, 70,   0 | ---m--t-- |        0 x       0, p1: 0x00000006, p2: 0x00000000, cc:   0, lc:   0, cmd: 0x12520089 (CmdAlterGroup)
  51 | 1867-05-17, 51,   1 | ---m----- |        0 x       0, p1: 0x00000001, p2: 0x0000FFFD, cc:   0, lc:   0, cmd: 0x12500087 (CmdCreateGroup)
  52 | 1867-05-16, 31,   4 | ---m----- |      468 x     554, p1: 0xFF000538, p2: 0x00000001, cc:   0, lc:   0, cmd: 0x126D0021 (CmdBuildVehicle)
  53 | 1867-05-14, 69,   2 | ---m----- |      468 x     555, p1: 0x00000011, p2: 0x00000000, cc:   0, lc:   0, cmd: 0x00000019 (CmdBuildRoad)
  54 | 1867-05-14, 69,   2 | ---m----- |      468 x     554, p1: 0x00000005, p2: 0x00000000, cc:   0, lc:   0, cmd: 0x11F1001A (CmdBuildRoadDepot)
  55 | 1867-05-14, 55,   0 | ---m----- |      477 x     555, p1: 0x00000011, p2: 0x00000000, cc:   0, lc:   0, cmd: 0x00000019 (CmdBuildRoad)
  56 | 1867-05-14, 55,   0 | ---m----- |      477 x     554, p1: 0x00000005, p2: 0x00000000, cc:   0, lc:   0, cmd: 0x11F1001A (CmdBuildRoadDepot)
  57 | 1867-05-14, 41,   1 | ---m----- |      490 x     555, p1: 0x00000011, p2: 0x00000000, cc:   0, lc:   0, cmd: 0x00000019 (CmdBuildRoad)
  58 | 1867-05-14, 41,   1 | ---m----- |      490 x     554, p1: 0x00000005, p2: 0x00000000, cc:   0, lc:   0, cmd: 0x11F1001A (CmdBuildRoadDepot)
  59 | 1867-05-14, 20,   2 | ---m----- |      514 x     555, p1: 0x00000011, p2: 0x00000000, cc:   0, lc:   0, cmd: 0x00000019 (CmdBuildRoad)
  60 | 1867-05-14, 20,   2 | ---m----- |      514 x     554, p1: 0x00000005, p2: 0x00000000, cc:   0, lc:   0, cmd: 0x11F1001A (CmdBuildRoadDepot)
  61 | 1867-05-14,  9,   1 | ---m----- |      526 x     555, p1: 0x00000011, p2: 0x00000000, cc:   0, lc:   0, cmd: 0x00000019 (CmdBuildRoad)
  62 | 1867-05-14,  9,   1 | ---m----- |      526 x     554, p1: 0x00000005, p2: 0x00000000, cc:   0, lc:   0, cmd: 0x11F1001A (CmdBuildRoadDepot)
  63 | 1867-05-13, 70,   4 | ---m----- |      538 x     555, p1: 0x00000011, p2: 0x00000000, cc:   0, lc:   0, cmd: 0x00000019 (CmdBuildRoad)
  64 | 1867-05-13, 70,   4 | ---m----- |      538 x     554, p1: 0x00000005, p2: 0x00000000, cc:   0, lc:   0, cmd: 0x11F1001A (CmdBuildRoadDepot)
  65 | 1867-05-11, 68,   1 | ---m----f |      548 x     492, p1: 0x00000014, p2: 0x00000000, cc:   0, lc:   0, cmd: 0x00000019 (CmdBuildRoad)
  66 | 1867-05-11, 68,   1 | ---m----f |      548 x     494, p1: 0x00000011, p2: 0x00000000, cc:   0, lc:   0, cmd: 0x00000019 (CmdBuildRoad)
  67 | 1867-05-11, 68,   1 | ---m----f |      547 x     492, p1: 0x00000014, p2: 0x00000000, cc:   0, lc:   0, cmd: 0x00000019 (CmdBuildRoad)
  68 | 1867-05-11, 68,   1 | ---m----f |      547 x     494, p1: 0x00000011, p2: 0x00000000, cc:   0, lc:   0, cmd: 0x00000019 (CmdBuildRoad)
  69 | 1867-05-11, 68,   1 | ---m----- |      547 x     493, p1: 0x00000102, p2: 0xFFFF002A, cc:   0, lc:   0, cmd: 0x11C50015 (CmdBuildRoadStop)
  70 | 1867-05-11, 55,   4 | ---m----f |      548 x     506, p1: 0x00000014, p2: 0x00000000, cc:   0, lc:   0, cmd: 0x00000019 (CmdBuildRoad)
  71 | 1867-05-11, 55,   4 | ---m----f |      548 x     508, p1: 0x00000011, p2: 0x00000000, cc:   0, lc:   0, cmd: 0x00000019 (CmdBuildRoad)
  72 | 1867-05-11, 55,   4 | ---m----f |      547 x     506, p1: 0x00000014, p2: 0x00000000, cc:   0, lc:   0, cmd: 0x00000019 (CmdBuildRoad)
  73 | 1867-05-11, 55,   4 | ---m----f |      547 x     508, p1: 0x00000011, p2: 0x00000000, cc:   0, lc:   0, cmd: 0x00000019 (CmdBuildRoad)
  74 | 1867-05-11, 55,   4 | ---m----- |      547 x     507, p1: 0x00000102, p2: 0xFFFF002A, cc:   0, lc:   0, cmd: 0x11C50015 (CmdBuildRoadStop)
  75 | 1867-05-11, 31,   2 | ---m----f |      548 x     532, p1: 0x00000014, p2: 0x00000000, cc:   0, lc:   0, cmd: 0x00000019 (CmdBuildRoad)
  76 | 1867-05-11, 31,   2 | ---m----f |      548 x     534, p1: 0x00000011, p2: 0x00000000, cc:   0, lc:   0, cmd: 0x00000019 (CmdBuildRoad)
  77 | 1867-05-11, 31,   2 | ---m----f |      547 x     532, p1: 0x00000014, p2: 0x00000000, cc:   0, lc:   0, cmd: 0x00000019 (CmdBuildRoad)
  78 | 1867-05-11, 31,   2 | ---m----f |      547 x     534, p1: 0x00000011, p2: 0x00000000, cc:   0, lc:   0, cmd: 0x00000019 (CmdBuildRoad)
  79 | 1867-05-11, 31,   2 | ---m----- |      547 x     533, p1: 0x00000102, p2: 0xFFFF002A, cc:   0, lc:   0, cmd: 0x11C50015 (CmdBuildRoadStop)
  80 | 1867-05-11,  7,   4 | ---m----f |      548 x     546, p1: 0x00000014, p2: 0x00000000, cc:   0, lc:   0, cmd: 0x00000019 (CmdBuildRoad)
  81 | 1867-05-11,  7,   4 | ---m----f |      548 x     548, p1: 0x00000011, p2: 0x00000000, cc:   0, lc:   0, cmd: 0x00000019 (CmdBuildRoad)
  82 | 1867-05-11,  7,   4 | ---m----f |      547 x     546, p1: 0x00000014, p2: 0x00000000, cc:   0, lc:   0, cmd: 0x00000019 (CmdBuildRoad)
  83 | 1867-05-11,  7,   4 | ---m----f |      547 x     548, p1: 0x00000011, p2: 0x00000000, cc:   0, lc:   0, cmd: 0x00000019 (CmdBuildRoad)
  84 | 1867-05-11,  7,   4 | ---m----- |      547 x     547, p1: 0x00000102, p2: 0xFFFF002A, cc:   0, lc:   0, cmd: 0x11C50015 (CmdBuildRoadStop)
  85 | 1867-05-09, 56,   0 | ---m----f |      468 x     485, p1: 0x00000018, p2: 0x00000000, cc:   0, lc:   0, cmd: 0x00000019 (CmdBuildRoad)
  86 | 1867-05-09, 56,   0 | ---m----f |      466 x     485, p1: 0x00000012, p2: 0x00000000, cc:   0, lc:   0, cmd: 0x00000019 (CmdBuildRoad)
  87 | 1867-05-09, 56,   0 | ---m----f |      468 x     484, p1: 0x00000018, p2: 0x00000000, cc:   0, lc:   0, cmd: 0x00000019 (CmdBuildRoad)
  88 | 1867-05-09, 56,   0 | ---m----f |      466 x     484, p1: 0x00000012, p2: 0x00000000, cc:   0, lc:   0, cmd: 0x00000019 (CmdBuildRoad)
  89 | 1867-05-09, 56,   0 | ---m----- |      467 x     484, p1: 0x00000201, p2: 0xFFFF0022, cc:   0, lc:   0, cmd: 0x11C50015 (CmdBuildRoadStop)
  90 | 1867-05-09, 45,   3 | ---m----f |      479 x     485, p1: 0x00000018, p2: 0x00000000, cc:   0, lc:   0, cmd: 0x00000019 (CmdBuildRoad)
  91 | 1867-05-09, 45,   3 | ---m----f |      477 x     485, p1: 0x00000012, p2: 0x00000000, cc:   0, lc:   0, cmd: 0x00000019 (CmdBuildRoad)
  92 | 1867-05-09, 45,   3 | ---m----f |      479 x     484, p1: 0x00000018, p2: 0x00000000, cc:   0, lc:   0, cmd: 0x00000019 (CmdBuildRoad)
  93 | 1867-05-09, 45,   3 | ---m----f |      477 x     484, p1: 0x00000012, p2: 0x00000000, cc:   0, lc:   0, cmd: 0x00000019 (CmdBuildRoad)
  94 | 1867-05-09, 45,   3 | ---m----- |      478 x     484, p1: 0x00000201, p2: 0xFFFF0022, cc:   0, lc:   0, cmd: 0x11C50015 (CmdBuildRoadStop)
  95 | 1867-05-09, 34,   0 | ---m----f |      492 x     485, p1: 0x00000018, p2: 0x00000000, cc:   0, lc:   0, cmd: 0x00000019 (CmdBuildRoad)
  96 | 1867-05-09, 34,   0 | ---m----f |      490 x     485, p1: 0x00000012, p2: 0x00000000, cc:   0, lc:   0, cmd: 0x00000019 (CmdBuildRoad)
  97 | 1867-05-09, 34,   0 | ---m----f |      492 x     484, p1: 0x00000018, p2: 0x00000000, cc:   0, lc:   0, cmd: 0x00000019 (CmdBuildRoad)
  98 | 1867-05-09, 34,   0 | ---m----f |      490 x     484, p1: 0x00000012, p2: 0x00000000, cc:   0, lc:   0, cmd: 0x00000019 (CmdBuildRoad)
  99 | 1867-05-09, 34,   0 | ---m----- |      491 x     484, p1: 0x00000201, p2: 0xFFFF0022, cc:   0, lc:   0, cmd: 0x11C50015 (CmdBuildRoadStop)
 100 | 1867-05-09, 18,   1 | ---m----f |      516 x     485, p1: 0x00000018, p2: 0x00000000, cc:   0, lc:   0, cmd: 0x00000019 (CmdBuildRoad)
 101 | 1867-05-09, 18,   1 | ---m----f |      514 x     485, p1: 0x00000012, p2: 0x00000000, cc:   0, lc:   0, cmd: 0x00000019 (CmdBuildRoad)
 102 | 1867-05-09, 18,   1 | ---m----f |      516 x     484, p1: 0x00000018, p2: 0x00000000, cc:   0, lc:   0, cmd: 0x00000019 (CmdBuildRoad)
 103 | 1867-05-09, 18,   1 | ---m----f |      514 x     484, p1: 0x00000012, p2: 0x00000000, cc:   0, lc:   0, cmd: 0x00000019 (CmdBuildRoad)
 104 | 1867-05-09, 18,   1 | ---m----- |      515 x     484, p1: 0x00000201, p2: 0xFFFF0022, cc:   0, lc:   0, cmd: 0x11C50015 (CmdBuildRoadStop)
 105 | 1867-05-09,  6,   3 | ---m----f |      526 x     485, p1: 0x00000018, p2: 0x00000000, cc:   0, lc:   0, cmd: 0x00000019 (CmdBuildRoad)
 106 | 1867-05-09,  6,   3 | ---m----f |      524 x     485, p1: 0x00000012, p2: 0x00000000, cc:   0, lc:   0, cmd: 0x00000019 (CmdBuildRoad)
 107 | 1867-05-09,  6,   3 | ---m----f |      526 x     484, p1: 0x00000018, p2: 0x00000000, cc:   0, lc:   0, cmd: 0x00000019 (CmdBuildRoad)
 108 | 1867-05-09,  6,   3 | ---m----f |      524 x     484, p1: 0x00000012, p2: 0x00000000, cc:   0, lc:   0, cmd: 0x00000019 (CmdBuildRoad)
 109 | 1867-05-09,  6,   3 | ---m----- |      525 x     484, p1: 0x00000201, p2: 0xFFFF0022, cc:   0, lc:   0, cmd: 0x11C50015 (CmdBuildRoadStop)
 110 | 1867-05-08, 69,   3 | ---m----f |      540 x     485, p1: 0x00000018, p2: 0x00000000, cc:   0, lc:   0, cmd: 0x00000019 (CmdBuildRoad)
 111 | 1867-05-08, 69,   3 | ---m----f |      538 x     485, p1: 0x00000012, p2: 0x00000000, cc:   0, lc:   0, cmd: 0x00000019 (CmdBuildRoad)
 112 | 1867-05-08, 69,   3 | ---m----f |      540 x     484, p1: 0x00000018, p2: 0x00000000, cc:   0, lc:   0, cmd: 0x00000019 (CmdBuildRoad)
 113 | 1867-05-08, 69,   3 | ---m----f |      538 x     484, p1: 0x00000012, p2: 0x00000000, cc:   0, lc:   0, cmd: 0x00000019 (CmdBuildRoad)
 114 | 1867-05-08, 69,   3 | ---m----- |      539 x     484, p1: 0x00000201, p2: 0xFFFF0022, cc:   0, lc:   0, cmd: 0x11C50015 (CmdBuildRoadStop)
 115 | 1867-05-08, 27,   4 | ---m----f |      538 x     517, p1: 0x00000012, p2: 0x00000000, cc:   0, lc:   0, cmd: 0x00000019 (CmdBuildRoad)
 116 | 1867-05-08, 27,   4 | ---m----f |      540 x     516, p1: 0x00000018, p2: 0x00000000, cc:   0, lc:   0, cmd: 0x00000019 (CmdBuildRoad)
 117 | 1867-05-08, 27,   4 | ---m----f |      538 x     516, p1: 0x00000012, p2: 0x00000000, cc:   0, lc:   0, cmd: 0x00000019 (CmdBuildRoad)
 118 | 1867-05-08, 27,   4 | ---m----- |      539 x     516, p1: 0x00000201, p2: 0xFFFF0022, cc:   0, lc:   0, cmd: 0x11C50015 (CmdBuildRoadStop)
 119 | 1867-05-08, 13,   3 | ---m----f |      526 x     517, p1: 0x00000018, p2: 0x00000000, cc:   0, lc:   0, cmd: 0x00000019 (CmdBuildRoad)
 120 | 1867-05-08, 13,   3 | ---m----f |      526 x     516, p1: 0x00000018, p2: 0x00000000, cc:   0, lc:   0, cmd: 0x00000019 (CmdBuildRoad)
 121 | 1867-05-08, 13,   3 | ---m----f |      524 x     516, p1: 0x00000012, p2: 0x00000000, cc:   0, lc:   0, cmd: 0x00000019 (CmdBuildRoad)
 122 | 1867-05-08, 13,   3 | ---m----- |      525 x     516, p1: 0x00000201, p2: 0xFFFF0022, cc:   0, lc:   0, cmd: 0x11C50015 (CmdBuildRoadStop)
 123 | 1867-05-07, 47,   4 | ---m----f |      490 x     517, p1: 0x00000012, p2: 0x00000000, cc:   0, lc:   0, cmd: 0x00000019 (CmdBuildRoad)
 124 | 1867-05-07, 47,   4 | ---m----f |      492 x     516, p1: 0x00000018, p2: 0x00000000, cc:   0, lc:   0, cmd: 0x00000019 (CmdBuildRoad)
 125 | 1867-05-07, 47,   4 | ---m----f |      490 x     516, p1: 0x00000012, p2: 0x00000000, cc:   0, lc:   0, cmd: 0x00000019 (CmdBuildRoad)
 126 | 1867-05-07, 47,   4 | ---m----- |      491 x     516, p1: 0x00000201, p2: 0xFFFF0022, cc:   0, lc:   0, cmd: 0x11C50015 (CmdBuildRoadStop)
 127 | 1867-05-07, 28,   0 | ---m----- |      490 x     517, p1: 0x000811EA, p2: 0x0000000E, cc:   0, lc:   0, cmd: 0x12180017 (CmdBuildLongRoad)

 Showing most recent 32 of 1202 commands (aux log)
   0 | 1867-06-01, 30,   3 | -a----t-- |      512 x     512, p1: 0x00000064, p2: 0x00000000, cc:  18, lc:   0, cmd: 0x0000004C (CmdTownSetText)
   1 | 1867-06-01, 30,   2 | -a----t-- |      972 x     336, p1: 0x00000003, p2: 0x00000000, cc:  18, lc:   0, cmd: 0x0000004C (CmdTownSetText)
   2 | 1867-06-01, 30,   1 | -a----t-- |      724 x     728, p1: 0x00000004, p2: 0x00000000, cc:  18, lc:   0, cmd: 0x0000004C (CmdTownSetText)
   3 | 1867-06-01, 30,   0 | -a----t-- |      608 x     652, p1: 0x00000008, p2: 0x00000000, cc:  18, lc:   0, cmd: 0x0000004C (CmdTownSetText)
   4 | 1867-06-01, 29,   4 | -a----t-- |      724 x     776, p1: 0x0000000A, p2: 0x00000000, cc:  18, lc:   0, cmd: 0x0000004C (CmdTownSetText)
   5 | 1867-06-01, 29,   3 | -a----t-- |      760 x     208, p1: 0x0000000D, p2: 0x00000000, cc:  18, lc:   0, cmd: 0x0000004C (CmdTownSetText)
   6 | 1867-06-01, 29,   2 | -a----t-- |      956 x     148, p1: 0x0000000E, p2: 0x00000000, cc:  18, lc:   0, cmd: 0x0000004C (CmdTownSetText)
   7 | 1867-06-01, 29,   1 | -a----t-- |       36 x     360, p1: 0x00000010, p2: 0x00000000, cc:  18, lc:   0, cmd: 0x0000004C (CmdTownSetText)
   8 | 1867-06-01, 29,   0 | -a----t-- |       40 x     660, p1: 0x00000011, p2: 0x00000000, cc:  18, lc:   0, cmd: 0x0000004C (CmdTownSetText)
   9 | 1867-06-01, 28,   4 | -a----t-- |      900 x     892, p1: 0x00000012, p2: 0x00000000, cc:  18, lc:   0, cmd: 0x0000004C (CmdTownSetText)
  10 | 1867-06-01, 28,   3 | -a----t-- |      576 x    1000, p1: 0x00000013, p2: 0x00000000, cc:  18, lc:   0, cmd: 0x0000004C (CmdTownSetText)
  11 | 1867-06-01, 28,   2 | -a----t-- |      300 x     548, p1: 0x00000014, p2: 0x00000000, cc:  18, lc:   0, cmd: 0x0000004C (CmdTownSetText)
  12 | 1867-06-01, 28,   1 | -a----t-- |      976 x     312, p1: 0x00000019, p2: 0x00000000, cc:  18, lc:   0, cmd: 0x0000004C (CmdTownSetText)
  13 | 1867-06-01, 28,   0 | -a----t-- |      380 x     840, p1: 0x0000001A, p2: 0x00000000, cc:  18, lc:   0, cmd: 0x0000004C (CmdTownSetText)
  14 | 1867-06-01, 27,   4 | -a----t-- |      984 x     512, p1: 0x0000001C, p2: 0x00000000, cc:  18, lc:   0, cmd: 0x0000004C (CmdTownSetText)
  15 | 1867-06-01, 27,   3 | -a----t-- |       48 x     248, p1: 0x0000001E, p2: 0x00000000, cc:  18, lc:   0, cmd: 0x0000004C (CmdTownSetText)
  16 | 1867-06-01, 27,   2 | -a----t-- |       64 x     348, p1: 0x00000020, p2: 0x00000000, cc:  18, lc:   0, cmd: 0x0000004C (CmdTownSetText)
  17 | 1867-06-01, 27,   1 | -a----t-- |      908 x     348, p1: 0x00000023, p2: 0x00000000, cc:  18, lc:   0, cmd: 0x0000004C (CmdTownSetText)
  18 | 1867-06-01, 27,   0 | -a----t-- |       84 x     804, p1: 0x00000025, p2: 0x00000000, cc:  18, lc:   0, cmd: 0x0000004C (CmdTownSetText)
  19 | 1867-06-01, 26,   4 | -a----t-- |      360 x     356, p1: 0x00000026, p2: 0x00000000, cc:  18, lc:   0, cmd: 0x0000004C (CmdTownSetText)
  20 | 1867-06-01, 26,   3 | -a----t-- |      276 x     216, p1: 0x00000027, p2: 0x00000000, cc:  18, lc:   0, cmd: 0x0000004C (CmdTownSetText)
  21 | 1867-06-01, 26,   2 | -a----t-- |       56 x     684, p1: 0x00000028, p2: 0x00000000, cc:  18, lc:   0, cmd: 0x0000004C (CmdTownSetText)
  22 | 1867-06-01, 26,   1 | -a----t-- |      632 x     404, p1: 0x0000002A, p2: 0x00000000, cc:  18, lc:   0, cmd: 0x0000004C (CmdTownSetText)
  23 | 1867-06-01, 26,   0 | -a----t-- |      660 x      56, p1: 0x0000002B, p2: 0x00000000, cc:  18, lc:   0, cmd: 0x0000004C (CmdTownSetText)
  24 | 1867-06-01, 25,   4 | -a----t-- |       28 x     668, p1: 0x0000002C, p2: 0x00000000, cc:  18, lc:   0, cmd: 0x0000004C (CmdTownSetText)
  25 | 1867-06-01, 25,   3 | -a----t-- |      476 x     668, p1: 0x0000002F, p2: 0x00000000, cc:  18, lc:   0, cmd: 0x0000004C (CmdTownSetText)
  26 | 1867-06-01, 25,   2 | -a----t-- |      556 x     440, p1: 0x00000034, p2: 0x00000000, cc:  18, lc:   0, cmd: 0x0000004C (CmdTownSetText)
  27 | 1867-06-01, 25,   1 | -a----t-- |       24 x     744, p1: 0x00000036, p2: 0x00000000, cc:  18, lc:   0, cmd: 0x0000004C (CmdTownSetText)
  28 | 1867-06-01, 25,   0 | -a----t-- |      608 x     128, p1: 0x00000038, p2: 0x00000000, cc:  18, lc:   0, cmd: 0x0000004C (CmdTownSetText)
  29 | 1867-06-01, 24,   4 | -a----t-- |      804 x     352, p1: 0x0000003B, p2: 0x00000000, cc:  18, lc:   0, cmd: 0x0000004C (CmdTownSetText)
  30 | 1867-06-01, 24,   3 | -a----t-- |      160 x     852, p1: 0x0000003C, p2: 0x00000000, cc:  18, lc:   0, cmd: 0x0000004C (CmdTownSetText)
  31 | 1867-06-01, 24,   2 | -a----t-- |      852 x    1000, p1: 0x0000003D, p2: 0x00000000, cc:  18, lc:   0, cmd: 0x0000004C (CmdTownSetText)

*** End of OpenTTD Crash Report ***

Decoded stack trace:
[00] openttd              0x00000000008F3D51 VehicleGroupWindow::OnDragDrop_Group(Point, int) (/home/jgr/openttd/jgrpp/src/group_gui.cpp:902)
[01] openttd              0x000000000074BD08 HandleMouseDragDrop (/home/jgr/openttd/jgrpp/src/window.cpp:2042)
[02] openttd              0x0000000000522DB7 WndProcGdi (/home/jgr/openttd/jgrpp/src/video/win32_v.cpp:704)
[03] USER32               0x00007FFD71415C1D CallWindowProcW + 957
[04] USER32               0x00007FFD71415612 DispatchMessageW + 498
[05] openttd              0x0000000000521A2C VideoDriver_Win32::MainLoop() + 188 (/home/jgr/openttd/jgrpp/src/video/win32_v.cpp:1221)
[06] openttd              0x000000000060373E openttd_main(int, char**) + 6366 (/home/jgr/openttd/jgrpp/src/openttd.cpp:997)
[07] openttd              0x00000000004AD52D WinMain + 285 (/home/jgr/openttd/jgrpp/src/os/windows/win32.cpp:467)
[08] openttd              0x00000000004013B4 __tmainCRTStartup + 564 (./build/x86_64-w64-mingw32-x86_64-w64-mingw32-crt/./mingw-w64-crt/crt/crtexe.c:339)
[09] openttd              0x00000000004014DB WinMainCRTStartup + 27 (./build/x86_64-w64-mingw32-x86_64-w64-mingw32-crt/./mingw-w64-crt/crt/crtexe.c:195)
[10] KERNEL32             0x00007FFD71817C24 BaseThreadInitThunk + 20
[11] ntdll                0x00007FFD7280CEA1 RtlUserThreadStart + 33

*** End of additional info ***
autosave8.sav
didn't get a crash.sav but here's the autosave from a day or two earlier
(2.08 MiB) Downloaded 60 times
User avatar
JGR
Tycoon
Tycoon
Posts: 2558
Joined: 08 Aug 2005 13:46
Location: Ipswich

Re: JGR's Patch Pack

Post by JGR »

mrjack2 wrote: 25 Oct 2020 04:09 Crash report. I was attempting to put a tram from a group into a sub-group

Code: Select all

*** OpenTTD Crash Report ***

Crash at: Sun Oct 25 04:03:58 2020
In game date: 1867-06-02 (59, 1) (DL: 5)
Game loaded at: 1866-09-30 (31, 3), Sun Oct 25 02:41:36 2020

Crash reason:
 Exception:  C0000005
 Location:   00000000008F3D51
 Fault type: 0 (read)
 Fault addr: 0000000000000052
 Message:    <none>

OpenTTD version:
 Version:    jgrpp-0.38.1 (0)
 NewGRF ver: 1b006d64
 Bits:       64
 Endian:     little
 Dedicated:  no
 Build date: Oct 21 2020 00:57:39
 Defines:    WITH_BITMATH_BUILTINS WITH_OVERFLOW_BUILTINS WITH_DEMANGLE WITH_BFD0 WITH_DBGHELP NDEBUG TTD_ENDIAN=TTD_LITTLE_ENDIAN WITH_PNG WITH_ZLIB WITH_LIBLZMA WITH_LZO WITH_PERSONAL_DIR WITH_SSE WITH_ASSERT UNICODE _UNICODE WITH_UNISCRIBE _SQ64

Stack trace:
 0DB49270 00000000 0000006E 00000000 00000046 00000000 0073F1D7 00000000
 00000000 00000000 0000000D 00000000 00000000 00000000 00000000 00000000
 00000001 00000000 0000006E 00000000 00000046 00000000 00E76240 00000000
 0000006E 00000000 0000006E 00000046 008F3B30 00000000 098B5AE0 00000000
 00ECED40 00000000 0074BD08 00000000 00000000 00000000 71487330 00007FFD
 00000000 00000000 7283FE34 00007FFD 00000000 00000000 00000000 00000000
 00000000 00000000 00000000 00000000 04D6D498 00000000 00000030 00000002
 6FF01144 00007FFD 00000000 00000000 AF77DE70 000002D2 0137006E 00000000
 00000000 00000000 80000012 00000000 71415420 00007FFD 00000202 00000000
 00040222 00000000 00000000 00000000 00000000 00000000 00522DB7 00000000
 00000001 00000000 00000000 00000000 00E0C9E0 00000000 00E761EC 00000000
 71419310 00007FFD 00E0C9E0 00000000 71415420 00007FFD 144F7AE5 00000000
 71424330 00007FFD 00000000 00000000 144F7AE5 00000000 727F35A0 00007FFD
 353E7B50 00007FFD 055C3C60 00000000 71415420 00007FFD 3532D27B 00007FFD
 00000001 00000000 00000000 00000000 80000012 00000000 71415420 00007FFD
 00000202 00000000 00040222 00000000 00000000 00000000 71415C1D 00007FFD
 04D6D6D0 00000000 04D6D620 00000000 00000001 00000000 00000000 00000000
 00001E01 00000000 00001E00 00000010 00000000 00000000 353E7C70 00007FFD
 00000001 FFFFFFFF 00000000 00000000 00000000 00000000 00000000 80000012
 00000000 00000000 00000000 00000000 353E7C70 00000000 00000001 00000000
 00000048 00000000 00000001 00000000 00000000 00000000 00000000 00000000
 00000030 00000000 FFFFFFFF FFFFFFFF FFFFFFFF FFFFFFFF 71415AA4 00007FFD
 00000000 00000000 00000000 00000000 04D6D6D0 00000000 00000000 00000000
 00000001 00000000 AF77DFD0 000002D2 144F7AE5 00000000 144F7AE5 00000000

Registers:
 RAX: 0000000000000015 RBX: 000000000000000D RCX: 000000000CF08500 RDX: 000000000000000F
 RSI: 0000000000000000 RDI: 0000000000000046 RBP: 0000000000000046 RSP: 0000000004D6D390
 R8:  0000000000000007 R9:  0000000000000000 R10: 000000000000000D R11: 00000000000A684C
 R12: 00000000098B5AE0 R13: 0000000000ECED40 R14: 0000000000000000 R15: 0000000000E76223
 RIP: 00000000008F3D51 EFLAGS: 00010212

 Bytes at instruction pointer:
 66 44 3B 46 52 0F 84 5B FF FF FF C7 44 24 40 01 00 00 00 0F B7 D0 45 31

Operating system:
 Name:     Windows
 Release:  10.0.18363 ()
 Compiler: GCC 9.3.0 "9.3-win32 20200320"

Configuration:
 Blitter:      32bpp-sse2-anim
 Graphics set: OpenGFX (7019)
 Language:     C:\Program Files\OpenTTD JGR 38.1\lang\english_AU.lng
 Music driver: dmusic
 Music set:    NoMusic (0)
 Network:      no
 Sound driver: win32
 Sound set:    OpenSFX (87)
 Video driver: win32
 Pathfinder:   YAPF YAPF YAPF

Fonts:
 Small:  sprite
 Medium: sprite
 Large:  sprite
 Mono:   sprite

Map size: 0x100000 (1024 x 1024)

AI Configuration (local: 0) (current: 0):
  0: Human
  2: IdleMore (v1)
 GS: Villages Is Villages (v9)

Libraries:
 LZMA:       5.2.1
 LZO:        2.09
 PNG:        1.5.23
 Zlib:       1.2.8

Module information:
 C:\Program Files\OpenTTD JGR 38.1\openttd.exe handle: 0000000000400000 size: 53249735 crc: 8BECFA08 date: 2020-10-24 01:53:16
 C:\WINDOWS\SYSTEM32\ntdll.dll handle: 00007ffd727a0000 size: 1999440 crc: 63153BE2 date: 2020-10-14 08:06:55
 C:\WINDOWS\System32\KERNEL32.DLL handle: 00007ffd71800000 size: 722080 crc: 3EFB8D04 date: 2020-10-14 08:03:51
 C:\WINDOWS\System32\KERNELBASE.dll handle: 00007ffd70100000 size: 2775688 crc: 42AFF3A9 date: 2020-10-14 08:07:00
 C:\Program Files\Bitdefender Antivirus Free\atcuf\264922836828810354\atcuf64.dll handle: 00007ffd35320000 size: 879880 crc: DAFFD131 date: 2020-10-02 19:54:16
 C:\WINDOWS\System32\ADVAPI32.dll handle: 00007ffd72620000 size: 654912 crc: A786DEEC date: 2020-04-17 23:16:31
 C:\WINDOWS\System32\msvcrt.dll handle: 00007ffd70b50000 size: 638072 crc: 162578A8 date: 2019-03-19 04:44:35
 C:\WINDOWS\System32\sechost.dll handle: 00007ffd715b0000 size: 605896 crc: 499F634F date: 2020-07-16 22:43:23
 C:\WINDOWS\System32\RPCRT4.dll handle: 00007ffd708d0000 size: 1170960 crc: FBBF4370 date: 2020-10-14 08:06:59
 C:\WINDOWS\System32\GDI32.dll handle: 00007ffd72520000 size: 147912 crc: D05A781B date: 2019-03-19 04:44:06
 C:\WINDOWS\System32\win32u.dll handle: 00007ffd6ff00000 size: 127064 crc: 0BB8DECD date: 2020-10-14 08:05:22
 C:\WINDOWS\System32\gdi32full.dll handle: 00007ffd704c0000 size: 1653800 crc: 71B7BBB4 date: 2020-10-14 08:07:50
 C:\WINDOWS\System32\msvcp_win.dll handle: 00007ffd70760000 size: 639392 crc: 31F428A3 date: 2020-10-14 08:06:11
 C:\WINDOWS\System32\ucrtbase.dll handle: 00007ffd70660000 size: 1024656 crc: BAFE0C14 date: 2020-10-14 08:06:10
 C:\WINDOWS\System32\USER32.dll handle: 00007ffd71400000 size: 1656904 crc: 45822A5B date: 2020-10-14 08:05:21
 C:\WINDOWS\System32\IMM32.dll handle: 00007ffd72730000 size: 176152 crc: 2F06A7FC date: 2020-01-09 21:23:36
 C:\WINDOWS\System32\ole32.dll handle: 00007ffd723c0000 size: 1399216 crc: 6897867F date: 2020-09-09 20:36:46
 C:\WINDOWS\System32\combase.dll handle: 00007ffd70bf0000 size: 3371168 crc: 2E9AC42F date: 2020-10-14 08:06:12
 C:\WINDOWS\System32\bcryptPrimitives.dll handle: 00007ffd6ff30000 size: 524208 crc: 46E5F8B3 date: 2020-05-13 03:09:00
 C:\WINDOWS\System32\SHELL32.dll handle: 00007ffd71ae0000 size: 7271752 crc: AAEF00B8 date: 2020-10-14 08:05:52
 C:\WINDOWS\System32\cfgmgr32.dll handle: 00007ffd70800000 size: 293344 crc: 692DD58F date: 2020-01-09 21:23:34
 C:\WINDOWS\System32\shcore.dll handle: 00007ffd721d0000 size: 684864 crc: BE77BFA1 date: 2020-07-16 22:42:37
 C:\WINDOWS\System32\windows.storage.dll handle: 00007ffd6f760000 size: 7910152 crc: 84E75E75 date: 2020-09-09 20:36:29
 C:\WINDOWS\System32\profapi.dll handle: 00007ffd6f700000 size: 133256 crc: 6530F1FB date: 2020-03-11 20:56:09
 C:\WINDOWS\System32\powrprof.dll handle: 00007ffd6f690000 size: 291336 crc: 5EA3DD21 date: 2019-03-19 04:44:35
 C:\WINDOWS\System32\UMPDC.dll handle: 00007ffd6f660000 size: 54960 crc: DD4A4D6A date: 2019-03-19 04:43:49
 C:\WINDOWS\System32\shlwapi.dll handle: 00007ffd713a0000 size: 329200 crc: AC7F2587 date: 2019-03-19 04:45:05
 C:\WINDOWS\System32\kernel.appcore.dll handle: 00007ffd6f670000 size: 58888 crc: B99099AD date: 2020-10-14 08:05:13
 C:\WINDOWS\System32\cryptsp.dll handle: 00007ffd6fee0000 size: 80112 crc: 4C3EEAA9 date: 2019-03-19 04:44:33
 C:\WINDOWS\System32\WS2_32.dll handle: 00007ffd72550000 size: 442704 crc: 2DDECC74 date: 2020-01-09 21:23:36
 C:\WINDOWS\SYSTEM32\USP10.dll handle: 00007ffd68fb0000 size: 79360 crc: 936448BB date: 2020-01-09 21:23:36
 C:\WINDOWS\SYSTEM32\WINMM.dll handle: 00007ffd6d7a0000 size: 129880 crc: 55B5B362 date: 2019-03-19 04:43:47
 C:\WINDOWS\SYSTEM32\WINMMBASE.dll handle: 00007ffd6d770000 size: 169632 crc: 8AE99BA1 date: 2019-03-19 04:43:47
 C:\WINDOWS\system32\rsaenh.dll handle: 00007ffd6ea20000 size: 202440 crc: B9799C74 date: 2019-03-19 04:44:35
 C:\WINDOWS\System32\bcrypt.dll handle: 00007ffd6f730000 size: 144376 crc: 49BE6FB0 date: 2020-01-09 21:23:34
 C:\WINDOWS\SYSTEM32\CRYPTBASE.dll handle: 00007ffd6f080000 size: 33848 crc: 35448A10 date: 2019-03-19 04:44:36
 C:\WINDOWS\system32\uxtheme.dll handle: 00007ffd6d980000 size: 606720 crc: ABDDBC69 date: 2020-01-09 21:23:33
 C:\WINDOWS\System32\MSCTF.dll handle: 00007ffd719a0000 size: 1259720 crc: F2CFBAB9 date: 2020-10-14 08:06:08
 C:\WINDOWS\System32\OLEAUT32.dll handle: 00007ffd718d0000 size: 797456 crc: EB3C13B8 date: 2020-10-14 08:06:46
 C:\WINDOWS\SYSTEM32\TextInputFramework.dll handle: 00007ffd6be30000 size: 642216 crc: 8123E888 date: 2020-03-11 20:55:23
 C:\WINDOWS\SYSTEM32\CoreUIComponents.dll handle: 00007ffd67340000 size: 3327776 crc: EC96C7CD date: 2020-10-14 08:04:40
 C:\WINDOWS\SYSTEM32\CoreMessaging.dll handle: 00007ffd6d360000 size: 858928 crc: E84620AA date: 2020-09-09 20:36:47
 C:\WINDOWS\SYSTEM32\ntmarta.dll handle: 00007ffd6e6a0000 size: 181856 crc: 06EC83CA date: 2019-03-19 04:44:35
 C:\WINDOWS\SYSTEM32\wintypes.dll handle: 00007ffd6bbb0000 size: 1393952 crc: EAA214AA date: 2020-10-14 08:06:13
 C:\WINDOWS\SYSTEM32\iertutil.dll handle: 00007ffd64430000 size: 2777184 crc: 5543E343 date: 2020-10-14 08:07:55
 C:\WINDOWS\system32\mswsock.dll handle: 00007ffd6eeb0000 size: 408064 crc: 3EB5FC3F date: 2020-05-13 03:08:51
 C:\WINDOWS\SYSTEM32\MMDevAPI.DLL handle: 00007ffd6a330000 size: 449888 crc: A7B29868 date: 2020-01-09 21:23:12
 C:\WINDOWS\SYSTEM32\DEVOBJ.dll handle: 00007ffd6f470000 size: 159112 crc: E7C8A00D date: 2020-01-09 21:23:35
 C:\WINDOWS\SYSTEM32\wdmaud.drv handle: 00007ffd4a750000 size: 253952 crc: 0D3BE49A date: 2019-03-19 04:43:47
 C:\WINDOWS\SYSTEM32\ksuser.dll handle: 00007ffd66dd0000 size: 23264 crc: B862C2FB date: 2019-03-19 04:43:47
 C:\WINDOWS\SYSTEM32\AVRT.dll handle: 00007ffd69290000 size: 30672 crc: CC5AFD63 date: 2019-03-19 04:43:47
 C:\WINDOWS\SYSTEM32\AUDIOSES.DLL handle: 00007ffd6a3b0000 size: 1413712 crc: 86D73117 date: 2020-10-14 08:03:43
 C:\WINDOWS\SYSTEM32\msacm32.drv handle: 00007ffd66d60000 size: 29184 crc: DCE0859B date: 2019-03-19 04:43:47
 C:\WINDOWS\SYSTEM32\MSACM32.dll handle: 00007ffd66290000 size: 107640 crc: C340459C date: 2019-03-19 04:43:47
 C:\WINDOWS\SYSTEM32\midimap.dll handle: 00007ffd66280000 size: 25600 crc: 1A533078 date: 2019-03-19 04:43:47
 C:\WINDOWS\System32\clbcatq.dll handle: 00007ffd70aa0000 size: 643752 crc: C1F090C7 date: 2019-03-19 04:44:30
 C:\WINDOWS\System32\dmusic.dll handle: 00007ffd54860000 size: 132608 crc: C9F5B874 date: 2019-03-19 04:45:38
 C:\WINDOWS\System32\DSOUND.dll handle: 00007ffd3b750000 size: 602112 crc: C9C6543E date: 2019-03-19 04:43:47
 C:\WINDOWS\System32\dmsynth.dll handle: 00007ffd535c0000 size: 122880 crc: 408A0AD2 date: 2019-03-19 04:45:38
 C:\WINDOWS\SYSTEM32\resourcepolicyclient.dll handle: 00007ffd6dd20000 size: 70248 crc: 45223FF6 date: 2020-07-16 22:41:07
 C:\Windows\System32\Windows.UI.dll handle: 00007ffd68af0000 size: 1385696 crc: 8FA737A5 date: 2020-07-16 22:40:47
 C:\Windows\System32\InputHost.dll handle: 00007ffd68380000 size: 1151304 crc: F4078594 date: 2020-07-16 22:41:39
 C:\Windows\System32\PROPSYS.dll handle: 00007ffd6d0b0000 size: 979264 crc: 26938172 date: 2020-05-13 03:07:50
 C:\WINDOWS\System32\psapi.dll handle: 00007ffd715a0000 size: 18832 crc: BED9353E date: 2019-03-19 04:44:28

Events: jv, dtijv

---- gamelog start ----
Tick 0: new game started
Revision text changed to jgrpp-0.33.2, savegame version 218, not modified, _openttd_newgrf_version = 0x1b006d64
New game mode: 1 landscape: 1
Added NewGRF: GRF ID F1250007, checksum A24E5DF885D1C589029D7C5B1AB79A97, filename: firs_industry_replacement_set_3-3.0.5\firs.grf (md5sum matches)
Added NewGRF: GRF ID 544D0101, checksum 390EA6B640721D3A80200F2A1474B183, filename: 2cc_trainsinnml-2.0alpha1\2ccts.grf (md5sum matches)
Added NewGRF: GRF ID 444A5901, checksum D4B5C202A411E43DEB5F9956F530DB52, filename: vacuum_tube_train-1.0.1\vactrain_1.0.1.grf (md5sum matches)
Added NewGRF: GRF ID 444A5401, checksum B9E9E16F258B32DC91E8BABEF037AFA7, filename: nutracks-r247\nutracks.grf (md5sum matches)
Added NewGRF: GRF ID FBFB0010, checksum 2A0082F909643FFB6624BD510EBDDA4D, filename: 2cc_trams-0.1.0beta2\trams-2cc.grf (md5sum matches)
Added NewGRF: GRF ID 444E0700, checksum 48B3F9E4FD0DF2A72B5F44D3C8A2F4A0, filename: universal_rail_type-2.0.1\universalrailtype.grf (md5sum matches)
Added NewGRF: GRF ID 414E0201, checksum 0DA3A80B986BC3C17C20CA4CE9CA26AA, filename: fish_2-2.0.3\fish.grf (md5sum matches)
Added NewGRF: GRF ID 43415000, checksum 4DA9FE9A87DD330EBAD43916771BAF21, filename: opengfx_airports-0.4.2\ogfx-airports.grf (md5sum matches)
Added NewGRF: GRF ID 454E0101, checksum D8758B1E725C7E34F1A05D3B9EE4702D, filename: modern_maglev_trains-1.4.1\mmt.grf (md5sum matches)
Added NewGRF: GRF ID 44440A01, checksum FCEEC76CF44EC23E7FE9C88048CF11CC, filename: av8_aviators_aircraft_set-2.21\pb_av8w.grf (md5sum matches)
Added NewGRF: GRF ID 56430001, checksum 2AD089EE6B73F25D79F286AD43765914, filename: total_town_replacement_set-3.14\ttrs3w.grf (md5sum matches)
Added NewGRF: GRF ID 41533031, checksum B21E7D6ADD69B1C07643939764FB4878, filename: swedish_houses-1.1.2\swehouses.grf (md5sum matches)
Added NewGRF: GRF ID 72777473, checksum EBEAB33B398DE7F2921F853C496F6F91, filename: uk_town_set-2.2\ukts_2.2.grf (md5sum matches)
Added NewGRF: GRF ID 4D470B02, checksum D3B86F8678699114EC3BC5EBFD52BC51, filename: early_houses.2.0beta_r707\earlyhouses.grf (md5sum matches)
Added NewGRF: GRF ID 4E4C4853, checksum 1787E1E0E308EB5C4E1A8EFC4A059D71, filename: dutch_terraced_houses-0.3b\nlhs.grf (md5sum matches)
Added NewGRF: GRF ID 74677462, checksum 1D2A4E03D9F30922788C166254C27619, filename: total_bridge_renewal_set-1.2\total_bridges.grf (md5sum matches)
Added NewGRF: GRF ID 52571203, checksum 7CE88A25DDB058C1BE577B88D049B274, filename: egrvts2-188\egrvts2.grf (md5sum matches)
Added NewGRF: GRF ID 4D420100, checksum 1A5D28D0719FCDB928F59AEFDBE07B7C, filename: bobs_british_buses-0.2.1\bbbw.grf (md5sum matches)
Added NewGRF: GRF ID 41501202, checksum B13DD8FB0D7C34CACAC2FE68BD137BB9, filename: heqs_heavy_equipment_set-1.5.2\heqs.grf (md5sum matches)
Added NewGRF: GRF ID 58534453, checksum 2E100BCA91DB8371CD9D57DBEC3AB0C8, filename: dutch_stations_set-1.0.0alpha\dutchstatw.grf (md5sum matches)
Added NewGRF: GRF ID 52455200, checksum 0E5A9C5ACD2BCAF7FA0658C3F905A660, filename: rural_stations-1\ae_ruraw.grf (md5sum matches)
Added NewGRF: GRF ID 4A4D0101, checksum AFE4E75999A3FF92D4B01DBEE9A803E9, filename: sailing_ships-0.62\ss.grf (md5sum matches)
Added NewGRF: GRF ID FBFB0301, checksum D961A46B2CC37A04CD4FCBEDD2311A53, filename: foobars_tram_tracks-1.0.1\foobarstramtracks.grf (md5sum matches)
Added NewGRF: GRF ID 43485053, checksum 107210078AB4C22C7D83BA65ED9AF16F, filename: chips_station_set-1.8.0\chips.grf (md5sum matches)
Added NewGRF: GRF ID 31FF0C01, checksum B0C2DF35A3C4B76FBE696D8ABA0C05EC, filename: ratings1.0\ratings.grf (md5sum matches)
Added NewGRF: GRF ID 4D470305, checksum 2E96B9AB2BEA686BFF94961AD433A701, filename: basecosts-5.0\basecosts.grf (md5sum matches)
Tick 5322: game loaded
Revision text changed to jgrpp-0.38.1, savegame version 219, not modified, _openttd_newgrf_version = 0x1b006d64
---- gamelog end ----

Recent news messages (19 of 19):
(1867-05-30) StringID: 694, Type: 10, Ref1: 2, 590, Ref2: 0, 4294967295
(1867-05-29) StringID: 695, Type: 10, Ref1: 2, 1791, Ref2: 0, 4294967295
(1867-05-10) StringID: 694, Type: 10, Ref1: 2, 590, Ref2: 0, 4294967295
(1867-05-09) StringID: 695, Type: 10, Ref1: 2, 1791, Ref2: 0, 4294967295
(1867-03-31) StringID: 694, Type: 10, Ref1: 2, 590, Ref2: 0, 4294967295
(1867-03-30) StringID: 695, Type: 10, Ref1: 2, 1791, Ref2: 0, 4294967295
(1867-03-10) StringID: 695, Type: 10, Ref1: 2, 1791, Ref2: 0, 4294967295
(1867-02-18) StringID: 695, Type: 10, Ref1: 2, 1791, Ref2: 0, 4294967295
(1867-02-01) StringID: 710, Type: 11, Ref1: 6, 438, Ref2: 0, 4294967295
(1867-01-30) StringID: 694, Type: 10, Ref1: 2, 590, Ref2: 0, 4294967295
(1867-01-29) StringID: 695, Type: 10, Ref1: 2, 1791, Ref2: 0, 4294967295
(1867-01-14) StringID: 694, Type: 10, Ref1: 2, 590, Ref2: 0, 4294967295
(1867-01-13) StringID: 695, Type: 10, Ref1: 2, 1791, Ref2: 0, 4294967295
(1866-12-25) StringID: 694, Type: 10, Ref1: 2, 590, Ref2: 0, 4294967295
(1866-12-24) StringID: 695, Type: 10, Ref1: 2, 1791, Ref2: 0, 4294967295
(1866-12-05) StringID: 694, Type: 10, Ref1: 2, 590, Ref2: 0, 4294967295
(1866-12-04) StringID: 695, Type: 10, Ref1: 2, 1791, Ref2: 0, 4294967295
(1866-10-06) StringID: 694, Type: 10, Ref1: 2, 590, Ref2: 0, 4294967295
(1866-10-05) StringID: 695, Type: 10, Ref1: 2, 1791, Ref2: 0, 4294967295

Command Log:
 Showing most recent 128 of 1826 commands
   0 | 1867-06-02, 59,   1 | ---m----- |        0 x       0, p1: 0x00000007, p2: 0x000001BF, cc:   0, lc:   0, cmd: 0x1256008B (CmdAddVehicleGroup)
   1 | 1867-06-02, 59,   1 | ---m----- |        0 x       0, p1: 0x00000001, p2: 0x00000001, cc:   0, lc:   0, cmd: 0x00000042 (CmdPause)
   2 | 1867-06-01, 49,   3 | ---m----- |      468 x     554, p1: 0x00000248, p2: 0x00000000, cc:   0, lc:   0, cmd: 0x126D0080 (CmdCloneVehicle)
   3 | 1867-06-01, 44,   4 | ---m----- |      468 x     554, p1: 0x00000248, p2: 0x00000000, cc:   0, lc:   0, cmd: 0x126D0080 (CmdCloneVehicle)
   4 | 1867-06-01, 41,   2 | ---m----- |      468 x     554, p1: 0x00000248, p2: 0x00000000, cc:   0, lc:   0, cmd: 0x126D0080 (CmdCloneVehicle)
   5 | 1867-06-01, 37,   2 | ---m----- |      468 x     554, p1: 0x00000248, p2: 0x00000000, cc:   0, lc:   0, cmd: 0x126D0080 (CmdCloneVehicle)
   6 | 1867-06-01, 34,   4 | ---m----- |      468 x     554, p1: 0x00000248, p2: 0x00000000, cc:   0, lc:   0, cmd: 0x126D0080 (CmdCloneVehicle)
   7 | 1867-06-01, 32,   3 | ---m----- |      468 x     554, p1: 0x00000248, p2: 0x00000000, cc:   0, lc:   0, cmd: 0x126D0080 (CmdCloneVehicle)
   8 | 1867-06-01, 30,   2 | ---m----- |      468 x     554, p1: 0x00000248, p2: 0x00000000, cc:   0, lc:   0, cmd: 0x126D0080 (CmdCloneVehicle)
   9 | 1867-06-01, 28,   0 | ---m----- |      468 x     554, p1: 0x00000248, p2: 0x00000000, cc:   0, lc:   0, cmd: 0x126D0080 (CmdCloneVehicle)
  10 | 1867-06-01, 25,   4 | ---m----- |      468 x     554, p1: 0x00000248, p2: 0x00000000, cc:   0, lc:   0, cmd: 0x126D0080 (CmdCloneVehicle)
  11 | 1867-06-01, 23,   1 | ---m----- |      468 x     554, p1: 0x00000248, p2: 0x00000000, cc:   0, lc:   0, cmd: 0x126D0080 (CmdCloneVehicle)
  12 | 1867-06-01, 20,   0 | ---m----- |      468 x     554, p1: 0x00000248, p2: 0x00000000, cc:   0, lc:   0, cmd: 0x126D0080 (CmdCloneVehicle)
  13 | 1867-06-01, 12,   0 | ---m----- |      468 x     554, p1: 0x00000248, p2: 0x00000000, cc:   0, lc:   0, cmd: 0x126D0080 (CmdCloneVehicle)
  14 | 1867-06-01,  9,   1 | ---m----- |      468 x     554, p1: 0x00000248, p2: 0x00000000, cc:   0, lc:   0, cmd: 0x126D0080 (CmdCloneVehicle)
  15 | 1867-05-31, 52,   0 | ---m----- |        0 x       0, p1: 0x00000015, p2: 0x00000000, cc:   0, lc:   0, cmd: 0x12510088 (CmdDeleteGroup)
  16 | 1867-05-31, 26,   1 | ---m--t-- |        0 x       0, p1: 0x00000015, p2: 0x00000000, cc:   0, lc:   0, cmd: 0x12520089 (CmdAlterGroup)
  17 | 1867-05-30, 70,   1 | ---m----- |        0 x       0, p1: 0x00000001, p2: 0x00000006, cc:   0, lc:   0, cmd: 0x12500087 (CmdCreateGroup)
  18 | 1867-05-30, 51,   2 | ---m--t-- |        0 x       0, p1: 0x00000014, p2: 0x00000000, cc:   0, lc:   0, cmd: 0x12520089 (CmdAlterGroup)
  19 | 1867-05-30, 36,   3 | ---m----- |        0 x       0, p1: 0x00000001, p2: 0x00000006, cc:   0, lc:   0, cmd: 0x12500087 (CmdCreateGroup)
  20 | 1867-05-30, 23,   1 | ---m--t-- |        0 x       0, p1: 0x00000013, p2: 0x00000000, cc:   0, lc:   0, cmd: 0x12520089 (CmdAlterGroup)
  21 | 1867-05-30,  4,   3 | ---m----- |        0 x       0, p1: 0x00000001, p2: 0x00000006, cc:   0, lc:   0, cmd: 0x12500087 (CmdCreateGroup)
  22 | 1867-05-29, 64,   1 | ---m--t-- |        0 x       0, p1: 0x00000012, p2: 0x00000000, cc:   0, lc:   0, cmd: 0x12520089 (CmdAlterGroup)
  23 | 1867-05-29, 49,   2 | ---m----- |        0 x       0, p1: 0x00000001, p2: 0x00000006, cc:   0, lc:   0, cmd: 0x12500087 (CmdCreateGroup)
  24 | 1867-05-29, 24,   0 | ---m--t-- |        0 x       0, p1: 0x00000010, p2: 0x00000000, cc:   0, lc:   0, cmd: 0x12520089 (CmdAlterGroup)
  25 | 1867-05-28, 31,   2 | ---m--t-- |        0 x       0, p1: 0x00000011, p2: 0x00000000, cc:   0, lc:   0, cmd: 0x12520089 (CmdAlterGroup)
  26 | 1867-05-28, 18,   2 | ---m----- |        0 x       0, p1: 0x00000001, p2: 0x00000006, cc:   0, lc:   0, cmd: 0x12500087 (CmdCreateGroup)
  27 | 1867-05-27, 53,   1 | ---m--t-- |        0 x       0, p1: 0x00000010, p2: 0x00000000, cc:   0, lc:   0, cmd: 0x12520089 (CmdAlterGroup)
  28 | 1867-05-27, 35,   4 | ---m----- |        0 x       0, p1: 0x00000001, p2: 0x00000006, cc:   0, lc:   0, cmd: 0x12500087 (CmdCreateGroup)
  29 | 1867-05-27, 25,   3 | ---m--t-- |        0 x       0, p1: 0x0000000F, p2: 0x00000000, cc:   0, lc:   0, cmd: 0x12520089 (CmdAlterGroup)
  30 | 1867-05-27, 13,   1 | ---m----- |        0 x       0, p1: 0x00000001, p2: 0x00000006, cc:   0, lc:   0, cmd: 0x12500087 (CmdCreateGroup)
  31 | 1867-05-27,  2,   2 | ---m--t-- |        0 x       0, p1: 0x0000000E, p2: 0x00000000, cc:   0, lc:   0, cmd: 0x12520089 (CmdAlterGroup)
  32 | 1867-05-26, 63,   0 | ---m----- |        0 x       0, p1: 0x00000001, p2: 0x00000006, cc:   0, lc:   0, cmd: 0x12500087 (CmdCreateGroup)
  33 | 1867-05-26, 58,   3 | ---m--t-- |        0 x       0, p1: 0x0000000D, p2: 0x00000000, cc:   0, lc:   0, cmd: 0x12520089 (CmdAlterGroup)
  34 | 1867-05-26, 48,   1 | ---m----- |        0 x       0, p1: 0x00000001, p2: 0x00000006, cc:   0, lc:   0, cmd: 0x12500087 (CmdCreateGroup)
  35 | 1867-05-26, 43,   4 | ---m--t-- |        0 x       0, p1: 0x0000000C, p2: 0x00000000, cc:   0, lc:   0, cmd: 0x12520089 (CmdAlterGroup)
  36 | 1867-05-26, 23,   0 | ---m----- |        0 x       0, p1: 0x00000001, p2: 0x00000006, cc:   0, lc:   0, cmd: 0x12500087 (CmdCreateGroup)
  37 | 1867-05-25, 19,   0 | ---m--t-- |        0 x       0, p1: 0x0000000B, p2: 0x00000000, cc:   0, lc:   0, cmd: 0x12520089 (CmdAlterGroup)
  38 | 1867-05-25,  8,   3 | ---m----- |        0 x       0, p1: 0x00000001, p2: 0x00000006, cc:   0, lc:   0, cmd: 0x12500087 (CmdCreateGroup)
  39 | 1867-05-25,  4,   3 | ---m--t-- |        0 x       0, p1: 0x0000000A, p2: 0x00000000, cc:   0, lc:   0, cmd: 0x12520089 (CmdAlterGroup)
  40 | 1867-05-24, 62,   3 | ---m----- |        0 x       0, p1: 0x00000001, p2: 0x00000006, cc:   0, lc:   0, cmd: 0x12500087 (CmdCreateGroup)
  41 | 1867-05-24, 57,   1 | ---m--t-- |        0 x       0, p1: 0x00000009, p2: 0x00000000, cc:   0, lc:   0, cmd: 0x12520089 (CmdAlterGroup)
  42 | 1867-05-24, 48,   4 | ---m----- |        0 x       0, p1: 0x00000001, p2: 0x00000006, cc:   0, lc:   0, cmd: 0x12500087 (CmdCreateGroup)
  43 | 1867-05-24, 44,   2 | ---m--t-- |        0 x       0, p1: 0x00000008, p2: 0x00000000, cc:   0, lc:   0, cmd: 0x12520089 (CmdAlterGroup)
  44 | 1867-05-24, 31,   4 | ---m----- |        0 x       0, p1: 0x00000001, p2: 0x00000006, cc:   0, lc:   0, cmd: 0x12500087 (CmdCreateGroup)
  45 | 1867-05-24, 27,   0 | ---m--t-- |        0 x       0, p1: 0x00000007, p2: 0x00000000, cc:   0, lc:   0, cmd: 0x12520089 (CmdAlterGroup)
  46 | 1867-05-24,  7,   1 | ---m----- |        0 x       0, p1: 0x00000001, p2: 0x00000006, cc:   0, lc:   0, cmd: 0x12500087 (CmdCreateGroup)
  47 | 1867-05-19, 10,   1 | ---m----- |        0 x       0, p1: 0x00000006, p2: 0x00030100, cc:   0, lc:   0, cmd: 0x0000008F (CmdSetGroupLivery)
  48 | 1867-05-18, 66,   4 | ---m----- |        0 x       0, p1: 0x00000006, p2: 0x00040000, cc:   0, lc:   0, cmd: 0x0000008F (CmdSetGroupLivery)
  49 | 1867-05-18, 19,   4 | ---m----- |        0 x       0, p1: 0x00000006, p2: 0x00000248, cc:   0, lc:   0, cmd: 0x1256008B (CmdAddVehicleGroup)
  50 | 1867-05-17, 70,   0 | ---m--t-- |        0 x       0, p1: 0x00000006, p2: 0x00000000, cc:   0, lc:   0, cmd: 0x12520089 (CmdAlterGroup)
  51 | 1867-05-17, 51,   1 | ---m----- |        0 x       0, p1: 0x00000001, p2: 0x0000FFFD, cc:   0, lc:   0, cmd: 0x12500087 (CmdCreateGroup)
  52 | 1867-05-16, 31,   4 | ---m----- |      468 x     554, p1: 0xFF000538, p2: 0x00000001, cc:   0, lc:   0, cmd: 0x126D0021 (CmdBuildVehicle)
  53 | 1867-05-14, 69,   2 | ---m----- |      468 x     555, p1: 0x00000011, p2: 0x00000000, cc:   0, lc:   0, cmd: 0x00000019 (CmdBuildRoad)
  54 | 1867-05-14, 69,   2 | ---m----- |      468 x     554, p1: 0x00000005, p2: 0x00000000, cc:   0, lc:   0, cmd: 0x11F1001A (CmdBuildRoadDepot)
  55 | 1867-05-14, 55,   0 | ---m----- |      477 x     555, p1: 0x00000011, p2: 0x00000000, cc:   0, lc:   0, cmd: 0x00000019 (CmdBuildRoad)
  56 | 1867-05-14, 55,   0 | ---m----- |      477 x     554, p1: 0x00000005, p2: 0x00000000, cc:   0, lc:   0, cmd: 0x11F1001A (CmdBuildRoadDepot)
  57 | 1867-05-14, 41,   1 | ---m----- |      490 x     555, p1: 0x00000011, p2: 0x00000000, cc:   0, lc:   0, cmd: 0x00000019 (CmdBuildRoad)
  58 | 1867-05-14, 41,   1 | ---m----- |      490 x     554, p1: 0x00000005, p2: 0x00000000, cc:   0, lc:   0, cmd: 0x11F1001A (CmdBuildRoadDepot)
  59 | 1867-05-14, 20,   2 | ---m----- |      514 x     555, p1: 0x00000011, p2: 0x00000000, cc:   0, lc:   0, cmd: 0x00000019 (CmdBuildRoad)
  60 | 1867-05-14, 20,   2 | ---m----- |      514 x     554, p1: 0x00000005, p2: 0x00000000, cc:   0, lc:   0, cmd: 0x11F1001A (CmdBuildRoadDepot)
  61 | 1867-05-14,  9,   1 | ---m----- |      526 x     555, p1: 0x00000011, p2: 0x00000000, cc:   0, lc:   0, cmd: 0x00000019 (CmdBuildRoad)
  62 | 1867-05-14,  9,   1 | ---m----- |      526 x     554, p1: 0x00000005, p2: 0x00000000, cc:   0, lc:   0, cmd: 0x11F1001A (CmdBuildRoadDepot)
  63 | 1867-05-13, 70,   4 | ---m----- |      538 x     555, p1: 0x00000011, p2: 0x00000000, cc:   0, lc:   0, cmd: 0x00000019 (CmdBuildRoad)
  64 | 1867-05-13, 70,   4 | ---m----- |      538 x     554, p1: 0x00000005, p2: 0x00000000, cc:   0, lc:   0, cmd: 0x11F1001A (CmdBuildRoadDepot)
  65 | 1867-05-11, 68,   1 | ---m----f |      548 x     492, p1: 0x00000014, p2: 0x00000000, cc:   0, lc:   0, cmd: 0x00000019 (CmdBuildRoad)
  66 | 1867-05-11, 68,   1 | ---m----f |      548 x     494, p1: 0x00000011, p2: 0x00000000, cc:   0, lc:   0, cmd: 0x00000019 (CmdBuildRoad)
  67 | 1867-05-11, 68,   1 | ---m----f |      547 x     492, p1: 0x00000014, p2: 0x00000000, cc:   0, lc:   0, cmd: 0x00000019 (CmdBuildRoad)
  68 | 1867-05-11, 68,   1 | ---m----f |      547 x     494, p1: 0x00000011, p2: 0x00000000, cc:   0, lc:   0, cmd: 0x00000019 (CmdBuildRoad)
  69 | 1867-05-11, 68,   1 | ---m----- |      547 x     493, p1: 0x00000102, p2: 0xFFFF002A, cc:   0, lc:   0, cmd: 0x11C50015 (CmdBuildRoadStop)
  70 | 1867-05-11, 55,   4 | ---m----f |      548 x     506, p1: 0x00000014, p2: 0x00000000, cc:   0, lc:   0, cmd: 0x00000019 (CmdBuildRoad)
  71 | 1867-05-11, 55,   4 | ---m----f |      548 x     508, p1: 0x00000011, p2: 0x00000000, cc:   0, lc:   0, cmd: 0x00000019 (CmdBuildRoad)
  72 | 1867-05-11, 55,   4 | ---m----f |      547 x     506, p1: 0x00000014, p2: 0x00000000, cc:   0, lc:   0, cmd: 0x00000019 (CmdBuildRoad)
  73 | 1867-05-11, 55,   4 | ---m----f |      547 x     508, p1: 0x00000011, p2: 0x00000000, cc:   0, lc:   0, cmd: 0x00000019 (CmdBuildRoad)
  74 | 1867-05-11, 55,   4 | ---m----- |      547 x     507, p1: 0x00000102, p2: 0xFFFF002A, cc:   0, lc:   0, cmd: 0x11C50015 (CmdBuildRoadStop)
  75 | 1867-05-11, 31,   2 | ---m----f |      548 x     532, p1: 0x00000014, p2: 0x00000000, cc:   0, lc:   0, cmd: 0x00000019 (CmdBuildRoad)
  76 | 1867-05-11, 31,   2 | ---m----f |      548 x     534, p1: 0x00000011, p2: 0x00000000, cc:   0, lc:   0, cmd: 0x00000019 (CmdBuildRoad)
  77 | 1867-05-11, 31,   2 | ---m----f |      547 x     532, p1: 0x00000014, p2: 0x00000000, cc:   0, lc:   0, cmd: 0x00000019 (CmdBuildRoad)
  78 | 1867-05-11, 31,   2 | ---m----f |      547 x     534, p1: 0x00000011, p2: 0x00000000, cc:   0, lc:   0, cmd: 0x00000019 (CmdBuildRoad)
  79 | 1867-05-11, 31,   2 | ---m----- |      547 x     533, p1: 0x00000102, p2: 0xFFFF002A, cc:   0, lc:   0, cmd: 0x11C50015 (CmdBuildRoadStop)
  80 | 1867-05-11,  7,   4 | ---m----f |      548 x     546, p1: 0x00000014, p2: 0x00000000, cc:   0, lc:   0, cmd: 0x00000019 (CmdBuildRoad)
  81 | 1867-05-11,  7,   4 | ---m----f |      548 x     548, p1: 0x00000011, p2: 0x00000000, cc:   0, lc:   0, cmd: 0x00000019 (CmdBuildRoad)
  82 | 1867-05-11,  7,   4 | ---m----f |      547 x     546, p1: 0x00000014, p2: 0x00000000, cc:   0, lc:   0, cmd: 0x00000019 (CmdBuildRoad)
  83 | 1867-05-11,  7,   4 | ---m----f |      547 x     548, p1: 0x00000011, p2: 0x00000000, cc:   0, lc:   0, cmd: 0x00000019 (CmdBuildRoad)
  84 | 1867-05-11,  7,   4 | ---m----- |      547 x     547, p1: 0x00000102, p2: 0xFFFF002A, cc:   0, lc:   0, cmd: 0x11C50015 (CmdBuildRoadStop)
  85 | 1867-05-09, 56,   0 | ---m----f |      468 x     485, p1: 0x00000018, p2: 0x00000000, cc:   0, lc:   0, cmd: 0x00000019 (CmdBuildRoad)
  86 | 1867-05-09, 56,   0 | ---m----f |      466 x     485, p1: 0x00000012, p2: 0x00000000, cc:   0, lc:   0, cmd: 0x00000019 (CmdBuildRoad)
  87 | 1867-05-09, 56,   0 | ---m----f |      468 x     484, p1: 0x00000018, p2: 0x00000000, cc:   0, lc:   0, cmd: 0x00000019 (CmdBuildRoad)
  88 | 1867-05-09, 56,   0 | ---m----f |      466 x     484, p1: 0x00000012, p2: 0x00000000, cc:   0, lc:   0, cmd: 0x00000019 (CmdBuildRoad)
  89 | 1867-05-09, 56,   0 | ---m----- |      467 x     484, p1: 0x00000201, p2: 0xFFFF0022, cc:   0, lc:   0, cmd: 0x11C50015 (CmdBuildRoadStop)
  90 | 1867-05-09, 45,   3 | ---m----f |      479 x     485, p1: 0x00000018, p2: 0x00000000, cc:   0, lc:   0, cmd: 0x00000019 (CmdBuildRoad)
  91 | 1867-05-09, 45,   3 | ---m----f |      477 x     485, p1: 0x00000012, p2: 0x00000000, cc:   0, lc:   0, cmd: 0x00000019 (CmdBuildRoad)
  92 | 1867-05-09, 45,   3 | ---m----f |      479 x     484, p1: 0x00000018, p2: 0x00000000, cc:   0, lc:   0, cmd: 0x00000019 (CmdBuildRoad)
  93 | 1867-05-09, 45,   3 | ---m----f |      477 x     484, p1: 0x00000012, p2: 0x00000000, cc:   0, lc:   0, cmd: 0x00000019 (CmdBuildRoad)
  94 | 1867-05-09, 45,   3 | ---m----- |      478 x     484, p1: 0x00000201, p2: 0xFFFF0022, cc:   0, lc:   0, cmd: 0x11C50015 (CmdBuildRoadStop)
  95 | 1867-05-09, 34,   0 | ---m----f |      492 x     485, p1: 0x00000018, p2: 0x00000000, cc:   0, lc:   0, cmd: 0x00000019 (CmdBuildRoad)
  96 | 1867-05-09, 34,   0 | ---m----f |      490 x     485, p1: 0x00000012, p2: 0x00000000, cc:   0, lc:   0, cmd: 0x00000019 (CmdBuildRoad)
  97 | 1867-05-09, 34,   0 | ---m----f |      492 x     484, p1: 0x00000018, p2: 0x00000000, cc:   0, lc:   0, cmd: 0x00000019 (CmdBuildRoad)
  98 | 1867-05-09, 34,   0 | ---m----f |      490 x     484, p1: 0x00000012, p2: 0x00000000, cc:   0, lc:   0, cmd: 0x00000019 (CmdBuildRoad)
  99 | 1867-05-09, 34,   0 | ---m----- |      491 x     484, p1: 0x00000201, p2: 0xFFFF0022, cc:   0, lc:   0, cmd: 0x11C50015 (CmdBuildRoadStop)
 100 | 1867-05-09, 18,   1 | ---m----f |      516 x     485, p1: 0x00000018, p2: 0x00000000, cc:   0, lc:   0, cmd: 0x00000019 (CmdBuildRoad)
 101 | 1867-05-09, 18,   1 | ---m----f |      514 x     485, p1: 0x00000012, p2: 0x00000000, cc:   0, lc:   0, cmd: 0x00000019 (CmdBuildRoad)
 102 | 1867-05-09, 18,   1 | ---m----f |      516 x     484, p1: 0x00000018, p2: 0x00000000, cc:   0, lc:   0, cmd: 0x00000019 (CmdBuildRoad)
 103 | 1867-05-09, 18,   1 | ---m----f |      514 x     484, p1: 0x00000012, p2: 0x00000000, cc:   0, lc:   0, cmd: 0x00000019 (CmdBuildRoad)
 104 | 1867-05-09, 18,   1 | ---m----- |      515 x     484, p1: 0x00000201, p2: 0xFFFF0022, cc:   0, lc:   0, cmd: 0x11C50015 (CmdBuildRoadStop)
 105 | 1867-05-09,  6,   3 | ---m----f |      526 x     485, p1: 0x00000018, p2: 0x00000000, cc:   0, lc:   0, cmd: 0x00000019 (CmdBuildRoad)
 106 | 1867-05-09,  6,   3 | ---m----f |      524 x     485, p1: 0x00000012, p2: 0x00000000, cc:   0, lc:   0, cmd: 0x00000019 (CmdBuildRoad)
 107 | 1867-05-09,  6,   3 | ---m----f |      526 x     484, p1: 0x00000018, p2: 0x00000000, cc:   0, lc:   0, cmd: 0x00000019 (CmdBuildRoad)
 108 | 1867-05-09,  6,   3 | ---m----f |      524 x     484, p1: 0x00000012, p2: 0x00000000, cc:   0, lc:   0, cmd: 0x00000019 (CmdBuildRoad)
 109 | 1867-05-09,  6,   3 | ---m----- |      525 x     484, p1: 0x00000201, p2: 0xFFFF0022, cc:   0, lc:   0, cmd: 0x11C50015 (CmdBuildRoadStop)
 110 | 1867-05-08, 69,   3 | ---m----f |      540 x     485, p1: 0x00000018, p2: 0x00000000, cc:   0, lc:   0, cmd: 0x00000019 (CmdBuildRoad)
 111 | 1867-05-08, 69,   3 | ---m----f |      538 x     485, p1: 0x00000012, p2: 0x00000000, cc:   0, lc:   0, cmd: 0x00000019 (CmdBuildRoad)
 112 | 1867-05-08, 69,   3 | ---m----f |      540 x     484, p1: 0x00000018, p2: 0x00000000, cc:   0, lc:   0, cmd: 0x00000019 (CmdBuildRoad)
 113 | 1867-05-08, 69,   3 | ---m----f |      538 x     484, p1: 0x00000012, p2: 0x00000000, cc:   0, lc:   0, cmd: 0x00000019 (CmdBuildRoad)
 114 | 1867-05-08, 69,   3 | ---m----- |      539 x     484, p1: 0x00000201, p2: 0xFFFF0022, cc:   0, lc:   0, cmd: 0x11C50015 (CmdBuildRoadStop)
 115 | 1867-05-08, 27,   4 | ---m----f |      538 x     517, p1: 0x00000012, p2: 0x00000000, cc:   0, lc:   0, cmd: 0x00000019 (CmdBuildRoad)
 116 | 1867-05-08, 27,   4 | ---m----f |      540 x     516, p1: 0x00000018, p2: 0x00000000, cc:   0, lc:   0, cmd: 0x00000019 (CmdBuildRoad)
 117 | 1867-05-08, 27,   4 | ---m----f |      538 x     516, p1: 0x00000012, p2: 0x00000000, cc:   0, lc:   0, cmd: 0x00000019 (CmdBuildRoad)
 118 | 1867-05-08, 27,   4 | ---m----- |      539 x     516, p1: 0x00000201, p2: 0xFFFF0022, cc:   0, lc:   0, cmd: 0x11C50015 (CmdBuildRoadStop)
 119 | 1867-05-08, 13,   3 | ---m----f |      526 x     517, p1: 0x00000018, p2: 0x00000000, cc:   0, lc:   0, cmd: 0x00000019 (CmdBuildRoad)
 120 | 1867-05-08, 13,   3 | ---m----f |      526 x     516, p1: 0x00000018, p2: 0x00000000, cc:   0, lc:   0, cmd: 0x00000019 (CmdBuildRoad)
 121 | 1867-05-08, 13,   3 | ---m----f |      524 x     516, p1: 0x00000012, p2: 0x00000000, cc:   0, lc:   0, cmd: 0x00000019 (CmdBuildRoad)
 122 | 1867-05-08, 13,   3 | ---m----- |      525 x     516, p1: 0x00000201, p2: 0xFFFF0022, cc:   0, lc:   0, cmd: 0x11C50015 (CmdBuildRoadStop)
 123 | 1867-05-07, 47,   4 | ---m----f |      490 x     517, p1: 0x00000012, p2: 0x00000000, cc:   0, lc:   0, cmd: 0x00000019 (CmdBuildRoad)
 124 | 1867-05-07, 47,   4 | ---m----f |      492 x     516, p1: 0x00000018, p2: 0x00000000, cc:   0, lc:   0, cmd: 0x00000019 (CmdBuildRoad)
 125 | 1867-05-07, 47,   4 | ---m----f |      490 x     516, p1: 0x00000012, p2: 0x00000000, cc:   0, lc:   0, cmd: 0x00000019 (CmdBuildRoad)
 126 | 1867-05-07, 47,   4 | ---m----- |      491 x     516, p1: 0x00000201, p2: 0xFFFF0022, cc:   0, lc:   0, cmd: 0x11C50015 (CmdBuildRoadStop)
 127 | 1867-05-07, 28,   0 | ---m----- |      490 x     517, p1: 0x000811EA, p2: 0x0000000E, cc:   0, lc:   0, cmd: 0x12180017 (CmdBuildLongRoad)

 Showing most recent 32 of 1202 commands (aux log)
   0 | 1867-06-01, 30,   3 | -a----t-- |      512 x     512, p1: 0x00000064, p2: 0x00000000, cc:  18, lc:   0, cmd: 0x0000004C (CmdTownSetText)
   1 | 1867-06-01, 30,   2 | -a----t-- |      972 x     336, p1: 0x00000003, p2: 0x00000000, cc:  18, lc:   0, cmd: 0x0000004C (CmdTownSetText)
   2 | 1867-06-01, 30,   1 | -a----t-- |      724 x     728, p1: 0x00000004, p2: 0x00000000, cc:  18, lc:   0, cmd: 0x0000004C (CmdTownSetText)
   3 | 1867-06-01, 30,   0 | -a----t-- |      608 x     652, p1: 0x00000008, p2: 0x00000000, cc:  18, lc:   0, cmd: 0x0000004C (CmdTownSetText)
   4 | 1867-06-01, 29,   4 | -a----t-- |      724 x     776, p1: 0x0000000A, p2: 0x00000000, cc:  18, lc:   0, cmd: 0x0000004C (CmdTownSetText)
   5 | 1867-06-01, 29,   3 | -a----t-- |      760 x     208, p1: 0x0000000D, p2: 0x00000000, cc:  18, lc:   0, cmd: 0x0000004C (CmdTownSetText)
   6 | 1867-06-01, 29,   2 | -a----t-- |      956 x     148, p1: 0x0000000E, p2: 0x00000000, cc:  18, lc:   0, cmd: 0x0000004C (CmdTownSetText)
   7 | 1867-06-01, 29,   1 | -a----t-- |       36 x     360, p1: 0x00000010, p2: 0x00000000, cc:  18, lc:   0, cmd: 0x0000004C (CmdTownSetText)
   8 | 1867-06-01, 29,   0 | -a----t-- |       40 x     660, p1: 0x00000011, p2: 0x00000000, cc:  18, lc:   0, cmd: 0x0000004C (CmdTownSetText)
   9 | 1867-06-01, 28,   4 | -a----t-- |      900 x     892, p1: 0x00000012, p2: 0x00000000, cc:  18, lc:   0, cmd: 0x0000004C (CmdTownSetText)
  10 | 1867-06-01, 28,   3 | -a----t-- |      576 x    1000, p1: 0x00000013, p2: 0x00000000, cc:  18, lc:   0, cmd: 0x0000004C (CmdTownSetText)
  11 | 1867-06-01, 28,   2 | -a----t-- |      300 x     548, p1: 0x00000014, p2: 0x00000000, cc:  18, lc:   0, cmd: 0x0000004C (CmdTownSetText)
  12 | 1867-06-01, 28,   1 | -a----t-- |      976 x     312, p1: 0x00000019, p2: 0x00000000, cc:  18, lc:   0, cmd: 0x0000004C (CmdTownSetText)
  13 | 1867-06-01, 28,   0 | -a----t-- |      380 x     840, p1: 0x0000001A, p2: 0x00000000, cc:  18, lc:   0, cmd: 0x0000004C (CmdTownSetText)
  14 | 1867-06-01, 27,   4 | -a----t-- |      984 x     512, p1: 0x0000001C, p2: 0x00000000, cc:  18, lc:   0, cmd: 0x0000004C (CmdTownSetText)
  15 | 1867-06-01, 27,   3 | -a----t-- |       48 x     248, p1: 0x0000001E, p2: 0x00000000, cc:  18, lc:   0, cmd: 0x0000004C (CmdTownSetText)
  16 | 1867-06-01, 27,   2 | -a----t-- |       64 x     348, p1: 0x00000020, p2: 0x00000000, cc:  18, lc:   0, cmd: 0x0000004C (CmdTownSetText)
  17 | 1867-06-01, 27,   1 | -a----t-- |      908 x     348, p1: 0x00000023, p2: 0x00000000, cc:  18, lc:   0, cmd: 0x0000004C (CmdTownSetText)
  18 | 1867-06-01, 27,   0 | -a----t-- |       84 x     804, p1: 0x00000025, p2: 0x00000000, cc:  18, lc:   0, cmd: 0x0000004C (CmdTownSetText)
  19 | 1867-06-01, 26,   4 | -a----t-- |      360 x     356, p1: 0x00000026, p2: 0x00000000, cc:  18, lc:   0, cmd: 0x0000004C (CmdTownSetText)
  20 | 1867-06-01, 26,   3 | -a----t-- |      276 x     216, p1: 0x00000027, p2: 0x00000000, cc:  18, lc:   0, cmd: 0x0000004C (CmdTownSetText)
  21 | 1867-06-01, 26,   2 | -a----t-- |       56 x     684, p1: 0x00000028, p2: 0x00000000, cc:  18, lc:   0, cmd: 0x0000004C (CmdTownSetText)
  22 | 1867-06-01, 26,   1 | -a----t-- |      632 x     404, p1: 0x0000002A, p2: 0x00000000, cc:  18, lc:   0, cmd: 0x0000004C (CmdTownSetText)
  23 | 1867-06-01, 26,   0 | -a----t-- |      660 x      56, p1: 0x0000002B, p2: 0x00000000, cc:  18, lc:   0, cmd: 0x0000004C (CmdTownSetText)
  24 | 1867-06-01, 25,   4 | -a----t-- |       28 x     668, p1: 0x0000002C, p2: 0x00000000, cc:  18, lc:   0, cmd: 0x0000004C (CmdTownSetText)
  25 | 1867-06-01, 25,   3 | -a----t-- |      476 x     668, p1: 0x0000002F, p2: 0x00000000, cc:  18, lc:   0, cmd: 0x0000004C (CmdTownSetText)
  26 | 1867-06-01, 25,   2 | -a----t-- |      556 x     440, p1: 0x00000034, p2: 0x00000000, cc:  18, lc:   0, cmd: 0x0000004C (CmdTownSetText)
  27 | 1867-06-01, 25,   1 | -a----t-- |       24 x     744, p1: 0x00000036, p2: 0x00000000, cc:  18, lc:   0, cmd: 0x0000004C (CmdTownSetText)
  28 | 1867-06-01, 25,   0 | -a----t-- |      608 x     128, p1: 0x00000038, p2: 0x00000000, cc:  18, lc:   0, cmd: 0x0000004C (CmdTownSetText)
  29 | 1867-06-01, 24,   4 | -a----t-- |      804 x     352, p1: 0x0000003B, p2: 0x00000000, cc:  18, lc:   0, cmd: 0x0000004C (CmdTownSetText)
  30 | 1867-06-01, 24,   3 | -a----t-- |      160 x     852, p1: 0x0000003C, p2: 0x00000000, cc:  18, lc:   0, cmd: 0x0000004C (CmdTownSetText)
  31 | 1867-06-01, 24,   2 | -a----t-- |      852 x    1000, p1: 0x0000003D, p2: 0x00000000, cc:  18, lc:   0, cmd: 0x0000004C (CmdTownSetText)

*** End of OpenTTD Crash Report ***

Decoded stack trace:
[00] openttd              0x00000000008F3D51 VehicleGroupWindow::OnDragDrop_Group(Point, int) (/home/jgr/openttd/jgrpp/src/group_gui.cpp:902)
[01] openttd              0x000000000074BD08 HandleMouseDragDrop (/home/jgr/openttd/jgrpp/src/window.cpp:2042)
[02] openttd              0x0000000000522DB7 WndProcGdi (/home/jgr/openttd/jgrpp/src/video/win32_v.cpp:704)
[03] USER32               0x00007FFD71415C1D CallWindowProcW + 957
[04] USER32               0x00007FFD71415612 DispatchMessageW + 498
[05] openttd              0x0000000000521A2C VideoDriver_Win32::MainLoop() + 188 (/home/jgr/openttd/jgrpp/src/video/win32_v.cpp:1221)
[06] openttd              0x000000000060373E openttd_main(int, char**) + 6366 (/home/jgr/openttd/jgrpp/src/openttd.cpp:997)
[07] openttd              0x00000000004AD52D WinMain + 285 (/home/jgr/openttd/jgrpp/src/os/windows/win32.cpp:467)
[08] openttd              0x00000000004013B4 __tmainCRTStartup + 564 (./build/x86_64-w64-mingw32-x86_64-w64-mingw32-crt/./mingw-w64-crt/crt/crtexe.c:339)
[09] openttd              0x00000000004014DB WinMainCRTStartup + 27 (./build/x86_64-w64-mingw32-x86_64-w64-mingw32-crt/./mingw-w64-crt/crt/crtexe.c:195)
[10] KERNEL32             0x00007FFD71817C24 BaseThreadInitThunk + 20
[11] ntdll                0x00007FFD7280CEA1 RtlUserThreadStart + 33

*** End of additional info ***
autosave8.sav
Thanks for reporting this, I managed to reproduce this and interestingly the bug is also present in upstream trunk.
It's probably been around for quite a few years now. I'll have a fix for this shortly which will be in the next release.
Ex TTDPatch Coder
Patch Pack, Github
mak
Traffic Manager
Traffic Manager
Posts: 205
Joined: 30 Sep 2015 13:16

Re: JGR's Patch Pack

Post by mak »

Hi JGR
Sorry to say a crash, was just about to send vehicle to depot and sell. Crash dump is to large to send. Let me know if anything else required.
Thank you
Attachments
crash-20201025T141611Z.sav
(631.05 KiB) Downloaded 74 times
crash-20201025T141611Z.odt
(12.3 KiB) Downloaded 62 times
Deicide
Engineer
Engineer
Posts: 19
Joined: 17 May 2011 16:02

Re: JGR's Patch Pack

Post by Deicide »

Can minimap be updated at least occasionally while the game is on pause? Please.
User avatar
JGR
Tycoon
Tycoon
Posts: 2558
Joined: 08 Aug 2005 13:46
Location: Ipswich

Re: JGR's Patch Pack

Post by JGR »

mak wrote: 25 Oct 2020 14:24 Hi JGR
Sorry to say a crash, was just about to send vehicle to depot and sell. Crash dump is to large to send. Let me know if anything else required.
Thank you
Thanks, this is fixed now and will be in the next release.
Deicide wrote: 25 Oct 2020 16:26 Can minimap be updated at least occasionally while the game is on pause? Please.
That seems to be a bit of an oversight on my part, this is fixed now, it'll be in the next release.
Ex TTDPatch Coder
Patch Pack, Github
User avatar
ColdIce
Transport Coordinator
Transport Coordinator
Posts: 306
Joined: 25 Apr 2006 10:22
Location: Bucharest

Re: JGR's Patch Pack

Post by ColdIce »

Hi JGR,
First THANK YOU SO MUCH for drag&drop objects. :bow:
I have small request: is it possible to increase the cargo value in conditional orders from 2047 max to a much higher value? I believe it's a limitation from the game itself, but maybe there is a way.
Thank you
The rest is confetti!
Wahazar
Tycoon
Tycoon
Posts: 1451
Joined: 18 Jan 2014 18:10

Re: JGR's Patch Pack

Post by Wahazar »

I was trying to run jgrpp-0.38.0 32b compiled release version on my old good XP,
but got pop-up window that procedure entry wcsncpy_s in lib msvcrt.dll not found.
There is no such issues in case of official 1.10.* release...
Post Reply

Return to “OpenTTD Development”

Who is online

Users browsing this forum: No registered users and 47 guests