Mini Integrated Nightly [discontinued 31/12/2006]

OpenTTD is a fully open-sourced reimplementation of TTD, written in C++, boasting improved gameplay and many new features.

Moderator: OpenTTD Developers

Post Reply
penticrack
Engineer
Engineer
Posts: 70
Joined: 24 Apr 2006 21:11

Post by penticrack »

just wondering, why no or only old nightly server out there!
now i started a dedicated server with r4564

edit: now r4575
Labienus Nightly r4575 DE 217.172.188.162

just for info :)
Last edited by penticrack on 26 Apr 2006 01:01, edited 1 time in total.
User avatar
SirkoZ
Tycoon
Tycoon
Posts: 1518
Joined: 06 Mar 2004 23:51
Location: The sunny side of Alps

Post by SirkoZ »

SpecialK wrote:I've found a graphical bug, but I don't know if it's a mini-IN thing or not. Notice something unusual about this train? Yes, that's a Ginzu G4 engine...

r4452M
LOL, ROFL, LMAO!! :mrgreen: ;-)
User avatar
SirkoZ
Tycoon
Tycoon
Posts: 1518
Joined: 06 Mar 2004 23:51
Location: The sunny side of Alps

Post by SirkoZ »

christooss wrote:Ok I did as I said and its working

1. Download curent nightly source code
2. Extract it. Put Original grf files in data folder
3.Extract data.zip in to data folder. Data.zip can be found in first post
4. Put mini in to Nightly source code folder
5. Aplly patch with
6 ./configure
7 make
8. ./openttd

And voila you have workin Nightily mini patch

Thanks all patch developers :)
You're quite welcome! ;)

Just one note - it's usually better to download the same revision of the source as the mini_IN patch is - to avoid possible patching conflicts.
User avatar
Jessica
Traffic Manager
Traffic Manager
Posts: 136
Joined: 06 Jun 2003 18:52
Location: UK
Contact:

Post by Jessica »

Hi Richk67,

I know you're very busy with much more important things right now, but I was wondering if you had a chance to fix/repair the PBS problem. I've just downloaded r4562M and I still get the error message.

I really think you are a wonderful person...

Jessica
richk67
Tycoon
Tycoon
Posts: 2363
Joined: 05 Jun 2003 16:21
Location: Up North
Contact:

Post by richk67 »

Jessica wrote:Hi Richk67,

I know you're very busy with much more important things right now, but I was wondering if you had a chance to fix/repair the PBS problem. I've just downloaded r4562M and I still get the error message.

I really think you are a wonderful person...

Jessica
LOL - you know how to get on my sweet side :) I'll take a look, but no promises ;)
OTTD NewGRF_ports. Add an airport design via newgrf.Superceded by Yexo's NewGrf Airports 2
Want to organise your trains? Try Routemarkers.
--- ==== --- === --- === ---
Firework Photography
penticrack
Engineer
Engineer
Posts: 70
Joined: 24 Apr 2006 21:11

Post by penticrack »

hello, someone have a i386 linux binary for dedicated server (r4562M) ?

i cannot make "make" on my rootserver.
richk67
Tycoon
Tycoon
Posts: 2363
Joined: 05 Jun 2003 16:21
Location: Up North
Contact:

Post by richk67 »

penticrack wrote:hello, someone have a i386 linux binary for dedicated server (r4562M) ?

i cannot make "make" on my rootserver.
I have an old r4426 version at http://nightly.openttd.org/mini_IN/files/.
OTTD NewGRF_ports. Add an airport design via newgrf.Superceded by Yexo's NewGrf Airports 2
Want to organise your trains? Try Routemarkers.
--- ==== --- === --- === ---
Firework Photography
penticrack
Engineer
Engineer
Posts: 70
Joined: 24 Apr 2006 21:11

Post by penticrack »

ah good thx, but i think i need the version r4562M , because im running a dedicated root server :)
i think many guys using ur newest mini and couldnt connect to server.

i cannot install SDL on my rootserver, and thats why i cannot run MAKE.
i need the linuxbinary for the mini_IN community :) so they can play on multiplayer dedicated server...
richk67
Tycoon
Tycoon
Posts: 2363
Joined: 05 Jun 2003 16:21
Location: Up North
Contact:

Post by richk67 »

Jessica wrote:I was wondering if you had a chance to fix/repair the PBS problem.
OK - I have investigated this, but cannot find where to fix it. Can someone take what I have found, and investigate further, as I am crushed on time?

What I know so far is that the assert ripples this way:
Assert in rail.h:434 GetRailTypeInfo
called from IsCompatibleRail
called from IsEndofLine
called from NPFCalcStationOrTileHeuristic.

Code: Select all

	/* for pbs runs, we ignore tiles inside the pbs block for the tracking
	   of the 'closest' tile */
	if ((as->user_data[NPF_PBS_MODE] != PBS_MODE_NONE)
	&&  (!NPFGetFlag(current , NPF_FLAG_SEEN_SIGNAL))
	&&  (!IsEndOfLine(current->tile, current->direction, as->user_data[NPF_RAILTYPES])))
		return dist;
The as->user_data[NPF_RAILTYPES] value when it bombs was 4 (on a monorail PBS block). Permitted railtype values are 0..3 and an invalid type marker (99 I think).

I suspect that the compatible_railtype is not getting set correctly, and this is rippling through to this point and asserting here.

BTW this only happens with NPF. Normal train pathfinder works fine.


I would really appreciate if someone could track this one down. I have limited time and limited trace facilities.
OTTD NewGRF_ports. Add an airport design via newgrf.Superceded by Yexo's NewGrf Airports 2
Want to organise your trains? Try Routemarkers.
--- ==== --- === --- === ---
Firework Photography
Chillosophy
Engineer
Engineer
Posts: 25
Joined: 29 Mar 2006 09:20
Location: Netherlands

Post by Chillosophy »

While 4453 worked perfect, 4562 immediately crashes when I start the program. Did I do something stupid? I attached a list of files in the data-folder, am I missing some files perhaps?
Attachments
miniINfiles.png
miniINfiles.png (3.14 KiB) Viewed 3621 times
miniINcrash.png
miniINcrash.png (7.4 KiB) Viewed 3621 times
penticrack
Engineer
Engineer
Posts: 70
Joined: 24 Apr 2006 21:11

Post by penticrack »

possible bug found:

- at beginning of game if u want to buy a part of company the money changed suddenly to ca. -500,000,000 (think it must be the signed variable for money)

at time im testing the mini_IN 4562M on two servers. on my serverthread i will make a lil bug reporting

bugreporting serverthread :arrow: http://www.tt-forums.net/viewtopic.php?t=24796
richk67
Tycoon
Tycoon
Posts: 2363
Joined: 05 Jun 2003 16:21
Location: Up North
Contact:

Post by richk67 »

Jessica wrote:I was wondering if you had a chance to fix/repair the PBS problem.
You'll be happy :)

Found and killed. New patch and win32 exe posted.
OTTD NewGRF_ports. Add an airport design via newgrf.Superceded by Yexo's NewGrf Airports 2
Want to organise your trains? Try Routemarkers.
--- ==== --- === --- === ---
Firework Photography
User avatar
Jessica
Traffic Manager
Traffic Manager
Posts: 136
Joined: 06 Jun 2003 18:52
Location: UK
Contact:

Post by Jessica »

I could give you a big kiss for that...

Jessica
SpecialK
Engineer
Engineer
Posts: 35
Joined: 11 Apr 2006 14:51

Post by SpecialK »

Richk, you're a saint.
User avatar
BeSt-Com
Traffic Manager
Traffic Manager
Posts: 180
Joined: 25 May 2005 18:19
Location: Berlin/Germany
Contact:

Post by BeSt-Com »

richk67, you're great.

@ Jessica, please give him a big kiss from me too :oops:
Jango
Traffic Manager
Traffic Manager
Posts: 189
Joined: 28 Aug 2004 12:13

Post by Jango »

richk67: you'll have to tell her where you live! but then, maybe she lives a long way away..
Dune
Engineer
Engineer
Posts: 45
Joined: 14 Dec 2003 15:23
Location: Norway

Post by Dune »

Chillosophy wrote:While 4453 worked perfect, 4562 immediately crashes when I start the program. Did I do something stupid? I attached a list of files in the data-folder, am I missing some files perhaps?
I got a crash on 4593 when trying to play one of the maps i created myself with that patch.
Attachments
I get this crash when trying to play scenario
I get this crash when trying to play scenario
failed.JPG (21.02 KiB) Viewed 3249 times
richk67
Tycoon
Tycoon
Posts: 2363
Joined: 05 Jun 2003 16:21
Location: Up North
Contact:

Post by richk67 »

Dune wrote:
Chillosophy wrote:While 4453 worked perfect, 4562 immediately crashes when I start the program. Did I do something stupid? I attached a list of files in the data-folder, am I missing some files perhaps?
I got a crash on 4593 when trying to play one of the maps i created myself with that patch.
Dang - I thought we'd squashed that bug... its the feature that lets you play multiplayer game offline as the same player you were in multi (without having to cheat). When a scenario is created, it is made with player 16 as the active player, which in normal mode is an invalid player. I will have a word with Darkvater on that one.
OTTD NewGRF_ports. Add an airport design via newgrf.Superceded by Yexo's NewGrf Airports 2
Want to organise your trains? Try Routemarkers.
--- ==== --- === --- === ---
Firework Photography
SpecialK
Engineer
Engineer
Posts: 35
Joined: 11 Apr 2006 14:51

Post by SpecialK »

I got a couple of CTD bugs on the most recent patch with Mac, but it doesn't seem to have any logging or anything ... I can't find what /caused/ it to CTD. I need to figure out how to enable debugging on mac ttd...
Chillosophy
Engineer
Engineer
Posts: 25
Joined: 29 Mar 2006 09:20
Location: Netherlands

Post by Chillosophy »

I've just spend a few hours working on a map, before realising the map isn't backwards compatible with 0.4.7. Very stupid, because it was mentioned a few times in this thread. Is there a way to 'convert' a map to a 0.4.7 map?

By the way, when I use 'load scenario' instead of 'new game' to play the map, I get the same error as mentioned above. Maybe it's useful for bugfixing, so I attached the scenario.
Attachments
Netherlands.scn
(432.26 KiB) Downloaded 106 times
Post Reply

Return to “General OpenTTD”

Who is online

Users browsing this forum: No registered users and 13 guests