Traktor Pro Plus v3.6.1 does not activate

Discussion in 'Software' started by ByFire17, Sep 20, 2022.

  1. Punkored

    Punkored Newbie

    Joined:
    Sep 20, 2022
    Messages:
    40
    Likes Received:
    0
    I have set it as you told me.

    Moreover, in addition to searching for it as the colleague told me, I have created a batch file with the following address to change the attributes, and I also get the error that the folder cannot be found.

    The address I have put in the batch file is this:

    %SystemDrive%\Users\Public\Documents\Native Instruments\Native Access\RAS3

    I've even tried giving it attributes with the full code from the batch file, and I get the error that it can't find the folder.

    However, if the Keygen is run, it does detect it.
     
  2. Punkored

    Punkored Newbie

    Joined:
    Sep 20, 2022
    Messages:
    40
    Likes Received:
    0
    According to the image that you show, you have that folder hidden and you do not have the read-only attribute checked (only for the files that contain the folders).

    I don't have hidden folders. I see that folder because in the windows configuration, when I install it, I tell windows to always show me all the hidden folders.

    Still, that folder is not hidden even if you don't check the option in windows settings.

    If I install Traktor and don't run the Keygen, that folder doesn't appear even though I search for it like you told me. It only appears if I run the Keygen and press activate Pro or Plus (or any other license).
     
  3. bobdule

    bobdule Rock Star

    Joined:
    Dec 28, 2014
    Messages:
    603
    Likes Received:
    412
    the folder is an hidden system file (another step than somple hidden), you have to adjust the folder options to show it.

    show system files and know extensions (for a better use)

    maybe the bat path should use C:.... instead of %SystemDrive%
    Win11 don't take some command running in win 10. it can need an adjustement.
    it is also the case with winrar path
    a check must be done for scripts.
     
    Last edited: Sep 21, 2022
  4. Punkored

    Punkored Newbie

    Joined:
    Sep 20, 2022
    Messages:
    40
    Likes Received:
    0
    My problem is not in not being able to see that folder because I do see it. The problem is that after running the Keygen, although it is activated, Traktor detects that said license is invalid.

    Just in case it verifies it via internet connection, I have disabled the connection during the whole process.

    I have tried it on up to 3 different computers and they all throw the same message that the license is invalidated.
     
  5. Punkored

    Punkored Newbie

    Joined:
    Sep 20, 2022
    Messages:
    40
    Likes Received:
    0
    But when I install windows on my computers or those of clients and friends, I always configure windows to show hidden folders. That's not my problem.

    The problem is that Traktor detects the license as invalid.

    So the license does detect it but says it's invalid. It's like Traktor checks it and detects that I'm hacking it.
     
  6. Punkored

    Punkored Newbie

    Joined:
    Sep 20, 2022
    Messages:
    40
    Likes Received:
    0
    If I delete the files from the RAS3 folder, then it no longer tells me that the license is invalid and it welcomes me but does not activate.

    Therefore, the problem is that Traktor detects the license as illegal and therefore marks it as invalid.
     
  7. Punkored

    Punkored Newbie

    Joined:
    Sep 20, 2022
    Messages:
    40
    Likes Received:
    0
    Another curious thing is that if I install Native Access, launch Traktor and choose to activate in Native Access, I get an error saying that I do not have Native Access installed. Something that is false because I do have it installed.
     
  8. Punkored

    Punkored Newbie

    Joined:
    Sep 20, 2022
    Messages:
    40
    Likes Received:
    0
    Te comento...

    Yo uso Win 10.

    Suelo hacer muchos archivos por lotes para ahorrame mucho tiempo en muchas cosas. No soy un profesional pero me manejo medio bien.
    Aquí te muestro un ejemplo de como hago los archivos por lotes para hacer ayudar en labores a mis propios instaladores (el código es para mi instalador de Virtual DJ:

    @echo off
    set /a _Debug=0
    ::==========================================
    :: Get Administrator Rights
    set _Args=%*
    if "%~1" NEQ "" (
    set _Args=%_Args:"=%
    )
    fltmc 1>nul 2>nul || (
    cd /d "%~dp0"
    cmd /u /c echo Set UAC = CreateObject^("Shell.Application"^) : UAC.ShellExecute "cmd.exe", "/k cd ""%~dp0"" && ""%~dpnx0"" ""%_Args%""", "", "runas", 1 > "%temp%\GetAdmin.vbs"
    "%temp%\GetAdmin.vbs"
    del /f /q "%temp%\GetAdmin.vbs" 1>nul 2>nul
    exit
    )
    ::==========================================
    @shift /0
    cls
    icacls "%SystemRoot%\System32\drivers\etc\hosts" /grant administrators:F
    attrib -h -r -s "%SystemRoot%\System32\drivers\etc\hosts"
    set newline=^& echo.
    FIND /C /I "live.virtualdj.com" %WinDir%\system32\drivers\etc\hosts
    if %errorlevel% NEQ 0 echo %newline%^127.0.0.1 live.virtualdj.com>>%WinDir%\system32\drivers\etc\hosts
    cls
    takeown /f %temp% /r /d s
    takeown /f %UserProfile%\Documents /r /d s
    takeown /f %WinDir%\system32\drivers\etc /r /d s
    cls
    find /C /I "live.virtualdj.com" %WinDir%\system32\drivers\etc\hosts
    if not errorlevel 1 goto sig
    cls
    move /y "%temp%\6507F732-F3BB-4077-9510-5916462ZE167\hosts" %WinDir%\system32\drivers\etc
    cls
    find /C /I "live.virtualdj.com" %WinDir%\system32\drivers\etc\hosts
    if not errorlevel 1 goto sig
    cls
    start "" /b "%temp%\6507F732-F3BB-4077-9510-5916462ZE167\ERROR 1.txt"
    cls
    :SIG
    cls
    start "" /b /wait "%temp%\6507F732-F3BB-4077-9510-5916462ZE167\keygen.exe"
    cls
    if exist %UserProfile%\Documents\VirtualDJ\license.dat goto fin
    cls
    start "" /b "%temp%\6507F732-F3BB-4077-9510-5916462ZE167\ERROR 2.txt"
    cls
    :FIN
    cls
    rmdir /s /q %temp%\6507F732-F3BB-4077-9510-5916462ZE167
    ipconfig /flushdns
    cls
    @Exit
     
  9. BlackHaze1986

    BlackHaze1986 Rock Star

    Joined:
    Jun 25, 2014
    Messages:
    743
    Likes Received:
    355
    You should not delete the Files in the RAS3 Folder. And yes u should uncheck Write Protection like in my Picture Save and then activated via keygen. By the Way i did not turn off Internet. And why a Batch File? Just uncheck in Properties no need to make a Batch File.

    If it's not working i will record an Video of the whole process.
     
  10. Punkored

    Punkored Newbie

    Joined:
    Sep 20, 2022
    Messages:
    40
    Likes Received:
    0
    Any. I do it as you have told me and the message that "Your activation is invalid" continues to appear.
     
  11. bobdule

    bobdule Rock Star

    Joined:
    Dec 28, 2014
    Messages:
    603
    Likes Received:
    412
    do you use a not patched version? the free trial will never register from the keygen.
     
  12. Punkored

    Punkored Newbie

    Joined:
    Sep 20, 2022
    Messages:
    40
    Likes Received:
    0
    I still think that the problem is that Traktor detects that the activation is a Hacking system and that is why it sings it as invalid.

    What I said about deleting the activation is just to see what Traktor would say if I deleted it. If I delete it, that message no longer appears and therefore the problem is that Traktor detects the activation that generates the Keygen as illegal.
     
  13. Punkored

    Punkored Newbie

    Joined:
    Sep 20, 2022
    Messages:
    40
    Likes Received:
    0
    Yes, I use a patched version.

    What's more, I downloaded the version used by the user "BlackHaze1986", which is actually the same one that I already had.
     
  14. BlackHaze1986

    BlackHaze1986 Rock Star

    Joined:
    Jun 25, 2014
    Messages:
    743
    Likes Received:
    355
    Can you please make an Picture of your RAS3 Folder properties?

    You got PM i did an Rar File with the Licenses working for me try to put them in the RAS3 Folder and then start Traktor.
     
    Last edited: Sep 21, 2022
  15. Punkored

    Punkored Newbie

    Joined:
    Sep 20, 2022
    Messages:
    40
    Likes Received:
    0
    I have it as you show it in your image. I did not have it like this but I have put it as shown in your image.
     
  16. BlackHaze1986

    BlackHaze1986 Rock Star

    Joined:
    Jun 25, 2014
    Messages:
    743
    Likes Received:
    355
    And after you changed that you activated again with the Keygen?
     
  17. Punkored

    Punkored Newbie

    Joined:
    Sep 20, 2022
    Messages:
    40
    Likes Received:
    0
    Let's see...

    1... I put that folder with the read-only attribute disabled.

    2... I put that folder with the hidden folder attribute enabled.

    3... I run the Keygen and activate the Pro version.

    4... I run Traktor and keep getting the message "Your activation is invalid".

    5... I close Traktor, run the Keygen again and activate the Plus version. I open Traktor and keep getting the message "Your activation is invalid".

    In summary, put as you put the attributes of the "RAS" folder, every time I start Traktor it says "Your activation is invalid".
     
  18. BlackHaze1986

    BlackHaze1986 Rock Star

    Joined:
    Jun 25, 2014
    Messages:
    743
    Likes Received:
    355
    Thats Strange try to use the Files in the RAS3 Folder generated by me.
     
  19. bobdule

    bobdule Rock Star

    Joined:
    Dec 28, 2014
    Messages:
    603
    Likes Received:
    412
    the read only atribute is to do on keygened license.
    because native access will replace it every time you open it, with the free trial one.

    to check your bat code...
    https://www.shellcheck.net/
     
  20. BlackHaze1986

    BlackHaze1986 Rock Star

    Joined:
    Jun 25, 2014
    Messages:
    743
    Likes Received:
    355
    Yeah that sounds possible. Deinstall Traktor and Native Access again and don't install Native Access after you reinstalled Traktor and follow the Steps again.
     
Loading...
Loading...