arnoldpalmer Posted May 12, 2020 Share Posted May 12, 2020 (edited) I open osbot and get the boot screen, put my credentials in and try and press launch for stealth injection and nothing happens... same for mirrored mode. Please help java version "1.8.0_251" Java(TM) SE Runtime Environment (build 1.8.0_251-b08) okay so i changed the name to OSBot.jar cause it was the only way to get it to open in cmd prompt and typed java -jar desktop\OSBot.jar boot menu opened up as usual and then i Launch(steal injection) and cmd prompt spit this out C:\Users\14843>java -jar desktop\OSBot.jar [DEBUG][05/12 10:55:44 AM]: Injected 2 field list filters [DEBUG][05/12 10:55:44 AM]: Injected 2 field filters [DEBUG][05/12 10:55:44 AM]: Injected 2 method list filters [DEBUG][05/12 10:55:44 AM]: Injected 3 method filters java.io.IOException: Cannot run program ""C:\Program Files (x86)\Java\jre1.8.0_251\bin\java.exe"" (in directory "C:\Users\14843"): CreateProcess error=740, The requested operation requires elevation at java.lang.ProcessBuilder.start(Unknown Source) at org.osbot.Boot.iIIIIiiiiIiI(tr:413) at org.osbot.Boot.launch(tr:706) at org.osbot.IA.IIIiiiiIIIii(lz:766) at org.osbot.IA.iiiiIiiIIIIi(lz:205) at javax.swing.AbstractButton.fireActionPerformed(Unknown Source) at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source) at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source) at javax.swing.DefaultButtonModel.setPressed(Unknown Source) at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source) at java.awt.Component.processMouseEvent(Unknown Source) at javax.swing.JComponent.processMouseEvent(Unknown Source) at java.awt.Component.processEvent(Unknown Source) at java.awt.Container.processEvent(Unknown Source) at java.awt.Component.dispatchEventImpl(Unknown Source) at java.awt.Container.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source) at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source) at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source) at java.awt.Container.dispatchEventImpl(Unknown Source) at java.awt.Window.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.EventQueue.dispatchEventImpl(Unknown Source) at java.awt.EventQueue.access$500(Unknown Source) at java.awt.EventQueue$3.run(Unknown Source) at java.awt.EventQueue$3.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source) at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source) at java.awt.EventQueue$4.run(Unknown Source) at java.awt.EventQueue$4.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(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=740, The requested operation requires elevation at java.lang.ProcessImpl.create(Native Method) at java.lang.ProcessImpl.<init>(Unknown Source) at java.lang.ProcessImpl.start(Unknown Source) ... 41 more (first time user, but im pretty sure ive done everything correctly.) I had 0 issues running osb on my mac, just tried it... but would still like to use on windows Edited May 12, 2020 by arnoldpalmer Quote Link to comment Share on other sites More sharing options...
ExtraBotz Posted May 12, 2020 Share Posted May 12, 2020 I haven't seen this issue before but it looks like it can't find the Java executable. This could have to do with your %JAVA_HOME% variable. I also noticed for some reason this has double quotations. Perhaps you copy and pasted the wrong %JAVA_HOME% variable? ""C:\Program Files (x86)\Java\jre1.8.0_251\bin\java.exe"" Quote Link to comment Share on other sites More sharing options...
arnoldpalmer Posted May 12, 2020 Author Share Posted May 12, 2020 1 hour ago, ExtraBotz said: I haven't seen this issue before but it looks like it can't find the Java executable. This could have to do with your %JAVA_HOME% variable. I also noticed for some reason this has double quotations. Perhaps you copy and pasted the wrong %JAVA_HOME% variable? ""C:\Program Files (x86)\Java\jre1.8.0_251\bin\java.exe"" I was able to solve this thanks to you, my java home path was never set, thank you Quote Link to comment Share on other sites More sharing options...