WineD3D messed up my VM, how do uninstall it?

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
MKVCrazy
Level 1
Level 1
Posts: 6
Joined: Wed Jan 13, 2010 3:48 pm

WineD3D messed up my VM, how do uninstall it?

Post by MKVCrazy »

Host: Ubuntu Karmic Koala
Guest: Windows XP
VBox: 3.1.2 PUEL

I was happy using my guest XP with Guest Addictions installed. But I wasn't able to get the videos play perfect. It picture will messes up if I move the windows around the desktop. So I though it might be lack of WineD3D and so I installed it from wined3d.iso. Then it messed up my guest XP. Now I cannot even play and videos which I could before and it says Direct3D is not enable when I do this "dxdiag" in the RUN command.

Can you guys please help?
Gert van den Berg

WineD3D messed up my VM, how do uninstall it?

Post by Gert van den Berg »

On Wed, Jan 13, 2010 at 22:51, MKVCrazy <[email protected]> wrote:
Host: Ubuntu Karmic Koala
Guest: Windows XP
VBox: 3.1.2 PUEL

I was happy using my guest XP with Guest Addictions installed. But I wasn't able to get the videos play perfect. It picture will messes up if I move the windows around the desktop. So I though it might be lack of WineD3D and so I installed it from wined3d.iso. Then it messed up my guest XP. Now I cannot even play and videos which I could before and it says Direct3D is not enable when I do this "dxdiag" in the RUN command.

Can you guys please help?
You should be asking Virtualbox. Wine is not involved in the packaging
and installers for WineD3D in virtualbox.

http://lmgtfy.com/?q=virtualbox+forum

Gert
Gert van den Berg

WineD3D messed up my VM, how do uninstall it?

Post by Gert van den Berg »

I assumed you were talking about Virtualbox's own (probably Wine-based
"experimental Direct3D support")

http://savannah.nongnu.org/projects/wined3d might be where you want to
look for a forum / mailing list...

Gert
MKVCrazy
Level 1
Level 1
Posts: 6
Joined: Wed Jan 13, 2010 3:48 pm

Post by MKVCrazy »

I've recovered it from a working snapshot.
rpgiacon
Newbie
Newbie
Posts: 1
Joined: Thu Jun 24, 2010 12:19 pm

Re: WineD3D messed up my VM, how do uninstall it?

Post by rpgiacon »

MKVCrazy wrote:Host: Ubuntu Karmic Koala
Guest: Windows XP
VBox: 3.1.2 PUEL

I was happy using my guest XP with Guest Addictions installed. But I wasn't able to get the videos play perfect. It picture will messes up if I move the windows around the desktop. So I though it might be lack of WineD3D and so I installed it from wined3d.iso. Then it messed up my guest XP. Now I cannot even play and videos which I could before and it says Direct3D is not enable when I do this "dxdiag" in the RUN command.

Can you guys please help?
I saw i digged a lot in foruns...
Wined3d in VirtualBox crashes a lot of applications (like autocad), so there shoud be a simpler way to uninstall it.

hopefully, wined3d installation gives a full log, so if you want to uninstall just install again and check up que install log on the Details on install screen...

here is a way to uninstall wine d3d 8 and 9 in a batch script:

Wined3d_Uninstall.bat

Code: Select all

del C:\WINDOWS\system32\libwine.dll
del C:\WINDOWS\system32\wined3d.dll
del C:\WINDOWS\SysWOW64\libwine.dll
del C:\WINDOWS\SysWOW64\wined3d.dll

del C:\WINDOWS\system32\d3d8.dll
del C:\WINDOWS\system32\d3d8_test.exe
ren C:\WINDOWS\system32\d3d8.dll_backup_by_wined3 dd3d8.dll

del C:\WINDOWS\system32\d3d9.dll
del C:\WINDOWS\system32\d3d9_test.exe
ren C:\WINDOWS\system32\d3d9.dll_backup_by_wined3d d3d9.dll
pause
Hope it solves it for you

Pastorelli
moceap
Newbie
Newbie
Posts: 1
Joined: Sat Dec 15, 2012 11:24 am

Re: WineD3D messed up my VM, how do uninstall it?

Post by moceap »

You can use UnWineD3D application , of Almasa project .

Download UnWineD3D from :
http://www.mediafire.com/?zrtr16ic2klt74b
Visit Almasa project official blog :
http://www.linuxac.org/forum/entries/1337
Locked