<?xml version="1.0" encoding="UTF-8"?>
	<rss version="2.0"
		xmlns:content="http://purl.org/rss/1.0/modules/content/"
		xmlns:wfw="http://wellformedweb.org/CommentAPI/"
		xmlns:dc="http://purl.org/dc/elements/1.1/"
		xmlns:atom="http://www.w3.org/2005/Atom"

			>

	<channel>
		<title>Cycling 74  &#187;  Topic: max/msp runtime error</title>
		<atom:link href="http://cycling74.com/forums/topic/maxmsp-runtime-error/feed" rel="self" type="application/rss+xml" />
		<link>http://cycling74.com/forums/topic/maxmsp-runtime-error/feed</link>
		<description></description>
		<pubDate>Wed, 19 Jun 2013 07:57:48 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.2.4</generator>
		<language></language>

		
														
					
				<item>
					<guid>http://cycling74.com/forums/topic/maxmsp-runtime-error/#post-24724</guid>
					<title><![CDATA[max/msp runtime error]]></title>
					<link>http://cycling74.com/forums/topic/maxmsp-runtime-error/#post-24724</link>
					<pubDate>Sun, 05 Mar 2006 21:48:03 +0000</pubDate>
					<dc:creator>johnwho@gmail.com</dc:creator>

					<description>
						<![CDATA[
						<p>Below is code I&#8217;m using for an mxj object&#8230;..</p>
<p>import com.cycling74.max.*;<br />
public class PatcherMod extends MaxObject {<br />
    public PatcherMod() {<br />
      MaxPatcher a = this.getParentPatcher();<br />
      a.newDefault(100,100,&#8221;cycle&#8221;,null);<br />
    }<br />
}</p>
<p>and when I try to create it, I get a runtime error that says</p>
<p>&#8220;pure virtual function call -r6025&#8243;</p>
<p>What&#8217;s going on??</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/maxmsp-runtime-error/#post-71975</guid>
					<title><![CDATA[Re: max/msp runtime error]]></title>
					<link>http://cycling74.com/forums/topic/maxmsp-runtime-error/#post-71975</link>
					<pubDate>Sun, 05 Mar 2006 22:14:59 +0000</pubDate>
					<dc:creator>topher lafata</dc:creator>

					<description>
						<![CDATA[
						<p>i believe newDefault might be broken and has been for a while for  <br />
both javascript and java.<br />
Try newObject and see if that helps.<br />
topher</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

