KadriUmay / dokan

Automatically exported from code.google.com/p/dokan
0 stars 0 forks source link

mirror.exe : Unable to load Unicows.dll #70

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Run Dokan sample mirror.exe
2. Click on a Photoshop (PSD) file in the Windows Explorer
3. Photoshop tries to startup and load the PSD file from the Dokan mounted
drive
4. Photoshop crashes with the error "Unable to load required component
Unicows.dll" and hangs

What is the expected output? What do you see instead?

The file on the Dokan driver can be opened if accessed from the file open
dialog inside PSD. But double clicking it triggers the error. Dokan should
be able to handle file open via explorer double click.

What version of the product are you using? On what operating system?

0.42

Please provide any additional information below.

Error only happens when double clicking on Win explorer to launch the
registered executebale like Photoshop for PSD files

OS: Win XP SP3.

Original issue reported on code.google.com by coder...@gmail.com on 23 Feb 2009 at 8:04

GoogleCodeExporter commented 9 years ago
Download unicows.dll from any dll site, it's standard ms dll file for unicode 
support.
I have downloaded version from
http://www.dll-files.com/dllindex/dll-files.shtml?unicows, copied it into 
c:\Windows
dir (root of windows installation). And there where no more problems. Also, my
problem was with Adobe Acrobat.

Original comment by ninkovsl...@gmail.com on 10 Mar 2009 at 9:46