Page 1 of 2

Which source package I need to download?

Posted: Sat Oct 23, 2010 5:16 pm
by ddd
It looks like there's a bug on your site:

http://openra.res0l.net/releases/linux/download.php
Download for Arch Linux
version: 20101023 size: 1.96MB

Download for RPM based systems
version: 20101023 size: 2.71MB

Download for deb based systems
version: 20101023 size: 2.70MB

Download for other systems
(source package) <---- this is 20101017 version?!?!


When I try to play on Internet with the previous source (20101017), I have following error:
... /home/.../OpenRA-OpenRA-c8ec5f3 $ mono OpenRA.Game.exe Game.Mods=ra
Loading settings file /home/xor/OpenRA/settings.yaml
Available mods:
cnc: C&C (a0001)
d2k: Dune 2000 (a0001)
default: Default Mod Template (a0001)
example: Example Mod (a0001)
ra: Red Alert (a0001)
ra_perf: RA Perf (a0001)
Loading mods: ra

Unhandled Exception: System.InvalidOperationException: Out of sync in frame 1: Blame Tick.

at OpenRA.Network.OrderManager.OutOfSync (Int32 frame, System.String blame) [0x00000] in <filename unknown>:0
at OpenRA.Network.OrderManager.CheckSync (System.Byte[] packet) [0x00000] in <filename unknown>:0
at OpenRA.Network.OrderManager+<TickImmediate>c__AnonStorey3C.<>m__106 (Int32 clientId, System.Byte[] packet) [0x00000] in <filename unknown>:0
at OpenRA.Network.ReplayRecorderConnection+<Receive>c__AnonStorey3E.<>m__109 (Int32 client, System.Byte[] data) [0x00000] in <filename unknown>:0
at OpenRA.Network.EchoConnection.Receive (System.Action`2 packetFn) [0x00000] in <filename unknown>:0
at OpenRA.Network.ReplayRecorderConnection.Receive (System.Action`2 packetFn) [0x00000] in <filename unknown>:0
at OpenRA.Network.OrderManager.TickImmediate () [0x00000] in <filename unknown>:0
at OpenRA.Game+<Tick>c__AnonStorey4A.<>m__11E () [0x00000] in <filename unknown>:0
at OpenRA.Sync+<CheckSyncUnchanged>c__AnonStorey6A.<>m__174 () [0x00000] in <filename unknown>:0
at OpenRA.Sync.CheckSyncUnchanged[Boolean] (OpenRA.World world, System.Func`1 fn) [0x00000] in <filename unknown>:0
at OpenRA.Sync.CheckSyncUnchanged (OpenRA.World world, System.Action fn) [0x00000] in <filename unknown>:0
at OpenRA.Game.Tick (OpenRA.Network.OrderManager orderManager) [0x00000] in <filename unknown>:0
at OpenRA.Game.Tick (OpenRA.Network.OrderManager orderManager, OpenRA.Graphics.Viewport viewPort) [0x00000] in <filename unknown>:0
at OpenRA.Game.Run () [0x00000] in <filename unknown>:0
at OpenRA.Program.Run (System.String[] args) [0x00000] in <filename unknown>:0
at OpenRA.Program.Main (System.String[] args) [0x00000] in <filename unknown>:0

Posted: Sat Oct 23, 2010 7:01 pm
by Gecko
(Most likely) possible reason is that you tried to play with someone who has an other (newer / older) version.

Posted: Sat Oct 23, 2010 7:23 pm
by ddd
Yeah, but there is no new source package version (20101023) also on download page. When I try to download
Download for other systems
(source package)

It gives me previous (20101017) version.
I've tried to clone git version, but it doesn' help.

Posted: Sun Oct 24, 2010 3:07 am
by beedee
Fixed

Posted: Mon Oct 25, 2010 3:28 pm
by ddd
Again, new version is 20101025, but source package is old (20101023). I can't game on the internet. ((

Posted: Mon Oct 25, 2010 7:35 pm
by Sleipnir
I don't know why the website is broken, but you can always download the latest source package directly from github: http://github.com/OpenRA/OpenRA/downloads

Posted: Tue Oct 26, 2010 6:49 am
by ddd
Dear Sleipnir, thank you for advice. Why didn't I guess by itself? It only need to substitute the link (http://github.com/OpenRA/OpenRA/tarball ... e-20101023) from site for another link (http://github.com/OpenRA/OpenRA/tarball ... e-20101025). )

Posted: Tue Oct 26, 2010 6:38 pm
by chrisf
I'll look into why this isnt updating by itself.

Posted: Fri Oct 29, 2010 11:48 am
by beedee
I'll tell you why it isn't updating automatically. It's because no one bothered to add it to the packaging system since barely anyone has reported using the source package from the site.

Posted: Wed Nov 03, 2010 11:02 pm
by chrisf
No need for hostility.

Is this fixed in the new packaging scripts? We should change over to those sometime, etc.

Posted: Thu Nov 04, 2010 8:37 am
by beedee
I wasn't being hostile, just pointing out what the situation is. The new packaging scripts are waiting on a) pchote to finish some stuff on the OS X side and b) The launcher to land so we can eliminate a lot of the complexity of the scripts.

Posted: Thu Nov 04, 2010 7:26 pm
by chrisf
That shouldn't be *too* far away then. In the interim, I might hack the existing packaging system to write the correct link, etc.

Posted: Sat Nov 06, 2010 1:05 pm
by ddd
I have a new problem:

Code: Select all

ddd ~ # wget -c -t0 http&#58;//github.com/OpenRA/OpenRA/tarball/release-20101106
--2010-11-06 15&#58;48&#58;27--  http&#58;//github.com/OpenRA/OpenRA/tarball/release-20101106
Resolving github.com... 207.97.227.239
Connecting to github.com|207.97.227.239|&#58;80... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location&#58; https&#58;//github.com/OpenRA/OpenRA/tarball/release-20101106 &#91;following&#93;
--2010-11-06 15&#58;48&#58;28--  https&#58;//github.com/OpenRA/OpenRA/tarball/release-20101106
Connecting to github.com|207.97.227.239|&#58;443... connected.
ERROR&#58; certificate common name `*.github.com' doesn't match requested host name `github.com'.
To connect to github.com insecurely, use `--no-check-certificate'.
Do I need to change FETCHCOMMAND variable in /etc/make.conf with `--no-check-certificate' parameter? Or maybe there is a better solution?

Posted: Sat Nov 06, 2010 5:06 pm
by Gecko
ddd wrote: I have a new problem:

Code: Select all

ddd ~ # wget -c -t0 http&#58;//github.com/OpenRA/OpenRA/tarball/release-20101106
--2010-11-06 15&#58;48&#58;27--  http&#58;//github.com/OpenRA/OpenRA/tarball/release-20101106
Resolving github.com... 207.97.227.239
Connecting to github.com|207.97.227.239|&#58;80... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location&#58; https&#58;//github.com/OpenRA/OpenRA/tarball/release-20101106 &#91;following&#93;
--2010-11-06 15&#58;48&#58;28--  https&#58;//github.com/OpenRA/OpenRA/tarball/release-20101106
Connecting to github.com|207.97.227.239|&#58;443... connected.
ERROR&#58; certificate common name `*.github.com' doesn't match requested host name `github.com'.
To connect to github.com insecurely, use `--no-check-certificate'.
Do I need to change FETCHCOMMAND variable in /etc/make.conf with `--no-check-certificate' parameter? Or maybe there is a better solution?
Try wget -c -t0 http://www.github.com/OpenRA/OpenRA/tar ... e-20101106

Posted: Sat Nov 06, 2010 5:28 pm
by ddd
Unfortunately, I have the same error:

Code: Select all

ddd /mnt/d/incoming/1/111 $ wget -c -t0 http&#58;//www.github.com/OpenRA/OpenRA/tarball/release-20101106
--2010-11-06 20&#58;26&#58;37--  http&#58;//www.github.com/OpenRA/OpenRA/tarball/release-20101106
Resolving www.github.com... 207.97.227.239
Connecting to www.github.com|207.97.227.239|&#58;80... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location&#58; http&#58;//github.com/OpenRA/OpenRA/tarball/release-20101106 &#91;following&#93;
--2010-11-06 20&#58;26&#58;37--  http&#58;//github.com/OpenRA/OpenRA/tarball/release-20101106
Resolving github.com... 207.97.227.239
Reusing existing connection to www.github.com&#58;80.
HTTP request sent, awaiting response... 301 Moved Permanently
Location&#58; https&#58;//github.com/OpenRA/OpenRA/tarball/release-20101106 &#91;following&#93;
--2010-11-06 20&#58;26&#58;37--  https&#58;//github.com/OpenRA/OpenRA/tarball/release-20101106
Connecting to github.com|207.97.227.239|&#58;443... connected.
ERROR&#58; certificate common name `*.github.com' doesn't match requested host name `github.com'.
To connect to github.com insecurely, use `--no-check-certificate'.