EmuNewz Network

Full Version: Problem from the review r2822
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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.


(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!
Thanks, problem solved with r2829.
(11-04-2012, 04:12 PM)S3PH1R0TH Wrote: [ -> ]Thanks, problem solved with r2829.
Could you post the log file as requested above, thanks.
(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.
(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.