Wine 4.6 + HeidiSQL 10.1

Questions about Wine on Linux
Locked
hrvoj3e
Newbie
Newbie
Posts: 2
Joined: Mon Apr 29, 2019 4:33 am

Wine 4.6 + HeidiSQL 10.1

Post by hrvoj3e »

Can some one help with this
https://github.com/HeidiSQL/HeidiSQL/issues/630

Using Arch Linux.
Wine 4.6 + HeidiSQL 10.1 works fine!

Code: Select all

{ WINEDEBUG=warn+all wine ~/.heidisql/heidisql.exe 2>&1 ; } > wine.heidisql.debug.txt;
https://pastebin.com/bShxFe4u

Code: Select all

0029:warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\system32\\user32.tds" not found (c0000034)
0029:warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\system32\\user32.pdb" not found (c0000034)
0029:warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\system32\\user32.map" not found (c0000034)
0029:warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\system32\\user32.mad" not found (c0000034)
User avatar
Bob Wya
Level 12
Level 12
Posts: 3068
Joined: Sat Oct 16, 2010 7:40 pm

Re: Wine 4.6 + HeidiSQL 10.1

Post by Bob Wya »

@hrvoj3e

You'll need to run a regression test between Wine versions 4.5 & 4.6 ...
See: WineHQ Wiki: Regression Testing.

Bob
hrvoj3e
Newbie
Newbie
Posts: 2
Joined: Mon Apr 29, 2019 4:33 am

Re: Wine 4.6 + HeidiSQL 10.1

Post by hrvoj3e »

Can I try anything else before or some other debug mode with wine before doing regression test?
My pastebin did not offer anything suspicious?
Bob Wya wrote:You'll need to run a regression test between Wine versions 4.5 & 4.6
Hm... Will try this if needed.
hrvoj3e wrote: Wine 4.6 + HeidiSQL 10.1 works fine!
Wine 4.5 + HeidiSQL 10.1 works fine!
Typo fix!
User avatar
Bob Wya
Level 12
Level 12
Posts: 3068
Joined: Sat Oct 16, 2010 7:40 pm

Re: Wine 4.6 + HeidiSQL 10.1

Post by Bob Wya »

hrvoj3e wrote:...
Hm... Will try this if needed.
...
The alternative is hunting through 200+ commits, by hand, to find the offending one!
Good luck. :lol:

Bob
Locked