View Single Post
  #4  
Unread 05-04-2010, 05:43 PM
lolio lolio is offline
A Young Mystail Rat
 
Join Date: Jan 2006
Server: Antonia Bayle
Posts: 3
Default

I am on blackburrow and have rebooted many times. When I try for the first time after a reboot i get a registry exception thrown error that looks like this

Exception thrown while reading registry

java.io.IOException: Cannot run program "reg": CreateProcess error=2, The system cannot find the file specified
at java.lang.ProcessBuilder.start(Unknown Source)
at java.lang.Runtime.exec(Unknown Source)
at java.lang.Runtime.exec(Unknown Source)
at java.lang.Runtime.exec(Unknown Source)
at de.pala.updater.IO.RegistryQuery.regStringQuery(RegistryQuery.java:27)
at de.pala.updater.IO.RegistryQuery.eq2RegQuery(RegistryQuery.java:49)
at de.pala.updater.GUI.Main.getRegKey(Main.java:735)
at de.pala.updater.GUI.Main.<init>(Main.java:178)
at de.pala.updater.profitui.Startup$1.run(Startup.java:62)
at java.awt.event.InvocationEvent.dispatch(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.io.IOException: CreateProcess error=2, The system cannot find the file specified
at java.lang.ProcessImpl.create(Native Method)
at java.lang.ProcessImpl.<init>(Unknown Source)
at java.lang.ProcessImpl.start(Unknown Source)
... 17 more

Reply With Quote