Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Acess denied when trying to debug a program
Qt 6.11 is out! See what's new in the release blog

Acess denied when trying to debug a program

Scheduled Pinned Locked Moved Unsolved General and Desktop
2 Posts 2 Posters 447 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • K Offline
    K Offline
    Ken1
    wrote on last edited by
    #1

    Hi All,

    I'm very new to QT creator, and could therefore use some help with an error I experience when trying to compile a program from github.

    11:55:20: Running steps for project SLStudio...
    11:55:20: Starting: "C:\Qt\Qt5.12.12\5.12.12\mingw73_32\bin\qmake.exe" C:\Users\kemei\Desktop\SLStudio\slstudio\src\SLStudio.pro -spec win32-g++ "CONFIG+=debug" "CONFIG+=qml_debug"
    Info: creating stash file C:\Users\kemei\Desktop\SLStudio\slstudio\build-SLStudio-Desktop_Qt_5_12_12_MinGW_32_bit-Debug.qmake.stash
    RCC: Warning: No resources in '..\src\resources.qrc'.
    RCC: Warning: No resources in '..\src\resources.qrc'.
    12:04:00: The process "C:\Qt\Qt5.12.12\5.12.12\mingw73_32\bin\qmake.exe" exited normally.
    12:04:00: Starting: "C:\Qt\Qt5.12.12\Tools\mingw730_32\bin\mingw32-make.exe" -f C:/Users/kemei/Desktop/SLStudio/slstudio/build-SLStudio-Desktop_Qt_5_12_12_MinGW_32_bit-Debug/Makefile qmake_all
    mingw32-make: Nothing to be done for 'qmake_all'.
    12:04:00: The process "C:\Qt\Qt5.12.12\Tools\mingw730_32\bin\mingw32-make.exe" exited normally.
    12:04:00: Starting: "C:\Qt\Qt5.12.12\Tools\mingw730_32\bin\mingw32-make.exe" -j8
    C:/Qt/Qt5.12.12/Tools/mingw730_32/bin/mingw32-make -f Makefile.Debug
    mingw32-make[1]: Entering directory 'C:/Users/kemei/Desktop/SLStudio/slstudio/build-SLStudio-Desktop_Qt_5_12_12_MinGW_32_bit-Debug'
    C:\Qt\Qt5.12.12\5.12.12\mingw73_32\bin\uic.exe ..\src\AboutDialog.ui -o ui_AboutDialog.h
    C:\Qt\Qt5.12.12\5.12.12\mingw73_32\bin\uic.exe ..\src\CalibrationDialog.ui -o ui_CalibrationDialog.h
    C:\Qt\Qt5.12.12\5.12.12\mingw73_32\bin\uic.exe ..\src\LogDialog.ui -o ui_LogDialog.h
    C:\Qt\Qt5.12.12\5.12.12\mingw73_32\bin\uic.exe ..\src\MainWindow.ui -o ui_MainWindow.h
    C:\Qt\Qt5.12.12\5.12.12\mingw73_32\bin\uic.exe ..\src\PreferenceDialog.ui -o ui_PreferenceDialog.h
    C:\Qt\Qt5.12.12\5.12.12\mingw73_32\bin\uic.exe ..\src\VideoDialog.ui -o ui_VideoDialog.h
    g++ -c -fno-keep-inline-dllexport -g -Wall -W -Wextra -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DDBOOST_TT_HAS_OPERATOR_HPP_INCLUDED -DWITH_LC3000API -DWITH_LC4500API -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_QML_DEBUG -DQT_NEEDS_QMAIN -I..\src -I. -I..\src\camera -I..\src\projector -I..\src\codec -I..\src\triangulator -Icalibrator/ -I<C:\opencv\build\include> -I -I/include -I<C:\Eigen\Eigen> -I/include -IC:\Qt\Qt5.12.12\5.12.12\mingw73_32\include -IC:\Qt\Qt5.12.12\5.12.12\mingw73_32\include\QtOpenGL -IC:\Qt\Qt5.12.12\5.12.12\mingw73_32\include\QtWidgets -IC:\Qt\Qt5.12.12\5.12.12\mingw73_32\include\QtGui -IC:\Qt\Qt5.12.12\5.12.12\mingw73_32\include\QtANGLE -IC:\Qt\Qt5.12.12\5.12.12\mingw73_32\include\QtCore -Idebug -I. -IC:\Qt\Qt5.12.12\5.12.12\mingw73_32\mkspecs\win32-g++ -o debug\main.o ..\src\main.cpp
    g++ -c -fno-keep-inline-dllexport -g -Wall -W -Wextra -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DDBOOST_TT_HAS_OPERATOR_HPP_INCLUDED -DWITH_LC3000API -DWITH_LC4500API -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_QML_DEBUG -DQT_NEEDS_QMAIN -I..\src -I. -I..\src\camera -I..\src\projector -I..\src\codec -I..\src\triangulator -Icalibrator/ -I<C:\opencv\build\include> -I -I/include -I<C:\Eigen\Eigen> -I/include -IC:\Qt\Qt5.12.12\5.12.12\mingw73_32\include -IC:\Qt\Qt5.12.12\5.12.12\mingw73_32\include\QtOpenGL -IC:\Qt\Qt5.12.12\5.12.12\mingw73_32\include\QtWidgets -IC:\Qt\Qt5.12.12\5.12.12\mingw73_32\include\QtGui -IC:\Qt\Qt5.12.12\5.12.12\mingw73_32\include\QtANGLE -IC:\Qt\Qt5.12.12\5.12.12\mingw73_32\include\QtCore -Idebug -I. -IC:\Qt\Qt5.12.12\5.12.12\mingw73_32\mkspecs\win32-g++ -o debug\AboutDialog.o ..\src\AboutDialog.cpp
    Access is denied.

    Can anyone help me adress how exactly to debug from here? As formerly stated im a noob to QT.

    Best Regards,
    Kenneth

    mzimmersM 1 Reply Last reply
    0
    • K Ken1

      Hi All,

      I'm very new to QT creator, and could therefore use some help with an error I experience when trying to compile a program from github.

      11:55:20: Running steps for project SLStudio...
      11:55:20: Starting: "C:\Qt\Qt5.12.12\5.12.12\mingw73_32\bin\qmake.exe" C:\Users\kemei\Desktop\SLStudio\slstudio\src\SLStudio.pro -spec win32-g++ "CONFIG+=debug" "CONFIG+=qml_debug"
      Info: creating stash file C:\Users\kemei\Desktop\SLStudio\slstudio\build-SLStudio-Desktop_Qt_5_12_12_MinGW_32_bit-Debug.qmake.stash
      RCC: Warning: No resources in '..\src\resources.qrc'.
      RCC: Warning: No resources in '..\src\resources.qrc'.
      12:04:00: The process "C:\Qt\Qt5.12.12\5.12.12\mingw73_32\bin\qmake.exe" exited normally.
      12:04:00: Starting: "C:\Qt\Qt5.12.12\Tools\mingw730_32\bin\mingw32-make.exe" -f C:/Users/kemei/Desktop/SLStudio/slstudio/build-SLStudio-Desktop_Qt_5_12_12_MinGW_32_bit-Debug/Makefile qmake_all
      mingw32-make: Nothing to be done for 'qmake_all'.
      12:04:00: The process "C:\Qt\Qt5.12.12\Tools\mingw730_32\bin\mingw32-make.exe" exited normally.
      12:04:00: Starting: "C:\Qt\Qt5.12.12\Tools\mingw730_32\bin\mingw32-make.exe" -j8
      C:/Qt/Qt5.12.12/Tools/mingw730_32/bin/mingw32-make -f Makefile.Debug
      mingw32-make[1]: Entering directory 'C:/Users/kemei/Desktop/SLStudio/slstudio/build-SLStudio-Desktop_Qt_5_12_12_MinGW_32_bit-Debug'
      C:\Qt\Qt5.12.12\5.12.12\mingw73_32\bin\uic.exe ..\src\AboutDialog.ui -o ui_AboutDialog.h
      C:\Qt\Qt5.12.12\5.12.12\mingw73_32\bin\uic.exe ..\src\CalibrationDialog.ui -o ui_CalibrationDialog.h
      C:\Qt\Qt5.12.12\5.12.12\mingw73_32\bin\uic.exe ..\src\LogDialog.ui -o ui_LogDialog.h
      C:\Qt\Qt5.12.12\5.12.12\mingw73_32\bin\uic.exe ..\src\MainWindow.ui -o ui_MainWindow.h
      C:\Qt\Qt5.12.12\5.12.12\mingw73_32\bin\uic.exe ..\src\PreferenceDialog.ui -o ui_PreferenceDialog.h
      C:\Qt\Qt5.12.12\5.12.12\mingw73_32\bin\uic.exe ..\src\VideoDialog.ui -o ui_VideoDialog.h
      g++ -c -fno-keep-inline-dllexport -g -Wall -W -Wextra -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DDBOOST_TT_HAS_OPERATOR_HPP_INCLUDED -DWITH_LC3000API -DWITH_LC4500API -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_QML_DEBUG -DQT_NEEDS_QMAIN -I..\src -I. -I..\src\camera -I..\src\projector -I..\src\codec -I..\src\triangulator -Icalibrator/ -I<C:\opencv\build\include> -I -I/include -I<C:\Eigen\Eigen> -I/include -IC:\Qt\Qt5.12.12\5.12.12\mingw73_32\include -IC:\Qt\Qt5.12.12\5.12.12\mingw73_32\include\QtOpenGL -IC:\Qt\Qt5.12.12\5.12.12\mingw73_32\include\QtWidgets -IC:\Qt\Qt5.12.12\5.12.12\mingw73_32\include\QtGui -IC:\Qt\Qt5.12.12\5.12.12\mingw73_32\include\QtANGLE -IC:\Qt\Qt5.12.12\5.12.12\mingw73_32\include\QtCore -Idebug -I. -IC:\Qt\Qt5.12.12\5.12.12\mingw73_32\mkspecs\win32-g++ -o debug\main.o ..\src\main.cpp
      g++ -c -fno-keep-inline-dllexport -g -Wall -W -Wextra -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DDBOOST_TT_HAS_OPERATOR_HPP_INCLUDED -DWITH_LC3000API -DWITH_LC4500API -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_QML_DEBUG -DQT_NEEDS_QMAIN -I..\src -I. -I..\src\camera -I..\src\projector -I..\src\codec -I..\src\triangulator -Icalibrator/ -I<C:\opencv\build\include> -I -I/include -I<C:\Eigen\Eigen> -I/include -IC:\Qt\Qt5.12.12\5.12.12\mingw73_32\include -IC:\Qt\Qt5.12.12\5.12.12\mingw73_32\include\QtOpenGL -IC:\Qt\Qt5.12.12\5.12.12\mingw73_32\include\QtWidgets -IC:\Qt\Qt5.12.12\5.12.12\mingw73_32\include\QtGui -IC:\Qt\Qt5.12.12\5.12.12\mingw73_32\include\QtANGLE -IC:\Qt\Qt5.12.12\5.12.12\mingw73_32\include\QtCore -Idebug -I. -IC:\Qt\Qt5.12.12\5.12.12\mingw73_32\mkspecs\win32-g++ -o debug\AboutDialog.o ..\src\AboutDialog.cpp
      Access is denied.

      Can anyone help me adress how exactly to debug from here? As formerly stated im a noob to QT.

      Best Regards,
      Kenneth

      mzimmersM Offline
      mzimmersM Offline
      mzimmers
      wrote on last edited by
      #2

      @Ken1 hi. I don't have an answer for you, but this isn't the right forum for such a question. "Announcements" is generally used for news from the mother ship (or significant third parties) to inform the user community of developments to the product. You'd likely get better answers posting to the Qt General --> General and Desktop forum.

      You can either delete this post and repost there, or wait for a moderator to move it for you. Good luck with your project.

      1 Reply Last reply
      0
      • Chris KawaC Chris Kawa moved this topic from Announcements on

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved