Page 2 of 4

Posted: 19 Aug 2005, 21:14
by Blorx2
It says "Not Found"

Posted: 19 Aug 2005, 21:16
by ElvenProgrammer
Yeah it was a typo, check again

Posted: 19 Aug 2005, 23:16
by Blorx2
Now it says this
2005-08-18 19:04:32.419 SoftwareUpdateCheck[4662] Checking for updates
19 Aug 18:57:46 ntpdate[5049]: step time server 17.254.0.28 offset -0.615555 sec
19 Aug 18:57:56 ntpdate[5050]: adjust time server 17.254.0.28 offset 0.002803 sec
dyld: /Users/matthew/Desktop/TheManaWorld-0.15/TheManaWorld.app/Contents/MacOS/TheManaWorld can't open library: /usr/lib/libcurl.3.dylib (No such file or directory, errno = 2)

Posted: 20 Aug 2005, 01:09
by nayr
you need the latest version of curl.

on monday, there'll be a new build with a lower version of curl. I'm sure you can deal until then.

Posted: 20 Aug 2005, 01:20
by Blorx2
Just saying...god...

Posted: 20 Aug 2005, 11:43
by godHead
works for me. noticed you implemented game pads.

Posted: 20 Aug 2005, 14:10
by nayr
awesome. I'll see if I can get the new buid up earlier


P.S. I didn't impliment GamePads?I think that's SDL doing the talking.

Posted: 20 Aug 2005, 21:17
by Tenche
YAY finally gosh

Posted: 27 Aug 2005, 14:07
by Blorx2
so, when's this new build for lower versions of curl coming?

Posted: 01 Sep 2005, 15:16
by Tenche

Posted: 02 Sep 2005, 20:15
by Bjørn
Thanks.

Btw if this file has been tested enough please say so and we'll host it on SF. Make sure to use the following naming style though, consistent with other releases, I think it should be:

tmw-0.0.15-mac.dmg(.zip)

If it doesn't work on Tiger it could be "panther" instead of "mac". I put the .zip in parenthesis because I thought .dmg has compression support itself?

Posted: 02 Sep 2005, 21:59
by ktm
i believe not, though i'm not totally sure as a non-mac user. anyways, mac archives usually come as stuffit (.sit) files, not zip. (hey, just mentioning...)

Posted: 03 Sep 2005, 05:18
by Catfish_Man
ktm wrote:i believe not, though i'm not totally sure as a non-mac user. anyways, mac archives usually come as stuffit (.sit) files, not zip. (hey, just mentioning...)
Stuffit is not included in the latest version of the system. Zip is, as is .dmg. I'm pretty sure Apple is trying to get rid of .sit.

Posted: 03 Sep 2005, 12:48
by ktm
they do? good thing! ever tried extracting a .sit on something else than a mac?
btw, dmg -does- actually have compression - but a sucky one, unfortunately. using bzip2 produces files about half as big.

Posted: 03 Sep 2005, 19:16
by Catfish_Man
ktm wrote:they do? good thing! ever tried extracting a .sit on something else than a mac?
btw, dmg -does- actually have compression - but a sucky one, unfortunately. using bzip2 produces files about half as big.
You can get a bit better compression with .dmg by fiddling with hdiutil (the command line tool for it), but I'm not entirely sure if it's worth the trouble (hdiutil is quite arcane). The main reason for .dmg.zip is because poorly configured servers don't know what .dmg is and serve it as plaintext.