• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

Unable to run WurstSetup on Windows 10

Status
Not open for further replies.
Level 15
Joined
Aug 7, 2013
Messages
1,337
Edit: I ran it in administrator command prompt and this time it worked. However, there should be instructions on the setup site to tell Windows users this. Second, it should explain how to run a jar if a user doesn't know java--I had to run on command line using java -jar, not by double clicking the jar file.

Hi,

I downloaded the WurstSetup.jar and ran it from windows command line. I got an error (below).

I have a clean Windows 10 64 bit machine I installed just yesterday from OEM disk. I am using the latest Java for JDK/JRE: 9.0.1.

Code:
WARNING: Please consider reporting this to the maintainers of global.WinRegistry
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
java.lang.IllegalArgumentException: input == null!
        at java.desktop/javax.imageio.ImageIO.read(Unknown Source)
        at ui.UiManager$initUI$1.run(UiManager.kt:14)
        at java.desktop/java.awt.event.InvocationEvent.dispatch(Unknown Source)
        at java.desktop/java.awt.EventQueue.dispatchEventImpl(Unknown Source)
        at java.desktop/java.awt.EventQueue.access$500(Unknown Source)
        at java.desktop/java.awt.EventQueue$3.run(Unknown Source)
        at java.desktop/java.awt.EventQueue$3.run(Unknown Source)
        at java.base/java.security.AccessController.doPrivileged(Native Method)
        at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
        at java.desktop/java.awt.EventQueue.dispatchEvent(Unknown Source)
        at java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
        at java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
        at java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
        at java.desktop/java.awt.EventDispatchThread.pumpEvents(Unknown Source)
        at java.desktop/java.awt.EventDispatchThread.pumpEvents(Unknown Source)
        at java.desktop/java.awt.EventDispatchThread.run(Unknown Source)
 
Last edited:
Status
Not open for further replies.
Top