Looks like symlink support broke with the latest wine-staging (4.8):
wine: cannot find '/home/jaume/.heidisql/heidisql.exe'
Installing normal wine
fixes it.
Git Clone URL: | https://aur.archlinux.org/heidisql.git (read-only, click to copy) |
---|---|
Package Base: | heidisql |
Description: | A lightweight GUI for managing MySQL, PostgreSQL, and Microsoft SQL databases. This package uses the latest nightly build (64bit) on top of the portable version, and uses Wine. |
Upstream URL: | http://www.heidisql.com/ |
Licenses: | GPL |
Submitter: | liviucmg |
Maintainer: | D3SOX |
Last Packager: | D3SOX |
Votes: | 50 |
Popularity: | 0.000043 |
First Submitted: | 2012-12-12 12:03 (UTC) |
Last Updated: | 2024-07-12 06:25 (UTC) |
Looks like symlink support broke with the latest wine-staging (4.8):
wine: cannot find '/home/jaume/.heidisql/heidisql.exe'
Installing normal wine
fixes it.
Confirmed working again with wine-4.8-1
https://github.com/HeidiSQL/HeidiSQL/issues/630 https://forum.winehq.org/viewtopic.php?f=8&t=32337 If someone has the know-how to debug wine.
Perhaps it's better to include a bundled copy of wine with this package?
Same with wine-4.7-1
I updated the package to 10.1.0.5539 but unfortunately it also crashes on wine-4.6-1. Had to downgrade to wine-4.5-1 as @miamm suggested.
I can confirm that heidisql 10.1.0.5473-1 crashes after updating to wine-4.6-1.
After upgrading wine to 4.6-1, heidisql crashes on start for me. When downgrading to wine-4.5-1, it works again. I am using HeidiSQL-10.1.0.5473.
Anyone else?
For those who want to use with Postgresql follow Aphex's and bjesus's suggestions.
First symlink necessary libraries (ignore errors):
ln -s /usr/share/heidisql/*.dll ~/.heidisql/
And then install the lib32-libldap package.
Need help with upgrading. I modified PKGBUILD (heidisqlrelease=5295 and updated md5sums). Run makepkg -si PKGBUILD - all OK - no errors.
After I get only this when trying to start: version : 9.5.0.5295 exception message : Access violation at address 7C583BF8 in module 'd2d1.dll'. Read of address 00000000.
FOUND A SOLUTION - winecfg (Libraries > Overrides d2d1 (Native Windows)) https://github.com/HeidiSQL/HeidiSQL/issues/83#issuecomment-375969129
Pinned Comments
D3SOX commented on 2023-11-16 11:59 (UTC)
I've updated the package to include a link to the plugins folder which fixes some crashes. If you still experience any, please comment and I will see what I can do :)