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 have exactly the same issue, upon inspection of logs and sys internals' procmon, mod explorer is redirecting the '_tempfile.tmp' to the overwrite directory but wryebash is looking for it in the original temp folder it created the file in (as far as it's concerned) and the error is thrown.

 

I'm at work at the moment so I cant provide logage, but I can say that my MO is  installed at 'c:\mo2skySE' in portable mode and wrye is installed under 'c:\motools\wrye' and steam is installed to 'c:\steam'.  So in nothing is in a UAC folder (UAC is disabled anyway).  All exe's are run as administrator.

 

At the moment I'm trying to use the python version but the install fails at installing pywin32 (download failed) trying to find a manual download of pywin32 version that works is not going well (they all keep saying python is not installed)

Edited by mscheetham
Link to comment
Share on other sites

  • 0

I have exactly the same issue, upon inspection of logs and sys internals' procmon, mod explorer is redirecting the '_tempfile.tmp' to the overwrite directory but wryebash is looking for it in the original temp folder it created the file in (as far as it's concerned) and the error is thrown.

 

I'm at work at the moment so I cant provide logage, but I can say that my MO is  installed at 'c:\mo2skySE' in portable mode and wrye is installed under 'c:\motools\wrye' and steam is installed to 'c:\steam'.  So in nothing is in a UAC folder (UAC is disabled anyway).  All exe's are run as administrator.

 

At the moment I'm trying to use the python version but the install fails at installing pywin32 (download failed) trying to find a manual download of pywin32 version that works is not going well (they all keep saying python is not installed)

Any luck with regards to that? Which version of Windows are you using? I was suspecting that the problem might have been caused by me using the new unstable version of Windows 10 available through Windows Insider that includes the fix for DX9 applications that use 4gb+ VRAM which is needed to use 4gb+ VRAM on Oldrim. I then found this thread here: https://forum.step-project.com/topic/12162-windows-7-update-possibly-broke-the-usvfs-proxy/

 

I'm going to try doing the same thing on my computer just in case the problem is the same.

Link to comment
Share on other sites

  • 0

Any luck with regards to that? Which version of Windows are you using? I was suspecting that the problem might have been caused by me using the new unstable version of Windows 10 available through Windows Insider that includes the fix for DX9 applications that use 4gb+ VRAM which is needed to use 4gb+ VRAM on Oldrim. I then found this thread here: https://forum.step-project.com/topic/12162-windows-7-update-possibly-broke-the-usvfs-proxy/

 

I'm going to try doing the same thing on my computer just in case the problem is the same.

Sadly didn't work :(

Link to comment
Share on other sites

  • 0

Make sure you have no other processes running that might try and access those files, specifically AV software or firewalls. Windows errors, though notoriously vague, are never wrong so there is some software trying to access that temp file or the temp folder.

Temporarily deactivate your AV and similar software and try again.

 

I have just done some tests on my setup with SSE and MO2 using both WB versions 306 & 307 with no issues. I will make this note though: it is never a good idea to run MO/MO2, or tools from within it, as admin.

Doing so may make the files you create or even the process itself unreadable by other software that is run at a user level. Only run as admin when specifically instructed to by the mod authors.

Link to comment
Share on other sites

  • 0

Sadly didn't work :(

Nor me too, just tried it, different issue I suspect. 

 

In order to get wrye bash to work for what I want it to do (create bashed patch) I knocked up a batch script that rebuilds the skyrim install with all the mods based on the load order in MO2 it worked for me.  Takes ages on large mod setup and about as kludgy as one can get but it works for me, to create bashed patches.  To use it you will need to modify it for your own paths and it needs somewhere between the size of a skyrim install and your Mod organizer folder to run, save as anyfilename.bat it your MO mods folder, and run. 

 

Tested only on my setup USE AT OWN RISK but it is here if any one wants it:

@echo off
set _Output=c:\xeditTEMP\Skyrim Special Edition
set _SteamPath=c:\steam\steamapps\common\Skyrim Special Edition
set _ModList=..\profiles\Default\modlist.txt

echo Deleting old dir...
RD /S /Q "%_Output%"
cls
echo Ready to start.
pause

robocopy /s "%_SteamPath%" "%_Output%"

echo copying skyrim mods according to MO2 modlist order...
title copying skyrim mods according to MO2 modlist order...
md "%_Output%\dataTEMP"
::get total amount of mods
Set /a _Lines=0
For /f %%j in ('Find "%_ModList%" /v /c ^< %_ModList%') Do Set /a _Lines=%%j
SET /A XCOUNT=0
setlocal enableextensions enabledelayedexpansion

::start looping through mod folders  from modlist.txt and copy to temp folder

FOR /f "tokens=1,2* delims=+" %%G IN (%_Modlist%) DO (
    cls
    SET /A _XCOUNT+=1
    echo Copying skyrim mods according to MO2 modlist order...
    title Copying skyrim mods according to MO2 modlist order...
    echo Copying mod !_XCOUNT! of %_Lines%
    echo Copying mod "%%G"
    IF NOT "%_XCOUNT%" == "1" robocopy /s /xc /xn /xo /xx "%%G" "%_Output%\dataTEMP" >nul
)
cls
echo Copying skyrim mods to final folder...
Title Copying skyrim mods to final folder...
robocopy /MOV /S /IS "%_Output%\dataTemp" "%_Output%\data"
cls
echo All done... copying your plugins file to beth folder now
copy "..\profiles\Default\plugins.txt" "C:\Users\mark\AppData\Local\Skyrim Special Edition\plugins.txt"
pause
"C:\modOrganizerSky\tools\WBskyrim\Wrye Bash.exe" -g "Skyrim Special Edition" -o "c:\xeditTEMP\Skyrim Special Edition"
  • +1 1
Link to comment
Share on other sites

  • 0

Make sure you have no other processes running that might try and access those files, specifically AV software or firewalls. Windows errors, though notoriously vague, are never wrong so there is some software trying to access that temp file or the temp folder.

Temporarily deactivate your AV and similar software and try again.

 

I have just done some tests on my setup with SSE and MO2 using both WB versions 306 & 307 with no issues. I will make this note though: it is never a good idea to run MO/MO2, or tools from within it, as admin.

Doing so may make the files you create or even the process itself unreadable by other software that is run at a user level. Only run as admin when specifically instructed to by the mod authors.

Thanks for replying, I only tried running as admin when this issue arose I dont normally.

 

I don't have any AV aside for Windows 10's Windows Defender.  But as I said I ran procmon and the only applications that accessed that file are MO and Wrye Bash and I agree windows errors are reliable in most cases, however when we are dealing with sandbox enviroments hooking file operations all bets are off in that regard.  Wrye Bash works fine when running outside of MO.   I also disabled windows search after it peeked at the temp file but no joy.  I'm at a loss.

 

oh and scratch what I said earlier about redirected to overwrite it appears it also creates a temp file in data folder which is the one that was redirected not the one from temp.

Link to comment
Share on other sites

  • 0

Thanks for replying, I only tried running as admin when this issue arose I dont normally.

 

I don't have any AV aside for Windows 10's Windows Defender.  But as I said I ran procmon and the only applications that accessed that file are MO and Wrye Bash and I agree windows errors are reliable in most cases, however when we are dealing with sandbox enviroments hooking file operations all bets are off in that regard.  Wrye Bash works fine when running outside of MO.   I also disabled windows search after it peeked at the temp file but no joy.  I'm at a loss.

 

oh and scratch what I said earlier about redirected to overwrite it appears it also creates a temp file in data folder which is the one that was redirected not the one from temp.

I also only have Windows Defender. I tried disabling it but it didn't make any difference. I also don't run anything with admin privilege, i only tried doing it to see if it would solve the issue.

Link to comment
Share on other sites

  • 0

Can all of you please do me a favour and:

  • Delete your current logs
  • Setup a profile with minimal mods, perhaps just vanilla + FNIS + one other mod
  • Run FNIS
  • Run Wrye Bash and create a bashed patch
  • Post only the "usvfs-*" log here or in PasteBin

Also let me know if anyone has Steam installed into a folder called "Program Files (x86)" regardless of the drive it is on.

Lastly advise if the WB you are using is the standalone version or not.

 

These are the things that we all are, I believe, have in common:

  • Win10
  • MO2 installed as portable
  • No AV software other than Windows Defender

That being the case there must be a commonality between you three that I am not seeing that is also different to my setup.

 

@Tabris

Your BashBugDump.log is significantly different to mine as all my logs records is "Testing UAC". This makes me believe that despite your deactivating UAC on your system it still is playing an effect on your install.

I have seen other reports of Win10 playing silly-buggers with UAC folders despite the user stating UAC was disabled. Your Steam install location includes a name that is perhaps tricking Windows into believing it is in fact inside a UAC folder.

Link to comment
Share on other sites

  • 0

Okay, so, doing as you asked.

 

Windows 10, Fast Ring.

Mod Organizer 2, Portable.

Wrye Bash, Standalone.

Steam and skyrim are installed in "C:\Program Files (x86)", but MO2, Wrye bash, and other tools are not in a UAC directory.

I have BitDefender, but I have that disabled when I do mod stuff, as it often bugs out, particularly with DynDOLOD and stuff.

 

New profile

USSEP

Cutting Room Floor

FNIS

Run FNIS -> FNIS Output For Testing

Run Wrye Bash -> Won't Start, no splash screen, bombs back to MO2, Lock disappears.

Wrye Bash ini's are untouched.

 

BashBugDump.log

 

 

testing UAC
Traceback (most recent call last):
  File "Wrye Bash Launcher.pyw", line 88, in <module>
  File "bash\bash.pyo", line 370, in main
  File "bash\env.pyo", line 563, in testUAC
  File "bash\bolt.pyo", line 897, in rmtree
  File "shutil.pyo", line 256, in rmtree
  File "shutil.pyo", line 254, in rmtree
WindowsError: [Error 32] The process cannot access the file because it is being used by another process: u'c:\\users\\xxxxxx\\appdata\\local\\temp\\WryeBash_sxmhnu'

I assume that's the log you're after?

 

Nothing is being run as admin, all as standard user (Last time I tried that with MO, I ended up with a directory  I couldn't delete, good times).

 

Thanks for taking an interest and lending a hand. Much appreciated.

Edited by shadow1
Link to comment
Share on other sites

  • 0

Thanks. Actually the logs I'm looking for are from MO2 and they are named similarly to this one: usvfs-2017-07-07_23-50-55.log

 

However your BashBugDump also shows me that UAC is still an issue for some reason in your execution of WB.

See how there is a test of UAC made and then a 'tree' is removed (presumably the files/folders created in the temp folder). That's when the Windows error shows saying the process can't continue because another process is accessing the files/folders. In my educated guess the process is UAC controlling the temp folder in your %AppData%.

 

Interestingly on my system if I try and clear that temp folder the entire folder/file structure created by WB when I ran it earlier is still flagged as under control of a process despite it now being several hours since WB and MO2 were closed. Even executing an "Admin level" delete will not clear it. In my mind this an error. There should be no reason why those files are still being accessed long after the tool is closed.

 

Standby I'm going to do hard reset and see if they free up.

Link to comment
Share on other sites

  • 0

Nope, even after a system restart all the files created by WB in the %AppData%\Local\temp folder are still flagged as being used.

 

Hmm... well would you believe Google Drive was stopping the process? I had that uninstalled ages ago but there still must be services running in the background. But why are they trying to backup temp folders?!

 

Anyway that was a wild goose chase as far as this problem goes... let's keep thinking.

Link to comment
Share on other sites

  • 0

Okay I now have a clean temp folder and these are the folders created on running WB:

\AppData\Local\Temp\comtypes_cache\Wrye Bash-27\

 

And this is what is created after building the patch:

comtypes_cache\
WryeBash_btapp5\
WryeBash_temp\
WryeBash_temp_backup\Bashed Patch, 0.esp, Bashed Patch, 0.espf
 
On closing WB only \AppData\Local\Temp\comtypes_cache\Wrye Bash-27\ remains so the files under process that get locked are the actual bashed patch and the other temp folders.
 
Note: these are tests I'm doing outside of MO2 to ascertain exactly what files/folders the WB process creates, I'll redo these from MO2 to see what the extra layer of code does to the naming schema.
 
EDIT: No change. The random name for the fist WryeBash_ folder is different each time but nothing else significant changes.
Link to comment
Share on other sites

  • 0

Hey

 

Cleared (deleted) logs, and went through the process again. This time MO crash when try to run Wrye Bash.

 

Log here: https://1drv.ms/u/s!ArVX7N5kZgaNnQrPvS8YsSI_pqqC

 

Thanks again mate.


Cleared log, run MO again.

This time just try to run wrye bash:

 

 

 

16:00:22.868 [D] remove from process 31004
16:00:22.868 [I] create config in 31004
16:00:22.868 [I] 0 processes - 0
16:00:22.868 [I] mod_organizer_instance_1 created in process 31004
16:00:22.868 [I] attached to mod_organizer_instance_1 with 1 nodes, size 65536
16:00:22.868 [I] inv_mod_organizer_instance_1 created in process 31004
16:00:22.868 [I] attached to inv_mod_organizer_instance_1 with 1 nodes, size 65536
16:00:22.868 [D] context current shm: mod_organizer_instance (now 2 connections)
16:00:33.247 [I] mod_organizer_instance_2 created in process 31004
16:00:33.247 [I] tree mod_organizer_instance_2 size now 131072 bytes
16:00:33.252 [I] mod_organizer_instance_3 created in process 31004
16:00:33.253 [I] tree mod_organizer_instance_3 size now 262144 bytes
16:00:33.262 [I] injecting to process 27880 with different bitness
16:00:33.320 [I] (proxy) instance: mod_organizer_instance
16:00:33.321 [I] (proxy) exe: 
16:00:33.321 [I] (proxy) pid: 27880
16:00:33.321 [I] (proxy) size: 8192
16:00:33.321 [I] (proxy) addr: 0x5d0000
16:00:33.321 [I] (proxy) objs: 1
16:00:33.321 [I] (proxy) injecting to process 27880 with same bitness
16:00:33.329 [D] proxy run successful
16:00:33.351 [D] inithooks called mod_organizer_instance in process 27880 (log level 0)
16:00:33.352 [I] process name: C:\MO2\Tools\Wrye\Wrye Bash.exe
16:00:33.352 [I] access existing config in 27880
16:00:33.352 [I] 0 processes - 0
16:00:33.352 [I] mod_organizer_instance_3 opened in process 27880
16:00:33.353 [I] attached to mod_organizer_instance_3 with 274 nodes, size 262144
16:00:33.353 [I] inv_mod_organizer_instance_1 opened in process 27880
16:00:33.353 [I] attached to inv_mod_organizer_instance_1 with 12 nodes, size 65536
16:00:33.353 [D] context current shm: mod_organizer_instance_3 (now 3 connections)
16:00:33.353 [I] Windows version 10.0 sp 0
16:00:33.353 [D] kernel32.dll at 76ff0000
16:00:33.353 [D] kernelbase.dll at 76d00000
16:00:33.353 [D] allocated trampoline buffer for jumps between 0x40000000 and 7fffffff at 0x40000000(size 4096)
16:00:33.353 [I] hooked GetFileAttributesExW (0x76e06060) in C:\WINDOWS\System32\KERNELBASE.dll type overwrite
16:00:33.353 [I] hooked GetFileAttributesW (0x76deb8c0) in C:\WINDOWS\System32\KERNELBASE.dll type overwrite
16:00:33.353 [I] hooked SetFileAttributesW (0x76e09380) in C:\WINDOWS\System32\KERNELBASE.dll type overwrite
16:00:33.353 [I] hooked CreateFileW (0x76ded410) in C:\WINDOWS\System32\KERNELBASE.dll type overwrite
16:00:33.353 [I] hooked CreateFileA (0x76e09b30) in C:\WINDOWS\System32\KERNELBASE.dll type overwrite
16:00:33.353 [I] hooked CreateDirectoryW (0x76dede00) in C:\WINDOWS\System32\KERNELBASE.dll type overwrite
16:00:33.353 [I] hooked DeleteFileW (0x76e050f0) in C:\WINDOWS\System32\KERNELBASE.dll type overwrite
16:00:33.353 [I] hooked DeleteFileA (0x76e039f0) in C:\WINDOWS\System32\KERNELBASE.dll type overwrite
16:00:33.353 [I] hooked GetCurrentDirectoryA (0x76de0370) in C:\WINDOWS\System32\KERNELBASE.dll type overwrite
16:00:33.353 [I] hooked GetCurrentDirectoryW (0x76ddcd90) in C:\WINDOWS\System32\KERNELBASE.dll type overwrite
16:00:33.353 [I] hooked SetCurrentDirectoryA (0x76e8aeb0) in C:\WINDOWS\System32\KERNELBASE.dll type overwrite
16:00:33.353 [I] hooked SetCurrentDirectoryW (0x76dded70) in C:\WINDOWS\System32\KERNELBASE.dll type overwrite
16:00:33.353 [I] hooked ExitProcess (0x77807ef0) in C:\WINDOWS\System32\KERNELBASE.dll type overwrite
16:00:33.353 [I] hooked CreateProcessA (0x76e877d0) in C:\WINDOWS\System32\KERNELBASE.dll type overwrite
16:00:33.353 [I] hooked CreateProcessW (0x76dd09a0) in C:\WINDOWS\System32\KERNELBASE.dll type overwrite
16:00:33.353 [I] hooked MoveFileA (0x7703ee40) in C:\WINDOWS\System32\KERNEL32.DLL type overwrite
16:00:33.353 [I] hooked MoveFileW (0x7703ef30) in C:\WINDOWS\System32\KERNEL32.DLL type overwrite
16:00:33.353 [I] hooked MoveFileExA (0x7703ee60) in C:\WINDOWS\System32\KERNEL32.DLL type overwrite
16:00:33.353 [I] hooked MoveFileExW (0x76e08510) in C:\WINDOWS\System32\KERNELBASE.dll type overwrite
16:00:33.353 [I] hooked CopyFileA (0x7703d8f0) in C:\WINDOWS\System32\KERNEL32.DLL type overwrite
16:00:33.353 [I] hooked CopyFileW (0x76dd57e0) in C:\WINDOWS\System32\KERNELBASE.dll type overwrite
16:00:33.353 [I] hooked CopyFileExA (0x7703da80) in C:\WINDOWS\System32\KERNEL32.DLL type overwrite
16:00:33.353 [I] hooked CopyFileExW (0x76dd5810) in C:\WINDOWS\System32\KERNELBASE.dll type overwrite
16:00:33.353 [I] stubbed CreateHardLinkA (0x76e3c440) in C:\WINDOWS\System32\KERNELBASE.dll type overwrite
16:00:33.353 [I] stubbed CreateHardLinkW (0x76e3c4c0) in C:\WINDOWS\System32\KERNELBASE.dll type overwrite
16:00:33.353 [I] hooked GetFullPathNameW (0x76de32d0) in C:\WINDOWS\System32\KERNELBASE.dll type overwrite
16:00:33.353 [I] hooked GetFileVersionInfoW (0x76e0a6c0) in C:\WINDOWS\System32\KERNELBASE.dll type overwrite
16:00:33.353 [I] hooked GetFileVersionInfoExW (0x76deb4d0) in C:\WINDOWS\System32\KERNELBASE.dll type overwrite
16:00:33.353 [I] hooked GetFileVersionInfoSizeW (0x76e0a940) in C:\WINDOWS\System32\KERNELBASE.dll type overwrite
16:00:33.353 [I] hooked GetFileVersionInfoSizeExW (0x76deb660) in C:\WINDOWS\System32\KERNELBASE.dll type overwrite
16:00:33.353 [D] ntdll.dll at 777a0000
16:00:33.353 [I] hooked NtQueryFullAttributesFile (0x7780fef0) in C:\WINDOWS\SYSTEM32\ntdll.dll type overwrite
16:00:33.353 [I] hooked NtQueryAttributesFile (0x7780ef00) in C:\WINDOWS\SYSTEM32\ntdll.dll type overwrite
16:00:33.353 [I] hooked NtQueryDirectoryFile (0x7780ee80) in C:\WINDOWS\SYSTEM32\ntdll.dll type overwrite
16:00:33.353 [I] hooked NtOpenFile (0x7780ee60) in C:\WINDOWS\SYSTEM32\ntdll.dll type overwrite
16:00:33.353 [I] hooked NtCreateFile (0x7780f080) in C:\WINDOWS\SYSTEM32\ntdll.dll type overwrite
16:00:33.354 [I] hooked NtClose (0x7780ec00) in C:\WINDOWS\SYSTEM32\ntdll.dll type overwrite
16:00:33.354 [I] stubbed NtDeleteFile (0x7780f7e0) in C:\WINDOWS\SYSTEM32\ntdll.dll type overwrite
16:00:33.354 [D] shell32.dll at 74530000
16:00:33.354 [I] stubbed SHFileOperationA (0x74736940) in C:\WINDOWS\System32\SHELL32.dll type overwrite
16:00:33.354 [I] stubbed SHFileOperationW (0x74736960) in C:\WINDOWS\System32\SHELL32.dll type overwrite
16:00:33.354 [I] stubbed ShellExecuteA (0x7474a7b0) in C:\WINDOWS\System32\SHELL32.dll type overwrite
16:00:33.354 [I] stubbed ShellExecuteW (0x7466fea0) in C:\WINDOWS\System32\SHELL32.dll type overwrite
16:00:33.354 [I] stubbed ShellExecuteExA (0x7474a830) in C:\WINDOWS\System32\SHELL32.dll type overwrite
16:00:33.354 [I] stubbed ShellExecuteExW (0x74670270) in C:\WINDOWS\System32\SHELL32.dll type overwrite
16:00:33.354 [I] hooked LoadLibraryExW (0x76deca50) in C:\WINDOWS\System32\KERNELBASE.dll type overwrite
16:00:33.354 [I] hooked LoadLibraryExA (0x76dec3c0) in C:\WINDOWS\System32\KERNELBASE.dll type overwrite
16:00:33.354 [I] hooked LoadLibraryW (0x76dea840) in C:\WINDOWS\System32\KERNELBASE.dll type overwrite
16:00:33.354 [I] hooked LoadLibraryA (0x76dea2a0) in C:\WINDOWS\System32\KERNELBASE.dll type overwrite
16:00:33.354 [I] hooked GetModuleFileNameW (0x76e01970) in C:\WINDOWS\System32\KERNELBASE.dll type overwrite
16:00:33.354 [I] hooked GetModuleFileNameA (0x76e01880) in C:\WINDOWS\System32\KERNELBASE.dll type overwrite
16:00:33.354 [D] hooks installed
16:00:33.368 <27880:30036> [D] NtClose [Handle=0000023C] [res=ok]
16:00:33.374 <27880:30036> [D] NtClose [Handle=0000024C] [res=ok]
16:00:33.376 <27880:30036> [D] NtClose [Handle=00000248] [res=ok]
16:00:33.378 <27880:30036> [D] NtClose [Handle=00000254] [res=ok]
16:00:33.414 <27880:30036> [D] NtClose [Handle=000002A4] [res=ok]
16:00:33.445 <27880:30036> [D] NtClose [Handle=000002C0] [res=ok]
16:00:33.457 <27880:30036> [D] NtClose [Handle=000002E4] [res=ok]
16:00:33.457 <27880:30036> [D] NtClose [Handle=000002E4] [res=ok]
16:00:33.463 <27880:30036> [D] NtClose [Handle=000002CC] [res=ok]
16:00:33.467 <27880:30036> [D] SetCurrentDirectoryW [lpPathName=C:\MO2\Tools\Wrye] [reroute.fileName()=C:\MO2\Tools\Wrye] [res=1]
16:00:33.467 <27880:30036> [D] GetCurrentDirectoryW [lpBuffer=C:\MO2\Tools\Wrye] [res=17]
16:00:33.470 <27880:30036> [D] NtClose [Handle=000002F0] [res=ok]
16:00:33.471 <27880:30036> [D] NtClose [Handle=000002F8] [res=ok]
16:00:33.472 <27880:30036> [D] NtClose [Handle=000002F8] [res=ok]
16:00:33.514 <27880:30036> [D] NtClose [Handle=00000308] [res=ok]
16:00:33.529 <27880:30036> [D] NtClose [Handle=000002F0] [res=ok]
16:00:33.533 <27880:30036> [D] GetFileAttributesExW [lpFileName=C:\Program Files (x86)\Steam\steamapps\common\Skyrim Special Edition] [reroute.fileName()=C:\Program Files (x86)\Steam\steamapps\common\Skyrim Special Edition] [res=1] [::GetLastError()=0]
16:00:33.533 <27880:30036> [D] GetCurrentDirectoryW [lpBuffer=C:\MO2\Tools\Wrye] [res=17]
16:00:33.533 <27880:30036> [D] GetCurrentDirectoryW [lpBuffer=C:\MO2\Tools\Wrye] [res=17]
16:00:33.538 <27880:30036> [D] NtClose [Handle=00000308] [res=ok]
16:00:33.541 <27880:30036> [D] NtClose [Handle=00000308] [res=ok]
16:00:33.702 <27880:30036> [D] NtClose [Handle=0000032C] [res=ok]
16:00:33.703 <27880:30036> [D] NtClose [Handle=0000034C] [res=ok]
16:00:33.707 <27880:30036> [D] NtClose [Handle=0000034C] [res=ok]
16:00:33.750 <27880:30036> [D] NtClose [Handle=00000360] [res=ok]
16:00:33.779 <27880:30036> [D] GetCurrentDirectoryW [lpBuffer=C:\MO2\Tools\Wrye] [res=17]
16:00:33.785 <27880:30036> [W] SHFileOperationA called
16:00:33.789 <27880:30036> [D] GetFileAttributesW [lpFileName=C:\Program Files (x86)\Steam\steamapps\common\Skyrim Special Edition\Data\_tempfile.tmp] [reroute.fileName()=C:\MO2\mods\FNIS Output for Testing MOWrye Issues\_tempfile.tmp] [res=20] [callContext.lastError()=0]
16:00:33.790 <27880:30036> [D] NtOpenFile [source=\??\C:] [rerouted=\??\C:] [*FileHandle=000003A8] [OpenOptions=16] [res=ok]
16:00:33.790 <27880:30036> [D] NtClose [Handle=000003AC] [res=ok]
16:00:33.793 <27880:30036> [D] NtClose [Handle=000003CC] [res=ok]
16:00:33.793 <27880:30036> [D] NtClose [Handle=000003CC] [res=ok]
16:00:33.794 <27880:30036> [D] NtClose [Handle=000003CC] [res=ok]
16:00:33.794 <27880:30036> [D] NtClose [Handle=000003CC] [res=ok]
16:00:33.794 <27880:30036> [D] NtClose [Handle=000003CC] [res=ok]
16:00:33.794 <27880:30036> [D] NtClose [Handle=000003CC] [res=ok]
16:00:33.795 <27880:30036> [D] NtClose [Handle=000003C4] [res=ok]
16:00:33.795 <27880:30036> [D] NtClose [Handle=000003C4] [res=ok]
16:00:33.796 <27880:30036> [D] NtClose [Handle=000003C4] [res=ok]
16:00:33.796 <27880:30036> [D] NtClose [Handle=000003C4] [res=ok]
16:00:33.796 <27880:30036> [D] NtClose [Handle=000003C4] [res=ok]
16:00:33.797 <27880:30036> [D] NtQueryDirectoryFile [path=\\?\C:\Program Files (x86)\Steam\steamapps\common\Skyrim Special Edition] [FileInformationClass=37] [FileName=Data] [numVirtualFiles=1] [res=ok]
16:00:33.797 <27880:30036> [D] NtClose [Handle=000003C4] [res=ok]
16:00:33.797 <27880:30036> [D] NtClose [Handle=000003D8] [res=ok]
16:00:33.797 <27880:30036> [D] NtClose [Handle=000003D8] [res=ok]
16:00:33.798 <27880:30036> [D] NtClose [Handle=000003D8] [res=ok]
16:00:33.798 <27880:30036> [D] NtClose [Handle=000003D8] [res=ok]
16:00:33.798 <27880:30036> [D] NtClose [Handle=000003D8] [res=ok]
16:00:33.798 <27880:30036> [D] NtClose [Handle=000003D8] [res=ok]
16:00:33.799 <27880:30036> [D] NtClose [Handle=000003D8] [res=ok]
16:00:33.811 <27880:30036> [D] NtClose [Handle=0000045C] [res=ok]
16:00:33.812 <27880:30036> [D] NtOpenFile [source=\??\C:\Users\shadow1\AppData\Local\] [rerouted=\??\C:\Users\shadow1\AppData\Local] [*FileHandle=00000468] [OpenOptions=16417] [res=ok]
16:00:33.812 <27880:30036> [D] NtClose [Handle=00000468] [res=ok]
16:00:33.813 <27880:30036> [D] NtOpenFile [source=\??\C:\Users\shadow1\AppData\] [rerouted=\??\C:\Users\shadow1\AppData] [*FileHandle=00000468] [OpenOptions=16417] [res=ok]
16:00:33.813 <27880:30036> [D] NtClose [Handle=00000468] [res=ok]
16:00:33.813 <27880:30036> [D] NtOpenFile [source=\??\C:\Users\shadow1\] [rerouted=\??\C:\Users\shadow1] [*FileHandle=00000468] [OpenOptions=16417] [res=ok]
16:00:33.813 <27880:30036> [D] NtClose [Handle=00000468] [res=ok]
16:00:33.813 <27880:30036> [D] NtOpenFile [source=\??\C:\Users\] [rerouted=\??\C:\Users] [*FileHandle=00000468] [OpenOptions=16417] [res=ok]
16:00:33.814 <27880:30036> [D] NtClose [Handle=00000468] [res=ok]
16:00:33.814 <27880:30036> [D] NtOpenFile [source=\??\C:\] [rerouted=\??\C:\] [*FileHandle=00000468] [OpenOptions=16417] [res=ok]
16:00:33.814 <27880:30036> [D] NtClose [Handle=00000468] [res=ok]
16:00:33.814 <27880:30036> [D] NtOpenFile [source=\??\C:\Program Files (x86)\Steam\steamapps\common\Skyrim Special Edition\] [rerouted=\??\C:\Program Files (x86)\Steam\steamapps\common\Skyrim Special Edition] [*FileHandle=00000468] [OpenOptions=16417] [res=ok]
16:00:33.815 <27880:30036> [D] NtQueryDirectoryFile [path=\\?\C:\Program Files (x86)\Steam\steamapps\common\Skyrim Special Edition] [FileInformationClass=2] [FileName=data] [numVirtualFiles=1] [res=ok]
16:00:33.815 <27880:30036> [D] NtClose [Handle=00000468] [res=ok]
16:00:33.815 <27880:30036> [D] NtOpenFile [source=\??\C:\Program Files (x86)\Steam\steamapps\common\] [rerouted=\??\C:\Program Files (x86)\Steam\steamapps\common] [*FileHandle=00000414] [OpenOptions=16417] [res=ok]
16:00:33.815 <27880:30036> [D] NtClose [Handle=00000414] [res=ok]
16:00:33.815 <27880:30036> [D] NtOpenFile [source=\??\C:\Program Files (x86)\Steam\steamapps\] [rerouted=\??\C:\Program Files (x86)\Steam\steamapps] [*FileHandle=00000484] [OpenOptions=16417] [res=ok]
16:00:33.816 <27880:30036> [D] NtClose [Handle=00000484] [res=ok]
16:00:33.816 <27880:30036> [D] NtOpenFile [source=\??\C:\Program Files (x86)\Steam\] [rerouted=\??\C:\Program Files (x86)\Steam] [*FileHandle=00000484] [OpenOptions=16417] [res=ok]
16:00:33.816 <27880:30036> [D] NtClose [Handle=00000484] [res=ok]
16:00:33.816 <27880:30036> [D] NtOpenFile [source=\??\C:\Program Files (x86)\] [rerouted=\??\C:\Program Files (x86)] [*FileHandle=00000484] [OpenOptions=16417] [res=ok]
16:00:33.816 <27880:30036> [D] NtClose [Handle=00000484] [res=ok]
16:00:33.816 <27880:30036> [D] NtOpenFile [source=\??\C:\] [rerouted=\??\C:\] [*FileHandle=00000484] [OpenOptions=16417] [res=ok]
16:00:33.817 <27880:30036> [D] NtClose [Handle=00000484] [res=ok]
16:00:33.817 <27880:30036> [D] NtClose [Handle=00000484] [res=ok]
16:00:33.820 <27880:30036> [D] NtClose [Handle=00000484] [res=ok]
16:00:33.821 <27880:30036> [D] NtClose [Handle=000004A8] [res=ok]
16:00:33.821 <27880:30036> [D] NtOpenFile [source=\??\C:\Users\shadow1\AppData\Local\] [rerouted=\??\C:\Users\shadow1\AppData\Local] [*FileHandle=000004A8] [OpenOptions=16417] [res=ok]
16:00:33.821 <27880:30036> [D] NtClose [Handle=000004A8] [res=ok]
16:00:33.821 <27880:30036> [D] GetFileAttributesW [lpFileName=C:\Users\shadow1\AppData\Local] [reroute.fileName()=C:\Users\shadow1\AppData\Local] [res=10] [callContext.lastError()=0]
16:00:33.821 <27880:30036> [D] NtOpenFile [source=\??\C:\Users\shadow1\AppData\] [rerouted=\??\C:\Users\shadow1\AppData] [*FileHandle=000004A8] [OpenOptions=16417] [res=ok]
16:00:33.822 <27880:30036> [D] NtClose [Handle=000004A8] [res=ok]
16:00:33.822 <27880:30036> [D] GetFileAttributesW [lpFileName=C:\Users\shadow1\AppData] [reroute.fileName()=C:\Users\shadow1\AppData] [res=12] [callContext.lastError()=0]
16:00:33.822 <27880:30036> [D] NtOpenFile [source=\??\C:\Users\shadow1\] [rerouted=\??\C:\Users\shadow1] [*FileHandle=000004A8] [OpenOptions=16417] [res=ok]
16:00:33.822 <27880:30036> [D] NtClose [Handle=000004A8] [res=ok]
16:00:33.822 <27880:30036> [D] GetFileAttributesW [lpFileName=C:\Users\shadow1] [reroute.fileName()=C:\Users\shadow1] [res=10] [callContext.lastError()=0]
16:00:33.822 <27880:30036> [D] NtOpenFile [source=\??\C:\Users\] [rerouted=\??\C:\Users] [*FileHandle=000004A8] [OpenOptions=16417] [res=ok]
16:00:33.822 <27880:30036> [D] NtClose [Handle=000004A8] [res=ok]
16:00:33.822 <27880:30036> [D] GetFileAttributesW [lpFileName=C:\Users] [reroute.fileName()=C:\Users] [res=11] [callContext.lastError()=0]
16:00:33.822 <27880:30036> [D] NtOpenFile [source=\??\C:\] [rerouted=\??\C:\] [*FileHandle=000004A8] [OpenOptions=16417] [res=ok]
16:00:33.823 <27880:30036> [D] NtClose [Handle=000004A8] [res=ok]
16:00:33.823 <27880:30036> [D] NtOpenFile [source=\??\C:\] [rerouted=\??\C:\] [*FileHandle=000004A8] [OpenOptions=16417] [res=ok]
16:00:33.823 <27880:30036> [D] NtClose [Handle=000004A8] [res=ok]
16:00:33.823 <27880:30036> [D] NtOpenFile [source=\??\C:] [rerouted=\??\C:] [*FileHandle=000004A8] [OpenOptions=16] [res=ok]
16:00:33.824 <27880:30036> [D] GetFileAttributesW [lpFileName=C:\Program Files (x86)\Steam\steamapps\common\Skyrim Special Edition\data] [reroute.fileName()=C:\MO2\overwrite\] [res=10] [callContext.lastError()=0]
16:00:33.825 <27880:30036> [D] GetCurrentDirectoryW [lpBuffer=C:\MO2\Tools\Wrye] [res=17]
16:00:33.825 <27880:30036> [D] GetCurrentDirectoryW [lpBuffer=<null>] [res=18]
16:00:33.825 <27880:30036> [D] GetCurrentDirectoryW [lpBuffer=C:\MO2\Tools\Wrye] [res=17]
16:00:33.825 <27880:30036> [D] GetCurrentDirectoryW [lpBuffer=<null>] [res=18]
16:00:33.825 <27880:30036> [D] GetCurrentDirectoryW [lpBuffer=C:\MO2\Tools\Wrye] [res=17]
16:00:33.825 <27880:30036> [D] MoveFileExW [readReroute.fileName()=C:\Users\shadow1\AppData\Local\Temp\WryeBash_wqof76\_tempfile.tmp] [writeReroute.fileName()=C:\MO2\overwrite\_tempfile.tmp] [res=1] [::GetLastError()=0]
16:00:33.825 <27880:30036> [D] GetFileAttributesW [lpFileName=C:\Program Files (x86)\Steam\steamapps\common\Skyrim Special Edition\data] [reroute.fileName()=C:\MO2\overwrite\] [res=10] [callContext.lastError()=0]
16:00:33.826 <27880:30036> [D] NtOpenFile [source=\??\C:\Program Files (x86)\Steam\steamapps\common\Skyrim Special Edition\data] [rerouted=\??\C:\MO2\overwrite] [*FileHandle=000004E4] [OpenOptions=2113536] [res=ok]
16:00:33.826 <27880:30036> [D] NtOpenFile [source=\??\C:\Program Files (x86)\Steam\steamapps\common\Skyrim Special Edition\data\_tempfile.tmp] [rerouted=\??\C:\MO2\overwrite\_tempfile.tmp] [*FileHandle=000004E4] [OpenOptions=2113536] [res=ok]
16:00:33.827 <27880:30036> [D] NtQueryDirectoryFile [path=\\?\C:\Program Files (x86)\Steam\steamapps\common\Skyrim Special Edition\Data] [FileInformationClass=37] [FileName=_tempfile.tmp] [numVirtualFiles=1] [res=ok]
16:00:33.827 <27880:30036> [D] NtClose [Handle=000004EC] [res=ok]
16:00:33.839 <27880:30036> [D] NtOpenFile [source=\??\C:\] [rerouted=\??\C:\] [*FileHandle=0000052C] [OpenOptions=16417] [res=ok]
16:00:33.839 <27880:30036> [D] NtClose [Handle=0000052C] [res=ok]
16:00:33.841 <27880:30036> [D] CreateFileW [lpFileName=C:\Users\shadow1\AppData\Local\Temp\WryeBash_wqof76\_tempfile.tmp] [reroute.fileName()=C:\Users\shadow1\AppData\Local\Temp\WryeBash_wqof76\_tempfile.tmp] [dwDesiredAccess=80] [dwCreationDisposition=3] [dwFlagsAndAttributes=2200000] [res=FFFFFFFF] [::GetLastError()=2]
16:00:33.850 <27880:30036> [D] NtOpenFile [source=\??\C:\] [rerouted=\??\C:\] [*FileHandle=0000058C] [OpenOptions=16417] [res=ok]
16:00:33.851 <27880:30036> [D] NtClose [Handle=0000058C] [res=ok]
16:00:33.851 <27880:30036> [D] CreateFileW [lpFileName=C:\Users\shadow1\AppData\Local\Temp\WryeBash_wqof76\_tempfile.tmp] [reroute.fileName()=C:\Users\shadow1\AppData\Local\Temp\WryeBash_wqof76\_tempfile.tmp] [dwDesiredAccess=80] [dwCreationDisposition=3] [dwFlagsAndAttributes=2200000] [res=FFFFFFFF] [::GetLastError()=2]
16:00:33.859 <27880:30036> [D] NtQueryDirectoryFile [path=\\?\C:\Program Files (x86)\Steam\steamapps\common\Skyrim Special Edition] [FileInformationClass=37] [FileName=data] [numVirtualFiles=1] [res=ok]
16:00:33.859 <27880:30036> [D] NtClose [Handle=00000518] [res=ok]
16:00:33.859 <27880:30036> [D] NtOpenFile [source=\??\C:\] [rerouted=\??\C:\] [*FileHandle=00000518] [OpenOptions=16417] [res=ok]
16:00:33.859 <27880:30036> [D] NtClose [Handle=00000518] [res=ok]
16:00:33.860 <27880:30036> [D] NtOpenFile [source=\??\C:\Program Files (x86)\Steam\steamapps\common\Skyrim Special Edition] [rerouted=\??\C:\Program Files (x86)\Steam\steamapps\common\Skyrim Special Edition] [*FileHandle=<null>] [OpenOptions=96] [res=err c00000ba]
16:00:33.860 <27880:30036> [D] NtOpenFile [source=\??\C:\Program Files (x86)\Steam\steamapps\common\Skyrim Special Edition] [rerouted=\??\C:\Program Files (x86)\Steam\steamapps\common\Skyrim Special Edition] [*FileHandle=000005A0] [OpenOptions=32] [res=ok]
16:00:33.868 <27880:30036> [D] NtClose [Handle=00000598] [res=ok]
16:00:33.869 <27880:30036> [D] NtClose [Handle=00000590] [res=ok]
16:00:33.869 <27880:30036> [D] NtClose [Handle=00000590] [res=ok]
16:00:33.870 <27880:30036> [D] NtClose [Handle=00000590] [res=ok]
16:00:33.871 <27880:30036> [D] NtClose [Handle=00000590] [res=ok]
16:00:33.871 <27880:30036> [D] NtClose [Handle=00000590] [res=ok]
16:00:33.873 <27880:30036> [D] GetFileAttributesExW [lpFileName=C:\Users\shadow1] [reroute.fileName()=C:\Users\shadow1] [res=1] [::GetLastError()=0]
16:00:33.885 <27880:30036> [D] GetFileAttributesW [lpFileName=C:\Users\shadow1] [reroute.fileName()=C:\Users\shadow1] [res=10] [callContext.lastError()=0]
16:00:33.885 <27880:30036> [D] NtClose [Handle=000005C0] [res=ok]
16:00:33.886 <27880:30036> [D] NtClose [Handle=000005D0] [res=ok]
16:00:33.886 <27880:30036> [D] NtClose [Handle=000005C0] [res=ok]
16:00:33.887 <27880:30036> [D] NtClose [Handle=000005C0] [res=ok]
16:00:33.887 <27880:30036> [D] NtClose [Handle=000005C0] [res=ok]
16:00:33.887 <27880:30036> [D] NtClose [Handle=000005C0] [res=ok]
16:00:33.887 <27880:30036> [D] NtClose [Handle=000005C0] [res=ok]
16:00:33.888 <27880:30036> [D] NtQueryDirectoryFile [path=\\?\C:\Program Files (x86)\Steam\steamapps\common\Skyrim Special Edition] [FileInformationClass=37] [FileName=data] [numVirtualFiles=1] [res=ok]
16:00:33.888 <27880:30036> [D] NtClose [Handle=000005C0] [res=ok]
16:00:33.889 <27880:30036> [D] NtClose [Handle=00000604] [res=ok]
16:00:33.917 <27880:30036> [D] ExitProcess [exitCode=255]
16:00:33.917 [D] remove from process 27880
16:00:33.917 [D] manager not null
16:00:33.917 <27880:30036> [D] end hook of process 27880
16:00:33.917 [D] removed hook CopyFileA
16:00:33.917 [D] removed hook CopyFileExA
16:00:33.917 [D] removed hook CopyFileExW
16:00:33.917 [D] removed hook CopyFileW
16:00:33.917 [D] removed hook CreateDirectoryW
16:00:33.917 [D] removed hook CreateFileA
16:00:33.917 [D] removed hook CreateFileW
16:00:33.917 [D] removed hook CreateHardLinkA
16:00:33.917 [D] removed hook CreateHardLinkW
16:00:33.917 [D] removed hook CreateProcessA
16:00:33.917 [D] removed hook CreateProcessW
16:00:33.917 [D] removed hook DeleteFileA
16:00:33.917 [D] removed hook DeleteFileW
16:00:33.917 [D] removed hook ExitProcess
16:00:33.917 [D] removed hook GetCurrentDirectoryA
16:00:33.918 [D] removed hook GetCurrentDirectoryW
16:00:33.918 [D] removed hook GetFileAttributesExW
16:00:33.918 [D] removed hook GetFileAttributesW
16:00:33.918 [D] removed hook GetFileVersionInfoExW
16:00:33.918 [D] removed hook GetFileVersionInfoSizeExW
16:00:33.918 [D] removed hook GetFileVersionInfoSizeW
16:00:33.918 [D] removed hook GetFileVersionInfoW
16:00:33.918 [D] removed hook GetFullPathNameW
16:00:33.918 [D] removed hook GetModuleFileNameA
16:00:33.918 [D] removed hook GetModuleFileNameW
16:00:33.918 [D] removed hook LoadLibraryA
16:00:33.918 [D] removed hook LoadLibraryExA
16:00:33.918 [D] removed hook LoadLibraryExW
16:00:33.918 [D] removed hook LoadLibraryW
16:00:33.918 [D] removed hook MoveFileA
16:00:33.918 [D] removed hook MoveFileExA
16:00:33.918 [D] removed hook MoveFileExW
16:00:33.918 [D] removed hook MoveFileW
16:00:33.918 [D] removed hook NtClose
16:00:33.918 [D] removed hook NtCreateFile
16:00:33.918 [D] removed hook NtDeleteFile
16:00:33.918 [D] removed hook NtOpenFile
16:00:33.918 [D] removed hook NtQueryAttributesFile
16:00:33.918 [D] removed hook NtQueryDirectoryFile
16:00:33.918 [D] removed hook NtQueryFullAttributesFile
16:00:33.918 [D] removed hook SHFileOperationA
16:00:33.918 [D] removed hook SHFileOperationW
16:00:33.918 [D] removed hook SetCurrentDirectoryA
16:00:33.918 [D] removed hook SetCurrentDirectoryW
16:00:33.918 [D] removed hook SetFileAttributesW
16:00:33.918 [D] removed hook ShellExecuteA
16:00:33.918 [D] removed hook ShellExecuteExA
16:00:33.918 [D] removed hook ShellExecuteExW
16:00:33.918 [D] removed hook ShellExecuteW
16:00:33.918 [I] releasing hook context
16:00:33.918 [I] 2 users left


 

 

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.