Dime333 Posted March 12, 2014 Posted March 12, 2014 Here is my config file. <?xml version="1.0" encoding="utf-8"?> <configuration> <startup> <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/> </startup> <appSettings> <add key="HyperspinPath" value="E:\Hyperspin"/> <add key="TriggerKey" value="B"/> <add key="FavouritesTriggerKey" value="F4"/> <add key="GenreTriggerKey" value="F5"/> <!-- Controls how long you have to hold down the trigger button before each type of window pops up. --> <add key="SearchTriggerDelayInMilliseconds" value="0"/> <add key="FavouritesTriggerDelayInMilliseconds" value="0"/> <add key="GenreTriggerDelayInMilliseconds" value="0"/> <!-- Controls how long the system tray balloon tooltip persists for. Set to 0 to prevent from popping up at all --> <add key="BalloonToolTipTimeOutInMilliseconds" value="0"/> <!-- Valid values: AtoZ, Qwerty, Azerty --> <add key="KeyboardType" value="Qwerty"/> <!-- Valid values: Contains, StartsWith --> <add key="SearchMode" value="Contains"/> <!-- Set to false to allow normal keyboard input on the onscreen keyboard. --> <add key="CabMode" value="true"/> <!-- GenreWheelImageLocation(0...n) e.g. <add key="GenreWheelImageLocation0" value="C:\Hyperspin\Media\MAME\Images\Genre\Wheel"/> <add key="GenreWheelImageLocation1" value="C:\SomeMoreGenreWheelImages"/> --> <add key="GenreWheelImageLocation0" value="C:\Hyperspin\Media\MAME\Images\Genre\Wheel"/> <add key="GenreWheelImageLocation1" value="..\..\..\..\..\..\Hyperspin\Media\Atari 5200\Images\Genre\Wheel"/> <!-- Setting these to false could have potential performance benefits --> <add key="ShowSystemImagesOnFilter" value="true"/> <add key="ShowSystemImagesOnResults" value="true"/> <add key="ShowWheelImagesOnResults" value="true"/> <!-- Set to true to enable a popup window with game video playback if available --> <add key="EnableGameVideos" value="true"/> <add key="GameVideoPopupTimeoutInMilliseconds" value="900"/> <!-- Set to true if you wish to run HyperSearch without HyperSpin --> <add key="StandaloneMode" value="false"/> <add key="StandaloneWidth" value="1024"/> <add key="StandaloneHeight" value="768"/> </appSettings> </configuration> As you can see, I have it set to true. Can you confirm that this works for you? True or false doesn't make any difference for me.
klizine Posted March 12, 2014 Posted March 12, 2014 Yes both esc key to exit (ESCAPE is my default exit command setup in HyperHQ) works as well as Cab set to true disables regular keyboard input. Unfortunately the preview videos don't work , but aside from it being a personal challenge I don't really care, as the search, find, and execution of running the roms work. My only suggestions would be complete re-install. Delete it copy a freshie, then set your config as it's default. Test it. Close the app. Then set one config, like just the exit key or whatever. If that works, then try cab=true. Hopefully that will work for you! And perhaps as everything pietie seems to do, maybe make mouse hiding an option. I like it visible for my trackball.
Dime333 Posted March 12, 2014 Posted March 12, 2014 I know I was stoopid and tried updating the config whilst it was running... and thought it wasn't working. YES! That was probably it. It works perfectly now. If I could just hide the mouse pointer, I would say this is perfect for my needs now. I'd love to have a TrackBall too. Systems like ScummVM would be so much better when using one of those.
klizine Posted March 12, 2014 Posted March 12, 2014 YES! That was probably it. It works perfectly now. If I could just hide the mouse pointer, I would say this is perfect for my needs now.I'd love to have a TrackBall too. Systems like ScummVM would be so much better when using one of those. Awesome! Yeah a trackball is great! for scumm I had to get creative to enter mouse clicks... I asked over on the scumm forums a while ago about key reassignment, cause I vaguely remember it was possible on earlier builds... but nope. Sent from my SM-N900V using Tapatalk
Trnzaddict Posted March 12, 2014 Posted March 12, 2014 Pietie, I have a proposition for you..... How hard would it be to code an osd that displays info about the highlighted game in HyperSpin? E.G parse/read info from the game.ini files from the HyperLaunch folder that HyperPause uses? Like you highlight a game, press the "HyperInfo" button and a osd shows up with a synopsis/plot of the game, maybe tips and codes. I am......Machine
pietie Posted March 13, 2014 Author Posted March 13, 2014 How hard would it be to code an osd that displays info about the highlighted game in HyperSpin? E.G parse/read info from the game.ini files from the HyperLaunch folder that HyperPause uses? Like you highlight a game, press the "HyperInfo" button and a osd shows up with a synopsis/plot of the game, maybe tips and codes. Well this is really well beyond my original scope & vision for the app...but some other people have asked for something similar, so I'll add it to the list but not with a very high priority. My tools Steam wheel creator - Generate xml list from Steam profile with artwork and videos HyperSearch - Integrates search functionality with HyperSpin
jkonami Posted March 13, 2014 Posted March 13, 2014 I like the genre search feature a lot, but would it be possible for it to list every genre on the system so you could just pick from a list? I would be ok defining my own set in a config file ahead of time for the ease of selecting one. I don't know how to handle multi-genre selection yet in the genre tag in xml, been waiting for HS 2.0 to see what we go with (comma delimited?) For example let's say I have a game that I mark [genre]Shooter, Action[/genre], it would be cool if I could pick either "Action" or "Shooter" from a list in HyperSearch to find that game. I'm not asking you to handle searching both at the same time (unless you want to add that feature), but at the same time I guess we would have to know how multiple genres for one game would be delimited for the best flexibility.
pietie Posted March 13, 2014 Author Posted March 13, 2014 I like the genre search feature a lot, but would it be possible for it to list every genre on the system so you could just pick from a list? I would be ok defining my own set in a config file ahead of time for the ease of selecting one. I don't know how to handle multi-genre selection yet in the genre tag in xml, been waiting for HS 2.0 to see what we go with (comma delimited?) For example let's say I have a game that I mark [genre]Shooter, Action[/genre], it would be cool if I could pick either "Action" or "Shooter" from a list in HyperSearch to find that game. I'm not asking you to handle searching both at the same time (unless you want to add that feature), but at the same time I guess we would have to know how multiple genres for one game would be delimited for the best flexibility. It already does that, using '/' as delimiter. So in your case it should be "Action/Shooter". My tools Steam wheel creator - Generate xml list from Steam profile with artwork and videos HyperSearch - Integrates search functionality with HyperSpin
jkonami Posted March 13, 2014 Posted March 13, 2014 It already does that, using '/' as delimiter. So in your case it should be "Action/Shooter". I always understood this to replicate the sub-genre hierarchy from Mame. I.e. Sports/Baseball is equivalent to: Sports --->Baseball --->Soccer etc. Like a directory structure. Which is fine by me, as long as they are uniquely selectable. I might have a "Shooter/Pinball" or something that only matches one game, but I would like to come up if I just search for "Pinball" by itself, instead of being treated as one whole super genre with only one game in it, which isn't too helpful and just clutters a genre list. This whole thing is probably just a non-issue and maybe it would just work. So right now in the base HyperSpin, you can pull up a genre list per system - just not globally. I just think a genre selector in your app would be really nice. A small list of the genre names as opposed to typing it out, so I could pull up every shooter from every system I have defined all at once.
mmg1design Posted March 14, 2014 Posted March 14, 2014 How can I change the orange gradient that highlights certain fields? I found a style in styles.xaml that looks like the orange colors but when I change them... it doesn't change when the app runs. I've managed to change the main background color, added a border and an image. I just need to modify the highlight colors. This app is awesome, I've been waiting for this functionality. Thank you for sharing.
pietie Posted March 14, 2014 Author Posted March 14, 2014 How can I change the orange gradient that highlights certain fields? I found a style in styles.xaml that looks like the orange colors but when I change them... it doesn't change when the app runs.I've managed to change the main background color, added a border and an image. I just need to modify the highlight colors. Ah I see. Those are some of the styles I still need to move out. Watch out for the next version! It'd be interested in seeing what you end up changing. I'm hoping someone with better colour picking skills can come and create a nicer looking default theme for us. My tools Steam wheel creator - Generate xml list from Steam profile with artwork and videos HyperSearch - Integrates search functionality with HyperSpin
pietie Posted March 14, 2014 Author Posted March 14, 2014 I just think a genre selector in your app would be really nice. A small list of the genre names as opposed to typing it out, so I could pull up every shooter from every system I have defined all at once. Yeah I think I even mentioned that I don't think the search term thing works well with genre's. The reason it is like this now is that it was very easy to just include genre's on the existing searching infrastructure. In fact, it actually uses the exact same dataset as the normal search, it's just grouped differently. But thanks, I agree. I'll throw out the search screen and replace it with a list of genres. The results will then again be grouped by System. My tools Steam wheel creator - Generate xml list from Steam profile with artwork and videos HyperSearch - Integrates search functionality with HyperSpin
jkonami Posted March 14, 2014 Posted March 14, 2014 Yeah I think I even mentioned that I don't think the search term thing works well with genre's. The reason it is like this now is that it was very easy to just include genre's on the existing searching infrastructure. In fact, it actually uses the exact same dataset as the normal search, it's just grouped differently.But thanks, I agree. I'll throw out the search screen and replace it with a list of genres. The results will then again be grouped by System. Cool man, that would be perfect! Keep in mind the multi-genre thing, too if it's not too much trouble, that would really be useful. I have a couple custom genres like 3-player and 4-player (since the tag for number of players isn't functional yet) so I would love to be able to select them this way.
mmg1design Posted March 15, 2014 Posted March 15, 2014 Ah I see. Those are some of the styles I still need to move out. Watch out for the next version! It'd be interested in seeing what you end up changing. I'm hoping someone with better colour picking skills can come and create a nicer looking default theme for us. I'll look out for the updated version. The nice thing about your design right now, is that it can be used as is and works with many different design styles. I don't think I will get too carried away, I like the simplicity of it. I'm just interested in applying my color palette.
Polemicist Posted March 15, 2014 Posted March 15, 2014 I'm just interested in applying my color palette. *sighs* I'm surrounded by Artists.
pucpuc Posted March 15, 2014 Posted March 15, 2014 a search was really missing - thanks! really great addition perhaps you'd like to add qwertz layout (german), but it's not so important. working great!
windowlicker11 Posted March 16, 2014 Posted March 16, 2014 Thank you for HyperSearch, much appreciated. I would like to request the ability define an alternate wheel path or use the HyperLaunch wheel path. I use a custom main menu wheel and it just doesn't look right in HyperSearch. Thank You.
pietie Posted March 17, 2014 Author Posted March 17, 2014 Thank you for HyperSearch, much appreciated. I would like to request the ability define an alternate wheel path or use the HyperLaunch wheel path. I use a custom main menu wheel and it just doesn't look right in HyperSearch. Thank You. I'm not familiar with alternate wheel paths. Where exactly is this configured? My tools Steam wheel creator - Generate xml list from Steam profile with artwork and videos HyperSearch - Integrates search functionality with HyperSpin
windowlicker11 Posted March 17, 2014 Posted March 17, 2014 I am referring to the images that show up for the system name. You are using the images located at Hyperspin/Media/Main Menu/Images/Wheel. I would like to use a different set of images. Either by being able to define the path in the config file or use the path located at HyperLaunch/Media/Wheels. I only request this because my custom main menu wheels do not display well in HyperSearch. This is not a high priority request. Thank you for considering.
pietie Posted March 26, 2014 Author Posted March 26, 2014 Minor update released. Windowlicker, you can use the new AlternativeSystemWheelImagePath key My tools Steam wheel creator - Generate xml list from Steam profile with artwork and videos HyperSearch - Integrates search functionality with HyperSpin
zerojay Posted March 26, 2014 Posted March 26, 2014 I've been trying to get this to work since your first release but it seems like it never responds to the hotkey even though the app is running. I properly set the path to my setup and it does scan through my databases just fine but hitting F3 in Hyperspin does nothing. Any ideas?
pietie Posted March 26, 2014 Author Posted March 26, 2014 I've been trying to get this to work since your first release but it seems like it never responds to the hotkey even though the app is running. I properly set the path to my setup and it does scan through my databases just fine but hitting F3 in Hyperspin does nothing. Any ideas? Please paste your log. What OS are you using? You can look for either of the following two lines. The first one just means the HS window is not the foreground/active window. The second means it cannot find a running instance of Hyperspin.exe. 13:38:05 TriggerKey fired but HS is not the active window. 13:38:29 ERROR! Hyperspin process not found! My tools Steam wheel creator - Generate xml list from Steam profile with artwork and videos HyperSearch - Integrates search functionality with HyperSpin
zerojay Posted March 26, 2014 Posted March 26, 2014 If I run it before HS, it complains that it can't find it running. If I run it after HS, it does not complain that it can't find HS running, but also does not say that the trigger key has been hit. EDIT: Windows 8.1. 08:43:45 Search trigger key from config: F12 08:43:45 Favourites trigger key from config: F4 08:43:45 Genre trigger key from config: F5 08:43:45 Hyperspin path: D:\Hyperspin 08:43:45 Hook installed succesfully 08:43:45 Hyperspin settings loaded from: D:\Hyperspin\Settings\Settings.ini 08:43:45 HL path: D:\Hyperspin\HyperLaunch\ 08:43:45 CabMode: False 08:43:45 SearchDB: Parsing D:\Hyperspin\Databases\Main Menu\Main Menu.xml... 08:43:45 SearchDB: Found 102 entries in [Main Menu.xml] 08:43:45 SearchDB: Processing D:\Hyperspin\Databases\MAME\MAME.xml 08:43:45 Found 7346 entries 08:43:45 Removed: 1070 (wheel filter), 0 (theme filter) 08:43:45 SearchDB: Processing D:\Hyperspin\Databases\DICE\DICE.xml 08:43:45 Found 18 entries 08:43:45 Removed: 0 (wheel filter), 0 (theme filter) 08:43:45 SearchDB: Processing D:\Hyperspin\Databases\Daphne\Daphne.xml 08:43:45 Found 17 entries 08:43:45 Removed: 0 (wheel filter), 0 (theme filter) 08:43:45 SearchDB: Processing D:\Hyperspin\Databases\American Laser Games\American Laser Games.xml 08:43:45 Found 7 entries 08:43:45 Removed: 0 (wheel filter), 0 (theme filter) 08:43:45 SearchDB: Processing D:\Hyperspin\Databases\SNK Neo Geo\SNK Neo Geo.xml 08:43:45 Found 140 entries 08:43:45 Removed: 0 (wheel filter), 0 (theme filter) 08:43:45 SearchDB: Processing D:\Hyperspin\Databases\Nintendo Arcade Systems\Nintendo Arcade Systems.xml 08:43:45 Found 105 entries 08:43:45 Removed: 0 (wheel filter), 0 (theme filter) 08:43:45 SearchDB: Processing D:\Hyperspin\Databases\Sega Model 2\Sega Model 2.xml 08:43:45 Found 56 entries 08:43:45 Removed: 0 (wheel filter), 0 (theme filter) 08:43:45 SearchDB: Processing D:\Hyperspin\Databases\Sega ST-V\Sega ST-V.xml 08:43:45 Found 61 entries 08:43:45 Removed: 0 (wheel filter), 0 (theme filter) 08:43:45 SearchDB: Processing D:\Hyperspin\Databases\Sega Model 3\Sega Model 3.xml 08:43:45 Found 23 entries 08:43:45 Removed: 0 (wheel filter), 0 (theme filter) 08:43:45 SearchDB: Processing D:\Hyperspin\Databases\Sega Naomi\Sega Naomi.xml 08:43:45 Found 174 entries 08:43:45 Removed: 0 (wheel filter), 0 (theme filter) 08:43:45 SearchDB: Processing D:\Hyperspin\Databases\Sammy Atomiswave\Sammy Atomiswave.xml 08:43:45 Found 23 entries 08:43:45 Removed: 0 (wheel filter), 0 (theme filter) 08:43:45 SearchDB: Processing D:\Hyperspin\Databases\Taito Type X\Taito Type X.xml 08:43:45 Found 29 entries 08:43:45 Removed: 0 (wheel filter), 0 (theme filter) 08:43:45 SearchDB: Processing D:\Hyperspin\Databases\Sega Triforce\Sega Triforce.xml 08:43:45 Found 3 entries 08:43:45 Removed: 0 (wheel filter), 0 (theme filter) 08:43:45 SearchDB: Processing D:\Hyperspin\Databases\Future Pinball\Future Pinball.xml 08:43:45 Found 315 entries 08:43:45 Removed: 0 (wheel filter), 0 (theme filter) 08:43:45 SearchDB: Processing D:\Hyperspin\Databases\Visual Pinball\Visual Pinball.xml 08:43:45 Found 630 entries 08:43:45 SearchDB: Processing D:\Hyperspin\Databases\Atari 2600\Atari 2600.xml 08:43:45 Found 648 entries 08:43:45 Removed: 0 (wheel filter), 0 (theme filter) 08:43:45 SearchDB: Processing D:\Hyperspin\Databases\Atari 5200\Atari 5200.xml 08:43:45 Found 71 entries 08:43:45 Removed: 0 (wheel filter), 0 (theme filter) 08:43:45 SearchDB: Processing D:\Hyperspin\Databases\Atari 7800\Atari 7800.xml 08:43:45 Found 59 entries 08:43:45 Removed: 0 (wheel filter), 0 (theme filter) 08:43:45 SearchDB: Processing D:\Hyperspin\Databases\Atari Jaguar\Atari Jaguar.xml 08:43:45 Found 54 entries 08:43:45 Removed: 0 (wheel filter), 0 (theme filter) 08:43:45 SearchDB: Processing D:\Hyperspin\Databases\Atari Lynx\Atari Lynx.xml 08:43:45 Found 75 entries 08:43:45 Removed: 0 (wheel filter), 0 (theme filter) 08:43:45 SearchDB: Processing D:\Hyperspin\Databases\Nintendo Famicom\Nintendo Famicom.xml 08:43:45 Found 291 entries 08:43:45 Removed: 0 (wheel filter), 0 (theme filter) 08:43:45 SearchDB: Processing D:\Hyperspin\Databases\Nintendo Famicom Disk System\Nintendo Famicom Disk System.xml 08:43:45 Found 91 entries 08:43:45 Removed: 0 (wheel filter), 0 (theme filter) 08:43:45 SearchDB: Processing D:\Hyperspin\Databases\Nintendo Entertainment System\Nintendo Entertainment System.xml 08:43:45 Found 791 entries 08:43:45 Removed: 0 (wheel filter), 0 (theme filter) 08:43:45 SearchDB: Processing D:\Hyperspin\Databases\Nintendo Super Famicom\Nintendo Super Famicom.xml 08:43:45 Found 93 entries 08:43:45 Removed: 0 (wheel filter), 0 (theme filter) 08:43:45 SearchDB: Processing D:\Hyperspin\Databases\Nintendo Super Famicom Satellaview\Nintendo Super Famicom Satellaview.xml 08:43:45 Found 137 entries 08:43:45 Removed: 0 (wheel filter), 0 (theme filter) 08:43:45 SearchDB: Processing D:\Hyperspin\Databases\Super Nintendo Entertainment System\Super Nintendo Entertainment System.xml 08:43:45 Found 787 entries 08:43:45 Removed: 0 (wheel filter), 0 (theme filter) 08:43:45 SearchDB: Processing D:\Hyperspin\Databases\Nintendo 64\Nintendo 64.xml 08:43:45 Found 303 entries 08:43:45 Removed: 0 (wheel filter), 0 (theme filter) 08:43:45 SearchDB: Processing D:\Hyperspin\Databases\Nintendo Gamecube\Nintendo Gamecube.xml 08:43:45 Found 638 entries 08:43:45 Removed: 0 (wheel filter), 0 (theme filter) 08:43:45 SearchDB: Processing D:\Hyperspin\Databases\Nintendo Wii\Nintendo Wii.xml 08:43:45 Found 833 entries 08:43:45 Removed: 0 (wheel filter), 0 (theme filter) 08:43:45 SearchDB: Processing D:\Hyperspin\Databases\Nintendo Game Boy\Nintendo Game Boy.xml 08:43:45 Found 565 entries 08:43:45 Removed: 0 (wheel filter), 0 (theme filter) 08:43:45 SearchDB: Processing D:\Hyperspin\Databases\Nintendo Super Game Boy\Nintendo Super Game Boy.xml 08:43:45 Found 144 entries 08:43:45 Removed: 0 (wheel filter), 0 (theme filter) 08:43:46 SearchDB: Processing D:\Hyperspin\Databases\Nintendo Game Boy Color\Nintendo Game Boy Color.xml 08:43:46 Found 535 entries 08:43:46 Removed: 0 (wheel filter), 0 (theme filter) 08:43:46 SearchDB: Processing D:\Hyperspin\Databases\Nintendo Game Boy Advance\Nintendo Game Boy Advance.xml 08:43:46 Found 1129 entries 08:43:46 Removed: 0 (wheel filter), 0 (theme filter) 08:43:46 SearchDB: Processing D:\Hyperspin\Databases\Nintendo DS\Nintendo DS.xml 08:43:46 Found 1892 entries 08:43:46 Removed: 0 (wheel filter), 0 (theme filter) 08:43:46 SearchDB: Processing D:\Hyperspin\Databases\Nintendo Virtual Boy\Nintendo Virtual Boy.xml 08:43:46 Found 20 entries 08:43:46 Removed: 0 (wheel filter), 0 (theme filter) 08:43:46 SearchDB: Processing D:\Hyperspin\Databases\Sega SG-1000\Sega SG-1000.xml 08:43:46 Found 73 entries 08:43:46 Removed: 0 (wheel filter), 0 (theme filter) 08:43:46 SearchDB: Processing D:\Hyperspin\Databases\Sega Master System\Sega Master System.xml 08:43:46 Found 278 entries 08:43:46 Removed: 0 (wheel filter), 0 (theme filter) 08:43:46 SearchDB: Processing D:\Hyperspin\Databases\Sega Genesis\Sega Genesis.xml 08:43:46 Found 781 entries 08:43:46 Removed: 0 (wheel filter), 0 (theme filter) 08:43:46 SearchDB: Processing D:\Hyperspin\Databases\Sega CD\Sega CD.xml 08:43:46 Found 171 entries 08:43:46 Removed: 0 (wheel filter), 0 (theme filter) 08:43:46 SearchDB: Processing D:\Hyperspin\Databases\Sega 32X\Sega 32X.xml 08:43:46 Found 33 entries 08:43:46 Removed: 0 (wheel filter), 0 (theme filter) 08:43:46 SearchDB: Processing D:\Hyperspin\Databases\Sega Saturn\Sega Saturn.xml 08:43:46 Found 303 entries 08:43:46 Removed: 0 (wheel filter), 0 (theme filter) 08:43:46 SearchDB: Processing D:\Hyperspin\Databases\Sega Dreamcast\Sega Dreamcast.xml 08:43:46 Found 202 entries 08:43:46 Removed: 0 (wheel filter), 0 (theme filter) 08:43:46 SearchDB: Processing D:\Hyperspin\Databases\Sega Game Gear\Sega Game Gear.xml 08:43:46 Found 259 entries 08:43:46 Removed: 0 (wheel filter), 0 (theme filter) 08:43:46 SearchDB: Processing D:\Hyperspin\Databases\Sony PlayStation\Sony PlayStation.xml 08:43:46 Found 1713 entries 08:43:46 Removed: 0 (wheel filter), 0 (theme filter) 08:43:46 SearchDB: Processing D:\Hyperspin\Databases\Sony PlayStation 2\Sony PlayStation 2.xml 08:43:46 Found 1244 entries 08:43:46 Removed: 0 (wheel filter), 0 (theme filter) 08:43:46 SearchDB: Processing D:\Hyperspin\Databases\Sony PSP\Sony PSP.xml 08:43:46 Found 535 entries 08:43:46 Removed: 0 (wheel filter), 0 (theme filter) 08:43:46 SearchDB: Processing D:\Hyperspin\Databases\Sharp X68000\Sharp X68000.xml 08:43:46 Found 171 entries 08:43:46 Removed: 0 (wheel filter), 0 (theme filter) 08:43:46 SearchDB: Processing D:\Hyperspin\Databases\Sharp X1\Sharp X1.xml 08:43:46 Found 39 entries 08:43:46 Removed: 0 (wheel filter), 0 (theme filter) 08:43:46 SearchDB: Processing D:\Hyperspin\Databases\NEC PC Engine\NEC PC Engine.xml 08:43:46 Found 159 entries 08:43:46 Removed: 0 (wheel filter), 0 (theme filter) 08:43:46 SearchDB: Processing D:\Hyperspin\Databases\NEC PC Engine-CD\NEC PC Engine-CD.xml 08:43:46 Found 118 entries 08:43:46 Removed: 0 (wheel filter), 0 (theme filter) 08:43:46 SearchDB: Processing D:\Hyperspin\Databases\NEC TurboGrafx-16\NEC TurboGrafx-16.xml 08:43:46 Found 94 entries 08:43:46 Removed: 0 (wheel filter), 0 (theme filter) 08:43:46 SearchDB: Processing D:\Hyperspin\Databases\NEC TurboGrafx-CD\NEC TurboGrafx-CD.xml 08:43:46 Found 46 entries 08:43:46 Removed: 0 (wheel filter), 0 (theme filter) 08:43:46 SearchDB: Processing D:\Hyperspin\Databases\NEC SuperGrafx\NEC SuperGrafx.xml 08:43:46 Found 5 entries 08:43:46 Removed: 0 (wheel filter), 0 (theme filter) 08:43:46 SearchDB: Processing D:\Hyperspin\Databases\NEC PC-FX\NEC PC-FX.xml 08:43:46 Found 62 entries 08:43:46 Removed: 0 (wheel filter), 0 (theme filter) 08:43:46 SearchDB: Processing D:\Hyperspin\Databases\Microsoft MSX\Microsoft MSX.xml 08:43:46 Found 937 entries 08:43:46 Removed: 0 (wheel filter), 0 (theme filter) 08:43:46 SearchDB: Processing D:\Hyperspin\Databases\Microsoft MSX2\Microsoft MSX2.xml 08:43:46 Found 197 entries 08:43:46 Removed: 0 (wheel filter), 0 (theme filter) 08:43:46 SearchDB: Processing D:\Hyperspin\Databases\SNK Neo Geo AES\SNK Neo Geo AES.xml 08:43:46 Found 140 entries 08:43:46 Removed: 0 (wheel filter), 0 (theme filter) 08:43:46 SearchDB: Processing D:\Hyperspin\Databases\SNK Neo Geo CD\SNK Neo Geo CD.xml 08:43:46 Found 90 entries 08:43:46 Removed: 0 (wheel filter), 0 (theme filter) 08:43:46 SearchDB: Processing D:\Hyperspin\Databases\SNK Neo Geo Pocket\SNK Neo Geo Pocket.xml 08:43:46 Found 10 entries 08:43:46 Removed: 0 (wheel filter), 0 (theme filter) 08:43:46 SearchDB: Processing D:\Hyperspin\Databases\SNK Neo Geo Pocket Color\SNK Neo Geo Pocket Color.xml 08:43:46 Found 40 entries 08:43:46 Removed: 0 (wheel filter), 0 (theme filter) 08:43:46 SearchDB: Processing D:\Hyperspin\Databases\Panasonic 3DO\Panasonic 3DO.xml 08:43:46 Found 216 entries 08:43:46 Removed: 0 (wheel filter), 0 (theme filter) 08:43:46 SearchDB: Processing D:\Hyperspin\Databases\Commodore Amiga\Commodore Amiga.xml 08:43:46 Found 1954 entries 08:43:46 Removed: 0 (wheel filter), 0 (theme filter) 08:43:46 SearchDB: Processing D:\Hyperspin\Databases\Commodore Amiga CD32\Commodore Amiga CD32.xml 08:43:46 Found 163 entries 08:43:46 Removed: 0 (wheel filter), 0 (theme filter) 08:43:46 SearchDB: Processing D:\Hyperspin\Databases\RCA Studio II\RCA Studio II.xml 08:43:46 Found 5 entries 08:43:46 Removed: 0 (wheel filter), 0 (theme filter) 08:43:46 SearchDB: Processing D:\Hyperspin\Databases\Fairchild Channel F\Fairchild Channel F.xml 08:43:46 Found 30 entries 08:43:46 Removed: 0 (wheel filter), 0 (theme filter) 08:43:46 SearchDB: Processing D:\Hyperspin\Databases\Bally Astrocade\Bally Astrocade.xml 08:43:46 Found 48 entries 08:43:46 Removed: 0 (wheel filter), 0 (theme filter) 08:43:46 SearchDB: Processing D:\Hyperspin\Databases\GCE Vectrex\GCE Vectrex.xml 08:43:46 Found 23 entries 08:43:46 Removed: 0 (wheel filter), 0 (theme filter) 08:43:46 SearchDB: Processing D:\Hyperspin\Databases\Emerson Arcadia 2001\Emerson Arcadia 2001.xml 08:43:46 Found 55 entries 08:43:46 Removed: 0 (wheel filter), 0 (theme filter) 08:43:46 SearchDB: Processing D:\Hyperspin\Databases\Magnavox Odyssey 2\Magnavox Odyssey 2.xml 08:43:46 Found 99 entries 08:43:46 Removed: 0 (wheel filter), 0 (theme filter) 08:43:46 SearchDB: Processing D:\Hyperspin\Databases\Amstrad GX4000\Amstrad GX4000.xml 08:43:46 Found 25 entries 08:43:46 Removed: 0 (wheel filter), 0 (theme filter) 08:43:46 SearchDB: Processing D:\Hyperspin\Databases\WoW Action Max\WoW Action Max.xml 08:43:46 Found 5 entries 08:43:46 Removed: 0 (wheel filter), 0 (theme filter) 08:43:47 SearchDB: Processing D:\Hyperspin\Databases\VTech CreatiVision\VTech CreatiVision.xml 08:43:47 Found 17 entries 08:43:47 Removed: 0 (wheel filter), 0 (theme filter) 08:43:47 SearchDB: Processing D:\Hyperspin\Databases\Entex Adventure Vision\Entex Adventure Vision.xml 08:43:47 Found 4 entries 08:43:47 Removed: 0 (wheel filter), 0 (theme filter) 08:43:47 SearchDB: Processing D:\Hyperspin\Databases\Mattel Intellivision\Mattel Intellivision.xml 08:43:47 Found 141 entries 08:43:47 Removed: 0 (wheel filter), 0 (theme filter) 08:43:47 SearchDB: Processing D:\Hyperspin\Databases\Casio PV-1000\Casio PV-1000.xml 08:43:47 Found 5 entries 08:43:47 Removed: 0 (wheel filter), 0 (theme filter) 08:43:47 SearchDB: Processing D:\Hyperspin\Databases\Casio PV-2000\Casio PV-2000.xml 08:43:47 Found 10 entries 08:43:47 Removed: 0 (wheel filter), 0 (theme filter) 08:43:47 SearchDB: Processing D:\Hyperspin\Databases\Philips VG 5000\Philips VG 5000.xml 08:43:47 Found 21 entries 08:43:47 Removed: 0 (wheel filter), 0 (theme filter) 08:43:47 SearchDB: Processing D:\Hyperspin\Databases\ColecoVision\ColecoVision.xml 08:43:47 Found 140 entries 08:43:47 Removed: 0 (wheel filter), 0 (theme filter) 08:43:47 SearchDB: Processing D:\Hyperspin\Databases\Watara Supervision\Watara Supervision.xml 08:43:47 Found 43 entries 08:43:47 Removed: 0 (wheel filter), 0 (theme filter) 08:43:47 SearchDB: Processing D:\Hyperspin\Databases\Tiger Game.Com\Tiger Game.Com.xml 08:43:47 Found 20 entries 08:43:47 Removed: 0 (wheel filter), 0 (theme filter) 08:43:47 SearchDB: Processing D:\Hyperspin\Databases\Hartung Game Master\Hartung Game Master.xml 08:43:47 Found 11 entries 08:43:47 Removed: 0 (wheel filter), 0 (theme filter) 08:43:47 SearchDB: Processing D:\Hyperspin\Databases\Epoch Game Pocket Computer\Epoch Game Pocket Computer.xml 08:43:47 Found 6 entries 08:43:47 Removed: 0 (wheel filter), 0 (theme filter) 08:43:47 SearchDB: Processing D:\Hyperspin\Databases\GamePark 32\GamePark 32.xml 08:43:47 Found 28 entries 08:43:47 Removed: 0 (wheel filter), 0 (theme filter) 08:43:47 SearchDB: Processing D:\Hyperspin\Databases\Bandai WonderSwan\Bandai WonderSwan.xml 08:43:47 Found 110 entries 08:43:47 Removed: 0 (wheel filter), 0 (theme filter) 08:43:47 SearchDB: Processing D:\Hyperspin\Databases\Bandai WonderSwan Color\Bandai WonderSwan Color.xml 08:43:47 Found 94 entries 08:43:47 Removed: 0 (wheel filter), 0 (theme filter) 08:43:47 SearchDB: Processing D:\Hyperspin\Databases\Nintendo Pokemon Mini\Nintendo Pokemon Mini.xml 08:43:47 Found 11 entries 08:43:47 Removed: 0 (wheel filter), 0 (theme filter) 08:43:47 SearchDB: Processing D:\Hyperspin\Databases\PC Games\PC Games.xml 08:43:47 Found 45 entries 08:43:47 Removed: 0 (wheel filter), 0 (theme filter) 08:43:47 SearchDB: Processing D:\Hyperspin\Databases\Steam\Steam.xml 08:43:47 Found 304 entries 08:43:47 Removed: 0 (wheel filter), 0 (theme filter) 08:43:47 SearchDB: Processing D:\Hyperspin\Databases\Microsoft MS-DOS\Microsoft MS-DOS.xml 08:43:47 Found 48 entries 08:43:47 Removed: 0 (wheel filter), 0 (theme filter) 08:43:47 SearchDB: Processing D:\Hyperspin\Databases\ScummVM\ScummVM.xml 08:43:47 Found 203 entries 08:43:47 Removed: 0 (wheel filter), 0 (theme filter) 08:43:47 SearchDB: Processing D:\Hyperspin\Databases\Touhou\Touhou.xml 08:43:47 Found 24 entries 08:43:47 Removed: 0 (wheel filter), 0 (theme filter) 08:43:47 SearchDB: Processing D:\Hyperspin\Databases\MUGEN\MUGEN.xml 08:43:47 Found 63 entries 08:43:47 Removed: 0 (wheel filter), 0 (theme filter) 08:43:47 SearchDB: Processing D:\Hyperspin\Databases\OpenBOR\OpenBOR.xml 08:43:47 Found 59 entries 08:43:47 Removed: 0 (wheel filter), 0 (theme filter) 08:43:47 SearchDB: Processing D:\Hyperspin\Databases\PopCap\PopCap.xml 08:43:47 Found 71 entries 08:43:47 Removed: 0 (wheel filter), 0 (theme filter) 08:43:47 SearchDB: Processing D:\Hyperspin\Databases\Flash Games\Flash Games.xml 08:43:47 Found 6 entries 08:43:47 Removed: 0 (wheel filter), 0 (theme filter) 08:43:47 SearchDB: Processing D:\Hyperspin\Databases\Unity3D\Unity3D.xml 08:43:47 Found 25 entries 08:43:47 Removed: 0 (wheel filter), 0 (theme filter) 08:43:47 SearchDB: Processing D:\Hyperspin\Databases\DOOM\DOOM.xml 08:43:47 Found 210 entries 08:43:47 Removed: 0 (wheel filter), 0 (theme filter) 08:43:47 SearchDB: Processing D:\Hyperspin\Databases\Android\Android.xml 08:43:47 Found 13 entries 08:43:47 Removed: 0 (wheel filter), 0 (theme filter) 08:43:47 SearchDB: Processing D:\Hyperspin\Databases\XBMC\XBMC.xml 08:43:47 ERROR: System.IO.FileNotFoundException: File not found: D:\Hyperspin\Databases\XBMC\XBMC.xml at HyperSpinClone.Classes.MenuXmlDatabase.LoadFromFile(String filePath) at HyperSearch.Windows.GameSearchWindow.PerformSearchTask.LoadFullGameList() 08:43:47 SearchDB: Processing D:\Hyperspin\Databases\Web Browser\Web Browser.xml 08:43:47 ERROR: System.IO.FileNotFoundException: File not found: D:\Hyperspin\Databases\Web Browser\Web Browser.xml at HyperSpinClone.Classes.MenuXmlDatabase.LoadFromFile(String filePath) at HyperSearch.Windows.GameSearchWindow.PerformSearchTask.LoadFullGameList() 08:43:47 SearchDB: Processing D:\Hyperspin\Databases\Twitch\Twitch.xml 08:43:47 Found 2 entries 08:43:47 Removed: 0 (wheel filter), 0 (theme filter) 08:43:47 SearchDB: Processing D:\Hyperspin\Databases\Botchamania\Botchamania.xml 08:43:47 Found 209 entries 08:43:47 Removed: 0 (wheel filter), 0 (theme filter) 08:43:48 Search: full game list loaded in 3515ms. Game count: 29299 08:43:48 Favourites: Found 45 file(s). 08:43:48 Processing D:\Hyperspin\Databases\American Laser Games\favorites.txt... 08:43:48 Found 0 item(s) 08:43:48 Processing D:\Hyperspin\Databases\Atari 2600\favorites.txt... 08:43:48 Found 0 item(s) 08:43:48 Processing D:\Hyperspin\Databases\Atari 5200\favorites.txt... 08:43:48 Found 0 item(s) 08:43:48 Processing D:\Hyperspin\Databases\Atari 7800\favorites.txt... 08:43:48 Found 0 item(s) 08:43:48 Processing D:\Hyperspin\Databases\Atari Jaguar\favorites.txt... 08:43:48 Found 0 item(s) 08:43:48 Search: Favourites list loaded in 16ms. Entry count: 0 08:43:48 Processing D:\Hyperspin\Databases\Bandai WonderSwan\favorites.txt... 08:43:48 Found 0 item(s) 08:43:48 Processing D:\Hyperspin\Databases\Casio PV-2000\favorites.txt... 08:43:48 Found 0 item(s) 08:43:48 Processing D:\Hyperspin\Databases\ColecoVision\favorites.txt... 08:43:48 Found 0 item(s) 08:43:48 Processing D:\Hyperspin\Databases\DOOM\favorites.txt... 08:43:48 Found 0 item(s) 08:43:48 Processing D:\Hyperspin\Databases\Epoch Game Pocket Computer\favorites.txt... 08:43:48 Found 0 item(s) 08:43:48 Processing D:\Hyperspin\Databases\Future Pinball\favorites.txt... 08:43:48 Found 0 item(s) 08:43:48 Processing D:\Hyperspin\Databases\MAME\favorites.txt... 08:43:48 Found 0 item(s) 08:43:48 Processing D:\Hyperspin\Databases\Microsoft MS-DOS\favorites.txt... 08:43:48 Found 0 item(s) 08:43:48 Processing D:\Hyperspin\Databases\Mugen\favorites.txt... 08:43:48 Found 0 item(s) 08:43:48 Processing D:\Hyperspin\Databases\Nintendo 64\favorites.txt... 08:43:48 Found 0 item(s) 08:43:48 Processing D:\Hyperspin\Databases\Nintendo Arcade Systems\favorites.txt... 08:43:48 Found 0 item(s) 08:43:48 Processing D:\Hyperspin\Databases\Nintendo DS\favorites.txt... 08:43:48 Found 0 item(s) 08:43:48 Processing D:\Hyperspin\Databases\Nintendo Entertainment System\favorites.txt... 08:43:48 Found 0 item(s) 08:43:48 Processing D:\Hyperspin\Databases\Nintendo Famicom Disk System\favorites.txt... 08:43:48 Found 0 item(s) 08:43:48 Processing D:\Hyperspin\Databases\Nintendo Game Boy\favorites.txt... 08:43:48 Found 0 item(s) 08:43:48 Processing D:\Hyperspin\Databases\Nintendo Gamecube\favorites.txt... 08:43:48 Found 0 item(s) 08:43:48 Processing D:\Hyperspin\Databases\Nintendo Virtual Boy\favorites.txt... 08:43:48 Found 0 item(s) 08:43:48 Processing D:\Hyperspin\Databases\Nintendo Wii\favorites.txt... 08:43:48 Found 0 item(s) 08:43:48 Processing D:\Hyperspin\Databases\PC Games\favorites.txt... 08:43:48 Found 0 item(s) 08:43:48 Processing D:\Hyperspin\Databases\Sammy Atomiswave\favorites.txt... 08:43:48 Found 0 item(s) 08:43:48 Processing D:\Hyperspin\Databases\Sega 32X\favorites.txt... 08:43:48 Found 0 item(s) 08:43:48 Processing D:\Hyperspin\Databases\Sega CD\favorites.txt... 08:43:48 Found 0 item(s) 08:43:48 Processing D:\Hyperspin\Databases\Sega Dreamcast\favorites.txt... 08:43:48 Found 0 item(s) 08:43:48 Processing D:\Hyperspin\Databases\Sega Game Gear\favorites.txt... 08:43:48 Found 0 item(s) 08:43:48 Processing D:\Hyperspin\Databases\Sega Genesis\favorites.txt... 08:43:48 Found 0 item(s) 08:43:48 Processing D:\Hyperspin\Databases\Sega Model 2\favorites.txt... 08:43:48 Found 0 item(s) 08:43:48 Processing D:\Hyperspin\Databases\Sega Naomi\favorites.txt... 08:43:48 Found 0 item(s) 08:43:48 Processing D:\Hyperspin\Databases\Sega Saturn\favorites.txt... 08:43:48 Found 0 item(s) 08:43:48 Processing D:\Hyperspin\Databases\Sega SG-1000\favorites.txt... 08:43:48 Found 0 item(s) 08:43:48 Processing D:\Hyperspin\Databases\SNK Neo Geo\favorites.txt... 08:43:48 Found 0 item(s) 08:43:48 Processing D:\Hyperspin\Databases\SNK Neo Geo Pocket Color\favorites.txt... 08:43:48 Found 0 item(s) 08:43:48 Processing D:\Hyperspin\Databases\Sony PlayStation\favorites.txt... 08:43:48 Found 0 item(s) 08:43:48 Processing D:\Hyperspin\Databases\Sony PlayStation 2\favorites.txt... 08:43:48 Found 0 item(s) 08:43:48 Processing D:\Hyperspin\Databases\Sony PSP\favorites.txt... 08:43:48 Found 0 item(s) 08:43:48 Processing D:\Hyperspin\Databases\Steam\favorites.txt... 08:43:48 Found 0 item(s) 08:43:48 Processing D:\Hyperspin\Databases\Super Nintendo Entertainment System\favorites.txt... 08:43:48 Found 0 item(s) 08:43:48 Processing D:\Hyperspin\Databases\Taito Type X\favorites.txt... 08:43:48 Found 0 item(s) 08:43:48 Processing D:\Hyperspin\Databases\Twitch\favorites.txt... 08:43:48 Found 0 item(s) 08:43:48 Processing D:\Hyperspin\Databases\Unity3D\favorites.txt... 08:43:48 Found 0 item(s) 08:43:48 Processing D:\Hyperspin\Databases\Zinc\favorites.txt... 08:43:48 Found 0 item(s) 08:43:48 Search: Genere list loaded in 141ms. Genre count: 107
pietie Posted March 26, 2014 Author Posted March 26, 2014 If I run it before HS, it complains that it can't find it running.If I run it after HS, it does not complain that it can't find HS running, but also does not say that the trigger key has been hit. EDIT: Windows 8.1. If you get the error msg when HS is not running it at least means it's registering the trigger. If you have notify.wav in the same folder as the exe you should have audible feedback when you press the trigger. Do you hear anything? I wonder if it is not just a display/visibility issue. Do you run HS in fullscreen mode? Do you perhaps have more than one monitor? You can also try and turn Standalone mode on and see if you can at least get the search window to show. For standalone mode look at these keys [b]<add key="StandaloneMode" value="true"/>[/b] <add key="StandaloneWidth" value="1024"/> <add key="StandaloneHeight" value="768"/> Other than that, can you think of anything else you run with HS that is not stock? LEDBlinky, HyperSpeech or any other 3rd party thing that sort of integrates with HS? My tools Steam wheel creator - Generate xml list from Steam profile with artwork and videos HyperSearch - Integrates search functionality with HyperSpin
Recommended Posts
Archived
This topic is now archived and is closed to further replies.