Im not very clever in reading dumps...
So can someone give a hint what Im doing
wrong according to the attached log file.
Thanks for help
absalom
PD Crash within pd.dll in connection with usage of pd for java (pdj)
Im not very clever in reading dumps...
So can someone give a hint what Im doing
wrong according to the attached log file.
Thanks for help
absalom
seems like something that the external is sending to pd; is it a big array of atoms? can you reproduce it by simply sending things to the outlet?
email me if you have too much trouble; I'm the author of pdj and I will be more than happy to help out.
pascal.
Thanks for inspecting my problem
However it is difficult to reproduce safely. For me it seems that things are sent to fast to the out let.
For example the case I described arise sometimes....in this case I load multiple wave files to tables. This is triggered one after the other by a java programm sending commands to the outlet. The crash can be avoided if a short delay (thread.sleep(10) ) is set befor sending each command to the outlet.
How ever I ll try to reproduce the error.
Due to your experience as PDJ developer I ve some other question: Can you explain the following exception
dj: java.lang.NullPointerException
pdj: at com.cycling74.max.MaxObject.doOutletAnything(Native Method)
pdj: at com.cycling74.max.MaxObject.outlet(MaxObject.java:571)
pdj: at main.LeanSampler$PDOutputThread.run(LeanSampler.java:147)
pdj: at java.lang.Thread.run(Thread.java:595)
the arguments /int, String ATOM[] are definitivly not null. Im not sure whether I can debug max code so I ask you.
Br regard for any hint
absalom
Sorry Pacal...
for the NullPointerException..
it was my mistake late in the night...
Br absalom
Oops! Looks like something went wrong!