Windows and Linux (Nightly) Downloads

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

Moderator: OpenTTD Developers

KUDr
OpenTTD Developer
OpenTTD Developer
Posts: 219
Joined: 11 Jan 2006 21:36
Location: Czech Republic

Post by KUDr »

Due to my mistake today the compile farm failed to build most of targets.
So here is Win32 build

<< Please do not do this. The CompileFarm recovers itself in the end. Making custom nightlies is asking for questions and we agreed long ago not to go that way. Thank you. /TrueLight >>
Thun
Engineer
Engineer
Posts: 13
Joined: 01 Aug 2006 09:21

Post by Thun »

Hi guys,
I like the OTTD very much, it's really cool.

But the Nightly doesn't run. It says that some "sample.cat" file is missing.
I tried an elder version as well, but there's the same problem. Someone knows how to solve the problem?

Thanks.
Bjarni
Tycoon
Tycoon
Posts: 2088
Joined: 08 Mar 2004 13:10

Post by Bjarni »

Thun wrote:Hi guys,
I like the OTTD very much, it's really cool.

But the Nightly doesn't run. It says that some "sample.cat" file is missing.
I tried an elder version as well, but there's the same problem. Someone knows how to solve the problem?

Thanks.
yeah. The problem is that you failed to open the readme (which is bad considering you didn't even do that when you got problems)
the reason why this file is missing is that you have to have a copy of TTD and you need to copy that file into your data dir. The same goes for some other files as well. The reason is copyright issues. We don't own the rights to the sounds, music or graphics, so we can't include them.
Picknicker
Engineer
Engineer
Posts: 20
Joined: 31 Aug 2006 15:28

Post by Picknicker »

Hi,

i have a dedicated I-net Server (Debain 3.1 AMD64) one stable OTTD, one nightly build and one MiniIn.
I use on all Server the autopilot script:
http://www.tt-forums.net/viewtopic.php?t=22846

Since version -r5953 Nightly and -r6028 MinIN does not work autopilot any more.

i start autopilot and autopilot (Expect) starts openttd and sice MiniIN -r6028/ Nightly -r5953 crash openttd probably after start over autopilot. Without autopilot works this version of openttd perfectly.

I suppose something it was changed in the code (openTTD), so that cannot be pursued openTTD any more with Expect??

thx for help
sorry for my bad english :?

cu
Picknicker
TrueBrain
OpenTTD Developer
OpenTTD Developer
Posts: 1370
Joined: 31 May 2004 09:21

Post by TrueBrain »

As you might have guessed yourself, this is the wrong topic to place this. Please try it again in the topic you refer to yourself, as thatone is about the autopilot, and this is about the download location for the nightlies. Thank you.
User avatar
Digitalfox
Chief Executive
Chief Executive
Posts: 708
Joined: 28 Oct 2004 04:42
Location: Catch the Fox if you can... Almost 20 years and counting!

Post by Digitalfox »

Hi..

The compile farm failed to create windows nightly build and other's OS..

Since two days ago..

Hope someone will fix it!!..
StRaVeN
Engineer
Engineer
Posts: 13
Joined: 20 Nov 2006 18:23
Location: SPb, Russia
Contact:

Post by StRaVeN »

Hey, where are win32 nightlys?
User avatar
Digitalfox
Chief Executive
Chief Executive
Posts: 708
Joined: 28 Oct 2004 04:42
Location: Catch the Fox if you can... Almost 20 years and counting!

Post by Digitalfox »

StRaVeN wrote:Hey, where are win32 nightlys?
There are some problems with compile farm..

I have been looking at svn for some days now, and i see some fix's being made to the farm, lep's hope that they fix all the problems of the farm..

Peace.. :D
User avatar
Darkvater
Tycoon
Tycoon
Posts: 3053
Joined: 24 Feb 2003 18:45
Location: Hong Kong

Post by Darkvater »

If someone is adept enough to fix the problem, you're more than welcome. Some C++ code was added recently on which the compile farm flips when making the windows nightlies. Look here for more info: http://nightly.openttd.org/devs/error.log

Most notably:

Code: Select all

undefined reference to `__dso_handle'
undefined reference to `__cxa_atexit'
If you can fix it, we'll give you a cookie :)
TrueLight: "Did you bother to read any of the replies, or you just pressed 'Reply' and started typing?"
<@[R-Dk]FoRbiDDeN> "HELP, this litte arrow thing keeps following my mouse, and I can't make it go away."
User avatar
Digitalfox
Chief Executive
Chief Executive
Posts: 708
Joined: 28 Oct 2004 04:42
Location: Catch the Fox if you can... Almost 20 years and counting!

Post by Digitalfox »

Darkvater wrote:If someone is adept enough to fix the problem, you're more than welcome. Some C++ code was added recently on which the compile farm flips when making the windows nightlies. Look here for more info: http://nightly.openttd.org/devs/error.log

Most notably:

Code: Select all

undefined reference to `__dso_handle'
undefined reference to `__cxa_atexit'
If you can fix it, we'll give you a cookie :)
Well i'm a Network Guru ( MCP, MCSE, CCNP, HTI )..

So programming it's out of my league..

But please someone that could fix this, please do so..

Thanks..
Moriarty
Tycoon
Tycoon
Posts: 1395
Joined: 12 Jun 2004 00:37
Location: United Kingdom of Great Britain and Northern Ireland
Contact:

Post by Moriarty »

Darkvater wrote:If someone is adept enough to fix the problem, you're more than welcome. Some C++ code was added recently on which the compile farm flips when making the windows nightlies. Look here for more info: http://nightly.openttd.org/devs/error.log

Most notably:

Code: Select all

undefined reference to `__dso_handle'
undefined reference to `__cxa_atexit'
If you can fix it, we'll give you a cookie :)
I can fix it, try the following:
Revert the changes that broke it out of the code.
That's why you're using CVS in the first place right?
This being obvious, I'm guessing there's a good reason you've not bothered doing it.
User avatar
ma5owat
Engineer
Engineer
Posts: 47
Joined: 24 Oct 2006 17:01
Location: Warren, MI, USA
Contact:

Post by ma5owat »

I've been playing around trying to setup a compiler on my system and have managed to compile the latest nightly r7257.

Since the last successful nightly compile was r7197 on Nov. 17 and lots of people are asking about when the nightly will be fixed, I'm temporary posting the version I compiled.

For reference this was compiled under MinGW and gcc with support for sdl, directmusic, png, zlib, and static.

EDIT 2006-11-30 removed file since compiler farm is working again.
Last edited by ma5owat on 30 Nov 2006 14:55, edited 1 time in total.
User avatar
Born Acorn
Tycoon
Tycoon
Posts: 7595
Joined: 10 Dec 2002 20:36
Skype: bornacorn
Location: Wrexham, Wales
Contact:

Post by Born Acorn »

Moriarty wrote:That's why you're using CVS in the first place right?
They use SVN.
Image
Moriarty
Tycoon
Tycoon
Posts: 1395
Joined: 12 Jun 2004 00:37
Location: United Kingdom of Great Britain and Northern Ireland
Contact:

Post by Moriarty »

I meant CSV - it's a type of data storage filetype.
User avatar
ma5owat
Engineer
Engineer
Posts: 47
Joined: 24 Oct 2006 17:01
Location: Warren, MI, USA
Contact:

Post by ma5owat »

Darkvater wrote:If someone is adept enough to fix the problem, you're more than welcome. Some C++ code was added recently on which the compile farm flips when making the windows nightlies. Look here for more info: http://nightly.openttd.org/devs/error.log

Most notably:

Code: Select all

undefined reference to `__dso_handle'
undefined reference to `__cxa_atexit'
If you can fix it, we'll give you a cookie :)
I opened the file http://nightly.openttd.org/devs/error.total.log and I'm just wondering if the problem could be some missing compiler files.

Code: Select all

[15:46:41] Error-report of compile 'openttd:nightly' with rule 'win32'
gcc-config error: Could not run/locate "i386-pc-linux-gnu-gcc"
make: *** [endian_check.exe] Error 1
Compile failed (15:46:44)

[15:52:37] Error-report of compile 'openttd:nightly' with rule 'win32'
yapf/yapf_rail.o:yapf_rail.cpp:(.....removed......): undefined reference to `__dso_handle'
yapf/yapf_rail.o:yapf_rail.cpp:(.......removed.......): undefined reference to `__cxa_atexit'
...............
make: *** [openttd.exe] Error 1
Compile failed (15:53:38)

[15:54:58] Error-report of compile 'openttd:nightly' with rule 'win32'
i386-mingw32msvc-gcc: installation problem, cannot exec `cc1': No such file or directory
..........................
i386-mingw32msvc-g++: installation problem, cannot exec `cc1plus': No such file or directory
make: *** [yapf/follow_track.o] Error 1
Compile failed (15:55:03)

[15:55:05] Error-report of compile 'openttd:nightly' with rule 'morphos'
string.c:11: warning: No include path in which to find wctype.h
os_timer.c:68: warning: #warning "(non-fatal) No support for rdtsc(), you won't be able to profile with TIC/TOC"
os_timer.c:68: warning: #warning "(non-fatal) No support for rdtsc(), you won't be able to profile with TIC/TOC"
string.c:11: wctype.h: No such file or directory
make: *** [string.o] Error 1
make: *** Waiting for unfinished jobs....
Compile failed (15:55:24)
On my systems wctype.h is located in:
C:\cygwin\usr\include
C:\cygwin\usr\include\mingw
C:\MinGW\include

Code: Select all

[16:10:16] Error-report of compile 'openttd:nightly' with rule 'win32'
In file included from yapf/yapf_ship.cpp:5:
yapf/yapf.hpp:33:15: new: No such file or directory
............
yapf/blob.hpp: In member function `Titem_* CBlobT<Titem_, Tbase_>::Append(const Titem_*, int) [with Titem_ = char, Tbase_ = CBlobBaseSimple]':
yapf/blob.hpp:339:   instantiated from here
yapf/blob.hpp:302: error: no matching function for call to `operator new(unsigned int, char*)'
<internal>:0: note: candidates are: void* operator new(unsigned int)
make: *** [yapf/follow_track.o] Error 1
Compile failed (16:10:26)
From my knowledge it seems like files or directories have been removed for gcc to work properly, that could explain why we can compile on own machine without any problems.
Bjarni
Tycoon
Tycoon
Posts: 2088
Joined: 08 Mar 2004 13:10

Post by Bjarni »

the compile server got screwed in a software update, that went wrong. It will take "some days" to get operational again. The svn source is fine, so reverting a commit will not help at all.
User avatar
athanasios
Tycoon
Tycoon
Posts: 3138
Joined: 23 Jun 2005 00:09
Contact:

Post by athanasios »

What happened to the Linux 386 nightlies?
http://members.fortunecity.com/gamesart
"If no one is a fool I am also a fool." -The TTD maniac.


I prefer to be contacted through PMs. Thanks.
TrueBrain
OpenTTD Developer
OpenTTD Developer
Posts: 1370
Joined: 31 May 2004 09:21

Post by TrueBrain »

athanasios wrote:What happened to the Linux 386 nightlies?
They are gone. Stopped to exists :) For this, there are some reasons. One of them is very simple:

We wanted to upgrade all targets to use glibc-2.4. One downside of this is, that this version is so called nptlonly. It only has Native POSIX Thread Library. This is perfectly okay, and gives no real problems, only.. it needs i486 compiler or higher. So, i386 compiler can no longer work with glibc-2.4, or rather, with nptlonly glibc. So, we upgrade to i686 as the lowest compiler. Therefor i386 is gone.

Anyway, this isn't a real issue. The only system that don't run i686 are so far outdated, that I doubt the currently nightlies will work on them at all. This of course is no excuse. If you feel that your system really can't run i686, I still ask you to just try.

The other reason for this was, that for the longest time I personally found it silly to compile both i386 and i686. I either wanted i386 or i686. As i386 now is considered out-dated by Gentoo Portage, I thought it was a good chance to out-date it in OpenTTD too :)

Anyway, I hope this clears it up a bit for you. If you have any other questions, feel free to post me a email (truelight at openttd dot org), as I don't read those forums that often. It is that glx pointed me to this thread ;)

Happy gaming!
The only thing necessary for the triumph of evil is for good men to do nothing.
aharon
Engineer
Engineer
Posts: 11
Joined: 22 Jul 2006 13:13

Post by aharon »

Frist i think it's the place to ask...
Second where i can download the version 0.48?
plz help me :cry:
Rubidium
OpenTTD Developer
OpenTTD Developer
Posts: 3815
Joined: 09 Feb 2006 19:15

Post by Rubidium »

Please read the first post of this thread. 0.4.8 is an 'official release'.
Post Reply

Return to “General OpenTTD”

Who is online

Users browsing this forum: No registered users and 7 guests