Select to view content in your preferred language

deployed app not run in other machine

862
2
Jump to solution
09-26-2023 01:23 AM
Labels (2)
TQGiser
Emerging Contributor

i build a app , and deployed it

if works right:

TQGiser_0-1695716313596.png

but when i run it in other matchine,it dont work,seems like it dont get the data from the arcgis server:

TQGiser_1-1695716450514.png

the sdks version is ArcGIS_Maps_SDK_Qt_Windows_200_0_0.exe

and my qtcreator is 11.0.2(latest)

1 Solution

Accepted Solutions
TQGiser
Emerging Contributor

Thanks for your sugestion!

i tried debug this app,and it shows like this:

TQGiser_0-1695779985854.png

i think it some bug in the 200.0.0 version

then i updated the qt version to 6.5.2 and the sdks to 200.2.0

now,it works rigtht:

TQGiser_1-1695780120368.png

😄

View solution in original post

2 Replies
JamesBallard1
Esri Regular Contributor

Hi @TQGiser.

I can't be certain, but the most frequent cause of the "gray screen" problem we run into is when OpenSSL is missing. If you are accessing online services, you may need to check that OpenSSL is deployed with the app. SChannel tls Qt plugin may be sufficient, so I am guessing.

If you can get some console output that shows what the problem is, we may be able to better diagnose the issue and help you out.

Here are some other things you can try. First, you can check our sample app download and see if you are missing any dlls that we are including. You can also attach Qt Creator debugger on the machine that works and see where it is loading all the Qt dlls from. It is possible some are being found in other locations and those are the ones that need to be deployed with the app.

Here's our sample app download for Windows with our latest release (200.2.0). It should give you an idea of what dlls we deploy.

https://www.arcgis.com/home/item.html?id=c78d9ccabc5a4dcf9b74c11f55c7a279

 

0 Kudos
TQGiser
Emerging Contributor

Thanks for your sugestion!

i tried debug this app,and it shows like this:

TQGiser_0-1695779985854.png

i think it some bug in the 200.0.0 version

then i updated the qt version to 6.5.2 and the sdks to 200.2.0

now,it works rigtht:

TQGiser_1-1695780120368.png

😄