C-Beats Posted July 12, 2023 Share Posted July 12, 2023 18 minutes ago, Jason Carr said: New Feature: LaunchBox now has its own notifications system that helps better track information and errors; history is also available in the new notifications center (bell icon) in the top right of the window. The notifications center is available in both of the Default themes, and can be easily added to any custom themes. A new option is available under Tools > Options > General > Notifications to switch between LaunchBox notifications, Windows notifications, and message boxes. For any theme developers wanting to get the notification center (the new notification bell icon/button) to your themes you simply need to copy lines 312-400 of Default's MainView to your theme and then tweak to your liking. Let us know if you're having too much problems trying to integrate it into your themes. 2 2 Link to comment Share on other sites More sharing options...
kobaturtle Posted July 12, 2023 Share Posted July 12, 2023 (edited) New default theme is great even though I'm not a fan of the green play button. Also, I noticed playlists fanart background does not show in details panel. It is working with other LB themes Edited July 12, 2023 by kobaturtle 1 Link to comment Share on other sites More sharing options...
C-Beats Posted July 12, 2023 Share Posted July 12, 2023 2 minutes ago, kobaturtle said: I noticed playlists fanart background does not show in details panel Are you referring to the top section where the clear logo is or the rest of the panel where the actual game information resides? Link to comment Share on other sites More sharing options...
kobaturtle Posted July 12, 2023 Share Posted July 12, 2023 (edited) 28 minutes ago, C-Beats said: Are you referring to the top section where the clear logo is or the rest of the panel where the actual game information resides? Yes, top right menu: Same issue for platform category panel Edited July 12, 2023 by kobaturtle Link to comment Share on other sites More sharing options...
C-Beats Posted July 13, 2023 Share Posted July 13, 2023 Thanks for the report @kobaturtle. I tracked down the cause and it's not something that was the theme itself but related to another change we made. This would have affected other themes as well as Big Box pretty heavily so was a nice catch! 1 Link to comment Share on other sites More sharing options...
TheNewClassics Posted July 13, 2023 Share Posted July 13, 2023 Thanks for the update team. Could you guys expand upon the dynamic controller inputs for BB? Is there an option somewhere the user needs to select? Link to comment Share on other sites More sharing options...
C-Beats Posted July 13, 2023 Share Posted July 13, 2023 55 minutes ago, TheNewClassics said: Thanks for the update team. Could you guys expand upon the dynamic controller inputs for BB? Is there an option somewhere the user needs to select? We have a bug in that some of the files tied to this change aren't being placed correctly in the theme folder. Once done this feature uses a converter we've had but was only used on an unreleased theme of mine that should display a button image based on the input you have bound to that action. You won't see the image right now, but the XAML is in place and can be gleaned if you want to add it to another theme. 1 Link to comment Share on other sites More sharing options...
Drybonz Posted July 13, 2023 Share Posted July 13, 2023 (edited) Guys, the new default theme looks really nice at a glance, but if I use my mouse wheel to scroll down the game details panel it scrolls just a bit and then freezes. If I use the scrollbar I can scroll all the way down. *edit* Actually, sorry... it seems it's also happening with the platform details pane. Edited July 13, 2023 by Drybonz Link to comment Share on other sites More sharing options...
C-Beats Posted July 14, 2023 Share Posted July 14, 2023 I'd assume your mouse is getting stuck in the media list or some other control that is using the mouse wheel event. Link to comment Share on other sites More sharing options...
Drybonz Posted July 14, 2023 Share Posted July 14, 2023 It appears you have to mouse over different segments of the panel to be able to continue scrolling through it, instead of just hovering over any place on the panel as you would expect, or as you would with other themes. Link to comment Share on other sites More sharing options...
dbalcar Posted July 14, 2023 Share Posted July 14, 2023 On 7/10/2023 at 6:44 AM, BiRaitBec said: @dbalcar I Have Bally Astrocade games working fine. Make sure they are in .zip formats and that they are bin files. Well I tested 13.6 beta 3 and still on the Ready to import screen it is empty and no files get imported. thanks, yes they are zip files with .bin files inside. on the import LB does not see any files. Link to comment Share on other sites More sharing options...
dbalcar Posted July 14, 2023 Share Posted July 14, 2023 3 minutes ago, dbalcar said: thanks, yes they are zip files with .bin files inside. on the import LB does not see any files. Here are the screenshots with the settings. Link to comment Share on other sites More sharing options...
dbalcar Posted July 14, 2023 Share Posted July 14, 2023 I am seeing these errors in the debug log. Would anyone know if this is normal? Thanks 2023-07-14 03:55:55 PM Game.PlayCount changed from 0 to 1: Mafia Contract II: The Sequel (Sinclair ZX Spectrum) 2023-07-14 03:55:55 PM MarkGamePlatformChanged called: Mafia Contract II: The Sequel (Sinclair ZX Spectrum) - PlayCount = 1 2023-07-14 03:55:55 PM WARNING: MarkGamePlatformChanged Early Out! LoadComplete: False, Game is not null 2023-07-14 03:55:55 PM MarkGamePlatformChanged called: () - LastPlayedDate = 8/20/2021 12:09:11 PM 2023-07-14 03:55:55 PM WARNING: MarkGamePlatformChanged Early Out! LoadComplete: False, Game is not null Link to comment Share on other sites More sharing options...
C-Beats Posted July 14, 2023 Share Posted July 14, 2023 That's likely caused by the fact you're pointing to MAME but not using MAME romnames 10 minutes ago, dbalcar said: Caused by the fact you're using MAME as an emulator but using zips that aren't MAME files and so they don't get included since they aren't in the MAME xml. Use a diff emulator (or none) during the import then change the emulator to MAME after you're done. Link to comment Share on other sites More sharing options...
C-Beats Posted July 14, 2023 Share Posted July 14, 2023 1 minute ago, dbalcar said: I am seeing these errors in the debug log. Would anyone know if this is normal? Thanks 2023-07-14 03:55:55 PM Game.PlayCount changed from 0 to 1: Mafia Contract II: The Sequel (Sinclair ZX Spectrum) 2023-07-14 03:55:55 PM MarkGamePlatformChanged called: Mafia Contract II: The Sequel (Sinclair ZX Spectrum) - PlayCount = 1 2023-07-14 03:55:55 PM WARNING: MarkGamePlatformChanged Early Out! LoadComplete: False, Game is not null 2023-07-14 03:55:55 PM MarkGamePlatformChanged called: () - LastPlayedDate = 8/20/2021 12:09:11 PM 2023-07-14 03:55:55 PM WARNING: MarkGamePlatformChanged Early Out! LoadComplete: False, Game is not null Normal logs at this point. I can review how needed they are before we release final. Link to comment Share on other sites More sharing options...
dbalcar Posted July 14, 2023 Share Posted July 14, 2023 3 minutes ago, C-Beats said: That's likely caused by the fact you're pointing to MAME but not using MAME romnames Caused by the fact you're using MAME as an emulator but using zips that aren't MAME files and so they don't get included since they aren't in the MAME xml. Use a diff emulator (or none) during the import then change the emulator to MAME after you're done. Thanks, I changed it to another emulator since it would not let me leave that blank. but I get them imported now. Now I just need to get mame set right so they will play. Thanks for the help. Link to comment Share on other sites More sharing options...
dbalcar Posted July 14, 2023 Share Posted July 14, 2023 7 minutes ago, C-Beats said: Normal logs at this point. I can review how needed they are before we release final. Thanks Link to comment Share on other sites More sharing options...
thewhite Posted July 15, 2023 Share Posted July 15, 2023 (edited) 13.6 i get a error "Width and Height must be non-negative." every time i exit the edit menu of a game (save or cancel). I try 2 platform switch from french to english, run the setup again in the same folder, reboot... The send report window freeze and close after few seconds. *********** UPDATE *********** It crash only if "game details" (ctrl+T) are hidden. So i suppose it's not only me can have this problem. error.txt Edited July 15, 2023 by thewhite Link to comment Share on other sites More sharing options...
Rlad Posted July 15, 2023 Share Posted July 15, 2023 On 7/14/2023 at 12:17 AM, Drybonz said: Guys, the new default theme looks really nice at a glance, but if I use my mouse wheel to scroll down the game details panel it scrolls just a bit and then freezes. If I use the scrollbar I can scroll all the way down. *edit* Actually, sorry... it seems it's also happening with the platform details pane. On 7/14/2023 at 1:57 PM, C-Beats said: I'd assume your mouse is getting stuck in the media list or some other control that is using the mouse wheel event. Because the Carousel is in the bottom half of the screen in the new theme, as opposed to the the top half in others your scrolling always gets 'stuck' unless you consciously move your pointer below it, it is kind of annoying. The new theme does look great though (with a bit of tweaking), but that video shrink bug is still there. and these namco video ratios are off 1 Link to comment Share on other sites More sharing options...
TheNewClassics Posted July 15, 2023 Share Posted July 15, 2023 I'm getting the "Could not retrieve achievements" error in BB for any game I've checked, not sure if it's from this beta. I've verified my API key and rescan all my roms for the correct hashes. Link to comment Share on other sites More sharing options...
Recommended Posts