On Thu, 2010-01-07 at 22:25 -0600, ThePeracha wrote: > Also, I can't find where Oblivion is installed. I checked in the /.wine folder in home/<username>, and can't anything in the drive_c. Where did it install, and how does it run? Do I need to re-install it? > Two suggestions: sudo find / -name Oblivion.exe -print and wait while the whole disk gets scanned, or: sudo updatedb locate Oblivion.exe which should be a bit faster. Obviously "Oblivion.exe" is the name of the file you're looking for or part of the name: "Oblivion" would also match. If you've had a logwatch report since you ran the install you can probably omit running updatedb and locate will be almost instant. Martin