Jason Carr Posted March 29, 2018 Author Posted March 29, 2018 Beta 6 is out now guys with fixes for the plugin issues and the items listed above. @eatkinola Let me know if you see any more plugin issues. 1 Quote
ckp Posted March 29, 2018 Posted March 29, 2018 On 3/29/2018 at 4:39 PM, Jason Carr said: This issue appears to be caused by that plugin; somehow the plugin is looking for the PCSX2.EXE file in the wrong place, and so it's getting a FileNotFoundException. I don't think there's anything I can do to fix this since the plugin is somehow getting the wrong path. I'm guessing this is a "current directory" issue somehow, but the plugin developer will have to solve it. Expand Hmm, but don't think I have any issues or errors if I use old LB gui. I'll double check. On 3/29/2018 at 4:39 PM, Jason Carr said: That's odd. Might be the same weird sorting bug we ran into with LaunchBox. Of course I can't replicate it, but I'll look into it. Does this apply to everything except for platform categories? Expand On the left pane where platforms are listed (when showing by platform) if I click to show Publisher or Developer, it is not sorted properly, but it is sorted properly in old LB. Quote
ckp Posted March 29, 2018 Posted March 29, 2018 On 3/29/2018 at 4:39 PM, Jason Carr said: Background images should be working properly and the same as LaunchBox, so I'm not sure what's going on there. Expand The background image does show and work when i highlight a game, but I can set it to be much more faded in old LB. It's not faded in LB.Next so it kinda gets in your face (for my preference anyway). In old LB I have it set to be very faded so it's hardly seen. hope that makes sense, I don't have LB next to me to use the right setting names in the options. Quote
Jason Carr Posted March 29, 2018 Author Posted March 29, 2018 On 3/29/2018 at 5:06 PM, ckp said: Hmm, but don't think I have any issues or errors if I use old LB gui. I'll double check. Expand It doesn't really matter if it happens or not in the old LaunchBox; I'm guessing that somehow the plugin is assuming that the current directory is a certain directory (an unsafe assumption), which is likely causing the issue. On 3/29/2018 at 5:06 PM, ckp said: On the left pane where platforms are listed (when showing by platform) if I click to show Publisher or Developer, it is not sorted properly, but it is sorted properly in old LB. Expand Yeah, I get that. I'm wondering though if it happens for any of the sidebar options or just for Publisher and Developer. My hunch is that it happens for everything except for Platform Category. On 3/29/2018 at 5:09 PM, ckp said: The background image does show and work when i highlight a game, but I can set it to be much more faded in old LB. It's not faded in LB.Next so it kinda gets in your face (for my preference anyway). In old LB I have it set to be very faded so it's hardly seen. hope that makes sense, I don't have LB next to me to use the right setting names in the options. Expand Ah, I see. Yeah, I haven't yet implemented background fading for LaunchBox.Next. Quote
ckp Posted March 29, 2018 Posted March 29, 2018 On 3/29/2018 at 5:13 PM, Jason Carr said: Yeah, I get that. I'm wondering though if it happens for any of the sidebar options or just for Publisher and Developer. My hunch is that it happens for everything except for Platform Category. Expand I'm certain most sorted properly. But not these two. I didn't check every single one though. Figured you would check. Quote
NJDave71 Posted March 29, 2018 Posted March 29, 2018 (edited) On 3/29/2018 at 2:59 AM, Rincewind said: Seems to of broken the HelperControl_v4 plugin @Jason Carr Expand The latest 8.1 beta 6 fixes the issue. Edited March 29, 2018 by NJDave71 Quote
eatkinola Posted March 29, 2018 Posted March 29, 2018 (edited) On 3/29/2018 at 5:52 PM, NJDave71 said: It Looks like Something changed in the launchbox with one of the beta version...... @Jason Carr do you i need to address this?? Expand I suspect it's the same issue related to my plugin library throwing exceptions. Looks like Jason fixed it with Beta 6, but I can't test it until later today. See if beta 6 fixed that exception for your plugin. Edited March 29, 2018 by eatkinola 1 Quote
NJDave71 Posted March 29, 2018 Posted March 29, 2018 On 3/29/2018 at 3:05 AM, Jason Carr said: Whoops. Yup, I'll fix that for the next beta guys. Sorry for the breaking change there. Expand Just when i had it working 100% along comes a beta and BAM!!!! Quote
NJDave71 Posted March 29, 2018 Posted March 29, 2018 On 3/29/2018 at 5:56 PM, eatkinola said: I suspect it's the same issue related to my plugin library throwing exceptions. Looks like Jason fixed it with Beta 6, but I can't test it until later Tuesday. See if beta 6 fixed that exception for your plugin. Expand Yes, it has been fixed...... This community is very fast with finding things. 1 Quote
Jason Carr Posted March 29, 2018 Author Posted March 29, 2018 On 3/29/2018 at 5:16 PM, ckp said: I'm certain most sorted properly. But not these two. I didn't check every single one though. Figured you would check. Expand None of them are sorted incorrectly for me in my testing. I ask the questions that I ask for good reason lol. Glad to hear that the plugin issues have been fixed. Quote
ckp Posted March 29, 2018 Posted March 29, 2018 I can screenshot the sorting tonight if you want. I'll try the latest Beta too. 1 Quote
ckp Posted March 30, 2018 Posted March 30, 2018 beta 6 still comes up with the game tile pane empty until you click another platform. Quote
ckp Posted March 30, 2018 Posted March 30, 2018 (edited) i'm not sure what hide games missing videos should do since out of my 4471 games, checking that feature shows 13 games in the ALL platform, yet i have ZERO videos for any games. Edited March 30, 2018 by ckp Quote
alec100_94 Posted April 1, 2018 Posted April 1, 2018 (edited) @Jason Carr I am the developer of the previously mentioned PCSX2 Plugin, thanks for the heads up about the current directory issue, and thanks to @ckp for finding the issue. I had made the assumption that Directory.GetCurrentDirectory() would always point to the LaunchBox root directory, where that doesn't appear to always be the case in LaunchBox.Next. LaunchBox.Next looks awesome btw, and I cannot wait to see how it progresses. Edited April 1, 2018 by alec100_94 1 Quote
eatkinola Posted April 1, 2018 Posted April 1, 2018 On 3/29/2018 at 4:57 PM, Jason Carr said: @eatkinola Let me know if you see any more plugin issues. Expand If all games for a platform are hidden (e.g., you want to hide that platform): p.HasGames(showHidden, showBroken); ...still returns true (I would expect false). p.GetGameCount(showHidden, showBroken); ...appropriately returns zero. Just noticed this while working on a plugin; thought I'd mention in case has anything to do with prior post by @ckp. 1 Quote
Jason Carr Posted April 1, 2018 Author Posted April 1, 2018 On 4/1/2018 at 3:51 PM, alec100_94 said: @Jason Carr I am the developer of the previously mentioned PCSX2 Plugin, thanks for the heads up about the current directory issue, and thanks to @ckp for finding the issue. I had made the assumption that Directory.GetCurrentDirectory() would always point to the LaunchBox root directory, where that doesn't appear to always be the case in LaunchBox.Next. LaunchBox.Next looks awesome btw, and I cannot wait to see how it progresses. Expand Thank you Alec; that makes sense. That was probably a side effect of how the original LaunchBox was programmed. You should be able to get the startup folder with System.Windows.Forms.Application.GetStartupPath(), which should ensure that you're in the right folder. Quote
Jason Carr Posted April 1, 2018 Author Posted April 1, 2018 Thanks @eatkinola; I'll look into that. Quote
Jason Carr Posted April 2, 2018 Author Posted April 2, 2018 Hey all, beta 7 is out now with more of the LaunchBox.Next system menu working. All menu items have been populated in the system menu, but not all of the items work (and some of the Tools menu items currently just don't do anything at all...working on that). However, I have the bottom progress bar working section implemented, and a number of items do use it properly, such as Download Metadata and Media. I'm still trudging through implementing all the menu items, which is the worst part of all of this, but I expect to be done with the rest of the menu items by the end of the week, after which we'll likely put out the official release. After that we can focus on getting image groups and arrange by working in LaunchBox.Next, and then of course the right-hand game details sidebar, which is the bulk of the remaining features to implement. We're getting there. At the same time, we're also working on the two Retroarch-related items from the poll: including Retroarch cores in the Launch With menu and simplifying Retroarch core selection. Those may or may not make it into the next official release. Thanks all. 2 Quote
Jason Carr Posted April 2, 2018 Author Posted April 2, 2018 One more thing; please let me know if games are still not populating on first launch in beta 7. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.