-
Posts
7,266 -
Joined
-
Last visited
-
Days Won
27
Content Type
Profiles
Forums
Articles
Downloads
Gallery
Blogs
Everything posted by Retro808
-
'The Same Command-Line Parameters' error in Launchbox.
Retro808 replied to MontyMole's topic in Troubleshooting
Can you post a pic of what you have showing on your "Details" tab? -
Please do not post your issue in multiple threads. Since you started a thread for your issue continue to use that thread to troubleshoot.
-
In LB right click over a platform name in the left hand window pane. You will see a pop-up open allowing you to add or delete platforms, categories, or playlists.
-
- 734 comments
-
- bigbox
- custom bigbox themes
-
(and 1 more)
Tagged with:
-
Ahhh...could be your version. I am on betas and in recent betas the team added some updates to rom importing.
-
Launchbox keeps crashing (after wanting to import a Plugin)
Retro808 replied to TathanLIVE's topic in Troubleshooting
If you remove the DemulImporter plugin folder from your build does LB open? I think you mentioned removing, but just confirming. I have never used that plugin so just downloaded it and placed it in the plugins folder and LB works fine -
Not sure why it is not working for you. I just tested importing the 4 turtles files you mentioned into a clean install and LB had no issues importing. Also tried the same steps below and imported those 4 TMNT with about 200 games and no issue. What version LB are you using?
-
LaunchBox doesn't import all games even checking "import duplicates".
Retro808 replied to ci2own's topic in Troubleshooting
I tested importing the 6-player version and had to check both since I already had a version of X-Men imported. On a clean build I just needed to check the "Import Clones" option. -
LaunchBox doesn't import all games even checking "import duplicates".
Retro808 replied to ci2own's topic in Troubleshooting
You may need to check either or both of the options for "Force Import Duplicate" and "Import All Clones". LB is likely seeing that rom as a clone and a duplicate game. -
Yes, and the non-full mame importer is not perfect. Sometimes it missed a random game here and there. Which is why sometimes you needed to check to force a duplicate import. Again as mentioned before partly why many wanted to full importer for better parsing.
-
Yes, the full importer and individual rom import can differ. The Full importer does its job reading the Mame.xaml generated by Mame so it has the data it needs to know what each rom is. With the rom file option you need to provide some information so LB knows what to do as it was not perfect. I believe that was one of the reason's users had been asking for a full Mame importer to better use Mame's parsing of data.
-
Those are not two separate games. It is the same game just a different rom version of the game. So in situations like this you need to check to box for "Force Import Duplicate".
-
Running dat files on sega naomi via retroarch
Retro808 replied to UFBoricua84's topic in Troubleshooting
For Naomi lst files are outdated. You want to use the zip files from a more recent (or the latest) Mame rom set. -
This has been addressed in the beta thread. Newest beta has a work around that seems to be helping some users. So you can either test the beta and see if it helps or wait for the next stable release (ETA currently unknown).
-
Neon Deluxe Arcade - 16:9 (Big Box Theme)
Retro808 replied to Mr. RetroLust's topic in Big Box Custom Themes
Is the SSD formatted ExFat for NTFS? If ExFat that is likely the issue. Some symlink issues can occur with ExFat so we recommend NTFS as the format. To test copy your \Theme folder and paste it into your \Core folder and see if it works. -
Neon Deluxe Arcade - 16:9 (Big Box Theme)
Retro808 replied to Mr. RetroLust's topic in Big Box Custom Themes
Can you post the error you are getting. Also is your build on an external drive by chance? -
We know this is an issue with EmuMovies. It has been stated a couple times in various threads about the downloading issues. It is a "timing out" issue with the current EmuMovies API. The recent betas have put some system work arounds in place to try an alleviate this issues. If beta testing is not your thing you would need to wait for the next stable release. See the post below from out beta thread.
-
Use the option for Rom files.
-
@gaialily You will need to span the image across the columns. Try adding Grid.ColumnSpan="2" to the images line of code. The canvas is laid out in a grid of rows and columns of certain heights and widths. Right now you are confining the image to column 1 which is only as wide as you see the image. Spanning it across 2 columns will allow it to be as wide as you see the games notes are. If you want to be able to precisely see the rows and columns you can add ShowGridLines="True" to the main grid and when the Pause appears grid lines will show. This way you can see how to adjust. when done just delete it or set it to False. (See below how I and where to add it. <!-- VIEW START --> <Canvas Name="Canvas"> <Grid Height="{Binding ElementName=Canvas, Path=ActualHeight}" Width="{Binding ElementName=Canvas, Path=ActualWidth}" ShowGridLines="True">
-
Seems to have been resolved in discord channel.
-
Look in your LB main folder. You should be a \Manuals folder.
-
Setting image priorities for "Steam Banners"?
Retro808 replied to ZeSystem's topic in Troubleshooting
-
Glad you at least figured out Power-up. Easy to mistake which exe you have set if you have a few emulator options in your set-up. Dredd imported fine for me just by drag and drop of the zip. If you already have the other Acclaim version you need to make sure you check the "Import Duplicate" box.
-
That only 2 important settings in the game are what shows on in the "Launching" spot and the "Emulation" spot. Can you confirm in the Launching section it is pointing to the correct folder path and rom file? Your other games work, correct? Otherwise I am not sure why it would not launch. All LB really does is send the command line to Mame to tell it what game to launch. Below are my settings.