Player Resource Consortium

Neverwinter Nights => Help => Topic started by: malonkey1 on March 28, 2013, 05:52:02 PM

Title: java.io.EOFException ???
Post by: malonkey1 on 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?
Title: Re: java.io.EOFException ???
Post by: xwarren on April 04, 2013, 12:29:35 PM
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)
Title: Re: java.io.EOFException ???
Post by: malonkey1 on April 05, 2013, 08:01:24 AM
Okay, I tried that, but it didn't resolve it.
Title: Re: java.io.EOFException ???
Post by: xwarren on April 05, 2013, 11:42:51 AM
Do you have any custom portraits in NWN\portraits directory?

Title: Re: java.io.EOFException ???
Post by: malonkey1 on April 05, 2013, 04:23:24 PM
None.