Spring 2013 Patch Pack - English Help (Updated 02/23/2017)

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

sunshare
Transport Coordinator
Transport Coordinator
Posts: 279
Joined: 10 Oct 2014 00:43

Re: Spring 2013 Patch Pack - English Help (Updated 12/03/201

Post by sunshare »

I would love someone to make a patch to date and has extra large maps and waypont aircraft.
Dante123
Chief Executive
Chief Executive
Posts: 672
Joined: 11 Aug 2009 16:10
Location: The Nederlands
Contact:

Re: Spring 2013 Patch Pack - English Help (Updated 12/03/201

Post by Dante123 »

Seems that the signals in tunnels are not really working in the patchpack Version: v2.1.143 (see attached screenshot where a train is waiting till the other is all the way out of the tunnel first)

Im not sure if this is fixed in a newer version but if this is so, i wonder if savegames are compatible when i would update the patchpack ?

EDIT:
It seems the 1-way path signal at the start breaks the signals in tunnels. When i changed that signal to a normal one, the ones in the tunnel too started working.
Attachments
Vlam in de Pijp Transport, 1955-03-29.png
(383.8 KiB) Downloaded 15 times
User avatar
kamnet
Moderator
Moderator
Posts: 8705
Joined: 28 Sep 2009 17:15
Location: Eastern KY
Contact:

Re: Spring 2013 Patch Pack - English Help (Updated 12/03/201

Post by kamnet »

Dante123 wrote:Seems that the signals in tunnels are not really working in the patchpack Version: v2.1.143 (see attached screenshot where a train is waiting till the other is all the way out of the tunnel first)

Im not sure if this is fixed in a newer version but if this is so, i wonder if savegames are compatible when i would update the patchpack ?

EDIT:
It seems the 1-way path signal at the start breaks the signals in tunnels. When i changed that signal to a normal one, the ones in the tunnel too started working.

If I recall, this is a noted bug in that patch itself, which HackALittleBit has not found a solution to.
archy
Engineer
Engineer
Posts: 42
Joined: 03 Aug 2012 20:55

Re: Spring 2013 Patch Pack - English Help (Updated 12/03/201

Post by archy »

Randell PDX wrote: I have tried to follow your instructions the best I can. After several hours of trying I continue to get this error message.

[...]

Do you have any advise?
Unfortunately no. Maybe someone who is experienced with the Clang compiler can chime in?

kamnet wrote:
Dante123 wrote:Seems that the signals in tunnels are not really working in the patchpack Version: v2.1.143 (see attached screenshot where a train is waiting till the other is all the way out of the tunnel first)

Im not sure if this is fixed in a newer version but if this is so, i wonder if savegames are compatible when i would update the patchpack ?

EDIT:
It seems the 1-way path signal at the start breaks the signals in tunnels. When i changed that signal to a normal one, the ones in the tunnel too started working.
If I recall, this is a noted bug in that patch itself, which HackALittleBit has not found a solution to.
Yeah it also was that way in Chill's patch pack (which included the same "signals in tunnels and bridges" patch).
As long as you remember to put a standard block signal before the entrance of every tunnel/bridge with signal emulation, it works.

It's a little annoying because I would prefer to do everything with path signals, but not that big a deal.
User avatar
kamnet
Moderator
Moderator
Posts: 8705
Joined: 28 Sep 2009 17:15
Location: Eastern KY
Contact:

Re: Spring 2013 Patch Pack - English Help (Updated 12/03/201

Post by kamnet »

And, if you think about it, you don't need a path signal through a tunnel or bridge - the train won't be changing paths anyhow.
archy
Engineer
Engineer
Posts: 42
Joined: 03 Aug 2012 20:55

Re: Spring 2013 Patch Pack - English Help (Updated 12/03/201

Post by archy »

kamnet wrote:And, if you think about it, you don't need a path signal through a tunnel or bridge - the train won't be changing paths anyhow.
Well, they might change paths just before or after a tunnel/bridge though.

If the "sinals in tunnels and bridges" patch was compatible with path signals before the tunnel entrance, and also treated the signals inside the tunnel as path signals, one could build a space-efficient one-way passenger/mail/goods/food station for a town like this:
openttd_tunnel_station1.png
openttd_tunnel_station1.png (1.41 MiB) Viewed 1471 times
But things being as they are, it has to be built two tiles longer (for extra path signals after the end of the entry tunnel, and block signals before the entrance of the exit tunnel):
openttd_tunnel_station2.png
openttd_tunnel_station2.png (1.43 MiB) Viewed 1471 times
Eddi
Tycoon
Tycoon
Posts: 8289
Joined: 17 Jan 2007 00:14

Re: Spring 2013 Patch Pack - English Help (Updated 12/03/201

Post by Eddi »

kamnet wrote:And, if you think about it, you don't need a path signal through a tunnel or bridge - the train won't be changing paths anyhow.
this argument is so stupid, [message redacted]
User avatar
kamnet
Moderator
Moderator
Posts: 8705
Joined: 28 Sep 2009 17:15
Location: Eastern KY
Contact:

Re: Spring 2013 Patch Pack - English Help (Updated 12/03/201

Post by kamnet »

The bridge or tunnel head with the signal on it is part of the bridge or tunnel itself, not separate track. The next space before or after the head is independent track, and that is where you would place your path signal.

Of course, this will be a different argument if custom bridgeheads is ever implemented, allowing the track on the head to be treated as independent and connectible from any direction. None the less, it's an issue with the particular patch itself, not the patch pack, and until HackALittleBit can fix it (it's been known for quite awhile, doesn't appear that it's going to be fixed anytime soon), there's no need to fuss about it. It's not like I can fix it or anything.
aantono
Traffic Manager
Traffic Manager
Posts: 211
Joined: 15 Apr 2010 21:01
Location: Midwest, US

Re: Spring 2013 Patch Pack - English Help (Updated 12/03/201

Post by aantono »

Getting the following error when trying to compile OpenTTD_Spring_2013_Patchpack_v2.2.182 on OSX Yosemite using

Code: Select all

Apple LLVM version 6.0 (clang-600.0.56) (based on LLVM 3.5svn)
Target: x86_64-apple-darwin14.0.0
Thread model: posix

Code: Select all

src/viewport.cpp:165:43: error: a space is required between consecutive right
      angle brackets (use '> >')
typedef std::list<std::pair<int, OrderType>> RankOrderTypeList;
                                          ^~
                                          > >
1 error generated.
make[1]: *** [viewport.o] Error 1
make: *** [all] Error 1
Any thoughts on what could be wrong? (I'm assuming the actual code is correct).
Alberth
OpenTTD Developer
OpenTTD Developer
Posts: 4766
Joined: 09 Sep 2007 05:03
Location: home

Re: Spring 2013 Patch Pack - English Help (Updated 12/03/201

Post by Alberth »

Apparently you have an old C++ compiler that doesn't understand how to interpret >> with nested template instantiations.
Just add a space, as the compiler suggests.
Being a retired OpenTTD developer does not mean I know what I am doing.
aantono
Traffic Manager
Traffic Manager
Posts: 211
Joined: 15 Apr 2010 21:01
Location: Midwest, US

Re: Spring 2013 Patch Pack - English Help (Updated 12/03/201

Post by aantono »

Alberth wrote:Apparently you have an old C++ compiler that doesn't understand how to interpret >> with nested template instantiations.
Just add a space, as the compiler suggests.
Did that and looks like I was able to build an OSX version after all.

I'm attaching the bundle for OSX Yosemite for those who were looking for an OSX build. Please let me know if it works elsewhere but my machine. :)
Attachments
OpenTTD Spring 2013 Patchpack v2.2.182.zip
OSX 10.10 Yosemite build
(7.15 MiB) Downloaded 204 times
Last edited by aantono on 01 Jan 2015 17:39, edited 1 time in total.
glennmckenna
Engineer
Engineer
Posts: 11
Joined: 23 Nov 2014 18:05

Re: Spring 2013 Patch Pack - English Help (Updated 12/03/201

Post by glennmckenna »

just downloaded the update and i tied loading my save game (my massive company) but says
invalid chunk size

so i guess that i can't load my save games and there's no way to fix it (after doing some recherche)
could some one confirm this please ?



also after noticing this i went back to the 2.1.143 version
but since that day every time i'm playing on the version 2.1.143 with my save game it will crash at least once but the thing is it's recently started happening sooner and sooner and it's now got to a state were it happens 1 minute after loading the save game
i've attached a copy of the crash files

any help would be much appreciated
Attachments
crash.zip
in this file there is :
- crash.dmp
- crash.sav
- crash.png
- crash.txt
(3.51 MiB) Downloaded 74 times
sunshare
Transport Coordinator
Transport Coordinator
Posts: 279
Joined: 10 Oct 2014 00:43

Re: Spring 2013 Patch Pack - English Help (Updated 12/03/201

Post by sunshare »

glennmckenna wrote:just downloaded the update and i tied loading my save game (my massive company) but says
invalid chunk size

so i guess that i can't load my save games and there's no way to fix it (after doing some recherche)
could some one confirm this please ?



also after noticing this i went back to the 2.1.143 version
but since that day every time i'm playing on the version 2.1.143 with my save game it will crash at least once but the thing is it's recently started happening sooner and sooner and it's now got to a state were it happens 1 minute after loading the save game
i've attached a copy of the crash files

any help would be much appreciated
I also left me with version 2.1.143, because it works perfect
glennmckenna
Engineer
Engineer
Posts: 11
Joined: 23 Nov 2014 18:05

Re: Spring 2013 Patch Pack - English Help (Updated 12/03/201

Post by glennmckenna »

glennmckenna wrote:just downloaded the update and i tied loading my save game (my massive company) but says
invalid chunk size

so i guess that i can't load my save games and there's no way to fix it (after doing some recherche)
could some one confirm this please ?



also after noticing this i went back to the 2.1.143 version
but since that day every time i'm playing on the version 2.1.143 with my save game it will crash at least once but the thing is it's recently started happening sooner and sooner and it's now got to a state were it happens 1 minute after loading the save game
i've attached a copy of the crash files

any help would be much appreciated

many i also add that it's the same with every save game

any help would be great
aantono
Traffic Manager
Traffic Manager
Posts: 211
Joined: 15 Apr 2010 21:01
Location: Midwest, US

Re: Spring 2013 Patch Pack - English Help (Updated 12/03/201

Post by aantono »

Got the following crash, when clicking on the History button for one of the trains in 2.2.182

Looks like some string formatting issue of sorts:

Code: Select all

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0   libsystem_kernel.dylib        	0x00007fff9ad7f282 __pthread_kill + 10
1   libsystem_c.dylib             	0x00007fff99f77b73 abort + 129
2   openttd                       	0x0000000100d9cb2a HandleCrash(int) + 282
3   libsystem_platform.dylib      	0x00007fff8bc91f1a _sigtramp + 26
4   openttd                       	0x0000000100edc639 FormatString(char*, char const*, StringParameters*, char const*, unsigned int, bool, bool) + 14617
5   openttd                       	0x0000000100ed8de1 FormatString(char*, char const*, StringParameters*, char const*, unsigned int, bool, bool) + 193
6   openttd                       	0x0000000100ed8802 GetStringWithArgs(char*, unsigned short, StringParameters*, char const*, unsigned int, bool) + 274
7   openttd                       	0x0000000100ca3444 GetStringBoundingBox(unsigned short) + 52
8   openttd                       	0x0000000100f2e005 VehicleTripHistoryWindow::UpdateWidgetSize(int, Dimension*, Dimension const&, Dimension*, Dimension*) + 341
Attachments
crash.zip
(627.9 KiB) Downloaded 78 times
pi1985
Engineer
Engineer
Posts: 107
Joined: 16 May 2013 08:22
Location: Ukraine

Re: Spring 2013 Patch Pack - English Help (Updated 12/03/201

Post by pi1985 »

glennmckenna wrote:just downloaded the update and i tied loading my save game (my massive company) but says
invalid chunk size

so i guess that i can't load my save games and there's no way to fix it (after doing some recherche)
could some one confirm this please ?



also after noticing this i went back to the 2.1.143 version
but since that day every time i'm playing on the version 2.1.143 with my save game it will crash at least once but the thing is it's recently started happening sooner and sooner and it's now got to a state were it happens 1 minute after loading the save game
i've attached a copy of the crash files

any help would be much appreciated
Can you please write what did you do to make crash?
Image
Image
Image.
pi1985
Engineer
Engineer
Posts: 107
Joined: 16 May 2013 08:22
Location: Ukraine

Re: Spring 2013 Patch Pack - English Help (Updated 12/03/201

Post by pi1985 »

Little update to 2.2.192. Differences from 2.2.182:
Image
Image
Image.
sunshare
Transport Coordinator
Transport Coordinator
Posts: 279
Joined: 10 Oct 2014 00:43

Re: Spring 2013 Patch Pack - English Help (Updated 12/03/201

Post by sunshare »

pi1985 wrote:Little update to 2.2.192. Differences from 2.2.182:

A pity that you can not load extra large maps

:cry:
aantono
Traffic Manager
Traffic Manager
Posts: 211
Joined: 15 Apr 2010 21:01
Location: Midwest, US

Re: Spring 2013 Patch Pack - English Help (Updated 12/03/201

Post by aantono »

Here is the OSX build of OpenTTD_Spring_2013_Patchpack_v2.2.192 for Yosemite.
Attachments
OpenTTD Spring 2013 Patchpack v2.2.192.zip
OSX 10.10 Yosemite build
(7.47 MiB) Downloaded 162 times
pi1985
Engineer
Engineer
Posts: 107
Joined: 16 May 2013 08:22
Location: Ukraine

Re: Spring 2013 Patch Pack - English Help (Updated 12/03/201

Post by pi1985 »

sunshare wrote:A pity that you can not load extra large maps
To play world scenario you need to open and save it in new trunk first (with extra large maps of course). Then you may open it in Spring2013.
Use this converted one.
Image
Image
Image.
Post Reply

Return to “OpenTTD Development”

Who is online

Users browsing this forum: Amazon [Bot] and 4 guests