[Bug 25044] When calling a program via symlink, it causes a crash when loading local dll (libmysql.dll)

wine-bugs at winehq.org wine-bugs at winehq.org
Thu Nov 11 06:56:03 CST 2010


http://bugs.winehq.org/show_bug.cgi?id=25044

Daniel Hahler <wine-bugzilla at thequod.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|CLOSED                      |UNCONFIRMED
         Resolution|INVALID                     |

--- Comment #14 from Daniel Hahler <wine-bugzilla at thequod.de> 2010-11-11 06:56:02 CST ---
> Who says so?  If the app uses its path to locate files, then it makes sense
> that the behavior would be different if the launch path is different.

You are still not understanding the main issue: the launch path is different
both when using the full path to the exec (no crash) and when using the symlink
(crash).

If the program would use the launch path then also the non-symlink variant
would crash, wouldn't it?

> Please don't reopen unless you can demonstrate that the app works fine on 
> Windows when started through a symlink.

Using mklink on Windows 7 does not cause a crash when loading the DLL:

   C:\>mklink heidi.exe "c:\Program Files (x86)\HeidiSQL\heidisql.exe"
   symbolische Verknüpfung erstellt für sex.exe <<===>> c:\Program Files
(x86)\HeidiSQL\heidisql.exe
   C:\>heidi

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.


More information about the wine-bugs mailing list