Remember to Delete Your WDB (Cache) Folder

Game configuration tutorials, addons and macros.

Re: Remember to Delete Your WDB (Cache) Folder

by Ch0plol » Fri Jun 26, 2015 3:42 am

Having the same problem as others with WDB not recreating itself. I am unable to get the updated item stats.
Choplol <Rare Pepe Vendor> - 60 Gnome Mage
Ch0plol
Tester
 

Re: Remember to Delete Your WDB (Cache) Folder

by Ch0plol » Fri Jun 26, 2015 3:51 am

I was able to fix the problem by deleting the WDB folder from C:\Users\%username%\AppData\Local\VirtualStore\Program Files (x86)\World of Warcraft Classic

It seems that if you install to default directory this will happen.
Choplol <Rare Pepe Vendor> - 60 Gnome Mage
Ch0plol
Tester
 

Re: Remember to Delete Your WDB (Cache) Folder

by ShaqPack » Fri Jun 26, 2015 8:28 am

Nano wrote:If deleting your WDB folder isn't working and you're using Windows 8 (or Windows 7 without admin status) try moving your entire wow folder to your desktop first. It's likely not being removed because of admin rights issues in Windows.


This worked like a charm, thanks man big time, it's great to finally see the real stats on my gear lol.
ShaqPack
Sergeant
Sergeant
 

Re: Remember to Delete Your WDB (Cache) Folder

by fubudis » Fri Jul 03, 2015 12:42 am

Nano wrote:If deleting your WDB folder isn't working and you're using Windows 8 (or Windows 7 without admin status) try moving your entire wow folder to your desktop first. It's likely not being removed because of admin rights issues in Windows.


Is there a fix that doesn't involve moving the folder? When I move the folder all of my settings and key binds are are deleted. (I'm using windows 7 with admin status)
fubudis
Tester
 

Re: Remember to Delete Your WDB (Cache) Folder

by Illidan901 » Fri Jul 03, 2015 11:14 pm

Headrilla wrote:Is this in your real WoW folder or the one associated with the private server version?


The private server one
Illidan901
Tester
 

Re: Remember to Delete Your WDB (Cache) Folder

by Walthern » Wed Jul 08, 2015 11:42 am

Hi, I have a kronos client installed and it seems both my wtf and wdb files are nowhere to be found. Any idea how to fix this?
Walthern
Grunt
Grunt
 

Re: Remember to Delete Your WDB (Cache) Folder

by Guybrush » Wed Jul 08, 2015 12:23 pm

fubudis wrote:
Nano wrote:If deleting your WDB folder isn't working and you're using Windows 8 (or Windows 7 without admin status) try moving your entire wow folder to your desktop first. It's likely not being removed because of admin rights issues in Windows.


Is there a fix that doesn't involve moving the folder? When I move the folder all of my settings and key binds are are deleted. (I'm using windows 7 with admin status)


Move WoW folder to c:\games or something
Go in VirtualStore\Program Files (x86)\World of Warcraft
Move the WTF folder to c:\games\World of Warcraft
Guybrush
Sergeant Major
Sergeant Major
 

Re: Remember to Delete Your WDB (Cache) Folder

by Walthern » Wed Jul 08, 2015 12:46 pm

Guybrush wrote:
fubudis wrote:
Nano wrote:If deleting your WDB folder isn't working and you're using Windows 8 (or Windows 7 without admin status) try moving your entire wow folder to your desktop first. It's likely not being removed because of admin rights issues in Windows.


Is there a fix that doesn't involve moving the folder? When I move the folder all of my settings and key binds are are deleted. (I'm using windows 7 with admin status)


Move WoW folder to c:\games or something
Go in VirtualStore\Program Files (x86)\World of Warcraft
Move the WTF folder to c:\games\World of Warcraft


this fixed my problem too, thanks.
Walthern
Grunt
Grunt
 

Re: Remember to Delete Your WDB (Cache) Folder

by Aunstic » Sat Jul 11, 2015 2:19 pm

Guybrush wrote:
fubudis wrote:
Nano wrote:If deleting your WDB folder isn't working and you're using Windows 8 (or Windows 7 without admin status) try moving your entire wow folder to your desktop first. It's likely not being removed because of admin rights issues in Windows.


Is there a fix that doesn't involve moving the folder? When I move the folder all of my settings and key binds are are deleted. (I'm using windows 7 with admin status)


Move WoW folder to c:\games or something
Go in VirtualStore\Program Files (x86)\World of Warcraft
Move the WTF folder to c:\games\World of Warcraft

Code: Select all
@echo off
IF EXIST "C:\Program Files (x86)\World of Warcraft Classic" (
GOTO :hell
) ELSE (
GOTO :xkcd292
)

:hell
move "C:\Program Files (x86)\World of Warcraft Classic" "C:\Users\%USERNAME%\Desktop\"
GOTO :xkcd292

:xkcd292
cd "C:\Users\%username%\AppData\Local\VirtualStore\Program Files (x86)\World of Warcraft Classic"
rd /s /q WDB
move "WTF" "C:\Users\%USERNAME%\Desktop\World of Warcraft Classic"
cd "C:\Users\%USERNAME%\Desktop\World of Warcraft Classic"
rd /s /q WDB
reg.exe Add "HKLM\Software\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\Layers" /v "C:\Users\%USERNAME%\Desktop\World of Warcraft Classic\WoW.exe" /d "RUNASADMIN"

:mrgreen:
Not tested.

With comments:
Code: Select all
@echo off
rem checking if WoW is in the program files
IF EXIST "C:\Program Files (x86)\World of Warcraft Classic" (
GOTO :hell
) ELSE (
GOTO :xkcd292
)

:hell
rem moves the directory from the program files to the desktop
move "C:\Program Files (x86)\World of Warcraft Classic" "C:\Users\%USERNAME%\Desktop\"
GOTO :xkcd292

:xkcd292
rem deleting wdb folder inside the virtualstore directory - no half measures
cd "C:\Users\%username%\AppData\Local\VirtualStore\Program Files (x86)\World of Warcraft Classic"
rd /s /q WDB
rem moving the wtf folder to the desktop wow classic folder
move "WTF" "C:\Users\%USERNAME%\Desktop\World of Warcraft Classic"
cd "C:\Users\%USERNAME%\Desktop\World of Warcraft Classic"
rem delete a possible wdb folder already existing in the folder
rd /s /q WDB
rem lets run this as admin always by adding RUNASADMIN to WoW exe
reg.exe Add "HKLM\Software\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\Layers" /v "C:\Users\%USERNAME%\Desktop\World of Warcraft Classic\WoW.exe" /d "RUNASADMIN"


Edit: Deleted 2 spaces
Image
User avatar
Aunstic
Knight-Lieutenant
Knight-Lieutenant
 

Re: Remember to Delete Your WDB (Cache) Folder

by Quickbowjob » Wed Aug 05, 2015 11:22 am

For admin issues i use this thing called Take Ownership:
http://www.howtogeek.com/howto/windows- ... -in-vista/
User avatar
Quickbowjob
Sergeant Major
Sergeant Major
 

PreviousNext

Return to Getting started on Nostalrius