On Feb 21, 2006, at 6:05 AM, IOhannes m zmölnig wrote:
Modified Files: pqtorusknots.h pqtorusknots.cpp Log Message: tried to make it more stable; it is till crashing when: a) switching from non-texture to texture (it works when the texture is present when rendering is started); b) switching the lighting-state
...um, I saw yr post about this not being stable, so tried to take a look at it, but it just crashes whenever I send it a message: I know it didn't used to do this, as I used to use it to perform some vj stuff (don't ask)...anyway, I need to get back to fixing the other stuff that I know isn't working correctly, and will have to get to this in the future, but can you check that your reformating and code- condensing spree didn't introduce some typo's?
thanx, jamie
james tittle wrote:
On Feb 21, 2006, at 6:05 AM, IOhannes m zmölnig wrote:
...um, I saw yr post about this not being stable, so tried to take a look at it, but it just crashes whenever I send it a message: I know it didn't used to do this, as I used to use it to perform some vj stuff (don't ask)...anyway, I need to get back to fixing the other stuff that
could you send a crash patch? (of course i could do my own, but then i am too lazy...)
mf.asdr. IOhannes
PS: btw, have you sent frÀnk some corrections on the synaesthesia text? (i know you haven't :)?)
On Feb 22, 2006, at 6:00 AM, IOhannes m zmoelnig wrote:
james tittle wrote:
On Feb 21, 2006, at 6:05 AM, IOhannes m zmölnig wrote:
...um, I saw yr post about this not being stable, so tried to take a look at it, but it just crashes whenever I send it a message: I know it didn't used to do this, as I used to use it to perform some vj stuff (don't ask)...anyway, I need to get back to fixing the other stuff that
could you send a crash patch? (of course i could do my own, but then i am too lazy...)
...hmm, I probably never sent an example, did I? :-( Ok, so there's one attached now, and just moving any of the parameters to [pqtorusknots] causes a crash...
PS: btw, have you sent fränk some corrections on the synaesthesia text? (i know you haven't :)?)
...thanks for the reminder! I'll do that now...
jamie
james tittle wrote:
On Feb 22, 2006, at 6:00 AM, IOhannes m zmoelnig wrote:
james tittle wrote:
On Feb 21, 2006, at 6:05 AM, IOhannes m zmölnig wrote:
...um, I saw yr post about this not being stable, so tried to take a look at it, but it just crashes whenever I send it a message: I know it didn't used to do this, as I used to use it to perform some vj stuff (don't ask)...anyway, I need to get back to fixing the other stuff that
could you send a crash patch? (of course i could do my own, but then i am too lazy...)
...hmm, I probably never sent an example, did I? :-( Ok, so there's one attached now, and just moving any of the parameters to [pqtorusknots] causes a crash...
well, on my machine it was not "any", just the "facets" and "steps".
however, i have found the typo you expected; it prevented all even indices from being initialized, which made the object look weird (if you were lucky) or crash (when index>num_vertices)
it is now fixed in the CVS
fmga.sdr IOhannes
On Feb 27, 2006, at 10:17 AM, IOhannes m zmoelnig wrote:
well, on my machine it was not "any", just the "facets" and "steps".
...same here: by "any" of course I meant "the first two I always try" ;-)
however, i have found the typo you expected; it prevented all even indices from being initialized, which made the object look weird (if you were lucky) or crash (when index>num_vertices)
it is now fixed in the CVS
...excellent job, man! This has been a bother...
jamie