Creezz67 Posted July 17, 2018 Share Posted July 17, 2018 Hi all, Has anyone been able to run cxbx reloaded as administrator in Hyperspin ? Reason I ask is although i can run it ok in Windows 10 if I do not set Hyperspin to run as admin, many other systems then do not work (gameloader etc) without setting each game to run as admin Even when i leave fade in off to allow myself to click yes in the confirmation box (see image) it still won't load. It's annoying as this emulator is now working well on certain games. Most emulators have an option to turn stuff like this off but I can't find it if it exists. Any help appreciated. Note, CXBX RELOADED emulator itself is not set as admin, just Hyperspin and this brings up this error. Link to comment Share on other sites More sharing options...
md_max Posted July 17, 2018 Share Posted July 17, 2018 MEmu := "Cxbx-Reloaded" MEmuV := "nightly" MURL := ["https://github.com/Cxbx-Reloaded/Cxbx-Reloaded"] MAuthor := ["teeedubb"] MVersion := "1.1" MSystem := ["Microsoft Xbox"] ;---------------------------------------------------------------------------- ; Notes: ;Based on djvj's cxbx module ; ;---------------------------------------------------------------------------- StartModule() FadeInStart() settingsFile := modulePath . "\" . moduleName . ".ini" 7z(romPath, romName, romExtension, 7zExtractPath) Run(executable . " """ . romPath . "\default.xbe""", emuPath) Sleep 1000 Send {Enter} Sleep 1000 Send !{Enter} FadeInExit() Process("WaitClose", executable) 7zCleanUp() FadeOutExit() ExitModule() CloseProcess: FadeOutStart() WinClose("Cxbx-Reloaded ahk_class WndMain") Return I had the same problem. Changed the module. HyperSpin\RocketLauncher\Modules\Cxbx-Reloaded\Cxbx-Reloaded.ahk Link to comment Share on other sites More sharing options...
md_max Posted July 17, 2018 Share Posted July 17, 2018 Link to comment Share on other sites More sharing options...
Creezz67 Posted July 18, 2018 Author Share Posted July 18, 2018 Thanks md_max much appreciated Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.