Jump to content
LaunchBox Community Forums

C-Beats

Administrators
  • Posts

    4,496
  • Joined

  • Last visited

  • Days Won

    14

Everything posted by C-Beats

  1. What theme are you running? Does it still happen for you when using the Default theme?
  2. Windows 7 isn't a supported operating system by either Windows or us. The last version we have that we can confirm will work with Windows 7 is 11.2. This theme utilizes logic implemented in 11.10 and so I have my doubts you will be able to run it on Windows 7. That being said I'm fairly confident the issue you and @Hifihedgehog are reporting is not caused by .NET dependencies.
  3. Should be able to just stick a Label or TextBox inside of a border and do the same thing without the need for additional event logic. Then can add logic to ensure the bubble doesn't get too big, or potentially put a canvas in the border (and the text inside of that canvas) to simply scale the text to fit the bubble (though long title names could shrink to become unreadable).
  4. BulkEdit wasn't touched this release so if there is an issue it isn't new. Could you please use the Help & Support link above to report the issue and give us details of the steps you are taking and what the outcome was so we can try to replicate and correct.
  5. Thanks for the update and hard work @arzoo. If you get any more reports that you need help tracking down on the LB/BB side of things don't hesitate to reach out.
  6. Glad you were able to get it figured out. Cool to see how excited everyone is to try out all the new stuff with 11.10. Be interesting to see what everyone does with it.
  7. You need to lower the width property of the orthographic camera.
  8. InputBindings has the BigBoxBack tags for doing it with a controller.
  9. You're looking for the <KeyboardBack> tags. If you want escape to be the binding set it to 13.
  10. RDP is a lot more resilient than HTTP/S. There are built in mechanisms into RDP that allows it to simply delay or queue messages until net connection resumes, and then it pushes them all to keep you in pace. HTTP/S and the processes we use do not have that redundancy. I would assume that it is either a routing issue, or you are having issues with packet loss. I doubt it's a complete network disconnect, but I suppose it's possible.
  11. Yeah. That error typically means one of two things. You lost internet connection or your connection isn't stable. You are sending requests but not receiving the response, whether it be because your net cut out or the packet was some how dropped.
  12. Could you get me the entire message of "A connection attempt failed because the conneted party...". It looks like your internet connection is cutting out during the import process.
  13. Not sure what you mean by the joys didn't switch. Multiple Items selected, in LaunchBox in the Content View (the games) you can select more than one game at a time, that is what I'm referring to.
  14. The usual cause of this is one of the games on the list don't have a startup file or root folder assigned. We have some fixes coming in the next version to help with this.
  15. One thing of note when using LEDBlinky with LaunchBox in relation to this report is that if you have multiple items selected the GameSelect event doesn't happen, if you hit play we just play the first item selected in the selection. That COULD result in a GamePlay event firing without a GameSelect event happening first.
  16. So is the issue always happening or only sometimes? Saw in the log file that you ARE sending GameSelect on two games (one of which was contra) so want to make sure I'm understanding what is going on.
  17. Could I get the following information for the users having this problem ( @Headrush69 @Golfboy01 ). Are you having this issue when launching via LaunchBox or Big Box? If Big Box, what GamesView are you using?
  18. We have a fix in for this coming in the next version. In short it is caused by having altered Color Management settings in Windows. If you go to Control Panel and open Color Management. Then look in the advanced tab, ONE of those values PROBABLY isn't "System default" and so it causes issue when loading the icons for the context menu.
  19. I am able to confirm this is issue and will get a fix in place to correct.
  20. Ticket is always appreciated, but I saw the post and will take a look.
  21. Just drag the executable from File Explorer to LaunchBox and run the importer
  22. Wall View at this time doesn't have the index (the function you are referring to). All the other views have a single navigation axis (you go up/down or left/right, but not both). Wall View has two, because of this we've been a bit torn on how best to implement the index in a way that's intuitive without getting in the way of your normal navigation.
  23. Typically errors like this are caused because of network traffic degradation. Things like packet loss. All of our media is hosted on the same server and so if you can download SOME images but not all it may be that your connection to the server isn't stable. After a download fails, can you run the tool again immediately after and grab the image or no? If not what game are you having the most problems with.
  24. At this point in time I do not believe LaunchBox will be able to detect EA Play games. The new EA Play system uses whole new API calls than the old Origin system so we have to start over and see if we can get access to those calls to build a importer for it.
×
×
  • Create New...