http://bugs.winehq.org/show_bug.cgi?id=13114
Summary: DVDFab Platinum registration code does not work Product: Wine Version: 0.9.60 Platform: PC-x86-64 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: collusion.inc@ntlworld.com CC: billstei@hbci.com
+++ This bug was initially created as a clone of Bug #12279 +++
Wine doesn't accept the regcode of FL Studio 8 and the program appears in demo mode. It does, however accept FL Studio 7 regcode. Regcodes work fine under Windows XP.
++++
This appears to be related to the above.
++++
DVDFab Platinum 4.1.2.0 and 5.0.2.0 do not read the registration codes from the WINE registry after successful entry. This may have something to do with the developers switching to VS2008 for the recent versions of the program.
The HKEY_LOCAL_MACHINE/Software/DVDFab entry containing the registration key tallies with the one I tested on my Windows machine, so storing the key does not seem to be the issue.
http://bugs.winehq.org/show_bug.cgi?id=13114
Lapin Pocaille lapin.pocaille@caramail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed|0 |1
--- Comment #1 from Lapin Pocaille lapin.pocaille@caramail.com 2008-07-08 14:16:01 --- *** This bug has been confirmed by popular vote. ***
http://bugs.winehq.org/show_bug.cgi?id=13114
--- Comment #2 from billstei billstei@hbci.com 2008-07-08 14:44:05 --- Considering the recent success in finding a workaround for Bug #12279, it might be worthwhile trying that with DVDFab. The solution was simply to compile Wine with gcc 4.1.3 instead of 4.2.3
http://bugs.winehq.org/show_bug.cgi?id=13114
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |focht@gmx.net
--- Comment #3 from Anastasius Focht focht@gmx.net 2008-07-08 16:36:36 --- Hello,
can you run the following command:
$ winedump dump -f <exefile> | grep -A 60 -i 'section table'
and attach/paste output?
Additionally can you start the main exe with WINEDEBUG=+relay and see if it exits prematurely?
Regards
http://bugs.winehq.org/show_bug.cgi?id=13114
--- Comment #4 from Luke Bratch l_bratch@yahoo.co.uk 2008-07-10 01:40:53 --- Andy, please do not reply to wine-bugs, post in Bugzilla instead. Email read:
"Here is the winedump output:
Section Table VirtSize: 0x00393000 VirtAddr: 0x00001000 raw data offs: 0x00000400 raw data size: 0x0014a600 relocation offs: 0x00000000 relocations: 0x00000000 line # offs: 0 line #'s: 0 characteristics: 0xe0000040 INITIALIZED_DATA MEM_EXECUTE MEM_READ MEM_WRITE
VirtSize: 0x000b6000 VirtAddr: 0x00394000 raw data offs: 0x0014aa00 raw data size: 0x00046200 relocation offs: 0x00000000 relocations: 0x00000000 line # offs: 0 line #'s: 0 characteristics: 0xe0000040 INITIALIZED_DATA MEM_EXECUTE MEM_READ MEM_WRITE
VirtSize: 0x00767000 VirtAddr: 0x0044a000 raw data offs: 0x00190c00 raw data size: 0x0000e800 relocation offs: 0x00000000 relocations: 0x00000000 line # offs: 0 line #'s: 0 characteristics: 0xe0000040 INITIALIZED_DATA MEM_EXECUTE MEM_READ MEM_WRITE
VirtSize: 0x00001000 VirtAddr: 0x00bb1000 raw data offs: 0x0019f400 raw data size: 0x00000200 relocation offs: 0x00000000 relocations: 0x00000000 line # offs: 0 line #'s: 0 characteristics: 0xe0000040 INITIALIZED_DATA MEM_EXECUTE MEM_READ MEM_WRITE
.rsrc VirtSize: 0x00352000 VirtAddr: 0x00bb2000 raw data offs: 0x0019f600 raw data size: 0x00027c00 relocation offs: 0x00000000 relocations: 0x00000000 line # offs: 0 line #'s: 0 characteristics: 0xe0000040 INITIALIZED_DATA MEM_EXECUTE MEM_READ MEM_WRITE
VirtSize: 0x00001000 VirtAddr: 0x00f04000 raw data offs: 0x001c7200 raw data size: 0x00000400 relocation offs: 0x00000000 relocations: 0x00000000 line # offs: 0 line #'s: 0 characteristics: 0xe0000040 INITIALIZED_DATA MEM_EXECUTE MEM_READ MEM_WRITE
.data VirtSize: 0x00065000 VirtAddr: 0x00f05000 raw data offs: 0x001c7600 raw data size: 0x00064e00 relocation offs: 0x00000000 relocations: 0x00000000 line # offs: 0 line #'s: 0 characteristics: 0xe0000040 INITIALIZED_DATA MEM_EXECUTE MEM_READ MEM_WRITE
.adata VirtSize: 0x00001000 VirtAddr: 0x00f6a000 raw data offs: 0x0022c400 raw data size: 0x00000000 relocation offs: 0x00000000 relocations: 0x00000000 line # offs: 0 line #'s: 0 characteristics: 0xe0000040 INITIALIZED_DATA MEM_EXECUTE MEM_READ MEM_WRITE
Done dumping DVDFab.exe
Starting DVDFab with "WINEDEBUG=+relay" causes the WINE desktop to lock up without even displaying the DVDFab window. I have to kill the process to get out of WINE.
Will get to the other tests you requested later today. Been away for a few days.
All the best, Andy H."
http://bugs.winehq.org/show_bug.cgi?id=13114
--- Comment #5 from Anastasius Focht focht@gmx.net 2008-07-10 02:59:06 --- Hello,
from the sections and the behaviour when relay thunks are switched on it looks like AsProtect software protection scheme. I'll give it a shot when I have more time. In the meanwhile you could test the workaround suggested in comment #2 (gcc 4.1) and see if it works for you.
Regards
http://bugs.winehq.org/show_bug.cgi?id=13114
pK patrickkirchner@yahoo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |patrickkirchner@yahoo.com
--- Comment #6 from pK patrickkirchner@yahoo.com 2008-07-29 20:54:39 --- (In reply to comment #5)
Hello,
from the sections and the behaviour when relay thunks are switched on it looks like AsProtect software protection scheme. I'll give it a shot when I have more time. In the meanwhile you could test the workaround suggested in comment #2 (gcc 4.1) and see if it works for you.
Regards
Hello,
I can confirm that the bug is fixed when I compiled wine with "./configure CC=/usr/bin/gcc-4.1". The previously entered registration code is automatically and correctly read and the program starts in full registered mode.
pK.
http://bugs.winehq.org/show_bug.cgi?id=13114
--- Comment #7 from billstei billstei@hbci.com 2008-07-29 21:25:02 --- Since this bug is shaping up to be so similar to bug 12279, it would be interesting to see if the same (apparent) race condition exists by trying this:
WINEDEBUG+=relay wine DVDFab.exe &>~/test.txt
which seems to have changed the timing enough to cause the FL program to not register in bug 12279 in spite of compiling with gcc 4.1
http://bugs.winehq.org/show_bug.cgi?id=13114
--- Comment #8 from pK patrickkirchner@yahoo.com 2008-08-07 10:02:03 --- Created an attachment (id=15333) --> (http://bugs.winehq.org/attachment.cgi?id=15333) Output of "WINEDEBUG+=relay wine DVDFab.exe &>~/test.txt"
http://bugs.winehq.org/show_bug.cgi?id=13114
--- Comment #9 from pK patrickkirchner@yahoo.com 2008-08-07 10:04:48 --- (In reply to comment #8)
Created an attachment (id=15333)
--> (http://bugs.winehq.org/attachment.cgi?id=15333) [details]
Output of "WINEDEBUG+=relay wine DVDFab.exe &>~/test.txt"
Just a quick note about the above debug attachement. DVDFab prompts me for the registration code when I run it in with the above WINEDEBUG command but when I run it normally with "wine DVDFab.exe" my previously entered registration code works fine and I'm not prompted to enter one.
I also wasn't sure if you wanted the debug done with wine built using gcc4.1 like it is on my machine. If not, let me know and I'll recompile with a different version.
Thanks much, pK.
http://bugs.winehq.org/show_bug.cgi?id=13114
--- Comment #10 from pK patrickkirchner@yahoo.com 2008-08-07 10:07:21 --- Created an attachment (id=15334) --> (http://bugs.winehq.org/attachment.cgi?id=15334) test-txt.zip
I just tried to view the attachment and it's not working, maybe because I zipped it up. Let me try again. If this doesn't work it's available here:
http://www.perdignus.com/test-txt.zip
Sorry, pK.
http://bugs.winehq.org/show_bug.cgi?id=13114
--- Comment #11 from billstei billstei@hbci.com 2008-08-07 10:22:00 --- pK: The fact that you were prompted to enter your registration code with the trace running versus it registering normally when not tracing proves the point -- there must be a race condition.
http://bugs.winehq.org/show_bug.cgi?id=13114
Charles Jackson crjackson@carolina.rr.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |crjackson@carolina.rr.com
--- Comment #12 from Charles Jackson crjackson@carolina.rr.com 2008-12-06 01:26:34 --- Has any further progress been made with DVDFab?
http://bugs.winehq.org/show_bug.cgi?id=13114
--- Comment #13 from pK patrickkirchner@yahoo.com 2009-02-06 15:04:38 --- (In reply to comment #12)
Has any further progress been made with DVDFab?
I don't think so. I can't get it to work even if I use "./configure CC=/usr/bin/gcc-4.1". Anyone have any suggestions?
I also can't seem to compile version 0.9.60 which used to work for me, I get this error when I try to compile 0.9.60:
/usr/bin/gcc-4.1 -c -I. -I. -I../../include -I../../include -D__WINESRC__ -D_NTSYSTEM_ -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wwrite-strings -Wpointer-arith -g -O2 -o signal_i386.o signal_i386.c signal_i386.c: In function âmerge_vm86_pending_flagsâ: signal_i386.c:544: error: âVIF_MASKâ undeclared (first use in this function) signal_i386.c:544: error: (Each undeclared identifier is reported only once signal_i386.c:544: error: for each function it appears in.) signal_i386.c:555: error: âVIP_MASKâ undeclared (first use in this function) signal_i386.c: In function âraise_vm86_sti_exceptionâ: signal_i386.c:1242: error: âVIP_MASKâ undeclared (first use in this function) signal_i386.c: In function â__wine_enter_vm86â: signal_i386.c:1662: error: âVIF_MASKâ undeclared (first use in this function) signal_i386.c:1663: error: âVIP_MASKâ undeclared (first use in this function) make[2]: *** [signal_i386.o] Error 1 make[2]: Leaving directory `/var/work/Installed/Wine/wine-0.9.60/dlls/ntdll' make[1]: *** [ntdll] Error 2 make[1]: Leaving directory `/var/work/Installed/Wine/wine-0.9.60/dlls' make: *** [dlls] Error 2
http://bugs.winehq.org/show_bug.cgi?id=13114
--- Comment #14 from Vitaliy Margolen vitaliy@kievinfo.com 2009-02-07 12:08:57 --- http://wiki.winehq.org/WineOn64bit
http://bugs.winehq.org/show_bug.cgi?id=13114
--- Comment #15 from Dmitry Timoshkov dmitry@codeweavers.com 2009-02-07 23:59:52 --- (In reply to comment #13)
(In reply to comment #12)
Has any further progress been made with DVDFab?
I don't think so. I can't get it to work even if I use "./configure CC=/usr/bin/gcc-4.1". Anyone have any suggestions? I also can't seem to compile version 0.9.60 which used to work for me, I get this error when I try to compile 0.9.60:
Is there any reason that you try to compile an ancient version of Wine?
http://bugs.winehq.org/show_bug.cgi?id=13114
--- Comment #16 from pK patrickkirchner@yahoo.com 2009-02-09 10:19:03 --- (In reply to comment #15)
(In reply to comment #13)
(In reply to comment #12)
Has any further progress been made with DVDFab?
I don't think so. I can't get it to work even if I use "./configure CC=/usr/bin/gcc-4.1". Anyone have any suggestions? I also can't seem to compile version 0.9.60 which used to work for me, I get this error when I try to compile 0.9.60:
Is there any reason that you try to compile an ancient version of Wine?
Yes, because that was the last version that I was able to get around this bug with. If the bug was fixed in the current version or if I had a workaround that worked I wouldn't have tried to compile the old version.
http://bugs.winehq.org/show_bug.cgi?id=13114
--- Comment #17 from Austin English austinenglish@gmail.com 2009-08-13 13:01:45 --- Is this still an issue in current (1.1.27 or newer) wine?
http://bugs.winehq.org/show_bug.cgi?id=13114
Dâniel Fraga fragabr@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |fragabr@gmail.com
--- Comment #18 from Dâniel Fraga fragabr@gmail.com 2009-08-13 14:06:29 --- (In reply to comment #17)
Is this still an issue in current (1.1.27 or newer) wine?
Wine Wine 1.1.26 I can't even paste the registration code... :( Before, I used shift+ins, but now it doesn't work. Strange...
http://bugs.winehq.org/show_bug.cgi?id=13114
George Underwood MoeNeigh-texas@usa.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |MoeNeigh-texas@usa.net
--- Comment #19 from George Underwood MoeNeigh-texas@usa.net 2009-08-13 21:05:02 --- I'm using DVDFab 6.0.4.0 and wine 1.1.27. The registration keys appears to be accepted, but when DVDFab restarts, I still get the trial version. Additionally, the registration key for version 6.0.4.0 of DVDFab does not show up in the registry. Previously, DVDFab 5's reg key showed up in the registry. In no case, however, do I get access to the licensed version as I would normally expect.
http://bugs.winehq.org/show_bug.cgi?id=13114
--- Comment #20 from pK patrickkirchner@yahoo.com 2009-08-13 21:26:36 --- I just compiled 1.1.27 using gcc-4.1 and I still have the same issue, exactly as George just described. I'm using DVDFab6022 and my registration number is visible when I enter it, but it just doesn't seem to stick.
http://bugs.winehq.org/show_bug.cgi?id=13114
Andrew Howarth collusion.inc@ntlworld.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Version|0.9.60 |1.1.27
--- Comment #21 from Andrew Howarth collusion.inc@ntlworld.com 2009-08-16 11:09:14 --- (In reply to comment #17)
Is this still an issue in current (1.1.27 or newer) wine?
Same problem with both DVDFab v5.232 and DVDFab v6.040. Wine version is 1.1.27 Debian Squeeze AMD64 package from WineHQ repo.
Checked the registry with "wine regedit" and the registration key does not appear to be stored.
DVDFab v6.x runs fine apart from the registration issue, but attempting to run DVDFab v5.x with 1.1.27amd64 gives the following error:
err:seh:setup_exception_record stack overflow 1180 bytes in thread 0009 eip 7ef811ca esp 00230e94 stack 0x230000-0x231000-0x330000
http://bugs.winehq.org/show_bug.cgi?id=13114
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Version|1.1.27 |0.9.60
--- Comment #22 from Dmitry Timoshkov dmitry@codeweavers.com 2009-08-16 12:12:46 --- Adding a comment is enough.
http://bugs.winehq.org/show_bug.cgi?id=13114
Djo georges@sancosme.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |georges@sancosme.net
--- Comment #23 from Djo georges@sancosme.net 2010-05-10 18:02:21 --- I am running wine-1.1.44. DVDFab 7.0.4.0 runs fine at least with the tested options (DVD to Vob Files). I tried to enter my registration key with both solutions provided (paste and run DVDFab with the key file). None of them worked. I could paste into the box, but when DVDFab restarted, the option where I entered the key was set to "expired". The bug is stil there.
http://bugs.winehq.org/show_bug.cgi?id=13114
Jeff Zaroyko jeffz@jeffz.name changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |feroxrb@hotmail.com
--- Comment #24 from Jeff Zaroyko jeffz@jeffz.name 2010-12-20 20:22:02 CST --- *** Bug 25578 has been marked as a duplicate of this bug. ***
http://bugs.winehq.org/show_bug.cgi?id=13114
--- Comment #25 from butraxz@gmail.com 2013-06-21 15:33:01 CDT --- This ticket has not been updated for over 900 days.
Is this still an issue in wine version 1.6-rc3 or higher or is this to be closed as abandoned ?
https://bugs.winehq.org/show_bug.cgi?id=13114
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |ABANDONED
--- Comment #26 from Austin English austinenglish@gmail.com --- (In reply to butraxz from comment #25)
This ticket has not been updated for over 900 days.
Is this still an issue in wine version 1.6-rc3 or higher or is this to be closed as abandoned ?
Abandoned.
https://bugs.winehq.org/show_bug.cgi?id=13114
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #27 from Austin English austinenglish@gmail.com --- Closing.
https://bugs.winehq.org/show_bug.cgi?id=13114
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |obfuscation Status|CLOSED |RESOLVED Component|-unknown |ntdll Resolution|ABANDONED |DUPLICATE Summary|DVDFab Platinum |DVDFab Platinum 4.x/5.x |registration code does not |registration code does not |work |work (ASProtect SKE v2)
--- Comment #28 from Anastasius Focht focht@gmx.net --- Hello folks,
dupe of bug 34558
--- snip --- -=[ ProtectionID v0.6.6.7 DECEMBER]=- (c) 2003-2015 CDKiLLER & TippeX Build 24/12/14-22:48:13 Ready... Scanning -> C:\Program Files\DVDFab 5\DVDFab.exe File Type : 32-Bit Exe (Subsystem : Win GUI / 2), Size : 2584560 (0276FF0h) Byte(s) Compilation TimeStamp : 0x487C14EA -> Tue 15th Jul 2008 03:09:30 (GMT) [TimeStamp] 0x487C14EA -> Tue 15th Jul 2008 03:09:30 (GMT) | PE Header | - | Offset: 0x00000110 | VA: 0x00400110 | - [TimeStamp] 0x00000019 -> Thu 01st Jan 1970 00:00:25 (GMT) | Export | - | Offset: 0x00210E04 | VA: 0x01340004 | Probably invalid [TimeStamp] 0xC8D017A6 -> Sun 04th Oct 2076 23:45:42 (GMT) | DebugDirectory | - | Offset: 0x0015FC24 | VA: 0x00779E24 | - -> File Appears to be Digitally Signed @ Offset 0276800h, size : 07F0h / 02032 byte(s) -> File has 512 (0200h) bytes of appended data starting at offset 0276600h [!] Warning - export data seems to be invalid [File Heuristics] -> Flag #1 : 00000100000001001100000100100110 (0x0404C126) [Entrypoint Section Entropy] : 8.00 (section #0) " " | Size : 0x15E800 (1435648) byte(s) [DllCharacteristics] -> Flag : (0x8000) -> TSA [SectionCount] 9 (0x9) | ImageSize 0xFA8000 (16416768) byte(s) [VersionInfo] Company Name : Fengtao Software Inc. [VersionInfo] Product Name : DVDFab [VersionInfo] Product Version : 5. 0. 6. 0 [VersionInfo] File Description : DVDFab - The ultimate DVD copying/converting/burning software! [VersionInfo] File Version : 5. 0. 6. 0 [VersionInfo] Original FileName : DVDFab.exe [VersionInfo] Internal Name : DVDFab.exe [VersionInfo] Legal Copyrights : Copyright (C) 2004-2008 Fengtao Software Inc. All rights reserved. [Debug Info] (record 1 of 1) (file offset 0x15FC20) Characteristics : 0xB48E3A02 | TimeDateStamp : 0xC8D017A6 (Sun 04th Oct 2076 23:45:42 (GMT)) | MajorVer : 35736 / MinorVer : 35394 -> (35736.35394) Type : 4095354734 (0xF41A276E) -> Undocumented | Size : 0x28B0112E (682627374) (probably invalid) AddressOfRawData : 0x6374BC5A | PointerToRawData : 0xCB18EF6B [!] ASProtect SKE v2.72 or higher detected ! [CompilerDetect] -> Borland Delphi (unknown version) - 20% probability - Scan Took : 0.936 Second(s) [0000003A8h (936) tick(s)] [558 of 573 scan(s) done] --- snip ---
Regards
*** This bug has been marked as a duplicate of bug 34558 ***
https://bugs.winehq.org/show_bug.cgi?id=13114
Ken Sharp imwellcushtymelike@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #29 from Ken Sharp imwellcushtymelike@gmail.com --- Closing