maxreich Posted May 23, 2023 Share Posted May 23, 2023 (edited) Hello, I am attempting to start up a bot on windows and keep receiving the Could not load stream library error. I have attached the log below. I've tried deleting and reinstalling the entire folder to no avail, but not overly tech savvy--so I am struggling to decipher the log. Thanks for any help. [INFO][05/23 07:21:08 PM]: Welcome to OSBot 2.6.67! [INFO][05/23 07:21:08 PM]: Loaded 0 RS accounts! [INFO][05/23 07:21:13 PM]: Updated injection hooks for client revision : 213! [DEBUG][Bot #1][05/23 07:21:14 PM]: Initializing mirror client bot... [INFO][05/23 07:21:14 PM]: Started bot #1 [ERROR][Bot #1][05/23 07:21:15 PM]: nattachfail java.lang.RuntimeException: s3 at client.GT.bra(Unknown Source) at client.FkGP.we(Unknown Source) at client.emu.ViIy.run(Unknown Source) Caused by: java.lang.UnsatisfiedLinkError: C:\AppData\Local\Temp\qqrr7571636706052323476.dll: Operation did not complete successfully because the file contains a virus or potentially unwanted software at java.lang.ClassLoader$NativeLibrary.load(Native Method) at java.lang.ClassLoader.loadLibrary0(Unknown Source) at java.lang.ClassLoader.loadLibrary(Unknown Source) at java.lang.Runtime.load0(Unknown Source) at java.lang.Runtime.load(Unknown Source) ... 3 more [ERROR][Bot #1][05/23 07:21:17 PM]: legacyload java.lang.ClassNotFoundException: com.sun.tools.attach.spi.AttachProvider at java.lang.ClassLoader.findClass(Unknown Source) at org.osbot.lpT3.findClass(fs:128) at java.lang.ClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Unknown Source) at client.zMbV.<clinit>(Unknown Source) at client.GT.mlhd(Unknown Source) at client.GT.vwmp(Unknown Source) at client.nat.stream.Stream.bra(Unknown Source) at client.FkGP.we(Unknown Source) at client.emu.ViIy.run(Unknown Source) [ERROR][Bot #1][05/23 07:21:17 PM]: Could not load stream library java.lang.RuntimeException: Could not load stream library at client.nat.stream.Stream.bra(Unknown Source) at client.FkGP.we(Unknown Source) at client.emu.ViIy.run(Unknown Source) Caused by: java.lang.RuntimeException: s2 ... 3 more Edited May 23, 2023 by maxreich Link to comment Share on other sites More sharing options...
KnightOfZero Posted May 24, 2023 Share Posted May 24, 2023 Caused by: java.lang.UnsatisfiedLinkError: C:\AppData\Local\Temp\qqrr7571636706052323476.dll: Operation did not complete successfully because the file contains a virus or potentially unwanted software Something thinks there's a virus in that directory Link to comment Share on other sites More sharing options...
Space Posted May 24, 2023 Share Posted May 24, 2023 22 hours ago, maxreich said: Caused by: java.lang.UnsatisfiedLinkError: C:\AppData\Local\Temp\qqrr7571636706052323476.dll: Operation did not complete successfully because the file contains a virus or potentially unwanted software Turn off your antivirus, I've never had this issue personally. Try going to C:\Users\YOURUSER\.Osbot < Delete that folder, make sure osbot is shut down first. Ensure you have Java 8 installed Link to comment Share on other sites More sharing options...
maxreich Posted May 24, 2023 Author Share Posted May 24, 2023 42 minutes ago, Space said: Turn off your antivirus, I've never had this issue personally. Try going to C:\Users\YOURUSER\.Osbot < Delete that folder, make sure osbot is shut down first. Ensure you have Java 8 installed Ah yes, was the antivirus. Cheers lad! Link to comment Share on other sites More sharing options...