https://bugs.winehq.org/show_bug.cgi?id=41350
Bug ID: 41350 Summary: Chessbase 12 does not activate Product: Wine Version: 1.9.19 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: dbacc@posteo.de Distribution: ---
Created attachment 55701 --> https://bugs.winehq.org/attachment.cgi?id=55701 log
Installation works fine. Activation of program is not working.
Get message "... not implemented"
Probably related to bug 41309
https://bugs.winehq.org/show_bug.cgi?id=41350
dbacc@posteo.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Distribution|--- |ArchLinux
https://bugs.winehq.org/show_bug.cgi?id=41350
David dav75uk@yahoo.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |dav75uk@yahoo.co.uk
--- Comment #1 from David dav75uk@yahoo.co.uk --- Would also like to see this fixed (ChessBase 11). An update in wine has partly fixed the protection check. If you don't activate (I'm assuming it's due to this) you get 'The serial number is not valid'. It's possible work around this at the moment (I don't wish to elaborate as not to encourage those without a code), but it's possible that later this will no longer work, and in addition it's annoying to have to work around on a paid for copy.
https://bugs.winehq.org/show_bug.cgi?id=41350
winetest@luukku.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |winetest@luukku.com
--- Comment #2 from winetest@luukku.com --- Both bugs seems to have the same fixme
fixme:reg:RegQueryInfoKeyA security argument not supported.
And the other bug it's really spammed a lot.
The spam comes from here
http://source.winehq.org/git/wine.git/?a=search&h=HEAD&st=grep&s...
Could be a good starting point. Most likely when you get the other bug fixed the other gets too.
https://bugs.winehq.org/show_bug.cgi?id=41350
--- Comment #3 from winetest@luukku.com --- According to msdn page
lpcbSecurityDescriptor [out, optional]
A pointer to a variable that receives the size of the key's security descriptor, in bytes. This parameter can be NULL.
Can you compile wine yourself?
https://bugs.winehq.org/show_bug.cgi?id=41350
--- Comment #4 from dbacc@posteo.de --- Yes, I can. Can you provide a patch?
https://bugs.winehq.org/show_bug.cgi?id=41350
blizzard@sachlevice.eu changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |blizzard@sachlevice.eu
https://bugs.winehq.org/show_bug.cgi?id=41350
--- Comment #5 from blizzard@sachlevice.eu --- Hello,
I am still having this problem. Do we know anything more about this idiotic registry functions?
I checked wine C code a bit so maybe I would be able to implement something... But I don't have a clue what is it about.
Or if I can help other way I would like to just tell me how.
https://bugs.winehq.org/show_bug.cgi?id=41350
--- Comment #6 from David dav75uk@yahoo.co.uk --- Looks like this is actually a double problem.
The first is that the activation (can run the admin tool that comes with it instead of the application) and deactivation fail with not implemented yet (see log). Sometimes however it does succeed, and deactivation can be done with a force deactivation. (it's also easier as the captcha doesn't display correctly most of the time and it's easier to retry until it does on the tool)
However even with it reported as activated on the tool, it's still not being picked up in the application. I also noticed that after a successful activation it had unactivated itself.
This is probably due to:
004c:fixme:reg:RegQueryInfoKeyA security argument not supported. 004c:fixme:reg:RegQueryInfoKeyA security argument not supported.
which appears both in the tool and the application.
So the question is could the security argument be supported?
https://bugs.winehq.org/show_bug.cgi?id=41350
--- Comment #7 from David dav75uk@yahoo.co.uk --- Created attachment 65521 --> https://bugs.winehq.org/attachment.cgi?id=65521 Log of the chessbase admin tool ok after entering details until the not implemented error
Serial number details have been obscured in the log.
https://bugs.winehq.org/show_bug.cgi?id=41350
--- Comment #8 from Zebediah Figura z.figura12@gmail.com --- (In reply to David from comment #6)
This is probably due to:
004c:fixme:reg:RegQueryInfoKeyA security argument not supported. 004c:fixme:reg:RegQueryInfoKeyA security argument not supported.
which appears both in the tool and the application.
Well, maybe, but probably not. That specific warning shows up in a lot of places and is rarely if ever responsible for failures.
https://bugs.winehq.org/show_bug.cgi?id=41350
--- Comment #9 from David dav75uk@yahoo.co.uk --- Now seeing the following on the console
wine: Read access denied for device L"\??\Z:\", FS volume label and serial are not available.
- this might explain the message 'the serial number is not valid' as the feedback to the activation check. Fixing this might allow activation, but it also might prevent running the application if there are other problems with registration still to fix.
Any thoughts on fixing this?
https://bugs.winehq.org/show_bug.cgi?id=41350
--- Comment #10 from David dav75uk@yahoo.co.uk --- As of wine 7.20 Chessbase 11 activates. When entering the code in the prompt box, it no longer pesters for an activation code.
Things are still a little inconsistent as if you open the admin tool it says it's not registered.
At least now I've not got to worry that the app will shutdown on me, and no longer have to workaround.
I'm assuming this fixes the problem in Chessbase 12 but I don't have the software to test. Could the original user (dbacc@posteo.de) retry and if so this can be closed.
https://bugs.winehq.org/show_bug.cgi?id=41350
Bartosz gang65@poczta.onet.pl changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |gang65@poczta.onet.pl