http://bugs.winehq.org/show_bug.cgi?id=25044
Summary: When calling a program via symlink, it causes a crash through TMySQLConnection.SetActive Product: Wine Version: 1.3.6 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: wine-bugzilla@thequod.de
If I am starting HeidiSQL using a symlink like this, it crashes as soon as connecting to the MySQL server:
/home/user/bin/heidisql -> /home/user/.wine/drive_c/Programme/HeidiSQL/heidisql.exe*
However, when directly calling the symlink target (/home/user/.wine/drive_c/Programme/HeidiSQL/heidisql.exe), it works.
I am attaching the MadExcept backtrace that is generated by HeidiSQL (with the inner most entry being unknown) as bugreport.txt: main thread ($9): 00000000 ??? 0075aa9f heidisql mysql_connection 483 +13 TMySQLConnection.SetActive 006c2fc2 heidisql Main 2768 +8 TMainForm.InitConnection 00703b2d heidisql connections 218 +3 Tconnform.btnOpenClick
Then, i have created a debug log using WINEDEBUG=+relay,+seh,+tid, which is rather huge, but hopefully helpful.
You can get HeidiSQL from http://www.heidisql.com/download.php (I have been using the latest build, currently r3579 - you can just download the .exe after having setup the last release).
Please let me know if I can provide any additional information.