Author Topic: Keyboard Unresponsive at launch  (Read 1801 times)

Velveteen

  • *
  • Posts: 2
    • View Profile
Keyboard Unresponsive at launch
« on: 2020-05-04 01:34:31 »
Upon launch of game, with or without mods enabled, the game can get as far as new game/ continue screen. I can skip the opening credits by pressing the arrow keys but after that the game will not progress no matter what. On my latest attempt to launch inside 7th heaven i ran the debugg mode and got the following in  the debug window.

Quote
The system cannot find the file specified

   at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo)
   at System.Diagnostics.Process.Start()
   at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
   at SeventhHeaven.Classes.GameLauncher.<>c__DisplayClass32_0.<LaunchGame>b__3(Object o, EventArgs e)
   at System.EventHandler.Invoke(Object sender, EventArgs e)
   at System.Diagnostics.Process.OnExited()
   at System.Diagnostics.Process.RaiseOnExited()
   at System.Diagnostics.Process.CompletionCallback(Object context, Boolean wasSignaled)
   at System.Threading._ThreadPoolWaitOrTimerCallback.WaitOrTimerCallback_Context(Object state, Boolean timedOut)
   at System.Threading._ThreadPoolWaitOrTimerCallback.WaitOrTimerCallback_Context_f(Object state)
   at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
   at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
   at System.Threading._ThreadPoolWaitOrTimerCallback.PerformWaitOrTimerCallback(Object state, Boolean timedOut)
Does anyone know what i can do to resolve this issue? I have 7th heaven in its own folder running as administrator on launch and ff7 is being launched from a steamapps folder not located within program files or users. Let me know if any further information is required.

-V

unab0mb

  • 7th Heaven Crew
  • *
  • Posts: 403
    • View Profile
    • 7th Heaven Web Site
Re: Keyboard Unresponsive at launch
« Reply #1 on: 2020-05-04 04:28:01 »
Unfortunately, debugging is broken in the current release of 7H and was fixed literally the day after once we became aware of it. Since it was such a small change, we decided to wait to incorporate it into the next release. But that has nothing to do with your issue anyway.

The default keys are currently the 1998 controls which are the numpad buttons. Enter is OK, + is Menu, 2, 4, 6, 8 are your movement keys, etc. If you want to change from the defaults to another preset, like Steam, or if you want to import your own controls directly from the game, go to 7H>Settings>Game Launcher>Controls.

Velveteen

  • *
  • Posts: 2
    • View Profile
Re: Keyboard Unresponsive at launch
« Reply #2 on: 2020-05-04 08:41:28 »
That was the issue, thanks for the help!