EmuNewz Network
Problem from the review r2822 - Printable Version

+- EmuNewz Network (https://www.emunewz.net/forum)
+-- Forum: PSP Emulation (https://www.emunewz.net/forum/forumdisplay.php?fid=191)
+--- Forum: JPCSP Official Forum (https://www.emunewz.net/forum/forumdisplay.php?fid=51)
+---- Forum: svn trunk discussion (https://www.emunewz.net/forum/forumdisplay.php?fid=56)
+---- Thread: Problem from the review r2822 (/showthread.php?tid=92919)



Problem from the review r2822 - S3PH1R0TH - 11-04-2012

Hello, i have a problem since review r2822, i can start the emulator, i get this:

Running Jpcsp 32bit...
Exception in thread "GUI" java.lang.ExceptionInInitializerError
at jpcsp.HLE.Modules.<clinit>(Modules.java:152)
at jpcsp.MainGUI.<init>(MainGUI.java:203)
at jpcsp.MainGUI$60.run(MainGUI.java:2390)
at java.awt.event.InvocationEvent.dispatch(Unknown Source)
at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
at java.awt.EventQueue.access$400(Unknown Source)
at java.awt.EventQueue$2.run(Unknown Source)
at java.awt.EventQueue$2.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.AccessControlContext$1.doIntersectionPrivilege(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)
Caused by: java.nio.charset.UnsupportedCharsetException: Shift_JIS
at java.nio.charset.Charset.forName(Unknown Source)
at jpcsp.HLE.modules150.sceCcc.<clinit>(sceCcc.java:46)
... 17 more

with previus review r2822 i have no problem, but until the last one came out the r2828 i have this problem.





RE: Problem from the review r2822 - gid15 - 11-04-2012

(11-04-2012, 03:23 AM)S3PH1R0TH Wrote: Caused by: java.nio.charset.UnsupportedCharsetException: Shift_JIS
at java.nio.charset.Charset.forName(Unknown Source)
at jpcsp.HLE.modules150.sceCcc.<clinit>(sceCcc.java:46)
The "Shift_JIS" character set is not supported by your JVM. Could you try the r2829 and edit the file LogSettings.xml, line 64 to read:
Code:
<level value ='info' />
(replace "off" by "info"). You have to make this change before starting Jpcsp. Post the generated log.txt. This will list the charsets supported by your JVM.

Thanks!


RE: Problem from the review r2822 - S3PH1R0TH - 11-04-2012

Thanks, problem solved with r2829.


RE: Problem from the review r2822 - gid15 - 11-04-2012

(11-04-2012, 04:12 PM)S3PH1R0TH Wrote: Thanks, problem solved with r2829.
Could you post the log file as requested above, thanks.


RE: Problem from the review r2822 - S3PH1R0TH - 11-08-2012

(11-04-2012, 04:23 PM)gid15 Wrote:
(11-04-2012, 04:12 PM)S3PH1R0TH Wrote: Thanks, problem solved with r2829.
Could you post the log file as requested above, thanks.

I could not send the log file, beacuse when triying to open the emulator version of where does the problem (r2822), i open the start-windows-x86.bat and I get window cmd.exe with the above error, without displaying the common interface emulator.


RE: Problem from the review r2822 - gid15 - 11-09-2012

(11-08-2012, 06:15 PM)S3PH1R0TH Wrote:
(11-04-2012, 04:23 PM)gid15 Wrote:
(11-04-2012, 04:12 PM)S3PH1R0TH Wrote: Thanks, problem solved with r2829.
Could you post the log file as requested above, thanks.

I could not send the log file, beacuse when triying to open the emulator version of where does the problem (r2822), i open the start-windows-x86.bat and I get window cmd.exe with the above error, without displaying the common interface emulator.

As explained above, the change in the LogSettings.xml will allow to create a log file even if the normal interface is not displayed.

gid15 Wrote:The "Shift_JIS" character set is not supported by your JVM. Could you try the r2829 and edit the file LogSettings.xml, line 64 to read:
Code:
<level value ='info' />
(replace "off" by "info"). You have to make this change before starting Jpcsp. Post the generated log.txt. This will list the charsets supported by your JVM.