Advertisement
asciicat

java.io.IOException: The device is not ready

Mar 1st, 2013
189
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. C:\ralm>java -jar rotmgModSelector_1.01.jar
  2. java.io.IOException: The device is not ready
  3.         at java.io.WinNTFileSystem.canonicalize0(Native Method)
  4.         at java.io.Win32FileSystem.canonicalize(Unknown Source)
  5.         at java.io.File.getCanonicalPath(Unknown Source)
  6.         at com.nilly.rotmg.modifier.gui.MainWindow.initializeConfig(MainWindow.java:252)
  7.         at com.nilly.rotmg.modifier.gui.MainWindow.initialize(MainWindow.java:93)
  8.         at com.nilly.rotmg.modifier.gui.MainWindow.<init>(MainWindow.java:83)
  9.         at com.nilly.rotmg.modifier.gui.MainWindow$1.run(MainWindow.java:69)
  10.         at java.awt.event.InvocationEvent.dispatch(Unknown Source)
  11.         at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
  12.         at java.awt.EventQueue.access$200(Unknown Source)
  13.         at java.awt.EventQueue$3.run(Unknown Source)
  14.         at java.awt.EventQueue$3.run(Unknown Source)
  15.         at java.security.AccessController.doPrivileged(Native Method)
  16.         at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
  17.         at java.awt.EventQueue.dispatchEvent(Unknown Source)
  18.         at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
  19.         at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
  20.         at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
  21.         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
  22.         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
  23.         at java.awt.EventDispatchThread.run(Unknown Source)
  24.  
  25. C:\ralm>pause
  26. Press any key to continue . . .
  27.  
  28.  
  29. --------------------------------------------------------------------------------
  30.  
  31.  
  32. c:\ralm>java -version
  33. java version "1.7.0_15"
  34. Java(TM) SE Runtime Environment (build 1.7.0_15-b03)
  35. Java HotSpot(TM) 64-Bit Server VM (build 23.7-b01, mixed mode)
  36.  
  37. c:\ralm>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement