Player Resource Consortium

 

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - xorbaxian

Pages: [1]
1
Help / prc cc bombs out
« on: September 26, 2009, 07:00:52 PM »
yep, it was the haks.  one of the 2da's had some invalid data and that caused the c.c. to blow a fuse.

that being said, it would've been helpful if the c.c. had actually indicated there was an error in a 2da rather than just sorta stopping.  maybe a "wish-list" item for sometime in the future?

anyway, it seems to work now.  thanks for the help, guys.  :)

2
Help / prc cc bombs out
« on: September 25, 2009, 11:24:17 AM »
well, the 'about' info tells me it's version 1.6r3, even though the number on the package says 1.7...  ;-)

the haks are custom, based off of cep 2.2.

i've run it both directly from the .exe and also from the command line.  when i run it from the .exe, it just hangs -- there are no error msgs or pop-ups.  when i run it from a dos window with 'java -jar', then i get the output i pasted above.

3
Help / prc cc bombs out
« on: September 25, 2009, 04:32:21 AM »
Quote from: Onisuzume

Operating System/Java version?

Windows XP SP2
java v.6 update 16

4
Help / prc cc bombs out
« on: September 24, 2009, 02:12:05 PM »
hi,

i'm trying to use the character creator to build a character and it stops when i reach the feats.  if i run it from a dos window, i get the following:

Code: [Select]

Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException
        at CharacterCreator.FeatMenu.calcSkill(FeatMenu.java:225)
        at CharacterCreator.FeatMenu.CheckFeatRequirements(FeatMenu.java:322)
        at CharacterCreator.FeatMenu.isValidFeat(FeatMenu.java:268)
        at CharacterCreator.FeatMenu.RefreshFeatAvailable(FeatMenu.java:203)
        at CharacterCreator.FeatMenu.<init>(FeatMenu.java:169)
        at CharacterCreator.SkillMenu.OKButtonActionPerformed(SkillMenu.java:827)
        at CharacterCreator.SkillMenu.access$9(SkillMenu.java:813)
        at CharacterCreator.SkillMenu$4.actionPerformed(SkillMenu.java:643)
        at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
        at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
        at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
        at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
        at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source)
        at java.awt.Component.processMouseEvent(Unknown Source)
        at javax.swing.JComponent.processMouseEvent(Unknown Source)
        at java.awt.Component.processEvent(Unknown Source)
        at java.awt.Container.processEvent(Unknown Source)
        at java.awt.Component.dispatchEventImpl(Unknown Source)
        at java.awt.Container.dispatchEventImpl(Unknown Source)
        at java.awt.Component.dispatchEvent(Unknown Source)
        at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
        at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
        at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
        at java.awt.Container.dispatchEventImpl(Unknown Source)
        at java.awt.Window.dispatchEventImpl(Unknown Source)
        at java.awt.Component.dispatchEvent(Unknown Source)
        at java.awt.EventQueue.dispatchEvent(Unknown Source)
        at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
        at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
        at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
        at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
        at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
        at java.awt.EventDispatchThread.run(Unknown Source)


can anyone tell me what this means and how i can work around it?

thanks

Pages: [1]