Page 17 of 29

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

Posted: 26 Dec 2014 02:39
by sunshare
I would love someone to make a patch to date and has extra large maps and waypont aircraft.

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

Posted: 27 Dec 2014 10:25
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.

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

Posted: 27 Dec 2014 18:53
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.

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

Posted: 28 Dec 2014 19:25
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.

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

Posted: 28 Dec 2014 22:35
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.

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

Posted: 29 Dec 2014 08:48
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 1481 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 1481 times

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

Posted: 30 Dec 2014 08:32
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]

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

Posted: 30 Dec 2014 09:15
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.

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

Posted: 30 Dec 2014 17:17
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).

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

Posted: 30 Dec 2014 17:48
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.

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

Posted: 30 Dec 2014 19:52
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. :)

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

Posted: 31 Dec 2014 19:10
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

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

Posted: 31 Dec 2014 19:15
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

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

Posted: 01 Jan 2015 20:50
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

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

Posted: 02 Jan 2015 21:59
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

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

Posted: 04 Jan 2015 22:06
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?

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

Posted: 08 Jan 2015 01:28
by pi1985
Little update to 2.2.192. Differences from 2.2.182:

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

Posted: 08 Jan 2015 02:13
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:

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

Posted: 08 Jan 2015 17:45
by aantono
Here is the OSX build of OpenTTD_Spring_2013_Patchpack_v2.2.192 for Yosemite.

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

Posted: 09 Jan 2015 07:10
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.