Min2001 Posted April 26, 2014 Posted April 26, 2014 You forgot to include the .\Hyperspin\HyperSearch\carbon_fibre_big2.png image with the styles so the new xaml wont work.
mmg1design Posted April 26, 2014 Posted April 26, 2014 You forgot to include the .\Hyperspin\HyperSearch\carbon_fibre_big2.png image with the styles so the new xaml wont work. Sorry, I forgot I had images linked. I updated the zip file, it now includes the carbon_fibre_big2.png. Thanks!
Leocmp Posted April 26, 2014 Posted April 26, 2014 Very Thanks for share you theme ! I've been meaning to share this theme, I just haven't had time to clean up all the edits I made to the file. (This file works with HyperSearch dated 26 March)Download Edited styles.axml (backup your original styles.axml, then replace it with this one) Thanks Pietie for the new updates.
Dime333 Posted May 15, 2014 Posted May 15, 2014 I found this on youtube. https://www.youtube.com/watch?v=KWSV5iRi17o This app seems to create a temporary XML after a search. Is this someting that could be done with Hypersearch? That would really be super awesome.
dougan78 Posted May 16, 2014 Posted May 16, 2014 To change the keys follow step 2 in the initial post. You edit the .config file which is hypersearch.exe.config. You can edit with notepad. Defaults: <add key="TriggerKey" value="F3"/> <add key="FavouritesTriggerKey" value="F4"/> <add key="GenreTriggerKey" value="F5"/> Can be changed to what you would like.
rascaluk Posted May 17, 2014 Posted May 17, 2014 Hmm.. it was working fine, then I was fiddling around with changing the default key from F3.. won't come up in HS at all now even though I have changed it back. I've even deleted the folder and put it back again.... It works fine as standalone and as I say I have had it working half an hour ago Here's the start of my log...looks okay?? 22:24:39 Search trigger key from config: F3 22:24:39 Favourites trigger key from config: F4 22:24:39 Genre trigger key from config: F5 22:24:39 Hyperspin path: G:\HSpin150 22:24:39 Hook installed succesfully 22:24:39 Hyperspin settings loaded from: G:\HSpin150\Settings\Settings.ini 22:24:39 HL path: G:\HSpin150\Hyperlaunch\ 22:24:39 CabMode: False 22:24:39 SearchDB: Parsing G:\HSpin150\Databases\Main Menu\Main Menu.xml... 22:24:39 SearchDB: Found 40 entries in [Main Menu.xml] Any ideas? An F3 press seems now to do nothing in HS... Paul
rascaluk Posted May 17, 2014 Posted May 17, 2014 Forget it, I'm an idiot! It works now, although sometimes on first effort the focus remains on HS behind the search window so I can't type anything unless I click it with the mouse, which is fine at the moment while I'm testing my cab but once I remove the mouse.......
hiorik Posted May 20, 2014 Posted May 20, 2014 how I can realign the keyboard? From this: To this: Thanks btw. amazing app.
soup4you2 Posted May 21, 2014 Posted May 21, 2014 First thanks for this wonderful app. I however seem to be having an issue, i saw other people mention it but no solution was ever posted. I can get to the search window via "F3" just fine. however when i press any of the buttons on my control pad nothing happens.. works fine when i press enter, but i don't have my buttons mapped to that key. UPDATE: I seem to have found the problem/bug/feature as you wish to call it. Setting the start button to any key but the equals sign will work. but having the start set to = will not. I'm guessing it just needs to be escaped? Is this something that you would be able to patch? I really don't want to reprogram my Paq, and reconfigure every EMU to support a different start button.. HL Settings.ini [P1 Controls] Start=187 Exit=16 Up=38 Down=40 SkipUp=37 SkipDown=39 SkipUpNumber=37 SkipDownNumber=39 HyperSpin=48 Genre=90 Favorites=88 Config: <?xml version="1.0" encoding="utf-8"?> <configuration> <startup> <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/> </startup> <appSettings> <add key="HyperspinPath" value="R:\Arcade\HyperSpin"/> <add key="TriggerKey" value="F3"/> <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"/> <!-- Set to true to hide mouse cursor --> <add key="HideMouseCursor" value="true"/> <!--AlternativeSystemWheelImagePath: If not specified, uses \Hyperspin\Media\Main Menu\Images\Wheel by default --> <add key="AlternativeSystemWheelImagePath" value="R:\Arcade\HyperSpin\Media\Main Menu\Images\Wheel"/> <!-- GenreWheelImageLocation(0...n) e.g. <add key="GenreWheelImageLocation0" value="C:\Hyperspin\Media\MAME\Images\Genre\Wheel"/> <add key="GenreWheelImageLocation1" value="C:\SomeMoreGenreWheelImages"/> --> <!-- 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> Log: 16:15:23 Search trigger key from config: F3 16:15:23 Favourites trigger key from config: F4 16:15:23 Genre trigger key from config: F5 16:15:23 Hyperspin path: R:\Arcade\HyperSpin 16:15:23 Hook installed succesfully 16:15:23 Hyperspin settings loaded from: R:\Arcade\HyperSpin\Settings\Settings.ini 16:15:23 HL path: R:\Arcade\Hyperspin\HyperLaunch\ 16:15:23 CabMode: True 16:15:23 SearchDB: Parsing R:\Arcade\HyperSpin\Databases\Main Menu\Main Menu.xml... 16:15:23 SearchDB: Found 39 entries in [Main Menu.xml] 16:15:23 SearchDB: Processing R:\Arcade\HyperSpin\Databases\AAE\AAE.xml 16:15:23 Found 37 entries 16:15:23 Removed: 0 (wheel filter), 0 (theme filter) 16:15:23 SearchDB: Processing R:\Arcade\HyperSpin\Databases\Atari 2600\Atari 2600.xml 16:15:23 Found 607 entries 16:15:23 Removed: 0 (wheel filter), 0 (theme filter) 16:15:23 SearchDB: Processing R:\Arcade\HyperSpin\Databases\Atari 5200\Atari 5200.xml 16:15:23 Found 73 entries 16:15:23 Removed: 0 (wheel filter), 0 (theme filter) 16:15:23 SearchDB: Processing R:\Arcade\HyperSpin\Databases\Atari 7800\Atari 7800.xml 16:15:23 Found 52 entries 16:15:23 Removed: 0 (wheel filter), 0 (theme filter) 16:15:23 SearchDB: Processing R:\Arcade\HyperSpin\Databases\Atari Jaguar\Atari Jaguar.xml 16:15:23 Found 31 entries 16:15:23 Removed: 0 (wheel filter), 0 (theme filter) 16:15:23 SearchDB: Processing R:\Arcade\HyperSpin\Databases\Atari Lynx\Atari Lynx.xml 16:15:23 Found 76 entries 16:15:23 Removed: 0 (wheel filter), 0 (theme filter) 16:15:23 SearchDB: Processing R:\Arcade\HyperSpin\Databases\Colecovision\Colecovision.xml 16:15:23 Found 168 entries 16:15:23 Removed: 0 (wheel filter), 0 (theme filter) 16:15:23 SearchDB: Processing R:\Arcade\HyperSpin\Databases\Daphne\Daphne.xml 16:15:23 Found 17 entries 16:15:23 Removed: 0 (wheel filter), 0 (theme filter) 16:15:23 SearchDB: Processing R:\Arcade\HyperSpin\Databases\Famicom Disk System\Famicom Disk System.xml 16:15:23 Found 91 entries 16:15:23 Removed: 0 (wheel filter), 0 (theme filter) 16:15:23 SearchDB: Processing R:\Arcade\HyperSpin\Databases\Future Pinball\Future Pinball.xml 16:15:23 Found 179 entries 16:15:23 Removed: 0 (wheel filter), 0 (theme filter) 16:15:23 SearchDB: Processing R:\Arcade\HyperSpin\Databases\Gameboy\Gameboy.xml 16:15:23 Found 609 entries 16:15:23 Removed: 0 (wheel filter), 0 (theme filter) 16:15:23 SearchDB: Processing R:\Arcade\HyperSpin\Databases\Gameboy Color\Gameboy Color.xml 16:15:23 Found 588 entries 16:15:23 Removed: 0 (wheel filter), 0 (theme filter) 16:15:23 SearchDB: Processing R:\Arcade\HyperSpin\Databases\Gamecube\Gamecube.xml 16:15:23 Found 638 entries 16:15:23 Removed: 0 (wheel filter), 0 (theme filter) 16:15:23 SearchDB: Processing R:\Arcade\HyperSpin\Databases\Intellivision\Intellivision.xml 16:15:23 Found 141 entries 16:15:23 Removed: 0 (wheel filter), 0 (theme filter) 16:15:23 SearchDB: Processing R:\Arcade\HyperSpin\Databases\Jukebox\Jukebox.xml 16:15:23 Found 1 entries 16:15:24 Removed: 0 (wheel filter), 0 (theme filter) 16:15:24 SearchDB: Processing R:\Arcade\HyperSpin\Databases\MAME\MAME.xml 16:15:24 Found 2830 entries 16:15:24 Removed: 0 (wheel filter), 0 (theme filter) 16:15:24 SearchDB: Processing R:\Arcade\HyperSpin\Databases\Mugen\Mugen.xml 16:15:24 Found 45 entries 16:15:24 Removed: 0 (wheel filter), 0 (theme filter) 16:15:24 SearchDB: Processing R:\Arcade\HyperSpin\Databases\NEC TurboGrafx-CD\NEC TurboGrafx-CD.xml 16:15:24 Found 48 entries 16:15:24 Removed: 0 (wheel filter), 0 (theme filter) 16:15:24 SearchDB: Processing R:\Arcade\HyperSpin\Databases\Neo Geo Pocket Color\Neo Geo Pocket Color.xml 16:15:24 Found 40 entries 16:15:24 Removed: 0 (wheel filter), 0 (theme filter) 16:15:24 SearchDB: Processing R:\Arcade\HyperSpin\Databases\Nintendo Entertainment System\Nintendo Entertainment System.xml 16:15:24 Found 791 entries 16:15:24 Removed: 0 (wheel filter), 0 (theme filter) 16:15:24 SearchDB: Processing R:\Arcade\HyperSpin\Databases\Nintendo Game Boy Advance\Nintendo Game Boy Advance.xml 16:15:24 Found 1051 entries 16:15:24 Removed: 0 (wheel filter), 0 (theme filter) 16:15:24 SearchDB: Processing R:\Arcade\HyperSpin\Databases\Nintendo 64\Nintendo 64.xml 16:15:24 Found 303 entries 16:15:24 Removed: 0 (wheel filter), 0 (theme filter) 16:15:24 SearchDB: Processing R:\Arcade\HyperSpin\Databases\Panasonic 3DO\Panasonic 3DO.xml 16:15:24 Found 131 entries 16:15:24 Removed: 0 (wheel filter), 0 (theme filter) 16:15:24 SearchDB: Processing R:\Arcade\HyperSpin\Databases\Sega 32X\Sega 32X.xml 16:15:24 Found 33 entries 16:15:24 Removed: 0 (wheel filter), 0 (theme filter) 16:15:24 SearchDB: Processing R:\Arcade\HyperSpin\Databases\Sega CD\Sega CD.xml 16:15:24 Found 131 entries 16:15:24 Removed: 0 (wheel filter), 0 (theme filter) 16:15:24 SearchDB: Processing R:\Arcade\HyperSpin\Databases\Sega Dreamcast\Sega Dreamcast.xml 16:15:24 Found 284 entries 16:15:24 Removed: 0 (wheel filter), 0 (theme filter) 16:15:24 SearchDB: Processing R:\Arcade\HyperSpin\Databases\Sega Game Gear\Sega Game Gear.xml 16:15:24 Found 259 entries 16:15:24 Removed: 0 (wheel filter), 0 (theme filter) 16:15:24 SearchDB: Processing R:\Arcade\HyperSpin\Databases\Sega Genesis\Sega Genesis.xml 16:15:24 Found 813 entries 16:15:24 Removed: 0 (wheel filter), 0 (theme filter) 16:15:24 SearchDB: Processing R:\Arcade\HyperSpin\Databases\Sega Master System\Sega Master System.xml 16:15:24 Found 282 entries 16:15:24 Removed: 0 (wheel filter), 0 (theme filter) 16:15:24 SearchDB: Processing R:\Arcade\HyperSpin\Databases\Sega Model 2\Sega Model 2.xml 16:15:24 Found 33 entries 16:15:24 Removed: 0 (wheel filter), 0 (theme filter) 16:15:24 SearchDB: Processing R:\Arcade\HyperSpin\Databases\Sega Naomi\Sega Naomi.xml 16:15:24 Found 80 entries 16:15:24 Removed: 0 (wheel filter), 0 (theme filter) 16:15:24 SearchDB: Processing R:\Arcade\HyperSpin\Databases\Sony Playstation\Sony Playstation.xml 16:15:24 Found 1514 entries 16:15:24 Removed: 0 (wheel filter), 0 (theme filter) 16:15:24 SearchDB: Processing R:\Arcade\HyperSpin\Databases\SuperModel\SuperModel.xml 16:15:24 Found 17 entries 16:15:24 Removed: 0 (wheel filter), 0 (theme filter) 16:15:24 SearchDB: Processing R:\Arcade\HyperSpin\Databases\Super Nintendo Entertainment System\Super Nintendo Entertainment System.xml 16:15:24 Found 777 entries 16:15:24 Removed: 0 (wheel filter), 0 (theme filter) 16:15:24 SearchDB: Processing R:\Arcade\HyperSpin\Databases\TurboGrafx 16\TurboGrafx 16.xml 16:15:24 Found 94 entries 16:15:24 Removed: 0 (wheel filter), 0 (theme filter) 16:15:24 SearchDB: Processing R:\Arcade\HyperSpin\Databases\Virtual Boy\Virtual Boy.xml 16:15:24 Found 19 entries 16:15:24 Removed: 0 (wheel filter), 0 (theme filter) 16:15:24 SearchDB: Processing R:\Arcade\HyperSpin\Databases\WonderSwan\WonderSwan.xml 16:15:24 Found 109 entries 16:15:24 Removed: 0 (wheel filter), 0 (theme filter) 16:15:24 SearchDB: Processing R:\Arcade\HyperSpin\Databases\WonderSwan Color\WonderSwan Color.xml 16:15:24 Found 91 entries 16:15:24 Removed: 0 (wheel filter), 0 (theme filter) 16:15:24 SearchDB: Processing R:\Arcade\HyperSpin\Databases\Zinc\Zinc.xml 16:15:24 Found 38 entries 16:15:24 Removed: 0 (wheel filter), 0 (theme filter) 16:15:24 Search: full game list loaded in 1123ms. Game count: 13121 16:15:24 Favourites: Found 12 file(s). 16:15:24 Processing R:\Arcade\HyperSpin\Databases\Actionmax\favorites.txt... 16:15:24 Found 0 item(s) 16:15:24 Processing R:\Arcade\HyperSpin\Databases\Atomiswave\favorites.txt... 16:15:24 Found 0 item(s) 16:15:24 Processing R:\Arcade\HyperSpin\Databases\Daphne\favorites.txt... 16:15:24 Found 0 item(s) 16:15:24 Processing R:\Arcade\HyperSpin\Databases\Famicom Disk System\favorites.txt... 16:15:24 Found 0 item(s) 16:15:24 Processing R:\Arcade\HyperSpin\Databases\MAME\favorites.txt... 16:15:24 Found 16 item(s) 16:15:24 Processing R:\Arcade\HyperSpin\Databases\Nintendo Entertainment System\favorites.txt... 16:15:24 Found 3 item(s) 16:15:24 Processing R:\Arcade\HyperSpin\Databases\PC Engine\favorites.txt... 16:15:24 Found 5 item(s) 16:15:24 Processing R:\Arcade\HyperSpin\Databases\Sega Dreamcast\favorites.txt... 16:15:24 Found 1 item(s) 16:15:24 Processing R:\Arcade\HyperSpin\Databases\Sega Master System\favorites.txt... 16:15:24 Found 0 item(s) 16:15:24 Processing R:\Arcade\HyperSpin\Databases\Sega Naomi\favorites.txt... 16:15:24 Found 0 item(s) 16:15:24 Search: Favourites list loaded in 31ms. Entry count: 21 16:15:24 Processing R:\Arcade\HyperSpin\Databases\Sony PlayStation\favorites.txt... 16:15:24 Found 5 item(s) 16:15:24 Processing R:\Arcade\HyperSpin\Databases\Zinc\favorites.txt... 16:15:24 Found 0 item(s) 16:15:24 Search: Genere list loaded in 78ms. Genre count: 207 16:15:32 Using list: Normal 16:18:01 Using list: Normal Thank you in advance for any help you can provide.
gooch Posted May 22, 2014 Posted May 22, 2014 Great app! It's what my cab's been needing and it integrates with HyperSpin seamlessly, right down to the general look & feel. It even seems to work with HyperSpinHelper's marquee display function as I scroll through the search results (possibly not intentionally and as a result of LEDBlinky integration). Great work! A couple of requests/suggestions, feel free to tell me to go pound sand. - Single click on screen keyboard. I have a touchscreen on my cab and I have to double click with the mouse, and double tapping onscreen does not seem to work for some reason even though in the Windows OS itself double tapping simulates a double click. Single clicking/single tapping will allow me to have it work with my touchscreen and behave similar to my phone/tablet. It would also be nice to be able to click/tap the up/down onscreen arrows to scroll through the list, as it stands I can only click on a search result onscreen. - Video Snaps for more than parent ROM. The clones seem to just load an empty yellow framed box. It would be nice if the parent and clones all loaded the same video similar to the handling of this within HyperSpin itself. - Performance improvement for the video snaps within the search results. For some reason, the video snaps have a low frame rate and are kind of choppy. HyperSpin and HyperPause do not have this issue. I'm running a recently formatted and fairly sterile Win7 x64 Enterprise dual core box with 8GB RAM, 256MB video RAM running at 1280x720, on a 240GB SSD that holds everything (OS, HyperSpin, media, emulators, ROMs). Maybe I'm the only one with this problem? What does HyperSearch use to display the video snap window? Maybe I can tune that app (like Flash or WMP for example). - Favorites onscreen indicator in the search results. If it would cross check the search results against the respective systems' favorites lists and display an icon indicating it is a favorite it would be helpful because typically the favorite'd ROM is the one with my saved high scores and MAME/MESS settings. I do realize I can just go to my favorites if I know it's in the list, but house guests will not know this and I aim to make my cab as dummy-proof as possible. - 'ROM Exists' filter. Similar to HyperSpin, it would be nice if it only displayed existing ROMs in the search results. I do realize this will add overhead to the search time, but maybe it could be an optional key in the HyperSearch.exe.config. - HiToText Support. (self explanatory) - HyperSpeech Support. (also self explanatory)
AxelTerizaki Posted May 25, 2014 Posted May 25, 2014 Hello I'm not sure if it's a bug or anything, but with CabMode=True, how can I quit Hypersearch and return to Hyperspin? Only ALT+F4 does seem to work but it needs me to use the keyboard. Is there an option to set a particular key to exit Hypersearch? Thanks in advance
soup4you2 Posted May 26, 2014 Posted May 26, 2014 Hello I'm not sure if it's a bug or anything, but with CabMode=True, how can I quit Hypersearch and return to Hyperspin? Only ALT+F4 does seem to work but it needs me to use the keyboard. Is there an option to set a particular key to exit Hypersearch? Thanks in advance Whatever you have set for the back button should work.
MrSparkle Posted May 26, 2014 Posted May 26, 2014 how I can realign the keyboard? From this: [ATTACH=CONFIG]41226[/ATTACH] To this: [ATTACH=CONFIG]41227[/ATTACH] Thanks btw. amazing app. I have the same problem, default settings, keyboard layout all fucked up... Anyone?
MrSparkle Posted May 27, 2014 Posted May 27, 2014 I have the same problem, default settings, keyboard layout all fucked up... Anyone? Pietie, seems like I can answer this myself. I'm sorry I didn't think of this before, but it is because I'm using Windows 8. Since I'm now using it on all my pc's, I only noticed when I tried it on my company Development Rig, which is still Windows 7. The cause for this is that WPF apps use Aero2 theme on Windows 8, while on Windows 7 it uses Aero theme. I couldn't believe myself that they did something like this, but I googled and found many people complaining about the same, and also a possible solution for HyperSearch. You need to add a reference to the Aero theme explicitly so that on Windows 8, it doesn't automatically switch to Aero2. See also the explanation in this link: http://arbel.net/2006/11/03/forcing-wpf-to-use-a-specific-windows-theme/ Although the keyboard layout is a bit weird now, I'm still enjoying the application, so for that, thank you.
SportySpice Posted June 10, 2014 Posted June 10, 2014 Relative path to HyperLaunch is messed up, so I can't launch any games: 00:26:26 Hyperspin settings loaded from: G:\Games\Emu\HyperSpin\\Settings\Settings.ini00:26:26 HL path: HyperLaunch\ 00:26:26 Specified HyperLaunch path is a relative path, translating to absolute path: G:\Games\Emu\HyperSpin\HyperSearch\HyperLaunch\ It should've been G:\Games\Emu\HyperSpin\HyperLaunch instead. Note that I did not enter the HyperLaunch path manually, nor did I find any way to do it. It automatically gets it from my HyperSpin settings. Other than that, very nice app!
Fromlostdays Posted July 6, 2014 Posted July 6, 2014 Dude, I just set this up. Took 3 seconds and works like a charm. It looks AMAZING. Thanks man. Walter:beerglass:
ninja2bceen Posted July 7, 2014 Posted July 7, 2014 Create a batch (.bat) file, put the line below in there and set it to run on exit. taskkill /f /fi "IMAGENAME eq HyperSearch.exe" Thanks. For us non technical folk, how do I close hyper search with hyperspin? Do i Just go to the hypersearch config file and slap this line at the very bottom with nothing extra and you think it will shut down hypersearch? Also any tips to get png in the video preview of hypersearch since hyperspin by default does this when a video file is missing? I've got a few missing mp4 but I have pngs in its place and would like to see those instead of the black screen saying u e missing media Awesome app man! Advance the cause to 100%. http://hyperbase.hyperspin-fe.com/ Planet Geekdom, Subscribe for Tutorials! https://www.youtube.com/channel/UCdcby-s2GwriaOHGmVC2vGA?sub_confirmation=1&app=desktop
pietie Posted July 8, 2014 Author Posted July 8, 2014 Thanks. For us non technical folk, how do I close hyper search with hyperspin? Do i Just go to the hypersearch config file and slap this line at the very bottom with nothing extra and you think it will shut down hypersearch? Paste that line into notepad and save the file with a .bat extension. Then open HyperHQ.exe (should be in the same place as HyperSpin.exe). Go to the Startup/Exit tab and point the "Exit Program" to the .bat you created in step1. Also any tips to get png in the video preview of hypersearch since hyperspin by default does this when a video file is missing? I've got a few missing mp4 but I have pngs in its place and would like to see those instead of the black screen saying u e missing media It's on my todo list My tools Steam wheel creator - Generate xml list from Steam profile with artwork and videos HyperSearch - Integrates search functionality with HyperSpin
pietie Posted July 8, 2014 Author Posted July 8, 2014 First thanks for this wonderful app.I however seem to be having an issue, i saw other people mention it but no solution was ever posted. I can get to the search window via "F3" just fine. however when i press any of the buttons on my control pad nothing happens.. works fine when i press enter, but i don't have my buttons mapped to that key. UPDATE: I seem to have found the problem/bug/feature as you wish to call it. Setting the start button to any key but the equals sign will work. but having the start set to = will not. I'm guessing it just needs to be escaped? Is this something that you would be able to patch? I really don't want to reprogram my Paq, and reconfigure every EMU to support a different start button.. I also would not want to reconfigure my ipaq....I'm not sure why = would behave differently so I'll check it out. My tools Steam wheel creator - Generate xml list from Steam profile with artwork and videos HyperSearch - Integrates search functionality with HyperSpin
pietie Posted July 8, 2014 Author Posted July 8, 2014 Pietie, seems like I can answer this myself. I'm sorry I didn't think of this before, but it is because I'm using Windows 8.Since I'm now using it on all my pc's, I only noticed when I tried it on my company Development Rig, which is still Windows 7. The cause for this is that WPF apps use Aero2 theme on Windows 8, while on Windows 7 it uses Aero theme. I couldn't believe myself that they did something like this, but I googled and found many people complaining about the same, and also a possible solution for HyperSearch. You need to add a reference to the Aero theme explicitly so that on Windows 8, it doesn't automatically switch to Aero2. See also the explanation in this link: http://arbel.net/2006/11/03/forcing-wpf-to-use-a-specific-windows-theme/ Although the keyboard layout is a bit weird now, I'm still enjoying the application, so for that, thank you. Thanks for the info MrSparkle, will definitely look into this! My tools Steam wheel creator - Generate xml list from Steam profile with artwork and videos HyperSearch - Integrates search functionality with HyperSpin
ninja2bceen Posted July 8, 2014 Posted July 8, 2014 . Advance the cause to 100%. http://hyperbase.hyperspin-fe.com/ Planet Geekdom, Subscribe for Tutorials! https://www.youtube.com/channel/UCdcby-s2GwriaOHGmVC2vGA?sub_confirmation=1&app=desktop
ninja2bceen Posted July 8, 2014 Posted July 8, 2014 . Advance the cause to 100%. http://hyperbase.hyperspin-fe.com/ Planet Geekdom, Subscribe for Tutorials! https://www.youtube.com/channel/UCdcby-s2GwriaOHGmVC2vGA?sub_confirmation=1&app=desktop
endresults Posted July 15, 2014 Posted July 15, 2014 No questions, just wanted to say thanks for a great app. It's an easy way to take a tour of gaming by year.
ninja2bceen Posted July 18, 2014 Posted July 18, 2014 Update, I have reinstalled hypersearch and I can search all geams, all genres BUT still no fav search. I read some other post to update .net 4.5.1 and I did that and restarted. Still no luck with searching by fav. I tried changing the key that searches fav as well. Note that I have .exe xbmc that is on my wheel BUT it doesn't have a subwheel. I had to create an xbmx xml for it to not give an error when populating the xml in the log. When I run the log outside of hyperspin to check things, it runs great without error in the log. When I go in hyperspin and search its fine until I search by favorites. When I search by favorites it just searches for minutes on end and never finishes. If I alt tab over to hypersearch in the task bar and read the log, I see the error below. Below are both my logs, the good outside of hyperspin and the bad with the error at the bottom which I can't figure out what its referencing... something is null though? Whatcha thing is happening? I deleted my other posts for the latest and greatest info. Note I'm running on 64 bit. Also I have updated the style to the same as the posted attachment on this thread (using carbon_bibre_big2 style) 01:26:42 Search trigger key from config: M 01:26:42 Favourites trigger key from config: B 01:26:42 Genre trigger key from config: N 01:26:42 Hyperspin path: E:\X-PC\Hyperspin 01:26:42 Hook installed succesfully 01:26:42 Hyperspin settings loaded from: E:\X-PC\Hyperspin\Settings\Settings.ini 01:26:42 HL path: E:\X-PC\Hyperspin\HyperLaunch\ 01:26:42 CabMode: False 01:26:42 SearchDB: Parsing E:\X-PC\Hyperspin\Databases\Main Menu\Main Menu.xml... 01:26:42 SearchDB: Found 42 entries in [Main Menu.xml] 01:26:42 SearchDB: Processing E:\X-PC\Hyperspin\Databases\XBMC\XBMC.xml 01:26:42 Found 1 entries 01:26:42 Removed: 0 (wheel filter), 0 (theme filter) 01:26:42 SearchDB: Processing E:\X-PC\Hyperspin\Databases\MAME\MAME.xml 01:26:42 Found 1362 entries 01:26:42 Removed: 0 (wheel filter), 0 (theme filter) 01:26:42 SearchDB: Processing E:\X-PC\Hyperspin\Databases\PopCap\PopCap.xml 01:26:42 Found 65 entries 01:26:42 Removed: 0 (wheel filter), 0 (theme filter) 01:26:42 SearchDB: Processing E:\X-PC\Hyperspin\Databases\Visual Pinball\Visual Pinball.xml 01:26:42 Found 157 entries 01:26:42 Removed: 0 (wheel filter), 0 (theme filter) 01:26:42 SearchDB: Processing E:\X-PC\Hyperspin\Databases\Future Pinball\Future Pinball.xml 01:26:42 Found 78 entries 01:26:42 Removed: 0 (wheel filter), 0 (theme filter) 01:26:42 SearchDB: Processing E:\X-PC\Hyperspin\Databases\DICE\DICE.xml 01:26:42 Found 7 entries 01:26:42 Removed: 0 (wheel filter), 0 (theme filter) 01:26:42 SearchDB: Processing E:\X-PC\Hyperspin\Databases\Microsoft MS-DOS\Microsoft MS-DOS.xml 01:26:42 Found 14 entries 01:26:42 Removed: 0 (wheel filter), 0 (theme filter) 01:26:42 SearchDB: Processing E:\X-PC\Hyperspin\Databases\ScummVM\ScummVM.xml 01:26:42 Found 11 entries 01:26:42 Removed: 0 (wheel filter), 0 (theme filter) 01:26:42 SearchDB: Processing E:\X-PC\Hyperspin\Databases\PC Games\PC Games.xml 01:26:42 Found 26 entries 01:26:42 Removed: 0 (wheel filter), 0 (theme filter) 01:26:42 SearchDB: Processing E:\X-PC\Hyperspin\Databases\Mattel Intellivision\Mattel Intellivision.xml 01:26:42 Found 127 entries 01:26:42 Removed: 0 (wheel filter), 0 (theme filter) 01:26:42 SearchDB: Processing E:\X-PC\Hyperspin\Databases\Atari 2600\Atari 2600.xml 01:26:42 Found 362 entries 01:26:42 Removed: 0 (wheel filter), 0 (theme filter) 01:26:42 SearchDB: Processing E:\X-PC\Hyperspin\Databases\Atari 5200\Atari 5200.xml 01:26:42 Found 70 entries 01:26:42 Removed: 0 (wheel filter), 0 (theme filter) 01:26:42 SearchDB: Processing E:\X-PC\Hyperspin\Databases\Atari 7800\Atari 7800.xml 01:26:42 Found 58 entries 01:26:42 Removed: 0 (wheel filter), 0 (theme filter) 01:26:42 SearchDB: Processing E:\X-PC\Hyperspin\Databases\Colecovision\Colecovision.xml 01:26:43 Found 141 entries 01:26:43 Removed: 0 (wheel filter), 0 (theme filter) 01:26:43 SearchDB: Processing E:\X-PC\Hyperspin\Databases\Atari Jaguar\Atari Jaguar.xml 01:26:43 Found 26 entries 01:26:43 Removed: 0 (wheel filter), 0 (theme filter) 01:26:43 SearchDB: Processing E:\X-PC\Hyperspin\Databases\Atari Lynx\Atari Lynx.xml 01:26:43 Found 74 entries 01:26:43 Removed: 0 (wheel filter), 0 (theme filter) 01:26:43 SearchDB: Processing E:\X-PC\Hyperspin\Databases\Nintendo Entertainment System\Nintendo Entertainment System.xml 01:26:43 Found 791 entries 01:26:43 Removed: 0 (wheel filter), 0 (theme filter) 01:26:43 SearchDB: Processing E:\X-PC\Hyperspin\Databases\Super Nintendo Entertainment System\Super Nintendo Entertainment System.xml 01:26:43 Found 789 entries 01:26:43 Removed: 0 (wheel filter), 0 (theme filter) 01:26:43 SearchDB: Processing E:\X-PC\Hyperspin\Databases\Nintendo 64\Nintendo 64.xml 01:26:43 Found 302 entries 01:26:43 Removed: 0 (wheel filter), 0 (theme filter) 01:26:43 SearchDB: Processing E:\X-PC\Hyperspin\Databases\Nintendo Game Boy\Nintendo Game Boy.xml 01:26:43 Found 543 entries 01:26:43 Removed: 0 (wheel filter), 0 (theme filter) 01:26:43 SearchDB: Processing E:\X-PC\Hyperspin\Databases\Nintendo Game Boy Color\Nintendo Game Boy Color.xml 01:26:43 Found 533 entries 01:26:43 Removed: 0 (wheel filter), 0 (theme filter) 01:26:43 SearchDB: Processing E:\X-PC\Hyperspin\Databases\Nintendo Game Boy Advance\Nintendo Game Boy Advance.xml 01:26:43 Found 987 entries 01:26:43 Removed: 0 (wheel filter), 0 (theme filter) 01:26:43 SearchDB: Processing E:\X-PC\Hyperspin\Databases\Nintendo DS\Nintendo DS.xml 01:26:43 Found 547 entries 01:26:43 Removed: 0 (wheel filter), 0 (theme filter) 01:26:43 SearchDB: Processing E:\X-PC\Hyperspin\Databases\Nintendo Virtual Boy\Nintendo Virtual Boy.xml 01:26:43 Found 16 entries 01:26:43 Removed: 0 (wheel filter), 0 (theme filter) 01:26:43 SearchDB: Processing E:\X-PC\Hyperspin\Databases\Sega Master System\Sega Master System.xml 01:26:43 Found 278 entries 01:26:43 Removed: 0 (wheel filter), 0 (theme filter) 01:26:43 SearchDB: Processing E:\X-PC\Hyperspin\Databases\Sega Genesis\Sega Genesis.xml 01:26:43 Found 780 entries 01:26:43 Removed: 0 (wheel filter), 0 (theme filter) 01:26:43 SearchDB: Processing E:\X-PC\Hyperspin\Databases\Sega CD\Sega CD.xml 01:26:43 Found 42 entries 01:26:43 Removed: 0 (wheel filter), 0 (theme filter) 01:26:43 SearchDB: Processing E:\X-PC\Hyperspin\Databases\Sega 32X\Sega 32X.xml 01:26:43 Found 33 entries 01:26:43 Removed: 0 (wheel filter), 0 (theme filter) 01:26:43 SearchDB: Processing E:\X-PC\Hyperspin\Databases\Sega Dreamcast\Sega Dreamcast.xml 01:26:43 Found 10 entries 01:26:43 Removed: 0 (wheel filter), 0 (theme filter) 01:26:43 SearchDB: Processing E:\X-PC\Hyperspin\Databases\Sega Game Gear\Sega Game Gear.xml 01:26:43 Found 259 entries 01:26:43 Removed: 0 (wheel filter), 0 (theme filter) 01:26:43 SearchDB: Processing E:\X-PC\Hyperspin\Databases\Sega Model 2\Sega Model 2.xml 01:26:43 Found 32 entries 01:26:43 Removed: 0 (wheel filter), 0 (theme filter) 01:26:43 SearchDB: Processing E:\X-PC\Hyperspin\Databases\NEC TurboGrafx-16\NEC TurboGrafx-16.xml 01:26:43 Found 94 entries 01:26:43 Removed: 0 (wheel filter), 0 (theme filter) 01:26:43 SearchDB: Processing E:\X-PC\Hyperspin\Databases\Mugen\Mugen.xml 01:26:44 Found 1 entries 01:26:44 Removed: 0 (wheel filter), 0 (theme filter) 01:26:44 SearchDB: Processing E:\X-PC\Hyperspin\Databases\Capcom Play System\Capcom Play System.xml 01:26:44 Found 63 entries 01:26:44 Removed: 0 (wheel filter), 0 (theme filter) 01:26:44 SearchDB: Processing E:\X-PC\Hyperspin\Databases\Capcom CPS3\Capcom CPS3.xml 01:26:44 Found 6 entries 01:26:44 Removed: 0 (wheel filter), 0 (theme filter) 01:26:44 SearchDB: Processing E:\X-PC\Hyperspin\Databases\SNK Neo Geo MVS\SNK Neo Geo MVS.xml 01:26:44 Found 139 entries 01:26:44 Removed: 0 (wheel filter), 0 (theme filter) 01:26:44 SearchDB: Processing E:\X-PC\Hyperspin\Databases\SNK Neo Geo Pocket Color\SNK Neo Geo Pocket Color.xml 01:26:44 Found 40 entries 01:26:44 Removed: 0 (wheel filter), 0 (theme filter) 01:26:44 SearchDB: Processing E:\X-PC\Hyperspin\Databases\Zinc\Zinc.xml 01:26:44 Found 28 entries 01:26:44 Removed: 0 (wheel filter), 0 (theme filter) 01:26:44 SearchDB: Processing E:\X-PC\Hyperspin\Databases\Bandai Wonderswan Color\Bandai Wonderswan Color.xml 01:26:44 Found 93 entries 01:26:44 Removed: 0 (wheel filter), 0 (theme filter) 01:26:44 SearchDB: Processing E:\X-PC\Hyperspin\Databases\Panasonic 3DO\Panasonic 3DO.xml 01:26:44 Found 27 entries 01:26:44 Removed: 0 (wheel filter), 0 (theme filter) 01:26:44 SearchDB: Processing E:\X-PC\Hyperspin\Databases\Sony Playstation\Sony Playstation.xml 01:26:44 Found 48 entries 01:26:44 Removed: 0 (wheel filter), 0 (theme filter) 01:26:44 SearchDB: Processing E:\X-PC\Hyperspin\Databases\Daphne\Daphne.xml 01:26:44 Found 12 entries 01:26:44 Removed: 0 (wheel filter), 0 (theme filter) 01:26:44 Search: full game list loaded in 2605ms. Game count: 9072 01:26:44 Favourites: Found 41 file(s). 01:26:44 Processing E:\X-PC\Hyperspin\Databases\Atari 2600\favorites.txt... 01:26:44 Found 63 item(s) 01:26:44 Processing E:\X-PC\Hyperspin\Databases\Atari 5200\favorites.txt... 01:26:44 Found 21 item(s) 01:26:44 Processing E:\X-PC\Hyperspin\Databases\Atari 7800\favorites.txt... 01:26:44 Found 21 item(s) 01:26:44 Processing E:\X-PC\Hyperspin\Databases\Atari Jaguar\favorites.txt... 01:26:44 Found 13 item(s) 01:26:44 Processing E:\X-PC\Hyperspin\Databases\Atari Lynx\favorites.txt... 01:26:44 Found 14 item(s) 01:26:44 Processing E:\X-PC\Hyperspin\Databases\Bandai Wonderswan Color\favorites.txt... 01:26:44 Found 16 item(s) 01:26:44 Processing E:\X-PC\Hyperspin\Databases\Capcom CPS3\favorites.txt... 01:26:44 Found 3 item(s) 01:26:44 Processing E:\X-PC\Hyperspin\Databases\Capcom Play System\favorites.txt... 01:26:44 Found 29 item(s) 01:26:44 Processing E:\X-PC\Hyperspin\Databases\Colecovision\favorites.txt... 01:26:44 Found 40 item(s) 01:26:44 Processing E:\X-PC\Hyperspin\Databases\Daphne\favorites.txt... 01:26:44 Found 6 item(s) 01:26:45 Processing E:\X-PC\Hyperspin\Databases\Dice\favorites.txt... 01:26:45 Found 4 item(s) 01:26:45 Processing E:\X-PC\Hyperspin\Databases\Future Pinball\favorites.txt... 01:26:45 Found 23 item(s) 01:26:45 Processing E:\X-PC\Hyperspin\Databases\MAME\favorites.txt... 01:26:45 Found 284 item(s) 01:26:45 Processing E:\X-PC\Hyperspin\Databases\Mattel Intellivision\favorites.txt... 01:26:45 Found 35 item(s) 01:26:45 Processing E:\X-PC\Hyperspin\Databases\Microsoft MS-DOS\favorites.txt... 01:26:45 Found 4 item(s) 01:26:45 Processing E:\X-PC\Hyperspin\Databases\Mugen\favorites.txt... 01:26:45 Found 1 item(s) 01:26:45 Processing E:\X-PC\Hyperspin\Databases\NEC TurboGrafx-16\favorites.txt... 01:26:45 Found 21 item(s) 01:26:45 Processing E:\X-PC\Hyperspin\Databases\Nintendo 64\favorites.txt... 01:26:45 Found 84 item(s) 01:26:45 Processing E:\X-PC\Hyperspin\Databases\Nintendo DS\favorites.txt... 01:26:45 Found 100 item(s) 01:26:45 Processing E:\X-PC\Hyperspin\Databases\Nintendo Entertainment System\favorites.txt... 01:26:45 Found 168 item(s) 01:26:45 Processing E:\X-PC\Hyperspin\Databases\Nintendo Game Boy\favorites.txt... 01:26:45 Found 129 item(s) 01:26:45 Processing E:\X-PC\Hyperspin\Databases\Nintendo Game Boy Advance\favorites.txt... 01:26:45 Found 175 item(s) 01:26:45 Processing E:\X-PC\Hyperspin\Databases\Nintendo Game Boy Color\favorites.txt... 01:26:45 Found 89 item(s) 01:26:45 Processing E:\X-PC\Hyperspin\Databases\Nintendo Virtual Boy\favorites.txt... 01:26:45 Found 12 item(s) 01:26:45 Processing E:\X-PC\Hyperspin\Databases\Panasonic 3DO\favorites.txt... 01:26:45 Found 19 item(s) 01:26:45 Processing E:\X-PC\Hyperspin\Databases\PC Games\favorites.txt... 01:26:45 Found 14 item(s) 01:26:45 Processing E:\X-PC\Hyperspin\Databases\PopCap\favorites.txt... 01:26:45 Found 12 item(s) 01:26:45 Processing E:\X-PC\Hyperspin\Databases\ScummVM\favorites.txt... 01:26:45 Found 6 item(s) 01:26:45 Processing E:\X-PC\Hyperspin\Databases\Sega 32X\favorites.txt... 01:26:45 Found 8 item(s) 01:26:45 Processing E:\X-PC\Hyperspin\Databases\Sega CD\favorites.txt... 01:26:45 Found 22 item(s) 01:26:45 Processing E:\X-PC\Hyperspin\Databases\Sega Dreamcast\favorites.txt... 01:26:45 Found 7 item(s) 01:26:45 Processing E:\X-PC\Hyperspin\Databases\Sega Game Gear\favorites.txt... 01:26:45 Found 72 item(s) 01:26:45 Processing E:\X-PC\Hyperspin\Databases\Sega Genesis\favorites.txt... 01:26:45 Found 180 item(s) 01:26:45 Processing E:\X-PC\Hyperspin\Databases\Sega Master System\favorites.txt... 01:26:45 Found 69 item(s) 01:26:45 Processing E:\X-PC\Hyperspin\Databases\Sega Model 2\favorites.txt... 01:26:45 Found 15 item(s) 01:26:45 Processing E:\X-PC\Hyperspin\Databases\SNK Neo Geo MVS\favorites.txt... 01:26:45 Found 42 item(s) 01:26:45 Processing E:\X-PC\Hyperspin\Databases\SNK Neo Geo Pocket Color\favorites.txt... 01:26:45 Found 8 item(s) 01:26:45 Processing E:\X-PC\Hyperspin\Databases\Sony PlayStation\favorites.txt... 01:26:45 Found 36 item(s) 01:26:45 Processing E:\X-PC\Hyperspin\Databases\Super Nintendo Entertainment System\favorites.txt... 01:26:45 Found 226 item(s) 01:26:45 Processing E:\X-PC\Hyperspin\Databases\Visual Pinball\favorites.txt... 01:26:45 Found 85 item(s) 01:26:45 Processing E:\X-PC\Hyperspin\Databases\Zinc\Favorites.txt... 01:26:45 Search: Favourites list loaded in 1045ms. Entry count: 2175 01:26:45 Found 12 item(s) 01:26:45 Search: Genere list loaded in 47ms. Genre count: 100 01:28:19 ERROR! Hyperspin process not found! 01:28:19 ERROR! Hyperspin process not found! --------------------Notice how if I left it open for 2 min I got an error when running outside of hyperspin... below is what the log is when running IN hyperspin 01:02:46 Search trigger key from config: M 01:02:46 Favourites trigger key from config: B 01:02:46 Genre trigger key from config: N 01:02:46 Hyperspin path: E:\X-PC\Hyperspin 01:02:46 Hook installed succesfully 01:02:46 Hyperspin settings loaded from: E:\X-PC\Hyperspin\Settings\Settings.ini 01:02:46 HL path: E:\X-PC\Hyperspin\HyperLaunch\ 01:02:46 CabMode: False 01:02:46 SearchDB: Parsing E:\X-PC\Hyperspin\Databases\Main Menu\Main Menu.xml... 01:02:46 SearchDB: Found 42 entries in [Main Menu.xml] 01:02:46 SearchDB: Processing E:\X-PC\Hyperspin\Databases\XBMC\XBMC.xml 01:02:46 Found 1 entries 01:02:46 Removed: 0 (wheel filter), 0 (theme filter) 01:02:46 SearchDB: Processing E:\X-PC\Hyperspin\Databases\MAME\MAME.xml 01:02:46 Found 1362 entries 01:02:46 Removed: 0 (wheel filter), 0 (theme filter) 01:02:46 SearchDB: Processing E:\X-PC\Hyperspin\Databases\PopCap\PopCap.xml 01:02:46 Found 65 entries 01:02:46 Removed: 0 (wheel filter), 0 (theme filter) 01:02:46 SearchDB: Processing E:\X-PC\Hyperspin\Databases\Visual Pinball\Visual Pinball.xml 01:02:47 Found 157 entries 01:02:47 Removed: 0 (wheel filter), 0 (theme filter) 01:02:47 SearchDB: Processing E:\X-PC\Hyperspin\Databases\Future Pinball\Future Pinball.xml 01:02:47 Found 78 entries 01:02:47 Removed: 0 (wheel filter), 0 (theme filter) 01:02:47 SearchDB: Processing E:\X-PC\Hyperspin\Databases\DICE\DICE.xml 01:02:47 Found 7 entries 01:02:47 Removed: 0 (wheel filter), 0 (theme filter) 01:02:47 SearchDB: Processing E:\X-PC\Hyperspin\Databases\Microsoft MS-DOS\Microsoft MS-DOS.xml 01:02:47 Found 14 entries 01:02:47 Removed: 0 (wheel filter), 0 (theme filter) 01:02:47 SearchDB: Processing E:\X-PC\Hyperspin\Databases\ScummVM\ScummVM.xml 01:02:47 Found 11 entries 01:02:47 Removed: 0 (wheel filter), 0 (theme filter) 01:02:47 SearchDB: Processing E:\X-PC\Hyperspin\Databases\PC Games\PC Games.xml 01:02:47 Found 26 entries 01:02:47 Removed: 0 (wheel filter), 0 (theme filter) 01:02:47 SearchDB: Processing E:\X-PC\Hyperspin\Databases\Mattel Intellivision\Mattel Intellivision.xml 01:02:47 Found 127 entries 01:02:47 Removed: 0 (wheel filter), 0 (theme filter) 01:02:47 SearchDB: Processing E:\X-PC\Hyperspin\Databases\Atari 2600\Atari 2600.xml 01:02:47 Found 362 entries 01:02:47 Removed: 0 (wheel filter), 0 (theme filter) 01:02:47 SearchDB: Processing E:\X-PC\Hyperspin\Databases\Atari 5200\Atari 5200.xml 01:02:47 Found 70 entries 01:02:47 Removed: 0 (wheel filter), 0 (theme filter) 01:02:47 SearchDB: Processing E:\X-PC\Hyperspin\Databases\Atari 7800\Atari 7800.xml 01:02:47 Found 58 entries 01:02:47 Removed: 0 (wheel filter), 0 (theme filter) 01:02:47 SearchDB: Processing E:\X-PC\Hyperspin\Databases\Colecovision\Colecovision.xml 01:02:47 Found 141 entries 01:02:47 Removed: 0 (wheel filter), 0 (theme filter) 01:02:47 SearchDB: Processing E:\X-PC\Hyperspin\Databases\Atari Jaguar\Atari Jaguar.xml 01:02:47 Found 26 entries 01:02:47 Removed: 0 (wheel filter), 0 (theme filter) 01:02:47 SearchDB: Processing E:\X-PC\Hyperspin\Databases\Atari Lynx\Atari Lynx.xml 01:02:47 Found 74 entries 01:02:48 Removed: 0 (wheel filter), 0 (theme filter) 01:02:48 SearchDB: Processing E:\X-PC\Hyperspin\Databases\Nintendo Entertainment System\Nintendo Entertainment System.xml 01:02:48 Found 791 entries 01:02:48 Removed: 0 (wheel filter), 0 (theme filter) 01:02:48 SearchDB: Processing E:\X-PC\Hyperspin\Databases\Super Nintendo Entertainment System\Super Nintendo Entertainment System.xml 01:02:48 Found 789 entries 01:02:48 Removed: 0 (wheel filter), 0 (theme filter) 01:02:48 SearchDB: Processing E:\X-PC\Hyperspin\Databases\Nintendo 64\Nintendo 64.xml 01:02:48 Found 302 entries 01:02:48 Removed: 0 (wheel filter), 0 (theme filter) 01:02:48 SearchDB: Processing E:\X-PC\Hyperspin\Databases\Nintendo Game Boy\Nintendo Game Boy.xml 01:02:48 Found 543 entries 01:02:48 Removed: 0 (wheel filter), 0 (theme filter) 01:02:48 SearchDB: Processing E:\X-PC\Hyperspin\Databases\Nintendo Game Boy Color\Nintendo Game Boy Color.xml 01:02:48 Found 533 entries 01:02:48 Removed: 0 (wheel filter), 0 (theme filter) 01:02:48 SearchDB: Processing E:\X-PC\Hyperspin\Databases\Nintendo Game Boy Advance\Nintendo Game Boy Advance.xml 01:02:48 Found 987 entries 01:02:48 Removed: 0 (wheel filter), 0 (theme filter) 01:02:48 SearchDB: Processing E:\X-PC\Hyperspin\Databases\Nintendo DS\Nintendo DS.xml 01:02:48 Found 547 entries 01:02:48 Removed: 0 (wheel filter), 0 (theme filter) 01:02:48 SearchDB: Processing E:\X-PC\Hyperspin\Databases\Nintendo Virtual Boy\Nintendo Virtual Boy.xml 01:02:48 Found 16 entries 01:02:48 Removed: 0 (wheel filter), 0 (theme filter) 01:02:48 SearchDB: Processing E:\X-PC\Hyperspin\Databases\Sega Master System\Sega Master System.xml 01:02:48 Found 278 entries 01:02:48 Removed: 0 (wheel filter), 0 (theme filter) 01:02:48 SearchDB: Processing E:\X-PC\Hyperspin\Databases\Sega Genesis\Sega Genesis.xml 01:02:48 Found 780 entries 01:02:48 Removed: 0 (wheel filter), 0 (theme filter) 01:02:48 SearchDB: Processing E:\X-PC\Hyperspin\Databases\Sega CD\Sega CD.xml 01:02:48 Found 42 entries 01:02:48 Removed: 0 (wheel filter), 0 (theme filter) 01:02:48 SearchDB: Processing E:\X-PC\Hyperspin\Databases\Sega 32X\Sega 32X.xml 01:02:48 Found 33 entries 01:02:48 Removed: 0 (wheel filter), 0 (theme filter) 01:02:48 SearchDB: Processing E:\X-PC\Hyperspin\Databases\Sega Dreamcast\Sega Dreamcast.xml 01:02:48 Found 10 entries 01:02:48 Removed: 0 (wheel filter), 0 (theme filter) 01:02:48 SearchDB: Processing E:\X-PC\Hyperspin\Databases\Sega Game Gear\Sega Game Gear.xml 01:02:48 Found 259 entries 01:02:48 Removed: 0 (wheel filter), 0 (theme filter) 01:02:48 SearchDB: Processing E:\X-PC\Hyperspin\Databases\Sega Model 2\Sega Model 2.xml 01:02:48 Found 32 entries 01:02:48 Removed: 0 (wheel filter), 0 (theme filter) 01:02:48 SearchDB: Processing E:\X-PC\Hyperspin\Databases\NEC TurboGrafx-16\NEC TurboGrafx-16.xml 01:02:48 Found 94 entries 01:02:48 Removed: 0 (wheel filter), 0 (theme filter) 01:02:48 SearchDB: Processing E:\X-PC\Hyperspin\Databases\Mugen\Mugen.xml 01:02:48 Found 1 entries 01:02:49 Removed: 0 (wheel filter), 0 (theme filter) 01:02:49 SearchDB: Processing E:\X-PC\Hyperspin\Databases\Capcom Play System\Capcom Play System.xml 01:02:49 Found 63 entries 01:02:49 Removed: 0 (wheel filter), 0 (theme filter) 01:02:49 SearchDB: Processing E:\X-PC\Hyperspin\Databases\Capcom CPS3\Capcom CPS3.xml 01:02:49 Found 6 entries 01:02:49 Removed: 0 (wheel filter), 0 (theme filter) 01:02:49 SearchDB: Processing E:\X-PC\Hyperspin\Databases\SNK Neo Geo MVS\SNK Neo Geo MVS.xml 01:02:49 Found 139 entries 01:02:49 Removed: 0 (wheel filter), 0 (theme filter) 01:02:49 SearchDB: Processing E:\X-PC\Hyperspin\Databases\SNK Neo Geo Pocket Color\SNK Neo Geo Pocket Color.xml 01:02:49 Found 40 entries 01:02:49 Removed: 0 (wheel filter), 0 (theme filter) 01:02:49 SearchDB: Processing E:\X-PC\Hyperspin\Databases\Zinc\Zinc.xml 01:02:49 Found 28 entries 01:02:49 Removed: 0 (wheel filter), 0 (theme filter) 01:02:49 SearchDB: Processing E:\X-PC\Hyperspin\Databases\Bandai Wonderswan Color\Bandai Wonderswan Color.xml 01:02:49 Found 93 entries 01:02:49 Removed: 0 (wheel filter), 0 (theme filter) 01:02:49 SearchDB: Processing E:\X-PC\Hyperspin\Databases\Panasonic 3DO\Panasonic 3DO.xml 01:02:49 Found 27 entries 01:02:49 Removed: 0 (wheel filter), 0 (theme filter) 01:02:49 SearchDB: Processing E:\X-PC\Hyperspin\Databases\Sony Playstation\Sony Playstation.xml 01:02:49 Found 48 entries 01:02:49 Removed: 0 (wheel filter), 0 (theme filter) 01:02:49 SearchDB: Processing E:\X-PC\Hyperspin\Databases\Daphne\Daphne.xml 01:02:49 Found 12 entries 01:02:49 Removed: 0 (wheel filter), 0 (theme filter) 01:02:49 Search: full game list loaded in 3151ms. Game count: 9072 01:02:49 Favourites: Found 41 file(s). 01:02:49 Processing E:\X-PC\Hyperspin\Databases\Atari 2600\favorites.txt... 01:02:49 Found 63 item(s) 01:02:49 Processing E:\X-PC\Hyperspin\Databases\Atari 5200\favorites.txt... 01:02:49 Found 21 item(s) 01:02:49 Processing E:\X-PC\Hyperspin\Databases\Atari 7800\favorites.txt... 01:02:49 Found 21 item(s) 01:02:49 Processing E:\X-PC\Hyperspin\Databases\Atari Jaguar\favorites.txt... 01:02:49 Found 13 item(s) 01:02:49 Processing E:\X-PC\Hyperspin\Databases\Atari Lynx\favorites.txt... 01:02:49 Found 14 item(s) 01:02:49 Processing E:\X-PC\Hyperspin\Databases\Bandai Wonderswan Color\favorites.txt... 01:02:49 Found 16 item(s) 01:02:49 Processing E:\X-PC\Hyperspin\Databases\Capcom CPS3\favorites.txt... 01:02:49 Found 3 item(s) 01:02:49 Processing E:\X-PC\Hyperspin\Databases\Capcom Play System\favorites.txt... 01:02:49 Found 29 item(s) 01:02:50 Processing E:\X-PC\Hyperspin\Databases\Colecovision\favorites.txt... 01:02:50 Found 40 item(s) 01:02:50 Processing E:\X-PC\Hyperspin\Databases\Daphne\favorites.txt... 01:02:50 Found 6 item(s) 01:02:50 Processing E:\X-PC\Hyperspin\Databases\Dice\favorites.txt... 01:02:50 Found 4 item(s) 01:02:50 Processing E:\X-PC\Hyperspin\Databases\Future Pinball\favorites.txt... 01:02:50 Found 23 item(s) 01:02:50 Processing E:\X-PC\Hyperspin\Databases\MAME\favorites.txt... 01:02:50 Found 284 item(s) 01:02:50 Processing E:\X-PC\Hyperspin\Databases\Mattel Intellivision\favorites.txt... 01:02:50 Found 35 item(s) 01:02:50 Processing E:\X-PC\Hyperspin\Databases\Microsoft MS-DOS\favorites.txt... 01:02:50 Found 4 item(s) 01:02:50 Processing E:\X-PC\Hyperspin\Databases\Mugen\favorites.txt... 01:02:50 Found 1 item(s) 01:02:50 Processing E:\X-PC\Hyperspin\Databases\NEC TurboGrafx-16\favorites.txt... 01:02:50 Found 21 item(s) 01:02:50 Processing E:\X-PC\Hyperspin\Databases\Nintendo 64\favorites.txt... 01:02:50 Found 84 item(s) 01:02:50 Processing E:\X-PC\Hyperspin\Databases\Nintendo DS\favorites.txt... 01:02:50 Found 100 item(s) 01:02:50 Processing E:\X-PC\Hyperspin\Databases\Nintendo Entertainment System\favorites.txt... 01:02:50 Found 168 item(s) 01:02:50 Processing E:\X-PC\Hyperspin\Databases\Nintendo Game Boy\favorites.txt... 01:02:50 Found 129 item(s) 01:02:50 Processing E:\X-PC\Hyperspin\Databases\Nintendo Game Boy Advance\favorites.txt... 01:02:50 Found 175 item(s) 01:02:50 Processing E:\X-PC\Hyperspin\Databases\Nintendo Game Boy Color\favorites.txt... 01:02:50 Found 89 item(s) 01:02:50 Processing E:\X-PC\Hyperspin\Databases\Nintendo Virtual Boy\favorites.txt... 01:02:50 Found 12 item(s) 01:02:50 Processing E:\X-PC\Hyperspin\Databases\Panasonic 3DO\favorites.txt... 01:02:50 Found 19 item(s) 01:02:50 Processing E:\X-PC\Hyperspin\Databases\PC Games\favorites.txt... 01:02:50 Found 14 item(s) 01:02:50 Processing E:\X-PC\Hyperspin\Databases\PopCap\favorites.txt... 01:02:50 Found 12 item(s) 01:02:50 Processing E:\X-PC\Hyperspin\Databases\ScummVM\favorites.txt... 01:02:50 Found 6 item(s) 01:02:50 Processing E:\X-PC\Hyperspin\Databases\Sega 32X\favorites.txt... 01:02:50 Found 8 item(s) 01:02:50 Processing E:\X-PC\Hyperspin\Databases\Sega CD\favorites.txt... 01:02:50 Found 22 item(s) 01:02:50 Processing E:\X-PC\Hyperspin\Databases\Sega Dreamcast\favorites.txt... 01:02:50 Found 7 item(s) 01:02:50 Processing E:\X-PC\Hyperspin\Databases\Sega Game Gear\favorites.txt... 01:02:50 Found 72 item(s) 01:02:50 Processing E:\X-PC\Hyperspin\Databases\Sega Genesis\favorites.txt... 01:02:50 Found 180 item(s) 01:02:50 Processing E:\X-PC\Hyperspin\Databases\Sega Master System\favorites.txt... 01:02:50 Found 69 item(s) 01:02:51 Processing E:\X-PC\Hyperspin\Databases\Sega Model 2\favorites.txt... 01:02:51 Found 15 item(s) 01:02:51 Processing E:\X-PC\Hyperspin\Databases\SNK Neo Geo MVS\favorites.txt... 01:02:51 Found 42 item(s) 01:02:51 Processing E:\X-PC\Hyperspin\Databases\SNK Neo Geo Pocket Color\favorites.txt... 01:02:51 Found 8 item(s) 01:02:51 Processing E:\X-PC\Hyperspin\Databases\Sony PlayStation\favorites.txt... 01:02:51 Found 36 item(s) 01:02:51 Processing E:\X-PC\Hyperspin\Databases\Super Nintendo Entertainment System\favorites.txt... 01:02:51 Found 226 item(s) 01:02:51 Processing E:\X-PC\Hyperspin\Databases\Visual Pinball\favorites.txt... 01:02:51 Found 85 item(s) 01:02:51 Processing E:\X-PC\Hyperspin\Databases\Zinc\Favorites.txt... 01:02:51 Search: Favourites list loaded in 1404ms. Entry count: 2175 01:02:51 Found 12 item(s) 01:02:51 Search: Genere list loaded in 63ms. Genre count: 100 01:02:52 Using list: Normal 01:03:02 TriggerKey fired but HS is not the active window. 01:03:09 SearchMode: Contains 01:03:25 TriggerKey fired but HS is not the active window. 01:03:27 TriggerKey fired but HS is not the active window. 01:03:30 TriggerKey fired but HS is not the active window. 01:03:36 SearchMode: Contains 01:03:50 Nintendo Entertainment System has a custom video path defined (C:\HyperSpin\Media\Nintendo Entertainment System\Video\) but that path does not exist, so reverting back to default. 01:03:54 Nintendo Entertainment System has a custom video path defined (C:\HyperSpin\Media\Nintendo Entertainment System\Video\) but that path does not exist, so reverting back to default. 01:03:55 Nintendo Entertainment System has a custom video path defined (C:\HyperSpin\Media\Nintendo Entertainment System\Video\) but that path does not exist, so reverting back to default. 01:03:56 Nintendo Entertainment System has a custom video path defined (C:\HyperSpin\Media\Nintendo Entertainment System\Video\) but that path does not exist, so reverting back to default. 01:04:09 SearchMode: Contains 01:04:13 Using list: Favourites 01:04:16 TriggerKey fired but HS is not the active window. 01:04:17 TriggerKey fired but HS is not the active window. 01:04:18 TriggerKey fired but HS is not the active window. 01:04:43 TriggerKey fired but HS is not the active window. 01:04:51 SearchMode: Contains 01:04:51 ERROR: System.NullReferenceException: Object reference not set to an instance of an object. at HyperSearch.Windows.GameSearchWindow.PerformSearchTask.<>c__DisplayClass61.<Run>b__3f(GameXmlDatabase g) at System.Linq.Enumerable.WhereListIterator`1.MoveNext() at System.Linq.Buffer`1..ctor(IEnumerable`1 source) at System.Linq.OrderedEnumerable`1.<GetEnumerator>d__0.MoveNext() at System.Linq.Enumerable.WhereSelectEnumerableIterator`2.MoveNext() at System.Linq.Enumerable.<DistinctIterator>d__81`1.MoveNext() at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at HyperSearch.Windows.GameSearchWindow.PerformSearchTask.Run(Object data) Advance the cause to 100%. http://hyperbase.hyperspin-fe.com/ Planet Geekdom, Subscribe for Tutorials! https://www.youtube.com/channel/UCdcby-s2GwriaOHGmVC2vGA?sub_confirmation=1&app=desktop
Recommended Posts
Archived
This topic is now archived and is closed to further replies.