Remove Ad, Sign Up
Register to Remove Ad
Register to Remove Ad
Remove Ad, Sign Up
Register to Remove Ad
Register to Remove Ad
Signup for Free!
-More Features-
-Far Less Ads-
About   Users   Help
Users & Guests Online
On Page: 1
Directory: 1 & 108
Entire Site: 8 & 1676
Page Staff: pokemon x, pennylessz, Barathemos, tgags123, alexanyways, supercool22, RavusRat,
05-16-24 04:23 PM

Forum Links

Related Threads
Coming Soon

Thread Information

Views
1,316
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: 132
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: 20538
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: 4939 days
Last Active: 4608 days

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

Clayton 2
Level: 58


POSTS: 195/767
POST EXP: 29019
LVL EXP: 1521136
CP: 4838.4
VIZ: 139704

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: 2339 days
Last Active: 202 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: 20538
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: 4939 days
Last Active: 4608 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: 170769
CP: 12.0
VIZ: 7875

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: 4128 days
Last Active: 3724 days

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

Links

Page Comments


This page has no comments

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.

×