Jump to content
  • 0

Wrye's Bash won't run from inside MO2


Tabris

Question

So, i have MO2 installed and been trying to run Wrye's Bash from it but when i try i get a window asking if i want to overwrite a temporary file inside a folder on my "C:/Users/Username/AppData/Local/Temp". It then doesn't open at all regardless of the option selected. The BashBugDump.log ends with the line "WindowsError: [Error 32] The process cannot access the file because it is being used by another process: u'c:\\users\\tabris\\appdata\\local\\temp\\WryeBash__e61yq'" that appears to be the cause of the problem. The folder and the file, however, only are created when i run Wrye's Bash and the file is deleted after it crashes (Then when i run it again it creates another folder with another name). I have even tried reinstalling the whole thing but it didn't help.
 
I noticed that the logs tend to appear in c:\users\tabris\appdata\local\ModOrganizer\logs instead of in the folder where i installed Mod Organizer, and then tried using the default folder for the profiles (also inside /appdata/local/ModOrganizer) as i suspected that might be the cause of the problem but it also didn't fix it. Both MO2 and Wrye's Bash are outside the Program Files folder or other UAC folder (although it shouldn't matter as i have UAC turned off). Logs below (do tell me if i'm missing something):

 

BashBugDump.log: https://pastebin.com/iXsWEisp
usvfs-2017-07-03_01-36-09.log: https://pastebin.com/6V1miiGP

mo_interface.log: https://pastebin.com/B1Tu6haY

Link to comment
Share on other sites

Recommended Posts

  • 0

I installed the following:

I did not install the optional scandir (mistakenly omited). Maybe this is the reason why it works for me? I will add scandir now and test.

 

Then I took the WB version from here:

https://github.com/wrye-bash/wrye-bash/tree/utumno-wip

 

I cloned, downloaded this version. Then I copied Mopy from the archive to common\Skyrim Special Edition Edition.

 

Then I followed the mentioned instructions from here https://github.com/wrye-bash/wrye-bash/wiki/Wrye-Bash-and-Mod-Organizer

 

I set it up in MO2 like this:

uiF93C5.png

Link to comment
Share on other sites

  • 0

Well hell... that's how I set mine up as well with the exception of having Mopy in the Skyrim SE directory, which I've tried as well and still get the pop up with the python version. Time for some more troubleshooting can run both versions solo and all the other executables run with no issues inside of MO2 so it's hard to believe it's a permissions issue but will look at that as well. Thanks!

Link to comment
Share on other sites

  • 0

Well hell... that's how I set mine up as well with the exception of having Mopy in the Skyrim SE directory, which I've tried as well and still get the pop up with the python version. Time for some more troubleshooting can run both versions solo and all the other executables run with no issues inside of MO2 so it's hard to believe it's a permissions issue but will look at that as well. Thanks!

Im am just uploading the video for you. It needed some corrections, was a complicated one :D. Installed the way I did it works flawlessly.

Link to comment
Share on other sites

  • 0

Very complete instructions and I can see where it's working on your install, for some reason I cant get it to work on mine.  I added a -d after the arguments to see why it would not load up and the logs were enlightening. Seems I might have some permission issues on my setup which I shouldn't. Since I have everything installed on a separate drive :/

 

Logs

 

Wrye Bash starting
Using Wrye Bash Version 307.201709160706
OS info: Windows-10-10.0.16288
Python version: 2.7.14
wxPython version: 2.8.12.1 (msw-unicode)
Using scandir 1.5
input encoding: None; output encoding: None; locale: ('en_US', 'cp1252')
filesystem encoding: mbcs
bash.py  324 main: Searching for game to manage:
bush.py   76 _supportedGames: Detected the following supported games via Windows Registry:
bush.py   78 _supportedGames:  Skyrim Special Edition: D:\Steam\steamapps\common\Skyrim Special Edition
bush.py   78 _supportedGames:  Skyrim: D:\Steam\steamapps\common\Skyrim
bush.py  136 _detectGames: Detecting games via the -o argument, bash.ini and relative path:
bush.py  142 _detectGames: Set game mode to Skyrim Special Edition found in parent directory of Mopy:  D:\Steam\steamapps\common\Skyrim Special Edition
bush.py  156 __setGame:  Using Skyrim Special Edition game: D:\Steam\steamapps\common\Skyrim Special Edition
testing UAC
Traceback (most recent call last):
  File "D:\Steam\steamapps\common\Skyrim Special Edition\Mopy\Wrye Bash Launcher.pyw", line 89, in
    bash.main(opts)
  File "bash\bash.py", line 360, in main
    env.isUAC = env.testUAC(bush.gamePath.join(u'Data'))
  File "bash\env.py", line 649, in testUAC
    tmpDir.rmtree(safety=tmpDir.stail)
  File "bash\bolt.py", line 928, in rmtree
    shutil.rmtree(self._s,onerror=Path._onerror)
  File "C:\Python27\lib\shutil.py", line 270, in rmtree
    onerror(os.rmdir, path, sys.exc_info())
  File "C:\Python27\lib\shutil.py", line 268, in rmtree
    os.rmdir(path)
WindowsError: [Error 32] The process cannot access the file because it is being used by another process: u'c:\\users\\helidoc\\appdata\\local\\temp\\WryeBash_ohgvcc'

Link to comment
Share on other sites

  • 0

Very complete instructions and I can see where it's working on your install, for some reason I cant get it to work on mine.  I added a -d after the arguments to see why it would not load up and the logs were enlightening. Seems I might have some permission issues on my setup which I shouldn't. Since I have everything installed on a separate drive :/

 

Logs

 

Wrye Bash starting

Using Wrye Bash Version 307.201709160706

OS info: Windows-10-10.0.16288

Python version: 2.7.14

wxPython version: 2.8.12.1 (msw-unicode)

Using scandir 1.5

input encoding: None; output encoding: None; locale: ('en_US', 'cp1252')

filesystem encoding: mbcs

bash.py  324 main: Searching for game to manage:

bush.py   76 _supportedGames: Detected the following supported games via Windows Registry:

bush.py   78 _supportedGames:  Skyrim Special Edition: D:\Steam\steamapps\common\Skyrim Special Edition

bush.py   78 _supportedGames:  Skyrim: D:\Steam\steamapps\common\Skyrim

bush.py  136 _detectGames: Detecting games via the -o argument, bash.ini and relative path:

bush.py  142 _detectGames: Set game mode to Skyrim Special Edition found in parent directory of Mopy:  D:\Steam\steamapps\common\Skyrim Special Edition

bush.py  156 __setGame:  Using Skyrim Special Edition game: D:\Steam\steamapps\common\Skyrim Special Edition

testing UAC

Traceback (most recent call last):

  File "D:\Steam\steamapps\common\Skyrim Special Edition\Mopy\Wrye Bash Launcher.pyw", line 89, in <module>

    bash.main(opts)

  File "bash\bash.py", line 360, in main

    env.isUAC = env.testUAC(bush.gamePath.join(u'Data'))

  File "bash\env.py", line 649, in testUAC

    tmpDir.rmtree(safety=tmpDir.stail)

  File "bash\bolt.py", line 928, in rmtree

    shutil.rmtree(self._s,onerror=Path._onerror)

  File "C:\Python27\lib\shutil.py", line 270, in rmtree

    onerror(os.rmdir, path, sys.exc_info())

  File "C:\Python27\lib\shutil.py", line 268, in rmtree

    os.rmdir(path)

WindowsError: [Error 32] The process cannot access the file because it is being used by another process: u'c:\\users\\helidoc\\appdata\\local\\temp\\WryeBash_ohgvcc'

 

Hey, did you remove any leftover tempdir files (yes files, not folders) from your SkyrimSE Data folder? I can remember those files were  created with the failed attempt of running it from the exe version. If you had any leftovers in Skyrim Special Edition\Data, this might be causing it. Please confirm.

Edited by outdatedTV
Link to comment
Share on other sites

  • 0

Basicly what you have is the same thing I had with the exe version. Did you do it with the first version of WB I showed in the vid? Because I already changed it in the vid description to https://www.afkmods.com/index.php?/topic/4966-wrye-bash-all-games/&do=findComment&comment=166863

 

There follow the link "307 WIP Standalone" and get the python source.

Link to comment
Share on other sites

  • 0

For completeness my MO2 logs.

 

[spoiler=MO2Log]14:12:22.684 [D] remove from process 5096
14:12:22.684 create config in 5096
14:12:22.684 0 processes - 0
14:12:22.684 mod_organizer_instance_1 created in process 5096
14:12:22.684 attached to mod_organizer_instance_1 with 1 nodes, size 65536
14:12:22.684 inv_mod_organizer_instance_1 created in process 5096
14:12:22.684 attached to inv_mod_organizer_instance_1 with 1 nodes, size 65536
14:12:22.684 [D] context current shm: mod_organizer_instance (now 2 connections)
14:12:31.361 injecting to process 6688 with different bitness
14:12:31.492 (proxy) instance: mod_organizer_instance
14:12:31.493 (proxy) exe:
14:12:31.493 (proxy) pid: 6688
14:12:31.493 (proxy) size: 8192
14:12:31.493 (proxy) addr: 0x7f0000
14:12:31.493 (proxy) objs: 1
14:12:31.501 (proxy) injecting to process 6688 with same bitness
14:12:31.514 [D] proxy run successful
14:12:31.583 [D] inithooks called mod_organizer_instance in process 6688 (log level 0)
14:12:31.584 process name: C:\Python27\pythonw.exe
14:12:31.584 access existing config in 6688
14:12:31.584 0 processes - 0
14:12:31.584 mod_organizer_instance_1 opened in process 6688
14:12:31.584 attached to mod_organizer_instance_1 with 15 nodes, size 65536
14:12:31.584 inv_mod_organizer_instance_1 opened in process 6688
14:12:31.584 attached to inv_mod_organizer_instance_1 with 1 nodes, size 65536
14:12:31.584 [D] context current shm: mod_organizer_instance_1 (now 3 connections)
14:12:31.584 Windows version 10.0 sp 0
14:12:31.584 [D] kernel32.dll at 73df0000
14:12:31.584 [D] kernelbase.dll at 74f20000
14:12:31.584 [D] allocated trampoline buffer for jumps between 0x40000000 and 7fffffff at 0x40000000(size 4096)
14:12:31.584 hooked GetFileAttributesExW (0x75027c60) in C:\WINDOWS\System32\KERNELBASE.dll type overwrite
14:12:31.584 hooked GetFileAttributesW (0x7500bec0) in C:\WINDOWS\System32\KERNELBASE.dll type overwrite
14:12:31.584 hooked SetFileAttributesW (0x7502a900) in C:\WINDOWS\System32\KERNELBASE.dll type overwrite
14:12:31.584 hooked CreateFileW (0x7500d9c0) in C:\WINDOWS\System32\KERNELBASE.dll type overwrite
14:12:31.584 hooked CreateFileA (0x7502b080) in C:\WINDOWS\System32\KERNELBASE.dll type overwrite
14:12:31.584 hooked CreateDirectoryW (0x7500e3b0) in C:\WINDOWS\System32\KERNELBASE.dll type overwrite
14:12:31.584 hooked DeleteFileW (0x75026f50) in C:\WINDOWS\System32\KERNELBASE.dll type overwrite
14:12:31.585 hooked DeleteFileA (0x750258a0) in C:\WINDOWS\System32\KERNELBASE.dll type overwrite
14:12:31.585 hooked GetCurrentDirectoryA (0x75001620) in C:\WINDOWS\System32\KERNELBASE.dll type overwrite
14:12:31.585 hooked GetCurrentDirectoryW (0x74ffdef0) in C:\WINDOWS\System32\KERNELBASE.dll type overwrite
14:12:31.585 hooked SetCurrentDirectoryA (0x750aae00) in C:\WINDOWS\System32\KERNELBASE.dll type overwrite
14:12:31.585 hooked SetCurrentDirectoryW (0x74ffffc0) in C:\WINDOWS\System32\KERNELBASE.dll type overwrite
14:12:31.585 hooked ExitProcess (0x77307910) in C:\WINDOWS\System32\KERNELBASE.dll type overwrite
14:12:31.585 hooked CreateProcessA (0x750a7710) in C:\WINDOWS\System32\KERNELBASE.dll type overwrite
14:12:31.585 hooked CreateProcessW (0x74ff1360) in C:\WINDOWS\System32\KERNELBASE.dll type overwrite
14:12:31.585 hooked MoveFileA (0x73e3eee0) in C:\WINDOWS\System32\KERNEL32.DLL type overwrite
14:12:31.585 hooked MoveFileW (0x73e3efd0) in C:\WINDOWS\System32\KERNEL32.DLL type overwrite
14:12:31.585 hooked MoveFileExA (0x73e3ef00) in C:\WINDOWS\System32\KERNEL32.DLL type overwrite
14:12:31.585 hooked MoveFileExW (0x75029b30) in C:\WINDOWS\System32\KERNELBASE.dll type overwrite
14:12:31.585 hooked CopyFileA (0x73e3d990) in C:\WINDOWS\System32\KERNEL32.DLL type overwrite
14:12:31.585 hooked CopyFileW (0x74ff61d0) in C:\WINDOWS\System32\KERNELBASE.dll type overwrite
14:12:31.585 hooked CopyFileExA (0x73e3db20) in C:\WINDOWS\System32\KERNEL32.DLL type overwrite
14:12:31.585 hooked CopyFileExW (0x74ff6200) in C:\WINDOWS\System32\KERNELBASE.dll type overwrite
14:12:31.585 stubbed CreateHardLinkA (0x7505cdc0) in C:\WINDOWS\System32\KERNELBASE.dll type overwrite
14:12:31.585 stubbed CreateHardLinkW (0x7505ce40) in C:\WINDOWS\System32\KERNELBASE.dll type overwrite
14:12:31.585 hooked GetFullPathNameW (0x750045c0) in C:\WINDOWS\System32\KERNELBASE.dll type overwrite
14:12:31.585 hooked GetFileVersionInfoW (0x7502bcf0) in C:\WINDOWS\System32\KERNELBASE.dll type overwrite
14:12:31.585 hooked GetFileVersionInfoExW (0x7500bad0) in C:\WINDOWS\System32\KERNELBASE.dll type overwrite
14:12:31.585 hooked GetFileVersionInfoSizeW (0x7502bf90) in C:\WINDOWS\System32\KERNELBASE.dll type overwrite
14:12:31.585 hooked GetFileVersionInfoSizeExW (0x7500bc60) in C:\WINDOWS\System32\KERNELBASE.dll type overwrite
14:12:31.585 [D] ntdll.dll at 772a0000
14:12:31.585 hooked NtQueryFullAttributesFile (0x7730fb20) in C:\WINDOWS\SYSTEM32\ntdll.dll type overwrite
14:12:31.585 hooked NtQueryAttributesFile (0x7730eb30) in C:\WINDOWS\SYSTEM32\ntdll.dll type overwrite
14:12:31.585 hooked NtQueryDirectoryFile (0x7730eab0) in C:\WINDOWS\SYSTEM32\ntdll.dll type overwrite
14:12:31.585 hooked NtOpenFile (0x7730ea90) in C:\WINDOWS\SYSTEM32\ntdll.dll type overwrite
14:12:31.585 hooked NtCreateFile (0x7730ecb0) in C:\WINDOWS\SYSTEM32\ntdll.dll type overwrite
14:12:31.585 hooked NtClose (0x7730e830) in C:\WINDOWS\SYSTEM32\ntdll.dll type overwrite
14:12:31.585 stubbed NtDeleteFile (0x7730f410) in C:\WINDOWS\SYSTEM32\ntdll.dll type overwrite
14:12:31.585 [D] shell32.dll at 75720000
14:12:31.585 stubbed SHFileOperationA (0x75891980) in C:\WINDOWS\System32\SHELL32.dll type overwrite
14:12:31.585 stubbed SHFileOperationW (0x758919a0) in C:\WINDOWS\System32\SHELL32.dll type overwrite
14:12:31.585 stubbed ShellExecuteA (0x758a9800) in C:\WINDOWS\System32\SHELL32.dll type overwrite
14:12:31.585 stubbed ShellExecuteW (0x758a9930) in C:\WINDOWS\System32\SHELL32.dll type overwrite
14:12:31.585 stubbed ShellExecuteExA (0x758a9880) in C:\WINDOWS\System32\SHELL32.dll type overwrite
14:12:31.585 stubbed ShellExecuteExW (0x757bf200) in C:\WINDOWS\System32\SHELL32.dll type overwrite
14:12:31.585 hooked LoadLibraryExW (0x7500d010) in C:\WINDOWS\System32\KERNELBASE.dll type overwrite
14:12:31.585 hooked LoadLibraryExA (0x7500c980) in C:\WINDOWS\System32\KERNELBASE.dll type overwrite
14:12:31.585 hooked LoadLibraryW (0x7500af50) in C:\WINDOWS\System32\KERNELBASE.dll type overwrite
14:12:31.585 hooked LoadLibraryA (0x7500a9b0) in C:\WINDOWS\System32\KERNELBASE.dll type overwrite
14:12:31.585 hooked GetModuleFileNameW (0x75023bd0) in C:\WINDOWS\System32\KERNELBASE.dll type overwrite
14:12:31.585 hooked GetModuleFileNameA (0x75023ae0) in C:\WINDOWS\System32\KERNELBASE.dll type overwrite
14:12:31.585 [D] hooks installed
14:12:31.586 [D] NtClose [Handle=00000260] [res=ok]
14:12:31.587 [D] NtClose [Handle=0000026C] [res=ok]
14:12:31.587 [D] NtClose [Handle=0000026C] [res=ok]
14:12:31.587 [D] NtClose [Handle=0000026C] [res=ok]
14:12:31.588 [D] NtClose [Handle=0000026C] [res=ok]
14:12:31.588 [D] NtClose [Handle=0000027C] [res=ok]
14:12:31.589 [D] NtClose [Handle=00000288] [res=ok]
14:12:31.590 [D] NtClose [Handle=00000290] [res=ok]
14:12:31.590 [D] NtClose [Handle=00000298] [res=ok]
14:12:31.591 [D] NtClose [Handle=00000298] [res=ok]
14:12:31.592 [D] NtClose [Handle=00000298] [res=ok]
14:12:31.592 [D] NtClose [Handle=000002A8] [res=ok]
14:12:31.593 [D] NtClose [Handle=000002A8] [res=ok]
14:12:31.594 [D] NtClose [Handle=00000290] [res=ok]
14:12:31.595 [D] NtClose [Handle=000002A8] [res=ok]
14:12:31.595 [D] NtClose [Handle=000002B8] [res=ok]
14:12:31.596 [D] NtClose [Handle=000002C0] [res=ok]
14:12:31.598 [D] NtClose [Handle=00000290] [res=ok]
14:12:31.599 [D] NtClose [Handle=00000288] [res=ok]
14:12:31.600 [D] NtClose [Handle=00000288] [res=ok]
14:12:31.601 [D] NtClose [Handle=00000288] [res=ok]
14:12:31.601 [D] NtClose [Handle=000002C8] [res=ok]
14:12:31.602 [D] NtClose [Handle=000002D0] [res=ok]
14:12:31.603 [D] NtClose [Handle=000002D8] [res=ok]
14:12:31.604 [D] NtClose [Handle=00000284] [res=ok]
14:12:31.604 [D] NtClose [Handle=00000284] [res=ok]
14:12:31.605 [D] NtClose [Handle=00000288] [res=ok]
14:12:31.606 [D] NtClose [Handle=00000288] [res=ok]
14:12:31.606 [D] NtClose [Handle=00000288] [res=ok]
14:12:31.607 [D] NtClose [Handle=00000288] [res=ok]
14:12:31.607 [D] NtClose [Handle=000002E4] [res=ok]
14:12:31.607 [D] NtClose [Handle=000002E4] [res=ok]
14:12:31.608 [D] NtClose [Handle=000002F0] [res=ok]
14:12:31.609 [D] NtClose [Handle=000002F0] [res=ok]
14:12:31.610 [D] NtClose [Handle=000002E4] [res=ok]
14:12:31.611 [D] NtClose [Handle=00000288] [res=ok]
14:12:31.612 [D] NtClose [Handle=00000284] [res=ok]
14:12:31.612 [D] NtClose [Handle=00000284] [res=ok]
14:12:31.612 [D] NtClose [Handle=00000284] [res=ok]
14:12:31.612 [D] NtOpenFile [source=\??\C:\] [rerouted=\??\C:\] [*FileHandle=00000284] [OpenOptions=16417] [res=ok]
14:12:31.612 [D] NtClose [Handle=00000284] [res=ok]
14:12:31.613 [D] NtClose [Handle=00000284] [res=ok]
14:12:31.613 [D] NtClose [Handle=00000284] [res=ok]
14:12:31.613 [D] NtClose [Handle=00000284] [res=ok]
14:12:31.614 [D] NtClose [Handle=00000284] [res=ok]
14:12:31.614 [D] NtClose [Handle=00000284] [res=ok]
14:12:31.615 [D] NtClose [Handle=0000026C] [res=ok]
14:12:31.621 [D] NtClose [Handle=00000218] [res=ok]
14:12:31.621 [D] NtOpenFile [source=\??\D:\Steam\steamapps\common\Skyrim Special Edition\] [rerouted=\??\D:\Steam\steamapps\common\Skyrim Special Edition] [*FileHandle=00000218] [OpenOptions=16417] [res=ok]
14:12:31.621 [D] NtClose [Handle=00000218] [res=ok]
14:12:31.622 [D] NtClose [Handle=0000031C] [res=ok]
14:12:31.624 [D] NtClose [Handle=00000324] [res=ok]
14:12:31.625 [D] NtClose [Handle=0000032C] [res=ok]
14:12:31.631 [D] NtClose [Handle=0000032C] [res=ok]
14:12:31.632 [D] NtClose [Handle=00000338] [res=ok]
14:12:31.634 [D] NtClose [Handle=00000340] [res=ok]
14:12:31.635 [D] NtClose [Handle=00000340] [res=ok]
14:12:31.639 [D] NtClose [Handle=00000324] [res=ok]
14:12:31.640 [D] NtClose [Handle=00000338] [res=ok]
14:12:31.641 [D] NtClose [Handle=0000034C] [res=ok]
14:12:31.644 [D] NtClose [Handle=00000338] [res=ok]
14:12:31.646 [D] NtClose [Handle=00000338] [res=ok]
14:12:31.647 [D] NtClose [Handle=00000358] [res=ok]
14:12:31.652 [D] NtClose [Handle=00000324] [res=ok]
14:12:31.654 [D] NtClose [Handle=00000324] [res=ok]
14:12:31.657 [D] NtClose [Handle=00000324] [res=ok]
14:12:31.659 [D] NtClose [Handle=00000324] [res=ok]
14:12:31.660 [D] NtClose [Handle=00000368] [res=ok]
14:12:31.661 [D] NtClose [Handle=00000370] [res=ok]
14:12:31.675 [D] NtClose [Handle=00000368] [res=ok]
14:12:31.677 [D] NtClose [Handle=0000037C] [res=ok]
14:12:31.679 [D] NtClose [Handle=00000368] [res=ok]
14:12:31.680 [D] NtClose [Handle=00000390] [res=ok]
14:12:31.682 [D] NtClose [Handle=00000390] [res=ok]
14:12:31.683 [D] NtClose [Handle=0000039C] [res=ok]
14:12:31.684 [D] NtClose [Handle=0000039C] [res=ok]
14:12:31.685 [D] NtClose [Handle=000003A8] [res=ok]
14:12:31.708 [D] NtClose [Handle=00000370] [res=ok]
14:12:31.709 [D] NtClose [Handle=000003D4] [res=ok]
14:12:31.719 [D] NtClose [Handle=00000370] [res=ok]
14:12:31.719 [D] NtClose [Handle=00000370] [res=ok]
14:12:31.719 [D] NtClose [Handle=00000370] [res=ok]
14:12:31.720 [D] NtClose [Handle=000003E8] [res=ok]
14:12:31.720 [D] NtClose [Handle=000003E8] [res=ok]
14:12:31.722 [D] NtClose [Handle=000003F4] [res=ok]
14:12:31.735 [D] NtClose [Handle=000003FC] [res=ok]
14:12:31.736 [D] NtClose [Handle=000003E8] [res=ok]
14:12:31.738 [D] NtClose [Handle=0000040C] [res=ok]
14:12:31.757 [D] NtClose [Handle=00000408] [res=ok]
14:12:31.758 [D] NtClose [Handle=00000410] [res=ok]
14:12:31.759 [D] NtClose [Handle=00000418] [res=ok]
14:12:31.760 [D] NtClose [Handle=00000410] [res=ok]
14:12:31.761 [D] NtClose [Handle=00000420] [res=ok]
14:12:31.774 [D] NtClose [Handle=00000408] [res=ok]
14:12:31.801 [D] NtClose [Handle=00000408] [res=ok]
14:12:31.814 [D] NtClose [Handle=00000404] [res=ok]
14:12:31.814 [D] NtClose [Handle=00000404] [res=ok]
14:12:31.815 [D] NtClose [Handle=00000404] [res=ok]
14:12:31.815 [D] NtClose [Handle=0000043C] [res=ok]
14:12:31.815 [D] NtClose [Handle=0000043C] [res=ok]
14:12:31.817 [D] NtClose [Handle=00000448] [res=ok]
14:12:31.819 [D] NtClose [Handle=00000450] [res=ok]
14:12:31.820 [D] NtClose [Handle=00000458] [res=ok]
14:12:31.847 [D] NtClose [Handle=0000043C] [res=ok]
14:12:31.847 [D] NtClose [Handle=0000043C] [res=ok]
14:12:31.847 [D] NtClose [Handle=0000043C] [res=ok]
14:12:31.847 [D] NtClose [Handle=0000043C] [res=ok]
14:12:31.848 [D] NtClose [Handle=00000490] [res=ok]
14:12:31.848 [D] NtClose [Handle=00000490] [res=ok]
14:12:31.849 [D] NtClose [Handle=00000404] [res=ok]
14:12:31.849 [D] NtClose [Handle=00000404] [res=ok]
14:12:31.849 [D] NtClose [Handle=00000404] [res=ok]
14:12:31.849 [D] NtClose [Handle=000004A0] [res=ok]
14:12:31.850 [D] NtClose [Handle=000004A0] [res=ok]
14:12:31.850 [D] NtClose [Handle=000004A0] [res=ok]
14:12:31.863 [D] NtClose [Handle=000004A0] [res=ok]
14:12:31.864 [D] NtClose [Handle=00000404] [res=ok]
14:12:31.864 [D] NtClose [Handle=00000404] [res=ok]
14:12:31.864 [D] NtClose [Handle=00000404] [res=ok]
14:12:31.864 [D] NtClose [Handle=000004BC] [res=ok]
14:12:31.865 [D] NtClose [Handle=000004BC] [res=ok]
14:12:31.865 [D] NtClose [Handle=000004C8] [res=ok]
14:12:31.868 [D] NtClose [Handle=000004D0] [res=ok]
14:12:31.869 [D] NtClose [Handle=000004D0] [res=ok]
14:12:31.872 [D] NtClose [Handle=000004C8] [res=ok]
14:12:31.873 [D] NtClose [Handle=000004DC] [res=ok]
14:12:31.874 [D] NtClose [Handle=000004DC] [res=ok]
14:12:31.877 [D] NtClose [Handle=0000026C] [res=ok]
14:12:31.877 [D] NtClose [Handle=0000026C] [res=ok]
14:12:31.877 [D] NtClose [Handle=0000026C] [res=ok]
14:12:31.877 [D] NtClose [Handle=000004DC] [res=ok]
14:12:31.878 [D] NtClose [Handle=000004DC] [res=ok]
14:12:31.878 [D] NtClose [Handle=000004F0] [res=ok]
14:12:31.879 [D] NtClose [Handle=000004F0] [res=ok]
14:12:31.890 [D] NtClose [Handle=000004FC] [res=ok]
14:12:31.996 [D] NtClose [Handle=00000548] [res=ok]
14:12:32.000 [D] NtClose [Handle=000004F0] [res=ok]
14:12:32.000 [D] NtClose [Handle=000004F0] [res=ok]
14:12:32.000 [D] NtClose [Handle=000004F0] [res=ok]
14:12:32.001 [D] NtClose [Handle=00000550] [res=ok]
14:12:32.008 [D] NtClose [Handle=00000558] [res=ok]
14:12:32.027 [D] NtClose [Handle=00000550] [res=ok]
14:12:32.032 [D] NtClose [Handle=00000560] [res=ok]
14:12:32.070 [D] NtClose [Handle=00000550] [res=ok]
14:12:32.077 [D] NtClose [Handle=0000056C] [res=ok]
14:12:32.098 [D] NtClose [Handle=00000550] [res=ok]
14:12:32.105 [D] NtClose [Handle=00000574] [res=ok]
14:12:32.125 [D] NtClose [Handle=000004DC] [res=ok]
14:12:32.126 [D] NtClose [Handle=00000550] [res=ok]
14:12:32.127 [D] NtClose [Handle=0000057C] [res=ok]
14:12:32.140 [D] NtClose [Handle=0000059C] [res=ok]
14:12:32.179 [D] SetCurrentDirectoryW [lpPathName=D:\Steam\steamapps\common\Skyrim Special Edition\Mopy] [reroute.fileName()=D:\Steam\steamapps\common\Skyrim Special Edition\Mopy] [res=1]
14:12:32.179 [D] GetCurrentDirectoryW [lpBuffer=D:\Steam\steamapps\common\Skyrim Special Edition\Mopy] [res=53]
14:12:32.180 [D] GetCurrentDirectoryW [lpBuffer=D:\Steam\steamapps\common\Skyrim Special Edition\Mopy] [res=53]
14:12:32.201 [D] GetCurrentDirectoryW [lpBuffer=D:\Steam\steamapps\common\Skyrim Special Edition\Mopy] [res=53]
14:12:32.201 [D] NtClose [Handle=000006CC] [res=ok]
14:12:32.201 [D] NtClose [Handle=000006CC] [res=ok]
14:12:32.201 [D] NtClose [Handle=000006CC] [res=ok]
14:12:32.202 [D] GetCurrentDirectoryW [lpBuffer=D:\Steam\steamapps\common\Skyrim Special Edition\Mopy] [res=53]
14:12:32.204 [D] GetCurrentDirectoryW [lpBuffer=D:\Steam\steamapps\common\Skyrim Special Edition\Mopy] [res=53]
14:12:32.204 [D] NtClose [Handle=000006CC] [res=ok]
14:12:32.207 [D] GetCurrentDirectoryW [lpBuffer=D:\Steam\steamapps\common\Skyrim Special Edition\Mopy] [res=53]
14:12:32.209 [D] GetCurrentDirectoryW [lpBuffer=D:\Steam\steamapps\common\Skyrim Special Edition\Mopy] [res=53]
14:12:32.209 [D] NtClose [Handle=000006D0] [res=ok]
14:12:32.247 [D] NtClose [Handle=000006CC] [res=ok]
14:12:32.247 [D] GetCurrentDirectoryW [lpBuffer=D:\Steam\steamapps\common\Skyrim Special Edition\Mopy] [res=53]
14:12:32.250 [D] GetCurrentDirectoryW [lpBuffer=D:\Steam\steamapps\common\Skyrim Special Edition\Mopy] [res=53]
14:12:32.250 [D] NtClose [Handle=000006CC] [res=ok]
14:12:32.263 [D] NtClose [Handle=000006CC] [res=ok]
14:12:32.264 [D] NtClose [Handle=000006CC] [res=ok]
14:12:32.264 [D] GetCurrentDirectoryW [lpBuffer=D:\Steam\steamapps\common\Skyrim Special Edition\Mopy] [res=53]
14:12:32.266 [D] GetCurrentDirectoryW [lpBuffer=D:\Steam\steamapps\common\Skyrim Special Edition\Mopy] [res=53]
14:12:32.266 [D] NtClose [Handle=000006CC] [res=ok]
14:12:32.272 [D] GetFileAttributesExW [lpFileName=D:\Steam\steamapps\common\Skyrim Special Edition] [reroute.fileName()=D:\Steam\steamapps\common\Skyrim Special Edition] [res=1] [::GetLastError()=0]
14:12:32.275 [D] GetCurrentDirectoryW [lpBuffer=D:\Steam\steamapps\common\Skyrim Special Edition\Mopy] [res=53]
14:12:32.277 [D] GetCurrentDirectoryW [lpBuffer=D:\Steam\steamapps\common\Skyrim Special Edition\Mopy] [res=53]
14:12:32.301 [D] GetCurrentDirectoryW [lpBuffer=D:\Steam\steamapps\common\Skyrim Special Edition\Mopy] [res=53]
14:12:32.301 [D] NtClose [Handle=000006CC] [res=ok]
14:12:32.342 [D] NtClose [Handle=000006D8] [res=ok]
14:12:32.343 [D] NtClose [Handle=000006D8] [res=ok]
14:12:32.343 [D] NtClose [Handle=000006D8] [res=ok]
14:12:32.343 [D] NtClose [Handle=000006E8] [res=ok]
14:12:32.343 [D] NtClose [Handle=000006D8] [res=ok]
14:12:32.344 [D] NtClose [Handle=000006D8] [res=ok]
14:12:32.344 [D] NtClose [Handle=000006D8] [res=ok]
14:12:32.344 [D] NtClose [Handle=000006D8] [res=ok]
14:12:32.344 [D] NtClose [Handle=000006FC] [res=ok]
14:12:32.345 [D] NtClose [Handle=000006D8] [res=ok]
14:12:32.345 [D] NtClose [Handle=00000704] [res=ok]
14:12:32.347 [D] NtClose [Handle=0000070C] [res=ok]
14:12:32.348 [D] NtClose [Handle=00000704] [res=ok]
14:12:32.349 [D] NtClose [Handle=00000714] [res=ok]
14:12:32.350 [D] NtClose [Handle=00000704] [res=ok]
14:12:32.353 [D] NtClose [Handle=0000071C] [res=ok]
14:12:32.354 [D] NtClose [Handle=00000724] [res=ok]
14:12:32.355 [D] NtClose [Handle=00000724] [res=ok]
14:12:32.356 [D] NtClose [Handle=00000724] [res=ok]
14:12:32.356 [D] NtClose [Handle=00000724] [res=ok]
14:12:32.356 [D] NtClose [Handle=00000738] [res=ok]
14:12:32.358 [D] NtClose [Handle=00000738] [res=ok]
14:12:32.359 [D] NtClose [Handle=00000738] [res=ok]
14:12:32.359 [D] NtClose [Handle=00000738] [res=ok]
14:12:32.360 [D] NtClose [Handle=00000738] [res=ok]
14:12:32.360 [D] NtClose [Handle=00000750] [res=ok]
14:12:32.361 [D] NtClose [Handle=00000750] [res=ok]
14:12:32.365 [D] NtClose [Handle=00000760] [res=ok]
14:12:32.366 [D] NtClose [Handle=00000760] [res=ok]
14:12:32.368 [D] NtClose [Handle=00000760] [res=ok]
14:12:32.368 [D] NtClose [Handle=00000770] [res=ok]
14:12:32.369 [D] NtClose [Handle=00000770] [res=ok]
14:12:32.371 [D] NtClose [Handle=00000770] [res=ok]
14:12:32.373 [D] NtClose [Handle=00000780] [res=ok]
14:12:32.378 [D] NtClose [Handle=00000770] [res=ok]
14:12:32.379 [D] NtClose [Handle=00000760] [res=ok]
14:12:32.380 [D] NtClose [Handle=00000788] [res=ok]
14:12:32.381 [D] NtClose [Handle=00000788] [res=ok]
14:12:32.386 [D] NtClose [Handle=00000760] [res=ok]
14:12:32.387 [D] NtClose [Handle=00000724] [res=ok]
14:12:32.387 [D] NtClose [Handle=00000724] [res=ok]
14:12:32.387 [D] NtClose [Handle=00000724] [res=ok]
14:12:32.387 [D] NtClose [Handle=00000798] [res=ok]
14:12:32.388 [D] NtClose [Handle=00000798] [res=ok]
14:12:32.389 [D] NtClose [Handle=000007A4] [res=ok]
14:12:32.390 [D] NtClose [Handle=000007AC] [res=ok]
14:12:32.391 [D] NtClose [Handle=000007A4] [res=ok]
14:12:32.392 [D] NtClose [Handle=000007B4] [res=ok]
14:12:32.394 [D] NtClose [Handle=000007A4] [res=ok]
14:12:32.395 [D] NtClose [Handle=000007A4] [res=ok]
14:12:32.395 [D] NtClose [Handle=000007A4] [res=ok]
14:12:32.395 [D] NtClose [Handle=000007A4] [res=ok]
14:12:32.395 [D] NtClose [Handle=000007C8] [res=ok]
14:12:32.396 [D] NtClose [Handle=000007A4] [res=ok]
14:12:32.396 [D] NtClose [Handle=000007D0] [res=ok]
14:12:32.397 [D] NtClose [Handle=000007D8] [res=ok]
14:12:32.398 [D] NtClose [Handle=000007E0] [res=ok]
14:12:32.400 [D] NtClose [Handle=000007A4] [res=ok]
14:12:32.401 [D] NtClose [Handle=00000798] [res=ok]
14:12:32.401 [D] NtClose [Handle=00000798] [res=ok]
14:12:32.401 [D] NtClose [Handle=00000798] [res=ok]
14:12:32.401 [D] NtClose [Handle=000007E8] [res=ok]
14:12:32.404 [D] NtClose [Handle=000007F0] [res=ok]
14:12:32.405 [D] NtClose [Handle=000007F8] [res=ok]
14:12:32.406 [D] NtClose [Handle=00000458] [res=ok]
14:12:32.412 [D] NtClose [Handle=000007F8] [res=ok]
14:12:32.412 [D] NtClose [Handle=000007F8] [res=ok]
14:12:32.415 [D] NtClose [Handle=000007F0] [res=ok]
14:12:32.425 [D] NtClose [Handle=000007F0] [res=ok]
14:12:32.432 [D] GetCurrentDirectoryW [lpBuffer=D:\Steam\steamapps\common\Skyrim Special Edition\Mopy] [res=53]
14:12:32.432 [D] GetCurrentDirectoryW [lpBuffer=D:\Steam\steamapps\common\Skyrim Special Edition\Mopy] [res=53]
14:12:32.433 [D] NtClose [Handle=000006D0] [res=ok]
14:12:32.434 [D] NtClose [Handle=000006D4] [res=ok]
14:12:32.475 [D] NtClose [Handle=000006D0] [res=ok]
14:12:32.476 [D] NtClose [Handle=00000724] [res=ok]
14:12:32.486 [D] GetCurrentDirectoryW [lpBuffer=D:\Steam\steamapps\common\Skyrim Special Edition\Mopy] [res=53]
14:12:32.490 [W] SHFileOperationA called
14:12:32.497 [D] NtOpenFile [source=\??\C:] [rerouted=\??\C:] [*FileHandle=00000834] [OpenOptions=16] [res=ok]
14:12:32.501 [D] NtClose [Handle=0000083C] [res=ok]
14:12:32.505 [D] NtClose [Handle=0000088C] [res=ok]
14:12:32.506 [D] NtClose [Handle=0000088C] [res=ok]
14:12:32.506 [D] NtClose [Handle=0000088C] [res=ok]
14:12:32.506 [D] NtClose [Handle=0000088C] [res=ok]
14:12:32.506 [D] NtClose [Handle=0000088C] [res=ok]
14:12:32.506 [D] NtClose [Handle=0000088C] [res=ok]
14:12:32.507 [D] NtOpenFile [source=\??\D:] [rerouted=\??\D:] [*FileHandle=0000088C] [OpenOptions=16] [res=ok]
14:12:32.507 [D] NtClose [Handle=00000890] [res=ok]
14:12:32.507 [D] NtClose [Handle=00000890] [res=ok]
14:12:32.507 [D] NtClose [Handle=00000890] [res=ok]
14:12:32.507 [D] NtClose [Handle=00000890] [res=ok]
14:12:32.508 [D] NtQueryDirectoryFile [path=\\?\D:\Steam\steamapps\common\Skyrim Special Edition] [FileInformationClass=37] [FileName=Data] [numVirtualFiles=1] [res=ok]
14:12:32.508 [D] NtClose [Handle=00000890] [res=ok]
14:12:32.508 [D] NtOpenFile [source=\??\C:] [rerouted=\??\C:] [*FileHandle=00000890] [OpenOptions=16] [res=ok]
14:12:32.508 [D] NtClose [Handle=00000894] [res=ok]
14:12:32.508 [D] NtClose [Handle=00000894] [res=ok]
14:12:32.508 [D] NtClose [Handle=00000894] [res=ok]
14:12:32.509 [D] NtClose [Handle=00000894] [res=ok]
14:12:32.509 [D] NtClose [Handle=00000894] [res=ok]
14:12:32.509 [D] NtClose [Handle=00000894] [res=ok]
14:12:32.509 [D] NtClose [Handle=00000894] [res=ok]
14:12:33.305 [E] thread 14788 never released the mutex
14:12:33.316 [D] NtClose [Handle=00000920] [res=ok]
14:12:33.317 [D] NtOpenFile [source=\??\D:\Steam\steamapps\common\Skyrim Special Edition\] [rerouted=\??\D:\Steam\steamapps\common\Skyrim Special Edition] [*FileHandle=00000920] [OpenOptions=16417] [res=ok]
14:12:33.317 [D] NtQueryDirectoryFile [path=\\?\D:\Steam\steamapps\common\Skyrim Special Edition] [FileInformationClass=2] [FileName=data] [numVirtualFiles=1] [res=ok]
14:12:33.317 [D] NtClose [Handle=00000920] [res=ok]
14:12:33.317 [D] NtClose [Handle=00000920] [res=ok]
14:12:33.317 [D] NtOpenFile [source=\??\C:\Users\Helidoc\AppData\Local\] [rerouted=\??\C:\Users\Helidoc\AppData\Local] [*FileHandle=00000920] [OpenOptions=16417] [res=ok]
14:12:33.317 [D] NtClose [Handle=00000920] [res=ok]
14:12:33.320 [D] NtOpenFile [source=\??\C:\Users\Helidoc\AppData\] [rerouted=\??\C:\Users\Helidoc\AppData] [*FileHandle=00000920] [OpenOptions=16417] [res=ok]
14:12:33.320 [D] NtClose [Handle=00000920] [res=ok]
14:12:33.320 [D] NtOpenFile [source=\??\C:\Users\Helidoc\] [rerouted=\??\C:\Users\Helidoc] [*FileHandle=00000920] [OpenOptions=16417] [res=ok]
14:12:33.320 [D] NtClose [Handle=00000920] [res=ok]
14:12:33.320 [D] NtOpenFile [source=\??\C:\Users\] [rerouted=\??\C:\Users] [*FileHandle=00000920] [OpenOptions=16417] [res=ok]
14:12:33.320 [D] NtClose [Handle=00000920] [res=ok]
14:12:33.321 [D] NtOpenFile [source=\??\C:\] [rerouted=\??\C:\] [*FileHandle=00000920] [OpenOptions=16417] [res=ok]
14:12:33.321 [D] NtClose [Handle=00000920] [res=ok]
14:12:33.321 [D] NtOpenFile [source=\??\D:\Steam\steamapps\common\Skyrim Special Edition\] [rerouted=\??\D:\Steam\steamapps\common\Skyrim Special Edition] [*FileHandle=00000920] [OpenOptions=16417] [res=ok]
14:12:33.321 [D] NtQueryDirectoryFile [path=\\?\D:\Steam\steamapps\common\Skyrim Special Edition] [FileInformationClass=2] [FileName=data] [numVirtualFiles=1] [res=ok]
14:12:33.321 [D] NtClose [Handle=00000920] [res=ok]
14:12:33.321 [D] NtOpenFile [source=\??\D:\Steam\steamapps\common\] [rerouted=\??\D:\Steam\steamapps\common] [*FileHandle=00000920] [OpenOptions=16417] [res=ok]
14:12:33.321 [D] NtClose [Handle=00000920] [res=ok]
14:12:33.321 [D] NtOpenFile [source=\??\D:\Steam\steamapps\] [rerouted=\??\D:\Steam\steamapps] [*FileHandle=00000920] [OpenOptions=16417] [res=ok]
14:12:33.322 [D] NtClose [Handle=00000920] [res=ok]
14:12:33.322 [D] NtOpenFile [source=\??\D:\Steam\] [rerouted=\??\D:\Steam] [*FileHandle=00000920] [OpenOptions=16417] [res=ok]
14:12:33.322 [D] NtClose [Handle=00000920] [res=ok]
14:12:33.322 [D] NtOpenFile [source=\??\D:\] [rerouted=\??\D:\] [*FileHandle=00000920] [OpenOptions=16417] [res=ok]
14:12:33.322 [D] NtClose [Handle=00000920] [res=ok]
14:12:33.322 [D] NtClose [Handle=00000920] [res=ok]
14:12:33.325 [D] NtClose [Handle=0000096C] [res=ok]
14:12:33.326 [D] NtClose [Handle=0000096C] [res=ok]
14:12:33.327 [D] NtClose [Handle=00000968] [res=ok]
14:12:33.328 [D] NtOpenFile [source=\??\C:\Users\Helidoc\AppData\Local\] [rerouted=\??\C:\Users\Helidoc\AppData\Local] [*FileHandle=00000968] [OpenOptions=16417] [res=ok]
14:12:33.328 [D] NtClose [Handle=00000968] [res=ok]
14:12:33.328 [D] GetFileAttributesW [lpFileName=C:\Users\Helidoc\AppData\Local] [reroute.fileName()=C:\Users\Helidoc\AppData\Local] [res=10] [callContext.lastError()=0]
14:12:33.328 [D] NtOpenFile [source=\??\C:\Users\Helidoc\AppData\] [rerouted=\??\C:\Users\Helidoc\AppData] [*FileHandle=00000968] [OpenOptions=16417] [res=ok]
14:12:33.328 [D] NtClose [Handle=00000968] [res=ok]
14:12:33.328 [D] GetFileAttributesW [lpFileName=C:\Users\Helidoc\AppData] [reroute.fileName()=C:\Users\Helidoc\AppData] [res=12] [callContext.lastError()=0]
14:12:33.328 [D] NtOpenFile [source=\??\C:\Users\Helidoc\] [rerouted=\??\C:\Users\Helidoc] [*FileHandle=00000968] [OpenOptions=16417] [res=ok]
14:12:33.328 [D] NtClose [Handle=00000968] [res=ok]
14:12:33.328 [D] GetFileAttributesW [lpFileName=C:\Users\Helidoc] [reroute.fileName()=C:\Users\Helidoc] [res=10] [callContext.lastError()=0]
14:12:33.328 [D] NtOpenFile [source=\??\C:\Users\] [rerouted=\??\C:\Users] [*FileHandle=00000968] [OpenOptions=16417] [res=ok]
14:12:33.328 [D] NtClose [Handle=00000968] [res=ok]
14:12:33.328 [D] GetFileAttributesW [lpFileName=C:\Users] [reroute.fileName()=C:\Users] [res=11] [callContext.lastError()=0]
14:12:33.328 [D] NtOpenFile [source=\??\C:\] [rerouted=\??\C:\] [*FileHandle=00000968] [OpenOptions=16417] [res=ok]
14:12:33.328 [D] NtClose [Handle=00000968] [res=ok]
14:12:33.328 [D] NtOpenFile [source=\??\C:\] [rerouted=\??\C:\] [*FileHandle=00000968] [OpenOptions=16417] [res=ok]
14:12:33.328 [D] NtClose [Handle=00000968] [res=ok]
14:12:33.328 [D] NtOpenFile [source=\??\C:] [rerouted=\??\C:] [*FileHandle=00000968] [OpenOptions=16] [res=ok]
14:12:33.330 [D] GetFileAttributesW [lpFileName=D:\Steam\steamapps\common\Skyrim Special Edition\data] [reroute.fileName()=D:\Steam\steamapps\common\StepDumpSE\ModOrganizer\overwrite\] [res=10] [callContext.lastError()=0]
14:12:33.330 [D] NtClose [Handle=00000968] [res=ok]
14:12:33.330 [D] NtClose [Handle=00000968] [res=ok]
14:12:33.332 [D] GetCurrentDirectoryW [lpBuffer=] [res=54]
14:12:33.332 [D] GetCurrentDirectoryW [lpBuffer=D:\Steam\steamapps\common\Skyrim Special Edition\Mopy] [res=53]
14:12:33.332 [D] GetCurrentDirectoryW [lpBuffer=] [res=54]
14:12:33.332 [D] GetCurrentDirectoryW [lpBuffer=D:\Steam\steamapps\common\Skyrim Special Edition\Mopy] [res=53]
14:12:33.332 [D] CreateDirectoryW [lpPathName=D:\Steam] [reroute.fileName()=D:\Steam] [res=1]
14:12:33.332 [D] CreateDirectoryW [lpPathName=D:\Steam\steamapps] [reroute.fileName()=D:\Steam\steamapps] [res=1]
14:12:33.332 [D] CreateDirectoryW [lpPathName=D:\Steam\steamapps\common] [reroute.fileName()=D:\Steam\steamapps\common] [res=1]
14:12:33.332 reroute write access: \??\D:\Steam\steamapps\common\StepDumpSE\ModOrganizer\overwrite\_tempfile.tmp
14:12:33.333 [D] NtClose [Handle=0000099C] [res=ok]
14:12:33.335 [D] NtClose [Handle=0000099C] [res=ok]
14:12:33.352 [D] NtOpenFile [source=\??\C:\] [rerouted=\??\C:\] [*FileHandle=000009E0] [OpenOptions=16417] [res=ok]
14:12:33.352 [D] NtClose [Handle=000009E0] [res=ok]
14:12:33.355 [D] CreateFileW [lpFileName=C:\Users\Helidoc\AppData\Local\Temp\WryeBash_syotaf\_tempfile.tmp] [reroute.fileName()=C:\Users\Helidoc\AppData\Local\Temp\WryeBash_syotaf\_tempfile.tmp] [dwDesiredAccess=80] [dwCreationDisposition=3] [dwFlagsAndAttributes=2200000] [res=FFFFFFFF] [::GetLastError()=2]
14:12:33.359 [D] NtOpenFile [source=\??\C:\] [rerouted=\??\C:\] [*FileHandle=00000A28] [OpenOptions=16417] [res=ok]
14:12:33.359 [D] NtClose [Handle=00000A28] [res=ok]
14:12:33.359 [D] CreateFileW [lpFileName=C:\Users\Helidoc\AppData\Local\Temp\WryeBash_syotaf\_tempfile.tmp] [reroute.fileName()=C:\Users\Helidoc\AppData\Local\Temp\WryeBash_syotaf\_tempfile.tmp] [dwDesiredAccess=80] [dwCreationDisposition=3] [dwFlagsAndAttributes=2200000] [res=FFFFFFFF] [::GetLastError()=2]
14:12:33.361 [D] NtClose [Handle=00000A30] [res=ok]
14:12:33.361 [D] NtClose [Handle=00000A30] [res=ok]
14:12:33.361 [D] NtClose [Handle=00000A30] [res=ok]
14:12:33.362 [D] NtClose [Handle=00000A30] [res=ok]
14:12:33.362 [D] NtClose [Handle=00000A30] [res=ok]
14:12:33.362 [D] NtClose [Handle=00000A30] [res=ok]
14:12:33.368 [D] GetFileAttributesExW [lpFileName=C:\Users\Helidoc] [reroute.fileName()=C:\Users\Helidoc] [res=1] [::GetLastError()=0]
14:12:33.384 [D] GetFileAttributesW [lpFileName=C:\Users\Helidoc] [reroute.fileName()=C:\Users\Helidoc] [res=10] [callContext.lastError()=0]
14:12:33.384 [D] NtClose [Handle=00000A90] [res=ok]
14:12:33.384 [D] NtClose [Handle=00000A90] [res=ok]
14:12:33.385 [D] NtClose [Handle=00000A98] [res=ok]
14:12:33.385 [D] NtClose [Handle=00000A98] [res=ok]
14:12:33.385 [D] NtClose [Handle=00000A98] [res=ok]
14:12:33.386 [D] NtClose [Handle=00000A98] [res=ok]
14:12:33.386 [D] NtQueryDirectoryFile [path=\\?\D:\Steam\steamapps\common\Skyrim Special Edition] [FileInformationClass=37] [FileName=data] [numVirtualFiles=1] [res=ok]
14:12:33.386 [D] NtClose [Handle=00000A98] [res=ok]
14:12:33.387 [D] NtClose [Handle=00000A84] [res=ok]
14:12:33.420 [D] ExitProcess [exitCode=1]
14:12:33.420 [D] remove from process 6688
14:12:33.420 [D] manager not null
14:12:33.420 [D] end hook of process 6688
14:12:33.420 [D] removed hook CopyFileA
14:12:33.420 [D] removed hook CopyFileExA
14:12:33.420 [D] removed hook CopyFileExW
14:12:33.420 [D] removed hook CopyFileW
14:12:33.420 [D] removed hook CreateDirectoryW
14:12:33.420 [D] removed hook CreateFileA
14:12:33.420 [D] removed hook CreateFileW
14:12:33.420 [D] removed hook CreateHardLinkA
14:12:33.420 [D] removed hook CreateHardLinkW
14:12:33.420 [D] removed hook CreateProcessA
14:12:33.420 [D] removed hook CreateProcessW
14:12:33.420 [D] removed hook DeleteFileA
14:12:33.420 [D] removed hook DeleteFileW
14:12:33.420 [D] removed hook ExitProcess
14:12:33.420 [D] removed hook GetCurrentDirectoryA
14:12:33.420 [D] removed hook GetCurrentDirectoryW
14:12:33.420 [D] removed hook GetFileAttributesExW
14:12:33.420 [D] removed hook GetFileAttributesW
14:12:33.420 [D] removed hook GetFileVersionInfoExW
14:12:33.420 [D] removed hook GetFileVersionInfoSizeExW
14:12:33.420 [D] removed hook GetFileVersionInfoSizeW
14:12:33.420 [D] removed hook GetFileVersionInfoW
14:12:33.420 [D] removed hook GetFullPathNameW
14:12:33.420 [D] removed hook GetModuleFileNameA
14:12:33.420 [D] removed hook GetModuleFileNameW
14:12:33.420 [D] removed hook LoadLibraryA
14:12:33.420 [D] removed hook LoadLibraryExA
14:12:33.420 [D] removed hook LoadLibraryExW
14:12:33.420 [D] removed hook LoadLibraryW
14:12:33.420 [D] removed hook MoveFileA
14:12:33.420 [D] removed hook MoveFileExA
14:12:33.420 [D] removed hook MoveFileExW
14:12:33.420 [D] removed hook MoveFileW
14:12:33.420 [D] removed hook NtClose
14:12:33.420 [D] removed hook NtCreateFile
14:12:33.420 [D] removed hook NtDeleteFile
14:12:33.420 [D] removed hook NtOpenFile
14:12:33.420 [D] removed hook NtQueryAttributesFile
14:12:33.420 [D] removed hook NtQueryDirectoryFile
14:12:33.420 [D] removed hook NtQueryFullAttributesFile
14:12:33.420 [D] removed hook SHFileOperationA
14:12:33.420 [D] removed hook SHFileOperationW
14:12:33.420 [D] removed hook SetCurrentDirectoryA
14:12:33.420 [D] removed hook SetCurrentDirectoryW
14:12:33.420 [D] removed hook SetFileAttributesW
14:12:33.420 [D] removed hook ShellExecuteA
14:12:33.420 [D] removed hook ShellExecuteExA
14:12:33.420 [D] removed hook ShellExecuteExW
14:12:33.420 [D] removed hook ShellExecuteW
14:12:33.420 releasing hook context
14:12:33.420 2 users left

 

Link to comment
Share on other sites

  • 0

I am having exactly the same issues as Helidoc.

Nothing helps.

 

Tried all from forcing UAC off via registry, windows file control via registry, setting non-read only folders and giving admin privileges to ALL of executable related, nothing ever helps.

Tried python, standalone, non-standalone, all methods..

 

it all comes down to the damn temp folder in APP DATA (temp).

 

launches fine outside of MO...

Link to comment
Share on other sites

  • 0

I tried from home notebook (with 1607 windows version), and everything works like a charm (even though I installed both Skyrim and MO2 and WryeBash into Program Files!!)

It's definitely something f...d up with the latest windows update.

 

Would really love to get any help... 

Link to comment
Share on other sites

  • 0

This is an issue with wyre-bash and will need to be fixed in wyre bash as well. 

 

Issue line: https://github.com/wrye-bash/wrye-bash/blob/8c9537f103c30d05842bc3a2378a48e3619b978c/Mopy/bash/bash.py#L339

 

the Mo2 vfs will not allow wyre bash to create a file in the tmp directory then move that file to the game data dir, There is a flag --no-uac that wyre-bash shows in the command help list though it does not stop this function from running, I created a dev build that looks like it works with mo2 correctly though waiting for further feedback from testers. 

 

*Note if anyone is interest in compiling wyre bash with this fix*

2017-10-28_11_45_29-E__GitHub_Projects_w

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Guidelines, Privacy Policy, and Terms of Use.