|
Page 1 of 1
|
[ 7 posts ] |
|
Previous topic | Next topic
Print view
Jim McNett
Kobold
|
|
Joined: Sat Oct 23, 2010 5:37 pm Posts: 2
|
|
Post subject: CharTool 1 build 13 won't work with D20 3.5 Posted: Sun Oct 31, 2010 4:26 pm |
|
|
Hi,
I am new to MapTool and CharTool. When I try to run CharTool with the 3.5 game option I get a java IllegalStateExcption error. Are there any builds of the CharTool that work with D20 3.5 edition?
Jim
|
|
 |
jfrazierjr
Deity
|
|
Joined: Tue Sep 11, 2007 6:31 pm Posts: 5228
|
|
Post subject: Re: CharTool 1 build 13 won't work with D20 3.5 Posted: Sun Oct 31, 2010 5:52 pm |
|
Jim McNett wrote: Hi,
I am new to MapTool and CharTool. When I try to run CharTool with the 3.5 game option I get a java IllegalStateExcption error. Are there any builds of the CharTool that work with D20 3.5 edition?
Jim Download or webstart? If webstart, try the download.
_________________ I save all my Campaign Files to DropBox. Not only can I access a campaign file from pretty much any OS that will run Maptool(Win,OSX, linux), but each file is versioned, so if something goes crazy wild, I can always roll back to a previous version of the same file.
Get your Dropbox 2GB via my referral link, and as a bonus, I get an extra 250 MB of space. Even if you don't don't use my link, I still enthusiastically recommend Dropbox..
|
|
DegenerateSoulDM
Kobold
|
|
Joined: Thu Nov 04, 2010 7:19 pm Posts: 2
|
|
Post subject: Re: CharTool 1 build 13 won't work with D20 3.5 Posted: Thu Nov 04, 2010 7:27 pm |
|
|
I get the same Java Error on builds 13 and 15. Had to go back to 12 in order to get the d20 3.5 sheet to load. I tried running both versions (13 and 15) from web launch and from file launch and they both error out repeatedly.
|
|
 |
Azhrei
Site Admin
|
|
Joined: Mon Jun 12, 2006 12:20 pm Posts: 11622 Location: Tampa, FL
|
|
Post subject: Re: CharTool 1 build 13 won't work with D20 3.5 Posted: Thu Nov 04, 2010 11:27 pm |
|
Someone who's receiving this error should provide a copy of the stacktrace. (Assuming that CT provides a backtrace. I don't typically use CT so I don't even know.  )
_________________ Interested in Time Magazine's Best Invention of 2008 Unix-powered laptop? No crashes or lockups. In fact, that series of articles has two such machines. The other is a Dell netbook.
|
|
 |
jay
RPTools Team
|
|
Joined: Tue Feb 07, 2006 1:07 am Posts: 1738 Location: Austin, Tx
|
|
Post subject: Re: CharTool 1 build 13 won't work with D20 3.5 Posted: Fri Nov 05, 2010 7:45 am |
|
|
Also, did you download the zip file or launch it from the web page? If you launched it then you should download the zip, extract the files and run the batch or script file for your system to start it.
|
|
ruzalr
Kobold
|
|
Joined: Sat May 22, 2010 1:12 pm Posts: 6
|
|
Post subject: Re: CharTool 1 build 13 won't work with D20 3.5 Posted: Sun Nov 07, 2010 6:09 pm |
|
Here's a backtrace from charttool 1.0 build 15: Code: Nov 7, 2010 6:05:53 PM net.rptools.chartool.model.property.PropertySettingsFile readXMLObject WARNING: Invalid XML in path: 'property/propertyDescriptorSet.xml' com.thoughtworks.xstream.converters.ConversionException: A 'MAP' property can not have a default value. ---- Debugging information ---- class : net.rptools.chartool.model.property.PropertyDescriptorSet required-type : net.rptools.chartool.model.property.PropertyDescriptor line number : 207 ------------------------------- at net.rptools.chartool.model.property.PropertyDescriptor$PropertyDescriptorConverter.unmarshal(PropertyDescriptor.java:817) at com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:82) at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:76) at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:60) at net.rptools.chartool.model.xml.ConverterSupport.readNode(ConverterSupport.java:223) at net.rptools.chartool.model.property.PropertyDescriptorMap$PropertyDescriptorMapConverter.unmarshal(PropertyDescriptorMap.java:483) at com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:82) at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:76) at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:60) at net.rptools.chartool.model.property.PropertyDescriptorSet$PropertyDescriptorSetConverter.unmarshal(PropertyDescriptorSet.java:491) at com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:82) at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:76) at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:60) at com.thoughtworks.xstream.core.TreeUnmarshaller.start(TreeUnmarshaller.java:137) at com.thoughtworks.xstream.core.AbstractTreeMarshallingStrategy.unmarshal(AbstractTreeMarshallingStrategy.java:33) at com.thoughtworks.xstream.XStream.unmarshal(XStream.java:923) at com.thoughtworks.xstream.XStream.unmarshal(XStream.java:909) at com.thoughtworks.xstream.XStream.fromXML(XStream.java:881) at net.rptools.chartool.model.property.PropertySettingsFile.readXMLObject(PropertySettingsFile.java:244) at net.rptools.chartool.model.property.PropertySettingsFile.getPropertyDescriptors(PropertySettingsFile.java:580) at net.rptools.chartool.model.property.PropertySettingsFile.installPropertySettings(PropertySettingsFile.java:880) at net.rptools.chartool.model.CharToolSettingsFile.installCharToolGameSettings(CharToolSettingsFile.java:121) at net.rptools.chartool.model.CharToolGameSettings.installGameSettings(CharToolGameSettings.java:181) at net.rptools.chartool.model.CharToolPreferences$1.run(CharToolPreferences.java:316) at net.rptools.chartool.ui.component.Utilities$ProgressWorker.doInBackground(Utilities.java:1189) at javax.swing.SwingWorker$1.call(SwingWorker.java:278) at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303) at java.util.concurrent.FutureTask.run(FutureTask.java:138) at javax.swing.SwingWorker.run(SwingWorker.java:317) at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:885) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:907) at java.lang.Thread.run(Thread.java:619)
|
|
Jim McNett
Kobold
|
|
Joined: Sat Oct 23, 2010 5:37 pm Posts: 2
|
|
Post subject: Re: CharTool 1 build 13 won't work with D20 3.5 Posted: Wed Nov 17, 2010 10:40 pm |
|
|
I downloaded build 12. That did work. Thanks for the help.
|
|
|
Page 1 of 1
|
[ 7 posts ] |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot post attachments in this forum
|
Who is online
In total there are 0 users online :: 0 registered, 0 hidden and 0 guests (based on users active over the past 5 minutes)
Most users ever online was 243 on Sun Nov 04, 2012 6:14 am
Users browsing this forum: No registered users and 0 guests