About   Users   Help
Users & Guests Online
On Page: 1
Directory: 3 & 120
Entire Site: 6 & 890
Page Staff: tgags123, pokemon x, tgags123, supercool22, SonicOlmstead, Barathemos, Furret,
05-23-26 08:24 AM

Forum Links

Related Threads
Coming Soon

Thread Information

Views
1,535
Replies
3
Rating
0
Status
CLOSED
Thread
Creator
dwarfguy2
11-03-10 10:55 AM
Last
Post
Jayyedx
11-03-10 11:46 AM
Additional Thread Details
Views: 281
Today: 0
Users: 0 unique

Thread Actions

Thread Closed
New Thread
New Poll
Order
 

Snes java error

 

11-03-10 10:55 AM
dwarfguy2 is Offline
| ID: 269774 | 28 Words

dwarfguy2
Level: 17


POSTS: 6/44
POST EXP: 756
LVL EXP: 22013
CP: 3.0
VIZ: 5838

Likes: 0  Dislikes: 0
So yeah. Tried to run Kirby's Avalanche, through the Java emulator, but then I got an error. It said: "exception: java.lang.IllegalArguementException: Width (0) and Height (0) cannot be
So yeah. Tried to run Kirby's Avalanche, through the Java emulator, but then I got an error. It said: "exception: java.lang.IllegalArguementException: Width (0) and Height (0) cannot be

--------------------
Member
Overlord of the underworld


Affected by 'Laziness Syndrome'

Registered: 10-25-10
Location: Underground fortress of doom.
Last Post: 5675 days
Last Active: 5345 days

11-03-10 11:03 AM
Clayton 2 is Offline
| ID: 269780 | 41 Words

Clayton 2
Level: 59


POSTS: 195/767
POST EXP: 29019
LVL EXP: 1626730
CP: 4845.9
VIZ: 139741

Likes: 0  Dislikes: 0
The SNES Java emulator isn't the best thing in the world. Use the Vizzed RGR plugin. It works with all the SNES games, it can save it, and it works with many other systems as well, click here to get it.
The SNES Java emulator isn't the best thing in the world. Use the Vizzed RGR plugin. It works with all the SNES games, it can save it, and it works with many other systems as well, click here to get it.

Vizzed Elite
A class D license!


Affected by 'Laziness Syndrome'

Registered: 05-02-10
Location: Milwaukee, WI
Last Post: 3076 days
Last Active: 938 days

11-03-10 11:24 AM
dwarfguy2 is Offline
| ID: 269796 | 21 Words

dwarfguy2
Level: 17


POSTS: 7/44
POST EXP: 756
LVL EXP: 22013
CP: 3.0
VIZ: 5838

Likes: 0  Dislikes: 0
Except I happen to have an imac. It would have been mentioned, but for some reason my post was cut off.
Except I happen to have an imac. It would have been mentioned, but for some reason my post was cut off.

--------------------
Member
Overlord of the underworld


Affected by 'Laziness Syndrome'

Registered: 10-25-10
Location: Underground fortress of doom.
Last Post: 5675 days
Last Active: 5345 days

11-03-10 11:46 AM
Jayyedx is Offline
| ID: 269812 | 90 Words

Jayyedx
Level: 31


POSTS: 31/176
POST EXP: 6879
LVL EXP: 182149
CP: 16.0
VIZ: 8180

Likes: 0  Dislikes: 0
Do you have an updated version of java?
If so, did you try uninstalling and reinstalling java?
If so, are you running on Linux, by any chance?
If you are, this MIGHT be of use, but that's all I can do for you without the rest of the error message:








Problem(Abstract)
On some Linux® machines, when you run the WebSphere® Transformation Extender Launcher Administration, Management Console, and Resource Registry tools, they might fail to start with the the following Java® exception: java.lang.IllegalArgumentException: Width (0) and height (0) cannot be <= 0.

Symptom
The Java stack trace for the error might contain the following exception details:


Exception in thread "main" java.lang.IllegalArgumentException: Width (0) and height (0) cannot be <= 0
at java.awt.image.DirectColorModel.createCompatibleWritableRaster(DirectColorModel.java:1031)
at sun.awt.X11.XFramePeer.setIconImage(XFramePeer.java:245)
at sun.awt.X11.XFramePeer.postInit(XFramePeer.java:103)
at sun.awt.X11.XBaseWindow.init(XBaseWindow.java:146)
at sun.awt.X11.XBaseWindow.(XBaseWindow.java:179)
at sun.awt.X11.XWindow.(XWindow.java:112)
at sun.awt.X11.XComponentPeer.(XComponentPeer.java:128)
at sun.awt.X11.XPanelPeer.(XPanelPeer.java:55)
at sun.awt.X11.XWindowPeer.(XWindowPeer.java:77)
at sun.awt.X11.XDecoratedPeer.(XDecoratedPeer.java:64)
at sun.awt.X11.XFramePeer.(XFramePeer.java:69)
at sun.awt.X11.XToolkit.createFrame(XToolkit.java:380)
at java.awt.Frame.addNotify(Frame.java:524)
at java.awt.Window.show(Window.java:539)
at java.awt.Component.show(Component.java:1337)
at java.awt.Component.setVisible(Component.java:1290)
at com.ibm.websphere.dtx.launcher.gui.EventServerAdmin.(Unknown Source)
at com.ibm.websphere.dtx.launcher.gui.EventServerAdmin.main(Unknown Source)

Cause
The Sun AWT (Abstract Window Toolkit) class

Resolving the problem
Sun® Microsystems, Inc. has re-implemented Sun AWT as documented in the "XToolkit on Solaris/Linux" tech note that is located on the following Web page:
http://java.sun.com/javase/6/docs/technotes/guides/awt/1.5/xawt.html

The tech note starts with the following announcement about the new
XToolkit implementation:
“Starting with release J2SETM 5.0, AWT has been re-implemented on the Solaris and Linux platforms." It explains the advantages of implementing
the new Toolkit, and continues with the following statement about the
default Toolkit version on Linux in J2SE 5.0:
“The new Toolkit (XToolkit) is the default on Linux in J2SE 5.0.”

To resolve the java.lang.IllegalArgumentException exception on Linux, set
the following environment variable before you run the WebSphere Transformation
Extender Management Tools:

export AWT_TOOLKIT=MToolkit

When you run the WebSphere Transformation Extender Launcher Administration, Management Console, and Resource Registry tools, they
should now start successfully and not throw the Java exception.


Product Alias/Synonym
WTX Mercator DSTX DTX


Source: IBM
Do you have an updated version of java?
If so, did you try uninstalling and reinstalling java?
If so, are you running on Linux, by any chance?
If you are, this MIGHT be of use, but that's all I can do for you without the rest of the error message:








Problem(Abstract)
On some Linux® machines, when you run the WebSphere® Transformation Extender Launcher Administration, Management Console, and Resource Registry tools, they might fail to start with the the following Java® exception: java.lang.IllegalArgumentException: Width (0) and height (0) cannot be <= 0.

Symptom
The Java stack trace for the error might contain the following exception details:


Exception in thread "main" java.lang.IllegalArgumentException: Width (0) and height (0) cannot be <= 0
at java.awt.image.DirectColorModel.createCompatibleWritableRaster(DirectColorModel.java:1031)
at sun.awt.X11.XFramePeer.setIconImage(XFramePeer.java:245)
at sun.awt.X11.XFramePeer.postInit(XFramePeer.java:103)
at sun.awt.X11.XBaseWindow.init(XBaseWindow.java:146)
at sun.awt.X11.XBaseWindow.(XBaseWindow.java:179)
at sun.awt.X11.XWindow.(XWindow.java:112)
at sun.awt.X11.XComponentPeer.(XComponentPeer.java:128)
at sun.awt.X11.XPanelPeer.(XPanelPeer.java:55)
at sun.awt.X11.XWindowPeer.(XWindowPeer.java:77)
at sun.awt.X11.XDecoratedPeer.(XDecoratedPeer.java:64)
at sun.awt.X11.XFramePeer.(XFramePeer.java:69)
at sun.awt.X11.XToolkit.createFrame(XToolkit.java:380)
at java.awt.Frame.addNotify(Frame.java:524)
at java.awt.Window.show(Window.java:539)
at java.awt.Component.show(Component.java:1337)
at java.awt.Component.setVisible(Component.java:1290)
at com.ibm.websphere.dtx.launcher.gui.EventServerAdmin.(Unknown Source)
at com.ibm.websphere.dtx.launcher.gui.EventServerAdmin.main(Unknown Source)

Cause
The Sun AWT (Abstract Window Toolkit) class

Resolving the problem
Sun® Microsystems, Inc. has re-implemented Sun AWT as documented in the "XToolkit on Solaris/Linux" tech note that is located on the following Web page:
http://java.sun.com/javase/6/docs/technotes/guides/awt/1.5/xawt.html

The tech note starts with the following announcement about the new
XToolkit implementation:
“Starting with release J2SETM 5.0, AWT has been re-implemented on the Solaris and Linux platforms." It explains the advantages of implementing
the new Toolkit, and continues with the following statement about the
default Toolkit version on Linux in J2SE 5.0:
“The new Toolkit (XToolkit) is the default on Linux in J2SE 5.0.”

To resolve the java.lang.IllegalArgumentException exception on Linux, set
the following environment variable before you run the WebSphere Transformation
Extender Management Tools:

export AWT_TOOLKIT=MToolkit

When you run the WebSphere Transformation Extender Launcher Administration, Management Console, and Resource Registry tools, they
should now start successfully and not throw the Java exception.


Product Alias/Synonym
WTX Mercator DSTX DTX


Source: IBM

____________________
Member
Time-Tested Lurker


Affected by 'Laziness Syndrome'

Registered: 09-23-09
Location: Jayyedx Town
Last Post: 4864 days
Last Active: 4460 days

(edited by Jayyedx on 11-03-10 11:50 AM)    

Page Comments

Dove4JS - 12-12-20 05:26 AM
no image
joldboy70 - 07-10-20 11:13 AM
test
joldboy70 - 07-10-20 11:12 AM
test
savage23157 - 04-08-20 01:33 PM
Hi im new vizzed
zokuza - 11-18-19 09:08 AM
final got playstaion games unlock yes baby digimon world here i com
yoshirulez! - 02-10-17 08:45 PM
MAY MAYS
yoshirulez! - 02-10-17 08:45 PM
maymays
yoshirulez! - 02-07-17 11:13 PM
OwO what's this?
yoshirulez! - 02-07-17 11:13 PM
OwO what's this?
yoshirulez! - 02-07-17 11:13 PM
OwO what's this?

Adblocker detected!

Vizzed.com is very expensive to keep alive! The Ads pay for the servers.

Vizzed has 3 TB worth of games and 1 TB worth of music.  This site is free to use but the ads barely pay for the monthly server fees.  If too many more people use ad block, the site cannot survive.

We prioritize the community over the site profits.  This is why we avoid using annoying (but high paying) ads like most other sites which include popups, obnoxious sounds and animations, malware, and other forms of intrusiveness.  We'll do our part to never resort to these types of ads, please do your part by helping support this site by adding Vizzed.com to your ad blocking whitelist.

×