-
Posts
146 -
Joined
-
Last visited
Content Type
Profiles
Forums
Articles
Downloads
Gallery
Blogs
Everything posted by polygonslayer
-
Hi, So I've not really been following the development too closely lately, but saw that now apparently Rocketlauncher and Lanchbox can talk to each other. So I decided to update both and now everything is broken. I switched the emulator in LB to use the official Rocket Launcher entry. I have set Launchbox up as the default frontend in RL and my systems come listed into RL now with the naming I got there. The first thing is that some of my naming don't match what RL expects so it doesn't know what emulator to use. Is there a quick way to tell RL or LB which system is which? Before I did this manually by listing each system under associated platforms. It says it's not necessary there any more, but can I list them anyway? The second thing is that when I try to start any game on any system (even one that the naming matches and RL finds the default emulator) I get this error: --------------------------- AutoHotkey.dll --------------------------- Error: Memory limit reached (see #MaxMem in the help file). Line# 1318: systemXML := CheckFile(frontendPath . "\LaunchBox.xml") 1319: FileRead,xmlContents,%systemXML% 1321: if (substr(frontendPath,1,1) = substr(dbPath . "\" . dbName . "." . dbExt, 1, 1)) 1322: searchStringStart := "<ApplicationPath>" . getrelativepath(frontendPath,dbPath . "\" . dbName . "." . dbExt) . "</ApplicationPath>" 1323: Else 1324: searchStringStart := "<ApplicationPath>" . dbPath . "\" . dbName . "." . dbExt . "</ApplicationPath>" 1325: searchStringEnd := "</Game>" ---> 1326: GameXMLInfo := StrX(xmlContents,searchStringStart,1,0,searchStringEnd,1,0) 1327: if !(GameXMLInfo) 1327: { 1328: currentobj := {} 1329: currentobj.Label := "Name" 1330: currentobj.Value := game 1331: infoObject.Insert(currentobj["Label"], currentobj) 1332: Log("BuildDatabaseTable - Ended - no ""Game Name"" found. Assigning """ . game . """ to the label ""Name""",2) The current thread will exit. --------------------------- OK --------------------------- I've looked around on forums, but the error is so long to search for and searching for any of the keys in it doesn't seem to show up anything. Any help would be greatly appreciated Thanks! EDIT: I also keep getting this error when trying to launch anything that uses Retroarch directly through RL: File.__New -fullFilePath parameter cannot be blank to instantiate this class Maybe someone know what this means? Cheers
-
Hi again, finally been able to try out those tricks. None of them seemed to do anything unfortunately, but it's the HDD for sure. Whenever it happens I get a spike on the read shown in the task manager while RAM, CPU etc are fine and no change. Cheers guys, not sure if there would be a solution to it :/ not the end of the world anyway. :) Cheers
-
I've searched on there and google in general yeah, the ones I've found are about general stutter and the ones that I found that I thought might be the issue have not worked :/ It happens in both software and hardware and I tried openGL, Direct 9 and 11. No speedhacks are on and I tried most of the settings in various configurations. I have not tried to apply a 4gb patch though, might try that! :) But yeah, it's not the end of the world and in long gaming sessions I tend to forget about it. It might be one of those weird things that just happens on certain hardware/software configurations and maybe down the line it "fixes itself". :) Cheers
-
Hi all you knowledgeable people :) I got a small problem with PCSX2 that has been bugging me for a while now. It is not a massive deal, and I've tried to tinker with it and read up online, but so far no luck. Basically I get what I can only describe as "micro stutters" in PCSX2. It seems to happen with most games I try on it. The game runs perfectly, no slow down or anything, but every now and again there is a slight stutter. Maybe every 5-10min or so the game will stop for 0.25-0.5 seconds, then resume fine. It's not too bad, but it's jarring. I tried to turn v-sync off and on in the PCSX2 settings, I tried to set my graphics card into performance mode with no result. I tried various revisions of PCSX2 as well. It also happens regardless if I got the game running at 1080p or in native resolution. I got a fairly good computer and don't really have much problem running anything else so I find it kind of baffling. Especially considering the games run perfectly smooth apart from this "micro stutter". Anyone else had this problem? or maybe know what could be causing it? Cheers :)
-
Getting the same error in Big Box mode as well, normal Launchbox work fine though :)
-
I set it up a few weeks back and it was fairly simple. There should be a checkbox in the settings somewhere to enable it, the only thing I think you also need to make sure to do is to uncheck the option that saves the state of the rom when you exit or something. I remember reading that it would interfere with the high score saving properly, but not tested that myself (since I didn't use it).
-
Rocketlauncher + WinUAE + Launchbox
polygonslayer replied to polygonslayer's topic in Troubleshooting
The command is the same setup as with all the other emulators (which work). The platform at the start is already present in the list so shouldn't be that :/ There was Amiga already present on the list, I just renamed it in LB to Commodore Amiga. Really weird that it's working on every other system I got set up, but for some reason WinUAE doesn't like it set up like this in LB even though it works perfectly launching from Rocketlauncher :/ Could be more of a Rocketlauncher thing, wonder if it happens if I had another frontend send the command :/ EDIT: Ok, I've discovered something. By giving a test game a custom command-line parameter including the file name it works... so like this: -p LaunchBox -f "C:\Users\Erlend\LaunchBox\LaunchBox.exe" -s "Commodore Amiga" -r "Battleships_v1.0" but it would be a bit of a pain to have to do this to every game... Could it be that the -r command to send the file name for some reason has problems with the way the rom/zip files are named in the WHD set? :/ Although that sounds a bit weird as well. -
Somewhat related to this. I would be interested in something like this as well, but mostly for some sort of autobackup function. I would like it if I could designate save file folder to be backed up automatically (either locally or online, dropbox?). Does anyone know if there is a software that can do this? Maybe one that will copy which ever save files have changed to another hard drive/network/dropbox when you turn off the HTPC? Perhaps some future Launchbox functon? To have it designate save folder that it will backup to a selected location? (not requesting, just throwing an idea out). Just something I've been thinking about that might also be used for something like this? :)
-
Rocketlauncher + WinUAE + Launchbox
polygonslayer replied to polygonslayer's topic in Troubleshooting
Hey experts :) I've been experimenting with getting Amiga games into Launchbox. I got them all set up and working perfectly in RocketLauncher (WHD collection), but when I add them to Launchbox I get the following error in AmigaDOS: "Unknown Command runme.exe" I got WinUAE set up exactly like all my other emulators; -p LaunchBox -f "C:\Users\*****\LaunchBox\LaunchBox.exe" -s "Commodore Amiga" -r but for some reason it doesn't seem to work with either WinUAE or WHD games? Since it's showing an exe file in AmigaDOS I presume something is going wrong with sending the command from Launchbox? maybe regarding the zip file? Just not sure and I've searched everywhere for a solution :/ I suppose I could set it up to launch just from Launchbox, but I would really like for it to work with RocketLauncher as well. Any help would be great, cheers! :) -
Hey, I'm about to look into importing Amiga games and I remembered looking at this thread a while ago. Not sure, but has there been a good solution for scraping them based of the whd file names? Cheers :)
-
SentaiBrad said Personally, I stick with Desmume in standalone form. As far as a save bug, I haven't heard of one. For the stylus, If I needed to I just use the mouse, or mouse and controller. I've used the left side of a controller before. Also, most games have stylus support but a majority of games use a d-pad and face buttons still too. For a game like Legend of Zelda you can use the mouse and the left side of your controller; Or right side if you're left handed with a mouse. As far as Filters for the X432R version you need to be using Direct3D or DirectX backends if I recall. It should be an option. Hmm... might have to see when it comes to it if I can get the save issue (whatever it is) to work since I would rather not use the mouse unless the game is unplayable without it. If for some games having the mouse on the right analog stick is slightly clunky, then I can probably live with it and it would be better than having to use the mouse on the couch or drag out a book or something to have it on.
-
Has the save issue been sorted, or does anyone know if there is a fix? I'm thinking of setting up DS in LB soon myself and was thinking of using Retroarch because it apparently has support for controlling the stylus with one of the analog sticks. Something the standalone version does not (from what I've read, but I could be wrong?). If not, what solutions do other people have for the stylus? I got my HTPC set up in the living room and would prefer to be using the gamepad as much as possible. :)
-
Should I go with an SSD or an HDD for my build?
polygonslayer replied to Tatts4Life's topic in Monkeys
I've not noticed any performance hit having put about 5 of the games I want to run faster on my SSD. I'm sure there is technically a difference, but not noticeable on the game I got there or for my eyes :) I'd personally have virtually zero loading in Dark Souls 2 for example and maybe a tiny performance hit (somewhere) than having to wait through loading screens in that game. Personal preference I suppose :) -
Should I go with an SSD or an HDD for my build?
polygonslayer replied to Tatts4Life's topic in Monkeys
Highly recommend getting and SSD for you main OS drive. Windows boots up so fast I most times don't have time to reach for the remote and turn on the TV before it's ready to go :) I got a 500gb SSD where I also store some PC games I want faster loading in, Launchbox itself and any other programs (as long as they don't take up too much space), I find this to be plenty of space to be honest, but I suppose it depends on your needs and budget. Also as long as you got your disc based systems unzipped I can't imagine they being much faster on an SSD, it's already just a couple of seconds to mount an image and the emulator boots it so toss them all on your big drive/s. I find it hard to go back to my laptop whenever I need to turn it on, takes foreeeeever to boot into windows. :P -
Drybonz said I would also like to see this option... it's one of those things that would save a lot of time if you are going through a large number of files. (a confirmation dialog would make sure you didn't accidentally delete a file) I also wouldn't mind seeing the "import rom" on the right click menu... although that's a minor issue. I would still prefer an option for the function to be turned off, I know I have myself accidentally pressed "Yes" on pop up boxes when I wasn't paying attention, and with a big group of people, maybe some alcohol... I rather not having the option there under those circumstances :P
-
Sounds reasonable to me as long as there is a way to turn off the option to delete (either the rom or entry) since if I got lots of people over I don't want them to just accidentally delete my roms when in Big Box mode :)
-
I think I might have encountered a similar problem last night when I was trying to set up some CPS-1 games using FBA. I was doing a test and just imported a bunch of them to see if things were working (also running Rocketlauncher in the background so problems might be there as well, I need to investigate). While some games worked fine, when I tried to launch 1942 it just opens FBA with the blank screen, but to lanch the game in FBA I have to select the one called 1942r1 which is a clone of 1942 I believe. The problem is that there is no 1942r1.zip file, it seems this version is somehow emebeded in the 1942 zip file? But when clicking play on it in LB it just sends the command to boot 1942.zip which on it's own doesn't work (it has a circle with red line on it in FBA as well). I tried to experiment with the command line to make it send instructions to launch it using 1942r1, but no luck. Tonight I might try and remove RocketLauncher from it and see if I can get it working directly through LB first, or my other plan it to get MAME and see if I can get it working there, but it sounds like similar issues are there. :/ I'm kind of a newbie to the arcade emulation (only really done NeoGeo games before in FBA) so not sure if I'm doing things right.
-
Hi, Is there a way, or if not is it on your schedule to implement a parent/kid mode? In my library of games there are some violent games that I might not let kids see when letting them browse the games. Would be cool if you could tag games either based on rating or as Adult then have them be hidden if you launch it, then have them appear with a password.
-
Hi, While I have been adding info and games to Launchbox I have noticed that my C drive has gone down in space by quite a bit. I ran Windirstat and found that in \AppData\Local\Temp there were a bunch of what seems to be either backup, or in progress versions of LaunchBox.xml. All in weird names. I could even open them in Notepad++ I assume these are not needed and we should delete them? Mine counted into a whopping 140gb!!!! Space I would like for other stuff :P Is this an issue others have found as well? Is it supposed to delete these itself (LB) ? I tried to cut/pase them into another place to see if LB worked fine and it seems to be totally fine. So I take it they are just junk? Cheers
-
aaaaaand I found it. For some reason it added it as a new system and I didn't notice. Delete!!! haha :P (I did do a dumb thing!!)
-
Hi, I was editing my games and while trying to test it I must have accidentally hit a button or shortcut because the game just vanished. I tried to show hidden games, still nothing. I also tried to re-add it, but I get the message that 0 games were imported successfully. What dumb thing did I do? :p Cheers
-
Would be awesome to have this built in to Launchbox. You can do it if you run your emulators through RocketLauncher, but I haven't set that part up myself so no idea how easy/hard it is, and also not 100% sure it works too well with all emulators.
-
Blu_Haze said Yeah, the Retroarch module for RocketLauncher remaps your folders to "srm" for in game saves and a "save" folder for states. Any time you launch a game with that module it creates those folders in your main Retroarch directory. It then makes subfolders in each of those for the system. So a Super Nintendo folder, Sega Genesis folder, etc. Ah, I see. Didn't know that, then again I haven't really used Retroarch. :) Zombeaver said Holy crap is CRT-Royale gorgeous... So much so that I've converted several other platforms over to use RetroArch at this point. The more I use RA the more I'm actually loving it. It works perfectly with Steam's in home streaming as well, for anyone interested. With all the love RA is getting here, I might need to give it a go :)
-
Zombeaver said Getting pretty frustrated at this point... I have no idea why something so bloody fundamental has to be so convoluted and has so many hoops to jump through. Yep, I felt the exact same when I was trying to get this stuff working. Took me weeks to get it right at first (especially also getting all working in Kodi.. ugghhh), all via just experimenting and reading forums :( How are you loading the discs? Mine are through daemon tools. Blu_Haze said One of the main things that keeps me from using RocketLauncher is how intrusive it feels. I especially don't like the fact that it wants to take control of my game saves and states with no option to turn that off. I prefer to let Retroarch handle that and it would take a lot of compromises to make both of them work together how I would want. It also seems to want to mess with my emulators settings. The lack of controller support without using programs like JoyToKey, or Xpadder, is also a big negative for me. It's a shame, too, because I think that RocketLauncher has several nice features such as HyperPause, MuliGame, and the loading screens. Taking over save files? What do you mean by this? Is this with Retroarch? I don't use it myself so wouldn't know. The lack of native controller support is definitly a big negative. Hopefully something they implement soon.