Jump to content
LaunchBox Community Forums

duerra

Members
  • Posts

    129
  • Joined

  • Last visited

Everything posted by duerra

  1. Don't get me wrong, I appreciate the community rally to maintain what many of us consider to be a necessary and critical plugin, but it's also a bit unsustainable.
  2. Yeah, I track that thread. That build is not likely targeted for the new runtime version, which is why I ask. It is also effectively being vibe-hacked back into submission. Those of us tracking that thread understand that the plugin is operating on desperate fumes right now due to the disappearance of @fraganator. It needs a proper maintainer, preferably starting from the real code, and I'm not sure we're ever going to get it.
  3. I see another .NET runtime update is on the list for the v13.28 release. Does this mean all our plugins are going to break again? I can't live without a working version of Archive Cache Manager 😅
  4. I could be wrong but I don't think NeoTeo roms are supposed to be extracted. ACH can be configured to copy the files over without extraction, though, where the emulator will pick it up with its internal handling.
  5. The disappearance of @fraganator and hacked fixes (that I'm grateful for) to this super important extension leave me anything but at-ease!
  6. I've upgraded to 13.26 and tried to re-download media, but I'm still not getting any videos from Steam on the latest version. Anybody else having this issue?
  7. I'm interested in this. Especially with the sunsetting of Win10 and the push to Win11, which is much more aggressive with data collection and privacy concerns. There's not a ton of games I can't play on Linux anymore, so I'm all in for a native Linux-friendly version of LB.
  8. Hey all, I've submitted a feature request to properly support tags in LaunchBox, and import tags from Steam during imports. The idea here is pretty straightforward - to better empower automatically updating playlists/platform categories/etc. for large libraries, being able to filter by tags would be an incredibly welcome addition. This would make it trivially easy to create lists for sub-genres of games. I'd welcome the votes to help it garner more attention! https://feedback.launchbox.gg/p/support-tags-import-from-steam I'd really love to be able to easily create automatically updating lists for categories such as "VR", "Metroidvania", "Souls-like", "FPS", etc.
  9. Aha, this was it; thank you @AZUR3US - somehow I must not have had the latest .NET runtime.
  10. One note - there should not even be any 7-zip extraction being performed for the file in question, since for this emulator it's "Copy" only. It's still happening for emulators requiring extraction too, however.
  11. Yeah, which is how I originally got it working. Unless I missed a step somewhere.
  12. @snaphat I see you're actively maintaining a fork of the original plugin. Do one of your unreleased commits address the 7-zip errors using the latest LaunchBox release? It looks like this isn't only happening to me. I had it working on a previous LB version. I tried the latest build from 2 weeks ago and I am getting the "7-Zip returned an error when trying to extract the archive." error message.
  13. This error has returned for me, too. After the latest update. I'll review the previous instructions for managing the 7-zip error. Edit: Nothing in managing the ThirdParty/7-zip folder seems to be resolving the issue for me.
  14. I appreciate your ongoing efforts here @sbamsbamsbam
  15. I left a bug report here: https://feedback.launchbox.gg/p/if-a-game-title-has-special-chars-downloaded-images-are
  16. If I add the missing .jpg file extension for these games, the cover now renders.
  17. Here's my images folder; note the missing file extension.
  18. This seems like a possibility. The other game I also have on Steam, which doesn't have the issue, but also doesn't have the TM symbol:
  19. I did that - you can even see the refresh in the video, as well as that when I open the edit dialogue window again the images are no longer there. I've repeated multiple attempts and the images never "save". This is happening with at least 2 games, both of which are imported from the Epic Game Store.
  20. Please see the attached video. I'm trying to download images for this ( and other) game from Epic, and it finds the images and shows them, but then the images disappear and they do not show in the LaunchBox list view (even after refreshing). Is this a known bug? LaunchBox_V5gN88QBeT.mp4
  21. Yesss! This works for me after following your instructions. I don't use multi-roms archives, so that doesn't apply to me right now, so I appreciate this! I also overwrote the .original files in the plugin's 7-zip directory with the other version just in case those ever come into play.
  22. Unfortunately I'm still getting the 7-zip error in this version. I'm also not getting any info in the logs about what could be going wrong. It doesn't output any information indicating an error.
  23. Long story short, I don't believe the actual problem is 7-zip, but rather the ini-parser dependency in this project and its compatibility with the .NET 9.0 target framework.
  24. In this source, I'm seeing src/ini-parser/src/IniParser/IniParser.csproj reference: <TargetFrameworks>netstandard2.0</TargetFrameworks> I think this needs to be updated, likely to <TargetFrameworks>net9.0</TargetFrameworks>
×
×
  • Create New...