relic Posted May 27, 2014 Posted May 27, 2014 http://scratch.mit.edu/discuss/topic/9663/ http://forum.r2games.com/showthread.php?81779-Lag-Fixes-(some-you-may-not-have-seen-even!) http://www.hyperspin-fe.com/forum/archive/index.php/t-26902.html http://www.hyperspin-fe.com/forum/archive/index.php/t-24933.html http://www.softwarepatch.com/tips/flash-errors-fix.html read this its very intresting where can i get the hyperspin fowarder djvj 07-22-2013, 01:38 AM I made a HyperLaunch Forwarder for older HS versions. You can find it on dropbox under the "HyperLaunch Forwarder" folder. Read the included readme.txt for instructions on how to use. mesk 08-15-2013, 12:52 AM I have also noticed multiple Hyperspin.exe processes running. I do not think it is closing properly sometimes. Same here.Sometimes I have to kill it via process explorer to be able to launch it again.This only happens with HS 1.3.2 EDIT: Can confirm no more HS.exe hanging after downgrading from 1.3.2 to 1.3.1.Thanks for the forwarder,djvj 100%
relic Posted May 27, 2014 Author Posted May 27, 2014 if anyone has any info about how to fix this problem let me know thanks 100%
lmsilva Posted May 27, 2014 Posted May 27, 2014 Regarding the hyperspin issue where processes are orphaned, I discussed this in this other thread: http://www.hyperspin-fe.com/forum/showthread.php?34554-Hyperspin-doesn-t-start-leaves-stuck-process&p=320554#post320554 The solution was to create a batch file to launch HyperSpin (instead of running HyperSpin.exe): - create a batch file (e.g. StartHyperSpin.bat) and place it in the HyperSpin root directory - put these two lines inside of it: taskkill /im /f HyperSpin.exe start /d "c:\path\to\your\HyperSpin" /b HyperSpin.exe The first line issues a task kill to force killing any orphaned HyperSpin.exe processes and the second line forks a new HyperSpin.exe process. So you should basically see a terminal popup and exit immediately when you run this and HyperSpin should launch a second later ). What I did on my system was adding a shortcut to this batch file to my User's StartUp folder. You can even change the shortcut so that it looks more like the native HyperSpin.exe binary (just change the icon and browse for icons in your HyperSpin.exe). Hope this helps!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.