Announcement

Collapse
No announcement yet.

Can't apply configs all of a sudden

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Can't apply configs all of a sudden

    Hey all! I went away for the weekend and then came back and for some reason I can't get any of my profiles to apply anymore. Looking at the log files at the very least I've found the following error.
    Code:
    reWASD engine: 07:29:18:933 Could not find file 'C:\Users\<user>\AppData\Local\Temp\2loatfx0.ccz\ApplyResult.json'.
    reWASD engine: 07:29:18:933 at Microsoft.Win32.SafeHandles.SafeFileHandle.CreateF ile(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options)
    at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(St ring fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, Nullable`1 unixCreateMode)
    at System.IO.Strategies.OSFileStreamStrategy..ctor(St ring path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, Nullable`1 unixCreateMode)
    at System.IO.Strategies.FileStreamHelpers.ChooseStrat egyCore(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, Nullable`1 unixCreateMode)
    at System.IO.StreamReader.ValidateArgsAndOpenPath(Str ing path, Encoding encoding, Int32 bufferSize)
    at System.IO.File.ReadAllText(String path, Encoding encoding)
    at XBEliteWPF.Services.GamepadService.EnableRemapInte rnal(GamepadProfiles gamepadProfiles, Boolean showGuiMessages, Boolean changeGamepadSlot, Int32 slotNumber, Boolean reenableRemap, EnableRemapBundle enableRemapBundle, EnableRemapResponse enableRemapResponse)
    at XBEliteWPF.Services.GamepadService.EnableRemap(Boo lean showGUIMessages, String ID, Boolean remapNonToggledFromRelations, Boolean remapNonConnectedGamepad, Boolean changeGamepadSlot, Int32 slotNumber, Boolean force, Boolean reenableRemap, Boolean checkLicense, EnableRemapBundle enableRemapBundle, EnableRemapResponse enableRemapResponse)
    I tried updating to the newest rewasd but didn't have any success. Any thoughts?​

  • #2
    Hey there!

    It’s likely that the path to your TEMP folder is incorrect.

    Please open the Start menu and type Environment Variables in the search bar.
    Then click on the 'Environment Variables' button and make sure the TEMP path is set to: %USERPROFILE%\AppData\Local\Temp​

    Comment


    • #3
      Hey! Thanks for the quick response. Unfortunately that's exactly what it's set to
      Click image for larger version

Name:	image.png
Views:	23
Size:	3.4 KB
ID:	245384

      Comment


      • #4
        Please run the "echo %userprofile%" command in Windows command prompt and post the result here.

        Comment


        • #5
          Code:
          C:\Users\jak10>echo %userprofile%
          C:\Users\jak10

          Comment


          • #6
            Close reWASD with its Tray Agent, restart it as Administrator, and check if that would fix the issue.

            Comment


            • #7
              Same result with the same error in the log.

              Comment


              • #8
                According to logs, your TEMP folder is set to "C:\Users\<user>\AppData\Local\Temp" path, which shouldn't be possible, because "<>" characters cannot be used in a folder name or path.

                You could try creating the TEMP folder at another path like "C:\Temp", and setting both TEMP and TMP variables to it.

                Reinstalling Windows would be a sure-fire solution for this case.

                Comment


                • #9
                  Oh so sorry, I had replaced my user name (jak10) with <user> in that first post. I should have been more clear about that.

                  Comment


                  • #10
                    In that case, the user you are running reWASD with cannot access this TEMP folder. It could be due to an anti-virus or some other third-party software.

                    Our suggestion doesn't change: create a TEMP folder elsewhere, set it up to allow full access to everyone, and set your TMP and TEMP variables to that folder.

                    If that won't help, reinstall reWASD according to these instructions:
                    1. Uninstall reWASD with the "Remove my settings and activation info" option enabled.
                    2. Restart your PC.
                    3. Manually delete or rename the "c:\ProgramData\Disc-Soft\reWASD\​" folder.
                    4. Download and install these two packages: ASP.NET Core 9.0.0 Runtime and .NET 9.0.0 Desktop Runtime.
                    5. Temporarily disable your firewall and anti-virus apps so they will not interfere with our installer.
                    6. Download and install the latest version of reWASD from our website or your personal account.
                    7. Restart your PC again.
                    8. Start reWASD.
                    ​And if that won't help either, reinstall Windows.

                    Comment


                    • #11
                      The complete uninstall and reinstall seemed to do the trick! Thanks for all the help!

                      Comment

                      Working...
                      X