View Single Post
Old
TauTrumpsPi
Senior Member
 
TauTrumpsPi's Avatar
 
Status: Offline
Posts: 399
Join Date: Mar 2011
Location: The diamond layer
Default 05-20-2011, 10:11 AM

I'm having as similar problem with one of my current worlds, a random number generator for different sided dice. Can anyone help?
I've attached the file and here's the code:

Unable to load world




Alice version: 2.0 04/05/2005

os.name: Windows XP

os.version: 5.1

os.arch: x86

java.vm.name: Java HotSpot(TM) Client VM

java.vm.version: 1.3.1_10-b03

user.dir: E:\Alice stuff\Alice\New Folder\Required



Throwable that caused the error:

edu.cmu.cs.stage3.alice.core.ExceptionWrapper: ClassNotFoundException: edu.cmu.cs.stage3.alice.core.question.math.Int

at edu.cmu.cs.stage3.alice.core.Element.load(Element. java:1498)

at edu.cmu.cs.stage3.alice.core.Element.load(Element. java:1483)

at edu.cmu.cs.stage3.alice.core.Element.load(Element. java:1483)

at edu.cmu.cs.stage3.alice.core.Element.load(Element. java:1483)

at edu.cmu.cs.stage3.alice.core.Element.load(Element. java:1483)

at edu.cmu.cs.stage3.alice.core.Element.load(Element. java:1483)

at edu.cmu.cs.stage3.alice.core.Element.load(Element. java:1531)

at edu.cmu.cs.stage3.alice.authoringtool.dialog.LoadE lementProgressPane.construct(LoadElementProgressPa ne.java:36)

at edu.cmu.cs.stage3.progress.ProgressPane$2.run(Prog ressPane.java:82)

at java.lang.Thread.run(Unknown Source)

Wrapped exception:

java.lang.ClassNotFoundException: edu.cmu.cs.stage3.alice.core.question.math.Int

at java.net.URLClassLoader$1.run(Unknown Source)

at java.security.AccessController.doPrivileged(Native Method)

at java.net.URLClassLoader.findClass(Unknown Source)

at java.lang.ClassLoader.loadClass(Unknown Source)

at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)

at java.lang.ClassLoader.loadClass(Unknown Source)

at java.lang.ClassLoader.loadClassInternal(Unknown Source)

at java.lang.Class.forName0(Native Method)

at java.lang.Class.forName(Unknown Source)

at edu.cmu.cs.stage3.alice.core.Element.load(Element. java:1448)

at edu.cmu.cs.stage3.alice.core.Element.load(Element. java:1483)

at edu.cmu.cs.stage3.alice.core.Element.load(Element. java:1483)

at edu.cmu.cs.stage3.alice.core.Element.load(Element. java:1483)

at edu.cmu.cs.stage3.alice.core.Element.load(Element. java:1483)

at edu.cmu.cs.stage3.alice.core.Element.load(Element. java:1483)

at edu.cmu.cs.stage3.alice.core.Element.load(Element. java:1531)

at edu.cmu.cs.stage3.alice.authoringtool.dialog.LoadE lementProgressPane.construct(LoadElementProgressPa ne.java:36)

at edu.cmu.cs.stage3.progress.ProgressPane$2.run(Prog ressPane.java:82)

at java.lang.Thread.run(Unknown Source)



Thank you for any help!
Attached Files
File Type: a2w Dice.a2w (474.7 KB, 1 views)


--------------------------------------------------------------------------------------------------------------------------
I have plenty of common sense. I just choose to ignore it.
-Calvin and Hobbes

Wondering about my Avatar?
http://en.wikipedia.org/wiki/Tardigrade

Wondering about my username?
http://www.youtube.com/watch?v=jG7vhMMXagQ
   
Reply With Quote