Author Topic: Planeshift 0.3.19 released!  (Read 11432 times)

dfryer

  • Veteran
  • *
  • Posts: 1070
    • View Profile
Planeshift 0.3.19 released!
« on: July 13, 2007, 10:46:21 am »
Planeshift 0.3.19 is now available via BitTorrent.  We have attempted to create a universal binary, so we're interested to hear if things work better on Intel macs than they used to.

Some notes:
Decals are missing in the Intel version, this means no little shadows under your character (new feature!)
Debug symbols have been removed so it might be harder to get useful information when things crash
Texture compression has been DISABLED by default because it causes crashes & corruption with some graphics hardware (Intel integrated graphics especially)  If you want to enable it (for a possible performance boost..) open up data/config/r3dopengl.cfg and change the line:
Video.OpenGL.UseExtension.GL_ARB_texture_compression  = false
to
;Video.OpenGL.UseExtension.GL_ARB_texture_compression  = false
(note the leading semicolon)  If you get corruption or crashes, change it back.

Thanks to Trymm, Cha0s, and the Planeshift dev team for their support!  Have fun!
Quidquid latine dictum sit, altum sonatur.

Rennaj

  • Hydlaa Citizen
  • *
  • Posts: 252
  • Glad to Help
    • View Profile
Re: Planeshift 0.3.19 released!
« Reply #1 on: July 13, 2007, 01:57:23 pm »
Well done on getting it out so fast.

Problem, G4. 10.4.10

Last login: Fri Jul 13 08:27:11 on console
/Volumes/Games/Games/Planeshift\ Rennaj/psclient_static.app/Contents/MacOS/psclient_static; exit
Welcome to Darwin!
rennaj=============:~ Joe$ /Volumes/Games/Games/Planeshift\ Rennaj/psclient_static.app/Contents/MacOS/psclient_static; exit
dyld: Library not loaded: /System/Library/Frameworks/Cg.framework/Cg
  Referenced from: /Volumes/Games/Games/Planeshift Rennaj/psclient_static.app/Contents/MacOS/psclient_static
  Reason: image not found
Trace/BPT trap
logout
[Process completed]


Sorted this by running Disk Utility, sorry, please delete.

Now getting this.

_static.app/Contents/MacOS/psclient_static; exit
dyld: Library not loaded: /sw/lib/libpng12.0.dylib
  Referenced from: /Volumes/Games/Games/Planeshift Rennaj/psclient_static.app/Contents/MacOS/psclient_static
  Reason: image not found
Trace/BPT trap
logout
[Process completed]
« Last Edit: July 13, 2007, 03:10:04 pm by Rennaj »
Run your permissions at least once a week. You will be amazed what it can solve.

dfryer

  • Veteran
  • *
  • Posts: 1070
    • View Profile
Re: Planeshift 0.3.19 released!
« Reply #2 on: July 13, 2007, 05:58:47 pm »
Somehow I copied  in the wrong psclient for PPC macs, so with the current download all G4/G5 folks are hosed.  I'm interested to know if it works on intel! 

PowerPC Mac folks who have already downloaded can try opening a terminal and running these commands from the Planeshift3D folder:
(Just copy the whole block and paste it in on a command line)

install_name_tool -change /sw/lib/libjpeg.62.dylib @executable_path/../Resources/libjpeg.62.dylib psclient_static.app/Contents/MacOS/psclient_static;
install_name_tool -change /sw/lib/libpng12.0.dylib @executable_path/../Resources/libpng12.0.dylib psclient_static.app/Contents/MacOS/psclient_static;
install_name_tool -change /sw/lib/libfreetype.6.dylib @executable_path/../Resources/libfreetype.6.dylib psclient_static.app/Contents/MacOS/psclient_static;
install_name_tool -change /sw/lib/libogg.0.dylib @executable_path/../Resources/libogg.0.dylib psclient_static.app/Contents/MacOS/psclient_static;
install_name_tool -change /sw/lib/libvorbisfile.3.dylib @executable_path/../Resources/libvorbisfile.3.dylib psclient_static.app/Contents/MacOS/psclient_static;
install_name_tool -change /sw/lib/libvorbis.0.dylib @executable_path/../Resources/libvorbis.0.dylib psclient_static.app/Contents/MacOS/psclient_static;
install_name_tool -change /usr/local/lib/libcal3d.12.dylib @executable_path/../Resources/libcal3d.12.dylib psclient_static.app/Contents/MacOS/psclient_static;
install_name_tool -change /sw/lib/libogg.0.dylib @executable_path/../Resources/libogg.0.dylib psclient_static.app/Contents/Resources/libvorbisfile.3.dylib;
install_name_tool -change /sw/lib/libogg.0.dylib @executable_path/../Resources/libogg.0.dylib psclient_static.app/Contents/Resources/libvorbis.0.dylib;

install_name_tool -change /sw/lib/libpng12.0.dylib @executable_path/../Resources/libpng12.0.dylib updater_static.app/Contents/MacOS/updater_static;
install_name_tool -change /sw/lib/libfreetype.6.dylib @executable_path/../Resources/libfreetype.6.dylib updater_static.app/Contents/MacOS/updater_static;
install_name_tool -change /sw/lib/libcurl.2.dylib @executable_path/../Resources/libcurl.2.dylib updater_static.app/Contents/MacOS/updater_static;
install_name_tool -change /sw/lib/libdl.0.dylib @executable_path/../Resources/libdl.0.dylib updater_static.app/Contents/MacOS/updater_static;
install_name_tool -change /sw/lib/libssl.0.9.7.dylib @executable_path/../Resources/libssl.0.9.7.dylib updater_static.app/Contents/MacOS/updater_static;
install_name_tool -change /sw/lib/libcrypto.0.9.7.dylib @executable_path/../Resources/libcrypto.0.9.7.dylib updater_static.app/Contents/MacOS/updater_static;
install_name_tool -change /sw/lib/libdl.0.dylib @executable_path/../Resources/libdl.0.dylib updater_static.app/Contents/Resources/libcurl.2.dylib;
install_name_tool -change /sw/lib/libssl.0.9.7.dylib @executable_path/../Resources/libssl.0.9.7.dylib updater_static.app/Contents/Resources/libcurl.2.dylib;
install_name_tool -change /sw/lib/libcrypto.0.9.7.dylib @executable_path/../Resources/libcrypto.0.9.7.dylib updater_static.app/Contents/Resources/libcurl.2.dylib;
install_name_tool -change /sw/lib/libcrypto.0.9.7.dylib @executable_path/../Resources/libcrypto.0.9.7.dylib updater_static.app/Contents/Resources/libssl.0.9.7.dylib;

install_name_tool -change /sw/lib/libpng12.0.dylib @executable_path/../Resources/libpng12.0.dylib pssetup_static.app/Contents/MacOS/pssetup_static;
install_name_tool -change /sw/lib/libfreetype.6.dylib @executable_path/../Resources/libfreetype.6.dylib pssetup_static.app/Contents/MacOS/pssetup_static;


 :oops:

I'll make a new torrent this evening and try to get fixed binaries in the updater.  Apologies for the confusion.
Quidquid latine dictum sit, altum sonatur.

Mornox

  • Traveller
  • *
  • Posts: 21
    • View Profile
Re: Planeshift 0.3.19 released!
« Reply #3 on: July 13, 2007, 06:54:19 pm »
This fix worked for me, using a Dual 2.5 G5, System 10.4.9.  I copied and pasted all 3 blocks into textedit to remove the empty lines, then applied as instructed.

The md5 checksum for the Mac binary has not been posted on www.planeshift.it.  Here's what my .dmg file gives as md5 checksum:   97e86c2108bd63f0006ade5fa5bbfc4c
« Last Edit: July 13, 2007, 08:28:22 pm by Mornox »

Rylic

  • Traveller
  • *
  • Posts: 10
    • View Profile
Re: Planeshift 0.3.19 released!
« Reply #4 on: July 13, 2007, 10:48:44 pm »
Thanks for the release of 3.19.

One question though...Are there really no seeders right now for the file?

I've been downloading for several hours now.  At one point there were 4 seeders, but now there are none, and I'm only at 157 MB.

Any ideas would be appreciated.

Thanks!

Edit: There are now 5 peers.  Guess I was a little impatient!
« Last Edit: July 13, 2007, 10:50:54 pm by Rylic »

ponder

  • Traveller
  • *
  • Posts: 13
    • View Profile
Re: Planeshift 0.3.19 released!
« Reply #5 on: July 13, 2007, 11:11:24 pm »
Dies horribly on my 1st generation MacBook Pro.

Allows you to login, but all the backgrounds are basically black, the crashes - sometimes simply locks up the system.


Gluonite

  • Hydlaa Resident
  • *
  • Posts: 55
    • View Profile
Re: Planeshift 0.3.19 released!
« Reply #6 on: July 14, 2007, 01:17:15 am »
Ponder, yes this has been my experience as well. I am investigating a possible videocard problem.
"Monkeys. You can never go wrong if you use monkeys."

Rylic

  • Traveller
  • *
  • Posts: 10
    • View Profile
Re: Planeshift 0.3.19 released!
« Reply #7 on: July 14, 2007, 01:46:03 am »
Dies horribly on my 1st generation MacBook Pro.

Allows you to login, but all the backgrounds are basically black, the crashes - sometimes simply locks up the system.


What kind of processor is on the first gen Macbook pro?

It works okay on my mac mini (core duo)...just a little choppy at times, especially when my character is running.

The sound stutters occasionally too, and this didn't used to happen with 3.18.

I don't know if that's useful to anyone or not.

Cheers!

Siteri Kidachi

  • Hydlaa Notable
  • *
  • Posts: 542
    • View Profile
Re: Planeshift 0.3.19 released!
« Reply #8 on: July 14, 2007, 02:38:03 am »
This download is taking forever.

Iridena

  • Traveller
  • *
  • Posts: 18
    • View Profile
Re: Planeshift 0.3.19 released!
« Reply #9 on: July 14, 2007, 04:31:00 am »
What does this mean
Quote
all G4/G5 folks are hosed
?
Will it work for powerbook G4 with 10.3.9?

@Siteri according to the stats theres only one person uploading (excluding me) and 5 people downloading.
« Last Edit: July 14, 2007, 07:11:31 am by Iridena »
"When the science of man attempts to step beyond the
mortal realm, its mortality will be the most likely price for
such knowledge."Midknight

Caarrie

  • Forum Addict
  • *
  • Posts: 3369
  • We want no UNFIXED bugs!!!!!!!!!!!!!
    • View Profile
    • PlaneShift3dMods
Re: Planeshift 0.3.19 released!
« Reply #10 on: July 14, 2007, 04:34:36 am »
What does this mean
Quote
all G4/G5 folks are hosed
?
Will it work for powerbook G4 with 10.3.9?

You have to wait for a new binary to be uploaded that will work on your mac till then you have you follow the directions in this thread or just wait.

mauldraine

  • Traveller
  • *
  • Posts: 11
    • View Profile
Re: Planeshift 0.3.19 released!
« Reply #11 on: July 14, 2007, 05:26:28 am »
Hey dfryer,

I am in the process of downloading 019 from the torrent, and I would like to offer to make the dmg available for download as a mirror.  I have noticed that none of the listed mirrors actually have the newer version available for download.  Just let me know if this is ok or a no-no.

Someone shot the food!

ponder

  • Traveller
  • *
  • Posts: 13
    • View Profile
Re: Planeshift 0.3.19 released!
« Reply #12 on: July 14, 2007, 06:14:45 am »
Its a core duo (not core 2 duo) with the ATI  rage mobility 1600 graphics card running 10.4.9



 I meant to add,

I complied the code myself on this system and got a version that pretty much displayed the same symptoms.  I used the most recent version of Cal3D.

*edit*

What does this mean
Quote
all G4/G5 folks are hosed
?
Will it work for powerbook G4 with 10.3.9?

You have to wait for a new binary to be uploaded that will work on your mac till then you have you follow the directions in this thread or just wait.

Tried the directions on my 10.3.9 G5 imac - no dice.  I think we need to wait for a new binary.
« Last Edit: July 14, 2007, 06:26:50 am by Karyuu »

lakides

  • Wayfarer
  • *
  • Posts: 4
    • View Profile
Re: Planeshift 0.3.19 released!
« Reply #13 on: July 14, 2007, 10:57:17 am »
I have an intel and have tried unsuccessfully to get PS working. I get it to run but it does one of three things:
it either loads sound only and not the map.
Freezes my computer completely after no more than two minutes logged in
or after also two minutes logged in says server has lost connection and then crashes out of ps.


I have an   
iMac4,1 (Intel Core Duo)
Processor Speed:   1.83 GHz
using 10.4.9


Any help would be great

Cheers in advance
« Last Edit: July 14, 2007, 10:59:22 am by lakides »

dying_inside

  • Guest
Re: Planeshift 0.3.19 released!
« Reply #14 on: July 14, 2007, 11:31:10 am »
I downloaded the torrent last night (UK time) and downloaded the dmg from thee.  but it doesnt open.  So did I download the torrent ahead of the re release? or is my version just scrwy and I should  apply the terminal commands?