Player Resource Consortium

 

Author Topic: java.io.EOFException ???  (Read 7782 times)

0 Members and 1 Guest are viewing this topic.

March 28, 2013, 05:52:02 PM

I am running NWN 1.69 w/ SoU&HoTU on a Windows 7 64-bit laptop, and when I get to portraits on the character creator, I get the error "Error reading po_**_*_01_m.tga. Out of Memory. Error: java.io.EOFException"

I looked through the forum, and couldn't find anything. Help?
The eventual creator of the PRC Incarnum System!
23rd highest post count and counting!


April 04, 2013, 12:29:35 PM
Reply #1
  • Hero Member
  • *****
  • Posts: 1439
  • Karma: +27/-0
  • Gender: Male
    • View Profile

Sorry, I haven't seen this error before. You could try to run CC from batch script (save as cmd file and put in the same folder as cc.jar):
Code: [Select]
start javaw -Xmx200M -Xms200M -jar CC.jar > cc.log 2>&1This way you can set how much memory java will use to execute cc.jar (200MB in my example)


April 05, 2013, 08:01:24 AM
Reply #2

Okay, I tried that, but it didn't resolve it.
The eventual creator of the PRC Incarnum System!
23rd highest post count and counting!


April 05, 2013, 11:42:51 AM
Reply #3
  • Hero Member
  • *****
  • Posts: 1439
  • Karma: +27/-0
  • Gender: Male
    • View Profile

Do you have any custom portraits in NWN\portraits directory?



April 05, 2013, 04:23:24 PM
Reply #4

The eventual creator of the PRC Incarnum System!
23rd highest post count and counting!