Panda3D 1.6.1 released

Panda3D Forum Index -> General Discussion Post new topic   Reply to topic
Goto page 1, 2, 3  Next View previous topic :: View next topic  
Author Message
rdb
pro-rsoft

Posts: 5836
Location: Netherlands

PostPosted: Sun Apr 26, 2009 10:29 am    Post subject: Panda3D 1.6.1 released Reply with quote
No, this release does not have built-in shadows in the shader generator yet.

This release fixes some bugs found in 1.6.0, and adds some minor features as well.

* Threading layer is now enabled by default
* cTrav.showCollisions fixed
* Fixed broken MovieTexture
* OpenAL is now stable on Linux, too
* OpenAL now supports dynamic playrate changing
* MayaPandaTool now handles NURBS correctly
* Fixed particle panel and directtools bugs
* Fix crash with collada exporter on Windows
* ARToolkit jittering fixed
* Now possible to override shader vertex/fragment profiles
* Maya exporter fixed on OSX
* Fixed depth texture crash for padded textures
* Fixed bug that made OdeUtil.collide return empty geoms
* Fixed crash with render.flattenStrong() when using trackball
* Several improvements to the ODE layer
* Performance improvements to GeoMipTerrain
* GeoMipTerrain.setBorderStitching to fix seams between terrains
* installpanda.py for installing Panda on Linux without deb/rpm
* Several other minor bugfixes

Let's hear those bugs. Smile

PS. Fireflies sample on Linux has been fixed, but I forgot to update the sample program itself. To get the fixed sample, grab it from here.


Last edited by rdb on Fri May 15, 2009 1:21 am; edited 4 times in total
Deny0


Posts: 51

PostPosted: Sun Apr 26, 2009 10:52 am    Post subject: Reply with quote
imagine this:
UN!X user:
Are you gay?
Linux user:
I love you.
FreeDos user:
int 5>7?
Windows 7 user:
Fuck you retard!


I still have my old xubuntu install CD, so I'll have to install it now Very Happy
_________________
Unban please. Crying or Very sad

I learned a lot about speaking to people since then. Sad
Will never hurt you admins again.


Last edited by Deny0 on Sun Apr 26, 2009 11:16 am; edited 1 time in total
rdb
pro-rsoft

Posts: 5836
Location: Netherlands

PostPosted: Sun Apr 26, 2009 11:06 am    Post subject: Reply with quote
(pro-rsoft makes no comment about the subliminal message hidden in Dany0's post. It's not even funny.)
...or maybe just a little bit.
ThomasEgi


Posts: 1811
Location: Germany,Koblenz

PostPosted: Sun Apr 26, 2009 11:09 am    Post subject: Reply with quote
Deny0 wrote:

I still have my old xubuntu install CD, so I'll have to install it now Very Happy


i advice against using ancient linux-versions. unlike windows there are benefits from updating to up to date versions.

PS:(i agree with pro-rsoft)
...will you stop your childish behavior??. this is not some teenage-spamming-forum,seriously.
_________________
rig: dell inspiron 1720; ubuntu 9.10_64 ;panda 1.7.0
may a catgirl be with you. nyaan nyan~~ ^.^
Deny0


Posts: 51

PostPosted: Sun Apr 26, 2009 11:15 am    Post subject: Reply with quote
ThomasEgi wrote:
Deny0 wrote:

I still have my old xubuntu install CD, so I'll have to install it now Very Happy


i advice against using ancient linux-versions. unlike windows there are benefits from updating to up to date versions.

PS:(i agree with pro-rsoft)
...will you stop your childish behavior??. this is not some teenage-spamming-forum,seriously.
(I agree with both pro-rsoft and ThomasEgi because it wasn't meant to be funny, haha)

EDIT:
Congatulations pro-rsoft! your 2999 post! 1 to go!
_________________
Unban please. Crying or Very sad

I learned a lot about speaking to people since then. Sad
Will never hurt you admins again.
jhocking


Posts: 206
Location: Second City

PostPosted: Sun Apr 26, 2009 4:57 pm    Post subject: Re: Panda3D 1.6.1 released Reply with quote
pro-rsoft wrote:

* Maya exporter fixed on OSX


So you mean you compiled maya2egg for 2008? You sly dog, I didn't know you'd gotten back on that task.


I'll give that a test in a minute, but first I already encountered one bug. First sample I tried to run crashed. Here's the terminal session:

joseph-hockings-macbook-pro:~ jhocking$ python /Applications/Panda3D/1.6.1/samples/Music-Box/Tut-Music-Box.py
DirectStart: Starting the game.
Known pipe types:
osxGraphicsPipe
(all display modules loaded.)
Bus error

And here's the error window that popped up:
The application Python quit unexpectedly. The problem may have been caused by the libp3dtoolconfig.dylib plug-in.


ADDITION: and now the second sample I tried also crashed:

joseph-hockings-macbook-pro:~ jhocking$ python /Applications/Panda3D/1.6.1/samples/Infinite-Tunnel/Tut-Infinite-Tunnel.py
DirectStart: Starting the game.
Known pipe types:
osxGraphicsPipe
(all display modules loaded.)
Segmentation fault
_________________
-Joe Hocking
www.newarteest.com
skeptic


Posts: 47

PostPosted: Sun Apr 26, 2009 8:02 pm    Post subject: Re: Panda3D 1.6.1 released Reply with quote
pro-rsoft wrote:
I know there's no Windows build on the download page, and I don't plan on doing anything about that. So don't complain to me.


Does the windows installer zip file require a Visual Studio installation? According to the download page:

"These archives contain everything you need to compile Panda3D from scratch, including the source code from SourceForge, the third-party tools, and the sample programs. The zip-file contains the third-party tools for Windows, the tar-file contains the third-party tools for Linux."

I expected either a small gcc install to be included, or instructions saying I had to install something like MinGW. Instead I was greeted with an error saying Visual Studio could not be found.
clcheung


Posts: 559

PostPosted: Sun Apr 26, 2009 8:12 pm    Post subject: Reply with quote
Hi pro-rsoft,

Thank you for the release. But :

I know there's no Windows build on the download page, and I don't plan on doing anything about that. So don't complain to me.


Is it a resource issue, or outstanding bugs, or other reasons a windows build is not made ? If it is a resource issue, can I offer some help to build it ? (although I have not built any previous panda version before)
ynjh_jo


Posts: 1596
Location: Malang, Indonesia

PostPosted: Sun Apr 26, 2009 9:18 pm    Post subject: Reply with quote
I guess it's due to treeform is so on the pyweek.
If you have all SDKs (Maya, Max, DX, etc.) and can provide a full build, it'd be really appreciated.

@ skeptic :
you can't build it with gcc on Windows. Panda needs at least VSExpress.
_________________
http://ynjh.panda3dprojects.com | http://ynjh.p3dp.com
Intel P4Prescott 2.8GHz HT | Elixir 1.5GB | ATI HD4670 1GB GDDR3
digimikeh


Posts: 205
Location: Valparaiso

PostPosted: Sun Apr 26, 2009 9:19 pm    Post subject: Reply with quote
hoo, nice, new version, for linux is needed to uninstall 1.6.0?
rdb
pro-rsoft

Posts: 5836
Location: Netherlands

PostPosted: Mon Apr 27, 2009 12:28 am    Post subject: Reply with quote
ynjh_jo hit the nail on the head.
How to compile it yourself.
Panda doesn't compile with gcc because all proprietary sdks (DirectX, Maya, Max) are compiled against Visual Studio.

Two weeks ago, I promised Imagineering to release it within two weeks. So I did.
lethe


Posts: 466
Location: London, England

PostPosted: Mon Apr 27, 2009 2:38 am    Post subject: Reply with quote
btw, you haven't updated the home page - it still says 1.6.0. With regards to the Windows build I'ld be a bit worried that anyone new coming to this site right this instant will see no windows build on the download page, and go away, never to return. You should probably add the windows build section back in, with a comment to the effect of 'coming soon, use 1.6.0 (See below) for now'.
rdb
pro-rsoft

Posts: 5836
Location: Netherlands

PostPosted: Mon Apr 27, 2009 3:04 am    Post subject: Reply with quote
Fixed.
mindstormss


Posts: 200
Location: California

PostPosted: Mon Apr 27, 2009 8:14 am    Post subject: Reply with quote
Who is responsible for the windows build? Should I just try to compile it myself or should I wait for the windows version? I have had bad luck with compiling the entire panda thing, but could give it a try if there is going to be an extended period...
_________________
All human beings should try to learn before they die what they are running from, and to, and why.
  - James Thurber
skeptic


Posts: 47

PostPosted: Mon Apr 27, 2009 8:32 am    Post subject: Reply with quote
I guess I'll wait on the windows version until someone someone puts one out. I'm more of a Linux user anyway, I just happened to be booted in windows playing a mmorpg that will not run under Linux/Wine. If only game companies would switch to Panda3d they could easily release games on windoze/osx/linux. Don't they know what they are missing? Laughing
afecelis


Posts: 22
Location: Colombia

PostPosted: Mon Apr 27, 2009 8:42 am    Post subject: Reply with quote
wow! great new build! Smile
All my problems in Jaunty are now gone!
Thanks a lot pro-rsoft.
jhocking


Posts: 206
Location: Second City

PostPosted: Mon Apr 27, 2009 8:59 am    Post subject: Re: Panda3D 1.6.1 released Reply with quote
jhocking wrote:

ADDITION: and now the second sample I tried also crashed:

joseph-hockings-macbook-pro:~ jhocking$ python /Applications/Panda3D/1.6.1/samples/Infinite-Tunnel/Tut-Infinite-Tunnel.py
DirectStart: Starting the game.
Known pipe types:
osxGraphicsPipe
(all display modules loaded.)
Segmentation fault


When I just tried this one again I got slightly different (and hopefully more informative for you) error feedback:

joseph-hockings-macbook-pro:~ jhocking$ python /Applications/Panda3D/1.6.1/samples/Infinite-Tunnel/Tut-Infinite-Tunnel.py
DirectStart: Starting the game.
Known pipe types:
osxGraphicsPipe
(all display modules loaded.)
Assertion failed: _core != (ConfigVariableCore *)NULL at line 264 of built/include/configVariable.I
Segmentation fault

Incidentally, note that this too gets the error window popping up about a faulty plugin, except this one complains about libpanda.dylib instead of libp3dtoolconfig.dylib


I also tried running maya2egg2008 and got an error after it had started initializing Maya, but I figure I'll report more about that after the error in running Panda is fixed.
_________________
-Joe Hocking
www.newarteest.com


Last edited by jhocking on Mon Apr 27, 2009 9:08 am; edited 1 time in total
rdb
pro-rsoft

Posts: 5836
Location: Netherlands

PostPosted: Mon Apr 27, 2009 9:06 am    Post subject: Reply with quote
I got that same error when running makepanda, at the pzip step. Some pointer got corrupt somewhere, and I failed to debug it.
I just copied the .pz'ipped file from my linux box hoping this was a 1-time error, but apparently it isn't.

Btw: I did get reports that maya2egg85 worked, but the crashes you're having might be related to the configVariableCore crash.
jhocking


Posts: 206
Location: Second City

PostPosted: Mon Apr 27, 2009 9:12 am    Post subject: Reply with quote
ah so you experience the same error at some point too. Good, that'll make it easier for you to debug (as opposed to an error that you need a mac to repro.)

If you need me to do any other testing to help track down this issue email me.
_________________
-Joe Hocking
www.newarteest.com
rdb
pro-rsoft

Posts: 5836
Location: Netherlands

PostPosted: Mon Apr 27, 2009 9:30 am    Post subject: Reply with quote
jhocking wrote:
an error that you need a mac to repro.

Well, that's the problem - I can only reproduce the problem on Mac, not on Linux, that makes stuff considerably harder to debug.
Deny0


Posts: 51

PostPosted: Mon Apr 27, 2009 10:22 am    Post subject: Reply with quote
so there's noone to make the panda win build?

I take the job sir! Very Happy

^^
_________________
Unban please. Crying or Very sad

I learned a lot about speaking to people since then. Sad
Will never hurt you admins again.
rdb
pro-rsoft

Posts: 5836
Location: Netherlands

PostPosted: Mon Apr 27, 2009 11:48 am    Post subject: Reply with quote
Don't freak out. The windows build is on the download page.
Don't worry! It's not from Dany0.

Big thanks to treeform!
rdb
pro-rsoft

Posts: 5836
Location: Netherlands

PostPosted: Mon Apr 27, 2009 2:20 pm    Post subject: Reply with quote
Keep in mind that I'm going to stop maintaining Panda soon. (The agreement was until 1.6.0 actually. CMU has had more than 8 months now) I'll stay developing new features and fixing new bugs here and there though.
jhocking


Posts: 206
Location: Second City

PostPosted: Mon Apr 27, 2009 4:02 pm    Post subject: Reply with quote
Well shoot, I wish I knew more about programming in C++ so I could take over maintaining Panda on OSX.
_________________
-Joe Hocking
www.newarteest.com
afecelis


Posts: 22
Location: Colombia

PostPosted: Mon Apr 27, 2009 7:06 pm    Post subject: Reply with quote
@Jhocking: were you able to fix the issue in mac os x? I'm also getting the bus error, and some segmentation fault errors with some examples. I went back to 1.6.0 which works perfectly out of the box Wink

regards,
Alvaro
digimikeh


Posts: 205
Location: Valparaiso

PostPosted: Mon Apr 27, 2009 7:51 pm    Post subject: Reply with quote
so.. 1.6.1 is using python 2.6.2 , first engine updating to this version... interesting. This make things easier in jaunty. no need further to install older 2.5.4.
jhocking


Posts: 206
Location: Second City

PostPosted: Mon Apr 27, 2009 8:14 pm    Post subject: Reply with quote
digimikeh wrote:
so.. 1.6.1 is using python 2.6.2


It is? Where did anyone say that, I missed it.
_________________
-Joe Hocking
www.newarteest.com
digimikeh


Posts: 205
Location: Valparaiso

PostPosted: Mon Apr 27, 2009 8:32 pm    Post subject: Reply with quote
yes, actually i have two pythons installed, 2.5.4 and 2.6.2 (this last comes by default in ubuntu 9)

With 1.6.0 scripts run with 2.5.4 , but not with 2.6.2,

With 1.6.1 scripts run with 2.6.2 but not con 2.5.4

just changed the interpreter in the options and ran well..
croxis


Posts: 322
Location: Portland, OR

PostPosted: Mon Apr 27, 2009 8:35 pm    Post subject: Reply with quote
It is for ubuntu jaunty version, I don't know about the others
_________________
David - Proud to be saving the world sense 1984
afecelis


Posts: 22
Location: Colombia

PostPosted: Mon Apr 27, 2009 8:39 pm    Post subject: Reply with quote
darn! If I upgrade python to 2.6.2 I'll break yafaray+blender operation and getting them to work properly together was a real pain in Mac Os X! Sad (Yafaray comes compiled against python 2.5.1 and so must blender be).

I guess I'll be sticking with Panda3d 1.6.0 for a while Wink At least until Yafaray's build for Mac gets updated too.
Display posts from previous:   
Post new topic   Reply to topic    Panda3D Forum Index -> General Discussion All times are GMT - 5 Hours
Goto page 1, 2, 3  Next
Page 1 of 3

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group