Sysprogs forums › Forums › VisualGDB › This target type does not support running QuickSync requests
- This topic has 7 replies, 2 voices, and was last updated 2 years, 2 months ago by support.
-
AuthorPosts
-
October 15, 2021 at 03:19 #31540JFreybergerParticipant
Hi,
I’m working on a Raspberry PI and after cross compiling I can correctly debug my application on my Raspberry. Now I wanted to add a directory synchronize job after building my project. This fails with:
VisualGDB version: 5.5.105.4124
—————— System.Exception ——————
System.Exception: This target type does not support running QuickSync requests
at VisualGDB.Common_GUI.WPF.ItemizedProgressWindow.RunAction[_ResultType](ev2`1 action, String title, String caption, x7 exceptionHandler, Int32 noFormTimeout, String[] stages)
at yu1.e`1.d()
at ba2.q2[_Type](s2`1 a)
at yu1.f_2[_ResultType](ev2`1 a, String b, x7 c, String[] d)
at ib.r1(zw[] b, String[] c, String e, gi[] a, Boolean d)
at ib.v2(zw[] b, String[] a, String c, gi e, Boolean d)
at VisualGDB.Common_GUI.WPF.CustomActions.DirectoryTransferActionEditor.RunNow_Click(Object sender, RoutedEventArgs e)
trace=[VisualGDB.Common_GUI.WPF.ItemizedProgressWindow.RunAction:167, yu1+e`1.d:0, ba2.q2:71, yu1.f_2:162, ib.r1:125, ib.v2:0, VisualGDB.Common_GUI.WPF.CustomActions.DirectoryTransferActionEditor.RunNow_Click:76]When I transfer just single files in several steps it works correct (but may become complicated if the number of files in this directory grows). Is it true that I cannot sync directories on Windows<->Raspberry PI?
Thanks and best regards,
Johannes
October 15, 2021 at 09:34 #31541supportKeymasterHi,
Most likely, you have picked up an incorrect remote machine in the “Transfer directory” action. Please double-check all the action settings.
If this doesn’t help, please make sure you can reproduce the problem on a project created from scratch, and then share the steps we can follow to reproduce it on our side. Please make sure you include the relevant screenshots, as otherwise we won’t know what exact settings you have changed.
September 16, 2022 at 08:46 #33201JFreybergerParticipantHi again,
I never solved this problem but found another solution. Now I once again would like to use this function but still see the same problem. I’ve added a picture with my settings. Do I have to install something on my Raspberry PI to make this working?
Thanks and best regards,
Johannes
Attachments:
You must be logged in to view attached files.September 16, 2022 at 08:51 #33203supportKeymasterUnfortunately, it is hard to suggest anything specific based on the description you provided.
In order for us to provide any help with this, we need to be able to reproduce the problem on our side.
Please provide complete and detailed steps to reproduce the issue as described below:- The steps should begin with launching Visual Studio. They should include every step necessary to create the project from scratch and reproduce the issue.
- Please make sure the steps do not involve any 3rd-party code as we will not be able to review it. If the problem only happens with a specific project, please make sure you can reproduce it on a clean project created from scratch.
- The steps should include uncropped screenshots of all wizard pages, VisualGDB Project Properties pages and any other GUI involved in reproducing the problem. This is critical for us to be able to reproduce the problem on our side.
You can read more about the best way to report VisualGDB issues in our problem reporting guidelines, If you do not wish to document the repro steps and save the screenshots, please consider recording a screen video instead and sending us a link to it.
Please note that many VisualGDB issues are caused by selecting an incompatible combination of settings at some point. We are generally not able to review specific projects and find the specific settings that were set incorrectly. We recommend checking the projects into source control and keeping a track of all changed settings to avoid breaking the projects.
You can also try checking various diagnostic output from various parts of VisualGDB as described on this page. Although we won’t be able to review it for a specific project unless the we can reproduce the problem from scratch, checking it might provide some clues on what is causing the unexpected behavior.
September 16, 2022 at 09:02 #33204JFreybergerParticipantHallo,
thanks for this quick answer. But I still don’t know whether syncing a directory between a windows machine and a Raspberry PI with an actual Linux should work right out of the box or whether something has to be installed on the Raspberry to make this work. Is this Quicksync based on a certain Linux packet etc.?
Thanks and best regards,
Johannes
September 16, 2022 at 09:04 #33205supportKeymasterThere are no implicit requirements that would lead to this message. If you would like our help troubleshooting this, please do provide the requested information.
September 16, 2022 at 12:42 #33206JFreybergerParticipantHello,
I did some more tests and I found that this error only occurs if you click “Transfer files now” at the bottom of the screenshot I’ve added before. That’s where you configure this Custom Build Step. But the Build step works correct when it is automatically invoked during the build process. I think it should be easy for you to reproduce this when you also invoke it directly while configuring it.
Best regards,
Johannes
September 16, 2022 at 13:14 #33207supportKeymasterIf you would like us to investigate the issue further, please provide the requested information. If you do not wish to provide it, we will not be able to allocate any additional resources to investigating this and will have the issue closed until anyone else confirms it and provides the repro steps.
-
AuthorPosts
- You must be logged in to reply to this topic.