Jump to content
UBot Underground

brandonpoc

Members
  • Content Count

    36
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by brandonpoc

  1. Costura worked, *after* the nightmare of getting it to work properly with VS Studio 2015. I'm not sure what the deal is but it couldn't compile the right version, and then when I'd try to switch versions, the previous ones info would be embedded in the metadata of the project and I'd have to start a new one. Apparently the MSBuild format for the project isn't right on the latest version of Costura. So, to help people out - if you need Costura.Fody to work w/ VS Studio .Net 2015 (or if it's giving you the MSBuild XML errors anywhere else), try this: Make sure you have .Net 4.7.2 installed a
  2. Is doing all of that statically thread-safe for uBot, as long as the functions themselves are thread safe? And do you know of any examples of plugins that the source is avaialble for that do something similar- such as a SQL database plugin or something? Thanks
  3. Thanks, going to give it a try! I have several other plugin-related queries as well, being that the Plugin development page on the Wiki while being somewhat informative and describes the interfaces and implementation to each class, isn't too clear on how they all work together and to the uBot program itself, and the examples of source code available of actual working plugins are somewhat lacking. For instance, for my plugin I intend on having it work like this: 1) Create a redis connection (returned by function, assigned by variable); this will be an instantiated object that is unique to
  4. I decided to try my hand at extending uBot functionality and write a plugin. I'm writing a Redis database plugin to allow interfacing with the server, set/get'ing, etc; however, uBot is not able to load the plugin because, I assume, the DLL provided (installed by "nugat", a package manager for .Net that installs assemblies) isn't being found. After snooping on system calls I see uBot is trying to access a key in the registry with the assembly DLL in the name, but not looking for the DLL file in any capacity. I would assume that the function(s) being used from the assemblies would get included
  5. Okay - is there anything listing other limitations with external browser use such as that limitation with proxies?
  6. Thanks, I hope it solves the problems for time being so people can start crankin' at v6.. Also have a comment on something I found weird, might want to take a look into it- the UBotCefBrowser executable log was reporting that it couldn't find CEFSharp.core.dll or something like that even though it could load it and it did load it. The DLL is located in the %APPDATA%\uBot Studio\Browser\<ubot version>\ directory, exactly where it would expect to find it. Not sure if's related or maybe causing an issue for others. But I verified it did load yet it still complained in the log. Regards
  7. Which version of Firefox must be installed on the computer in order to use the gecko driver? Firefox is not executing for me, however Chrome is. And with that said - is there a version of Chrome that will work best? Also, is there some kind of updated documentation for 6.x? I got all these emails saying that it would be the greatest coming since Jesus Christ, but I'm at a loss for some documentation to really dig in. On the scripting reference page there is no reference to the 'external browser' command, for instance.
  8. Try installing the 32-bit redistributable MSVC++ libraries from Microsoft on the computer trying to run the bot. This fixed the issue with uBot 5.9 and 6.0 on various computers. It might solve your issue as it sounds the same. Go to https://www.microsoft.com/en-us/download/details.aspx?id=52685 and click the red DOWNLOAD button. Click the 32-bit version (x86) -and 64-bit if you want, if its not installed - and then install the 32-bit version. Try running the bot again after it's installed. Regards Brandon
  9. FIXED (INSTRUCTIONS WITHIN) After opening a debugger on the software a bit for myself, and seeing what libraries loaded and where dynamic calls were failing (because the DLLs were missing/incorrect versioned/etc), which I imagine the programmers/developers should've done , and found I was completely wrong on it being on the remote side. Instead, I found that the problem is that it needs the *32-bit* Microsoft Visual Studio (in particular "MSVCP140.dll", aka MSVC++ runtime library) redistributable libraries (DLLs etc) as apparently uBot is a 32-bit program. I discovered this by just watchin
  10. Buddy, Thanks. Just trying to figure it out. I noticed the CEF browser log was complaining about not being able to find CEFSharp.Core.Dll but the DLL gets loaded (as confirmed by system call monitoring) and is present in the main install directory. I changed the config files to accept different versions of .Net hoping that would help, no dice. I saw it trying to load the MSVC++ .Net 2015 redistributable DLLs and installed that, and it loaded the DLL, but still same outcome in uBot Studio loading (exact same thing, sits at Verifying License). This was same case in 7, 10, server 2012, etc.
  11. Tried it on a separate Windows 7 x64 and 32-bit machine, and on a Windows 2012 R2 Datacenter w/ GUI, fresh installs w/ .Net 4.5 and 4.7.2 etc, still did not work. Still stuck at "Validating License". Fucking hell people. Keep in mind this is a completely different server, running under VMware, on a different network, running different installs of the two OSes than the Windows 7 and Windows 10 my laptop were. Oh, and same goes for my VMware on my OS X box. Still didn't do shit. Can we entertain me for a minute and, for the love of God, somebody contact me on the phone or Skype or something
  12. Okay, I kept insisting it was on server side but , if it's client side, why's it hanging waiting for a response? Very confused. I installed the two different uBot versions, 6 and 5.9, on both Windows 7 and Windows 10 *clean* installs, each trying .Net 4.5 and .Net 4.7. None worked. tcpview showed that connections to the license server (amongst others including Yahoo?) were being left open. Very confused as to what's happening then. EDIT: I'm launching some Windows 7 and Windows server VMs on my network and going to see if uBot works on any of these.
  13. I'm definitely thinking this is uBot's server-side; I just CLEAN installed Windows 10 Pro on the same laptop completely from scratch, deleting the partition and recreating it, doing a fresh Windows 10 Pro installation, and a fresh uBot 6.0.3 install does NOT work. Exact same situation as before. The problem has to be in your licensing scripts. If it's not, figure it out then. Someone for the love of God fix this damn thing. UPDATE: Grabbed 5.9.57 install MSI and proceeded to uninstall uBot 6.0.3 and install 5.9.57. It downloaded assets, I logged in, and it offered me the upgrade to 6.0.3.
  14. Another small update- I notice if I don't upgrade to 6.0.3 and, upon the notification bar asking me if I wish to upgrade, selecting either Remind me later or Skip, the splash screen sits at 'Checking for updates' versus 'Verifying license'. Once I then kill the uBot processes and re-start it, it gets stuck at Validating license. I'll say this again - could this have something to do with unresponsive license validation function on the remote side. Have you uBot staff checked your web server logs? Because honestly I'm noticing that all the connections made aside from the Update ones are stayin
  15. Where can I get the previous 5.x version? I can see then if this version works on my computer.
  16. Going to install 4.5.2 now and try it. Will report back. Update: made no difference.
  17. It'd be good to get a solution to this - I haven't been able to use uBot 6 yet. ALso FTR Ive got the latest VC++ runtime distributable + .Net 4.7.2
  18. Killed the process dozens of times, restarted; reinstalled 3 times, restarted, no dice; disabled firewall, enabled firewall, doesn't matter. It was installed to a fresh Windows 7 build too. It appears that the problem is on the remote side. The server is (probably) not returning the response it wants. I say this because the other day it was erroring out on a remote server error. When I sniff the traffic it appears as it sends the request to various servers (it connects to a good amount of them on startup for some reason, including something at Yahoo) and it just sits there. The connections rem
  19. Hello, I have reached out to support and got a message back, asking me to uninstall, delete uBot related Application Data, reboot, and install again in order to remedy this problem but it has not fixed it. I have contacted them again with a follow-up but have not heard back. I have had a license for uBot for over 4 years now and paying for the Pro copy for the entire time for updates. I never had a problem (although I rarely used it) with version 5, but with version 6 I cannot get it to load. It sits at "Validating License...". I start uBot from a fresh install and it downloads the asset
  20. I just bought support so I could get the latest copy. I am now running 5.9.4. Juno (as well as a few other sites, evidently) are still giving this error. Seriously, one of the uBot Studio programmers needs to look at this. It's ridiculous. There's no reason that loading a website that loads just fine from Internet Explorer, Chrome, Firefox, Safari, Opera, hell maybe even NCSA Mosaic (lol) would fail to load in a uBot Studio window. How in the world do we submit a bug? Because apparently submitting a bug here doesn't work. They do not listen.
  21. This is a pretty serious bug that prevents people from using uBot Studio to its full potential. Has anyone filed a bug report? Has anyone spoke with the programmers?
  22. I guess someone should submit a bug report but I don't think I'll benefit from it since I cannot upgrade :/
  23. I have uBot Studio 4.2.16 on Windows 7, and when trying to access the Juno webmail signup page: http://account.juno.com/s/cart?action=addFreeEmailToCart I get the following error in the uBot browser: I am unable to load the page at all. I have tried accessing through proxies as well to no avail and tried it in uBot Studio on both Windows 7 and Windows XP. The page that leads to the signup is: http://www.juno.com/freeemail by clicking the green button "Get Started". I am unable to upgrade to a newer version of uBot Studio as apparently my upgrade license expired a while back. I b
×
×
  • Create New...