Pathfinder Adventure Path Charter Subscriber; Roleplaying Game, Companion, Comics Subscriber
I dunno, but I just got a similar error with equipment using 5164. Several reinstalls later, I updated pcgen to the recent 51717 beta, and that fixed the problem.
I usually stick to production releases, but so far I am really pleased with the new release.
Does anyone know if PCGen will work on the Android operating system? My wife and I both have Android tablets now and since HeroLab isn't going to show any love for Ice Cream anytime soon, I'm looking for an alternative character creator that I can whip up on my tablet while I sit at work. I love HeroLab, but my boss might not be so sympathetic if there is a copy floating around on the corporate network. :)
More specifically, can one force PCGen to use Java6 if it is installed (while keeping the installation of Java7 for minecraft?)
Yes, and it's very easy. You just need to type a few things.
Note however that latest beta should run under Java7 just fine.
1. Go to the folder of your java6 installation, there find bin\javaw.exe. Copy the path, like this:
c:\Program Files\Java\jre6\bin\javaw.exe
2. Go to your pcGen installation folder. Find pcgen_low_mem.bat file there.
Make a copy of this file, for example:
pcgen_mine.bat
3. Edit the file. This is a plain text file, so just start your trusty Notepad and open the file. Inside the file change last line from:
java -Dswing.aatext=true -Xmx96m -jar pcgen.jar
to:
"c:\Program Files\Java\jre6\bin\javaw.exe" -Dswing.aatext=true -jar pcgen.jar
4. Save the file.
Note that I have changed file extension (just a cosmetic change), removed maximum memory limit (i.e. -Xmx96m switch). Also remember to add double quotes.
Does anyone know if PCGen will work on the Android operating system? My wife and I both have Android tablets now and since HeroLab isn't going to show any love for Ice Cream anytime soon, I'm looking for an alternative character creator that I can whip up on my tablet while I sit at work. I love HeroLab, but my boss might not be so sympathetic if there is a copy floating around on the corporate network. :)
No, it will not. Android is not Linux.
There were some ways around that but as far as I can tell they are no longer viable.
I love HeroLab, but my boss might not be so sympathetic if there is a copy floating around on the corporate network. :)
Heya Lord, IF you have java on your work system just download the zip file distribution and unzip that oneo a flash drive. Then it's completely portable between computers :)
That said AFAIK PCGen doesn't run on Android, I remember some people saying that they were trying to get it working, but they haven't reported back. And I don't think we have any Android developers in the code team that I'm aware of.
Did this (and we have the same file locations, double and triple checked) and it still wouldn't start. When running the bat outside CMD it just blinked away and when in CMD it gave a "could not find or load main class" error.
Downloaded the beta instead, AND IT WORKS! Thanks a lot!