Re: [PD] msd puredyne errors

2011-01-19 Thread Nicolas Montgermont
yes this error message is when msd try to link non existing masses. can you try this patch? just in case the one you have is corrupted, and please send us yours, n Le 19/01/11 00:52, Jack a écrit : MSD try to create a link between two succesive masses but it can't. I really don't know why

Re: [PD] msd puredyne errors

2011-01-19 Thread J bz
Hi Jack Nicolas, Same problem here with the patch you sent. I also attach my msd.txt file. Best wishes, Julian On 19 January 2011 09:05, Nicolas Montgermont nicolas_montgerm...@yahoo.frwrote: yes this error message is when msd try to link non existing masses. can you try this patch?

Re: [PD] msd puredyne errors

2011-01-19 Thread Nicolas Montgermont
can you send all the console output of this patch? Le 19/01/11 11:51, J bz a écrit : Hi Jack Nicolas, Same problem here with the patch you sent. I also attach my msd.txt file. Best wishes, Julian On 19 January 2011 09:05, Nicolas Montgermont nicolas_montgerm...@yahoo.fr

Re: [PD] msd puredyne errors

2011-01-19 Thread J bz
Hey Nicolas, Thanks for the speedy response. Here, as requested, is the console info: msdout: Reset msdin: reset msdout: Mass 0 mob 1 152 41 30 msdin: mass mob 1 152 41 30 msdout: Mass 1 mob 1 167 48 29 msdin: mass mob 1 167 48 29 msdout: Mass 2 mob 1 155 41 26 msdin: mass mob 1 155 41 26

Re: [PD] msd puredyne errors

2011-01-19 Thread Nicolas Montgermont
this is not good at all... the last message infosL gives an actual snapshot of the internal state of msd. and the problem here is it shows there are only two masses : the number 0 and the number 29. but what is crazy is the output at the beginning shows there are all created, and the number

Re: [PD] msd puredyne errors

2011-01-19 Thread J bz
Hey Nicolas, Yes, very strange behaviour indeed. As [msd] comes 'pre-installed' there doesn't appear to be a msd.h file. I did look at trying to build msd as a possible work-around, though I must admit it seems a little beyond my experience. I got stuck when attempting to install flex when I

Re: [PD] msd puredyne errors

2011-01-19 Thread Nicolas Montgermont
ok, nearly the same problem : only one mass created i see no solution sorry, is msd not working neither? msd/03_msdwave for example, n Le 19/01/11 13:07, J bz a écrit : Hey Nicolas, Yes, very strange behaviour indeed. As [msd] comes 'pre-installed' there doesn't appear to be a msd.h file. I

[PD] msd puredyne errors

2011-01-18 Thread J bz
Hi all, I'm working on quite an involved patch using the msd library and for some reason it just doesn't work happily on Puredyne. So for example, the '02_msd2Dadd' example when loaded gives a stream of error: msd2D - link : Index not found messages out of the console. This is the same error

Re: [PD] msd puredyne errors

2011-01-18 Thread J bz
Sorry meant to add: Puredyne 9.11 cc amd64(pd runs 32b though) Pd version 0.42-5 Built in version of msd (comes pre-packaged in Puredyne) Jb On 18 January 2011 16:52, J bz jbee...@gmail.com wrote: Hi all, I'm working on quite an involved patch using the msd library and for some reason it

Re: [PD] msd puredyne errors

2011-01-18 Thread Jack
MSD try to create a link between two succesive masses but it can't. I really don't know why (because the masses are created before). Can you send us your patch ? ++ Jack Le mardi 18 janvier 2011 à 17:47 +, J bz a écrit : Hey Jack, Here is the console output when loading msd2Dadd