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 - JackSimth

Pages: [1]
1
Help / Strange behavior with warlock in SOU
« on: January 31, 2010, 01:47:09 AM »
This may be an odd question, but did you watch for your attack roll results?  It's possible you simply never made the AC.

2
Help / Issue Since The Download Of Prc
« on: January 07, 2010, 10:52:13 PM »
Hmm... well, as the PRC is basically run by a bunch of hak files (and a tlk file, plus some portraits...) and shouldn't, in theory, be overriding anything at all, you could try the NWN patch page and install the critical rebuild for 1.69 in whichever OS you're using.  It's a long download, but it's also basically everything except .ini files, your key file, and such.

3
Help / Character Creator Crashes at Packages
« on: January 07, 2010, 05:39:41 PM »
Small update:

I was able to get rid of two of the lines:
Invalid icon: isk_x3_ride.tga
Invalid icon - Unhandled Color Depth: 8: isk_alchemy.tga

By
1) Copying one of the other icons to isk_x3_ride.tga (which didn't exist in the hak files... oh well)
2) Changing isk_alchemy.tga in the hak file from 8-bit indexed to 32-bit color.

All the other lines of error stayed, however.

Edit: ... and the lack of responses is a bit disheartening.

4
Help / Character Creator Crashes at Packages
« on: January 03, 2010, 10:32:44 PM »
Hey all,

I'm trying to build a character using the Character Creator, but I've run into a problem: It crashes at "Packages".

I'm running Ubuntu 9.10, and my Java interpreter is OpenJDK Java 6.
The specific Character Creator is 1.8, downloaded from http://nwvault.ign.com/View.php?view=Other.Detail&id=707
Under "Settings":
NWN directory: /home/jack/NWN/
Hak Files:
/home/jack/NWN/hak/prc_2das.hak
/home/jack/NWN/hak/prc_race.hak
/home/jack/NWN/hak/prc_textures.hak

Use Custom TLK is checked, file: /home/jack/NWN/tlk/prc_consortium.tlk

Use Default TLK is checked.

Attempted to create Character:
Gender: Male
Portrait: po_hu_m_01_l.tga
Class: Fighter
Alignment: NG
Abilities: Reccommended
Packages: Program hangs

Command-line output: Started program with: "java -Xmx300m -jar CC.jar"
Number of haks: 3
Hak 0 is /home/jack/NWN/hak/prc_2das.hak
Hak 1 is /home/jack/NWN/hak/prc_race.hak
Hak 2 is /home/jack/NWN/hak/prc_textures.hak
Invalid icon: isk_x3_ride.tga
Invalid icon - Unhandled Color Depth: 8: isk_alchemy.tga
Exception in thread "AWT-EventQueue-0" java.lang.ArrayIndexOutOfBoundsException: 16
   at CharacterCreator.PackagesMenu.<init>(PackagesMenu.java:107)
   at CharacterCreator.CreateMenu.PackagesButtonActionPerformed(CreateMenu.java:1101)
   at CharacterCreator.CreateMenu.access$800(CreateMenu.java:26)
   at CharacterCreator.CreateMenu$8.actionPerformed(CreateMenu.java:374)
   at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:2012)
   at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2335)
   at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:404)
   at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:259)
   at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:253)
   at java.awt.Component.processMouseEvent(Component.java:6108)
   at javax.swing.JComponent.processMouseEvent(JComponent.java:3267)
   at java.awt.Component.processEvent(Component.java:5873)
   at java.awt.Container.processEvent(Container.java:2105)
   at java.awt.Component.dispatchEventImpl(Component.java:4469)
   at java.awt.Container.dispatchEventImpl(Container.java:2163)
   at java.awt.Component.dispatchEvent(Component.java:4295)
   at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4461)
   at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4125)
   at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4055)
   at java.awt.Container.dispatchEventImpl(Container.java:2149)
   at java.awt.Window.dispatchEventImpl(Window.java:2478)
   at java.awt.Component.dispatchEvent(Component.java:4295)
   at java.awt.EventQueue.dispatchEvent(EventQueue.java:604)
   at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:275)
   at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:200)
   at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:190)
   at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:185)
   at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:177)
   at java.awt.EventDispatchThread.run(EventDispatchThread.java:138)

Any ideas?

Pages: [1]