Unable to run an .exe file Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)How do I fix my resolution after Directx install through Steam?Can't run an .exe file unless I'm in its directoryUnable to run exe files on Wine?Wine Not Able To Run .exe File(s)Wine can't run bad exe fileCan't run a wine application from a launcherIs there a way to debug wireless access point issues that was setup with hostapd?Trying to get Sims 4 to work on Ubuntu 16.04How do I set a registry key to point to the .NET install location?Cannot Launch PhotoScape Application

How did the aliens keep their waters separated?

How do I automatically answer y in bash script?

Can smartphones with the same camera sensor have different image quality?

Estimate capacitor parameters

How to rotate it perfectly?

What LEGO pieces have "real-world" functionality?

Losing the Initialization Vector in Cipher Block Chaining

How can I protect witches in combat who wear limited clothing?

What to do with post with dry rot?

How to retrograde a note sequence in Finale?

How to politely respond to generic emails requesting a PhD/job in my lab? Without wasting too much time

Why is there no army of Iron-Mans in the MCU?

Can't figure this one out.. What is the missing box?

The following signatures were invalid: EXPKEYSIG 1397BC53640DB551

What was Bilhah and Zilpah's ancestry?

Complexity of many constant time steps with occasional logarithmic steps

Is there folklore associating late breastfeeding with low intelligence and/or gullibility?

Problem when applying foreach loop

What's the difference between (size_t)-1 and ~0?

I'm thinking of a number

Using "nakedly" instead of "with nothing on"

How to say that you spent the night with someone, you were only sleeping and nothing else?

Is it possible to ask for a hotel room without minibar/extra services?

Writing Thesis: Copying from published papers



Unable to run an .exe file



Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)How do I fix my resolution after Directx install through Steam?Can't run an .exe file unless I'm in its directoryUnable to run exe files on Wine?Wine Not Able To Run .exe File(s)Wine can't run bad exe fileCan't run a wine application from a launcherIs there a way to debug wireless access point issues that was setup with hostapd?Trying to get Sims 4 to work on Ubuntu 16.04How do I set a registry key to point to the .NET install location?Cannot Launch PhotoScape Application



.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








0















I am trying to run an exe file on Ubuntu 16.04
I have installed wine and winetricks
I am using this command



wine64 OpenfaceOffline.exe


I am in super user mode
and the exe is of 64 bit



but for some reason it is giving me this error




err:process:start_process L"Z:homeosboxes.winedrive_cProgram FilesDesktop Emotion DetectOpenFace_2.0.5_win_x64OpenFace_2.0.5_win_x64OpenFaceOffline.exe" doesn't have an entry point, it cannot be executed




by the look of it, it is an entry point error
guide me how to resolve it










share|improve this question









New contributor




ammad youasf is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.















  • 1





    this thing here? github.com/TadasBaltrusaitis/OpenFace seems like you can compile it and run it for linux. would you like to do that instead of trying to run a windows compilation via wine?

    – tatsu
    Apr 11 at 11:45











  • actually I want to run one of its exe file which is OpenfaceOffline.exe

    – ammad youasf
    Apr 11 at 11:47











  • as I specified, you can have the linux equivalent : OpenfaceOffline.sh or OpenfaceOffline short. it is just a sub-branch : github.com/TadasBaltrusaitis/OpenFace/tree/master/gui/…, use this: github.com/TadasBaltrusaitis/OpenFace/wiki/Unix-Installation

    – tatsu
    Apr 11 at 11:49












  • it is not a .sh extension file it is an .exe file please have a close look

    – ammad youasf
    Apr 11 at 11:59






  • 1





    Welcome to askubuntu. It is not advisable to run the exe file under wine, since there are extensive install instructions for ubuntu. Stick to these: github.com/TadasBaltrusaitis/OpenFace/wiki/Unix-Installation

    – mondjunge
    Apr 11 at 12:45

















0















I am trying to run an exe file on Ubuntu 16.04
I have installed wine and winetricks
I am using this command



wine64 OpenfaceOffline.exe


I am in super user mode
and the exe is of 64 bit



but for some reason it is giving me this error




err:process:start_process L"Z:homeosboxes.winedrive_cProgram FilesDesktop Emotion DetectOpenFace_2.0.5_win_x64OpenFace_2.0.5_win_x64OpenFaceOffline.exe" doesn't have an entry point, it cannot be executed




by the look of it, it is an entry point error
guide me how to resolve it










share|improve this question









New contributor




ammad youasf is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.















  • 1





    this thing here? github.com/TadasBaltrusaitis/OpenFace seems like you can compile it and run it for linux. would you like to do that instead of trying to run a windows compilation via wine?

    – tatsu
    Apr 11 at 11:45











  • actually I want to run one of its exe file which is OpenfaceOffline.exe

    – ammad youasf
    Apr 11 at 11:47











  • as I specified, you can have the linux equivalent : OpenfaceOffline.sh or OpenfaceOffline short. it is just a sub-branch : github.com/TadasBaltrusaitis/OpenFace/tree/master/gui/…, use this: github.com/TadasBaltrusaitis/OpenFace/wiki/Unix-Installation

    – tatsu
    Apr 11 at 11:49












  • it is not a .sh extension file it is an .exe file please have a close look

    – ammad youasf
    Apr 11 at 11:59






  • 1





    Welcome to askubuntu. It is not advisable to run the exe file under wine, since there are extensive install instructions for ubuntu. Stick to these: github.com/TadasBaltrusaitis/OpenFace/wiki/Unix-Installation

    – mondjunge
    Apr 11 at 12:45













0












0








0








I am trying to run an exe file on Ubuntu 16.04
I have installed wine and winetricks
I am using this command



wine64 OpenfaceOffline.exe


I am in super user mode
and the exe is of 64 bit



but for some reason it is giving me this error




err:process:start_process L"Z:homeosboxes.winedrive_cProgram FilesDesktop Emotion DetectOpenFace_2.0.5_win_x64OpenFace_2.0.5_win_x64OpenFaceOffline.exe" doesn't have an entry point, it cannot be executed




by the look of it, it is an entry point error
guide me how to resolve it










share|improve this question









New contributor




ammad youasf is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.












I am trying to run an exe file on Ubuntu 16.04
I have installed wine and winetricks
I am using this command



wine64 OpenfaceOffline.exe


I am in super user mode
and the exe is of 64 bit



but for some reason it is giving me this error




err:process:start_process L"Z:homeosboxes.winedrive_cProgram FilesDesktop Emotion DetectOpenFace_2.0.5_win_x64OpenFace_2.0.5_win_x64OpenFaceOffline.exe" doesn't have an entry point, it cannot be executed




by the look of it, it is an entry point error
guide me how to resolve it







16.04 windows wine winetricks






share|improve this question









New contributor




ammad youasf is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











share|improve this question









New contributor




ammad youasf is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









share|improve this question




share|improve this question








edited Apr 11 at 12:23









WinEunuuchs2Unix

48k1193185




48k1193185






New contributor




ammad youasf is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









asked Apr 11 at 10:56









ammad youasfammad youasf

12




12




New contributor




ammad youasf is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





New contributor





ammad youasf is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.






ammad youasf is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.







  • 1





    this thing here? github.com/TadasBaltrusaitis/OpenFace seems like you can compile it and run it for linux. would you like to do that instead of trying to run a windows compilation via wine?

    – tatsu
    Apr 11 at 11:45











  • actually I want to run one of its exe file which is OpenfaceOffline.exe

    – ammad youasf
    Apr 11 at 11:47











  • as I specified, you can have the linux equivalent : OpenfaceOffline.sh or OpenfaceOffline short. it is just a sub-branch : github.com/TadasBaltrusaitis/OpenFace/tree/master/gui/…, use this: github.com/TadasBaltrusaitis/OpenFace/wiki/Unix-Installation

    – tatsu
    Apr 11 at 11:49












  • it is not a .sh extension file it is an .exe file please have a close look

    – ammad youasf
    Apr 11 at 11:59






  • 1





    Welcome to askubuntu. It is not advisable to run the exe file under wine, since there are extensive install instructions for ubuntu. Stick to these: github.com/TadasBaltrusaitis/OpenFace/wiki/Unix-Installation

    – mondjunge
    Apr 11 at 12:45












  • 1





    this thing here? github.com/TadasBaltrusaitis/OpenFace seems like you can compile it and run it for linux. would you like to do that instead of trying to run a windows compilation via wine?

    – tatsu
    Apr 11 at 11:45











  • actually I want to run one of its exe file which is OpenfaceOffline.exe

    – ammad youasf
    Apr 11 at 11:47











  • as I specified, you can have the linux equivalent : OpenfaceOffline.sh or OpenfaceOffline short. it is just a sub-branch : github.com/TadasBaltrusaitis/OpenFace/tree/master/gui/…, use this: github.com/TadasBaltrusaitis/OpenFace/wiki/Unix-Installation

    – tatsu
    Apr 11 at 11:49












  • it is not a .sh extension file it is an .exe file please have a close look

    – ammad youasf
    Apr 11 at 11:59






  • 1





    Welcome to askubuntu. It is not advisable to run the exe file under wine, since there are extensive install instructions for ubuntu. Stick to these: github.com/TadasBaltrusaitis/OpenFace/wiki/Unix-Installation

    – mondjunge
    Apr 11 at 12:45







1




1





this thing here? github.com/TadasBaltrusaitis/OpenFace seems like you can compile it and run it for linux. would you like to do that instead of trying to run a windows compilation via wine?

– tatsu
Apr 11 at 11:45





this thing here? github.com/TadasBaltrusaitis/OpenFace seems like you can compile it and run it for linux. would you like to do that instead of trying to run a windows compilation via wine?

– tatsu
Apr 11 at 11:45













actually I want to run one of its exe file which is OpenfaceOffline.exe

– ammad youasf
Apr 11 at 11:47





actually I want to run one of its exe file which is OpenfaceOffline.exe

– ammad youasf
Apr 11 at 11:47













as I specified, you can have the linux equivalent : OpenfaceOffline.sh or OpenfaceOffline short. it is just a sub-branch : github.com/TadasBaltrusaitis/OpenFace/tree/master/gui/…, use this: github.com/TadasBaltrusaitis/OpenFace/wiki/Unix-Installation

– tatsu
Apr 11 at 11:49






as I specified, you can have the linux equivalent : OpenfaceOffline.sh or OpenfaceOffline short. it is just a sub-branch : github.com/TadasBaltrusaitis/OpenFace/tree/master/gui/…, use this: github.com/TadasBaltrusaitis/OpenFace/wiki/Unix-Installation

– tatsu
Apr 11 at 11:49














it is not a .sh extension file it is an .exe file please have a close look

– ammad youasf
Apr 11 at 11:59





it is not a .sh extension file it is an .exe file please have a close look

– ammad youasf
Apr 11 at 11:59




1




1





Welcome to askubuntu. It is not advisable to run the exe file under wine, since there are extensive install instructions for ubuntu. Stick to these: github.com/TadasBaltrusaitis/OpenFace/wiki/Unix-Installation

– mondjunge
Apr 11 at 12:45





Welcome to askubuntu. It is not advisable to run the exe file under wine, since there are extensive install instructions for ubuntu. Stick to these: github.com/TadasBaltrusaitis/OpenFace/wiki/Unix-Installation

– mondjunge
Apr 11 at 12:45










1 Answer
1






active

oldest

votes


















0














You may simply run OpenfaceOffline for linux instead :



  1. https://github.com/TadasBaltrusaitis/OpenFace/archive/master.zip

  2. unzip ~/Downloads/OpenFace-master.zip

  3. cd ~/OpenFace-master

  4. chmod +x download_models.sh install.sh

  5. ./download_models.sh

  6. ./install.sh

(you'll have to type in your password and be patient, it takes a long while you'll also have to type in "y" to accept installation of dependencies after a long while.)



  1. run it with ./build/bin/FaceLandmarkVid -f "samples/changeLighting.wmv" -f "samples/2015-10-15-15-14.avi"

works brilliant for me.






share|improve this answer

























  • as the installation part take a while to finish. I have try the command number 7 but it gives me an error I am putting the error in my next 2 comment since it is a little longer error so please check it out

    – ammad youasf
    Apr 11 at 17:12












  • Reading the landmark detector/tracker from: ./build/bin/model/main_ceclm_general.txt Reading the landmark detector module from: ./build/bin/model/cen_general.txt Reading the PDM module from: ./build/bin/model/pdms/In-the-wild_aligned_PDM_68.txt....Done Reading the Triangulations module from: ./build/bin/model/tris_68.txt....Done Reading the intensity CEN patch experts from: ./build/bin/model/patch_experts/cen_patches_0.25_of.dat....Could not find CEN patch experts, for instructions of how to download them, see github.com/TadasBaltrusaitis/OpenFace/wiki/Model-download

    – ammad youasf
    Apr 11 at 17:14











  • ERROR: Could not load the landmark detector

    – ammad youasf
    Apr 11 at 17:15











Your Answer








StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "89"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);

else
createEditor();

);

function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);






ammad youasf is a new contributor. Be nice, and check out our Code of Conduct.









draft saved

draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1132954%2funable-to-run-an-exe-file%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown

























1 Answer
1






active

oldest

votes








1 Answer
1






active

oldest

votes









active

oldest

votes






active

oldest

votes









0














You may simply run OpenfaceOffline for linux instead :



  1. https://github.com/TadasBaltrusaitis/OpenFace/archive/master.zip

  2. unzip ~/Downloads/OpenFace-master.zip

  3. cd ~/OpenFace-master

  4. chmod +x download_models.sh install.sh

  5. ./download_models.sh

  6. ./install.sh

(you'll have to type in your password and be patient, it takes a long while you'll also have to type in "y" to accept installation of dependencies after a long while.)



  1. run it with ./build/bin/FaceLandmarkVid -f "samples/changeLighting.wmv" -f "samples/2015-10-15-15-14.avi"

works brilliant for me.






share|improve this answer

























  • as the installation part take a while to finish. I have try the command number 7 but it gives me an error I am putting the error in my next 2 comment since it is a little longer error so please check it out

    – ammad youasf
    Apr 11 at 17:12












  • Reading the landmark detector/tracker from: ./build/bin/model/main_ceclm_general.txt Reading the landmark detector module from: ./build/bin/model/cen_general.txt Reading the PDM module from: ./build/bin/model/pdms/In-the-wild_aligned_PDM_68.txt....Done Reading the Triangulations module from: ./build/bin/model/tris_68.txt....Done Reading the intensity CEN patch experts from: ./build/bin/model/patch_experts/cen_patches_0.25_of.dat....Could not find CEN patch experts, for instructions of how to download them, see github.com/TadasBaltrusaitis/OpenFace/wiki/Model-download

    – ammad youasf
    Apr 11 at 17:14











  • ERROR: Could not load the landmark detector

    – ammad youasf
    Apr 11 at 17:15















0














You may simply run OpenfaceOffline for linux instead :



  1. https://github.com/TadasBaltrusaitis/OpenFace/archive/master.zip

  2. unzip ~/Downloads/OpenFace-master.zip

  3. cd ~/OpenFace-master

  4. chmod +x download_models.sh install.sh

  5. ./download_models.sh

  6. ./install.sh

(you'll have to type in your password and be patient, it takes a long while you'll also have to type in "y" to accept installation of dependencies after a long while.)



  1. run it with ./build/bin/FaceLandmarkVid -f "samples/changeLighting.wmv" -f "samples/2015-10-15-15-14.avi"

works brilliant for me.






share|improve this answer

























  • as the installation part take a while to finish. I have try the command number 7 but it gives me an error I am putting the error in my next 2 comment since it is a little longer error so please check it out

    – ammad youasf
    Apr 11 at 17:12












  • Reading the landmark detector/tracker from: ./build/bin/model/main_ceclm_general.txt Reading the landmark detector module from: ./build/bin/model/cen_general.txt Reading the PDM module from: ./build/bin/model/pdms/In-the-wild_aligned_PDM_68.txt....Done Reading the Triangulations module from: ./build/bin/model/tris_68.txt....Done Reading the intensity CEN patch experts from: ./build/bin/model/patch_experts/cen_patches_0.25_of.dat....Could not find CEN patch experts, for instructions of how to download them, see github.com/TadasBaltrusaitis/OpenFace/wiki/Model-download

    – ammad youasf
    Apr 11 at 17:14











  • ERROR: Could not load the landmark detector

    – ammad youasf
    Apr 11 at 17:15













0












0








0







You may simply run OpenfaceOffline for linux instead :



  1. https://github.com/TadasBaltrusaitis/OpenFace/archive/master.zip

  2. unzip ~/Downloads/OpenFace-master.zip

  3. cd ~/OpenFace-master

  4. chmod +x download_models.sh install.sh

  5. ./download_models.sh

  6. ./install.sh

(you'll have to type in your password and be patient, it takes a long while you'll also have to type in "y" to accept installation of dependencies after a long while.)



  1. run it with ./build/bin/FaceLandmarkVid -f "samples/changeLighting.wmv" -f "samples/2015-10-15-15-14.avi"

works brilliant for me.






share|improve this answer















You may simply run OpenfaceOffline for linux instead :



  1. https://github.com/TadasBaltrusaitis/OpenFace/archive/master.zip

  2. unzip ~/Downloads/OpenFace-master.zip

  3. cd ~/OpenFace-master

  4. chmod +x download_models.sh install.sh

  5. ./download_models.sh

  6. ./install.sh

(you'll have to type in your password and be patient, it takes a long while you'll also have to type in "y" to accept installation of dependencies after a long while.)



  1. run it with ./build/bin/FaceLandmarkVid -f "samples/changeLighting.wmv" -f "samples/2015-10-15-15-14.avi"

works brilliant for me.







share|improve this answer














share|improve this answer



share|improve this answer








edited Apr 11 at 14:21

























answered Apr 11 at 13:22









tatsutatsu

693734




693734












  • as the installation part take a while to finish. I have try the command number 7 but it gives me an error I am putting the error in my next 2 comment since it is a little longer error so please check it out

    – ammad youasf
    Apr 11 at 17:12












  • Reading the landmark detector/tracker from: ./build/bin/model/main_ceclm_general.txt Reading the landmark detector module from: ./build/bin/model/cen_general.txt Reading the PDM module from: ./build/bin/model/pdms/In-the-wild_aligned_PDM_68.txt....Done Reading the Triangulations module from: ./build/bin/model/tris_68.txt....Done Reading the intensity CEN patch experts from: ./build/bin/model/patch_experts/cen_patches_0.25_of.dat....Could not find CEN patch experts, for instructions of how to download them, see github.com/TadasBaltrusaitis/OpenFace/wiki/Model-download

    – ammad youasf
    Apr 11 at 17:14











  • ERROR: Could not load the landmark detector

    – ammad youasf
    Apr 11 at 17:15

















  • as the installation part take a while to finish. I have try the command number 7 but it gives me an error I am putting the error in my next 2 comment since it is a little longer error so please check it out

    – ammad youasf
    Apr 11 at 17:12












  • Reading the landmark detector/tracker from: ./build/bin/model/main_ceclm_general.txt Reading the landmark detector module from: ./build/bin/model/cen_general.txt Reading the PDM module from: ./build/bin/model/pdms/In-the-wild_aligned_PDM_68.txt....Done Reading the Triangulations module from: ./build/bin/model/tris_68.txt....Done Reading the intensity CEN patch experts from: ./build/bin/model/patch_experts/cen_patches_0.25_of.dat....Could not find CEN patch experts, for instructions of how to download them, see github.com/TadasBaltrusaitis/OpenFace/wiki/Model-download

    – ammad youasf
    Apr 11 at 17:14











  • ERROR: Could not load the landmark detector

    – ammad youasf
    Apr 11 at 17:15
















as the installation part take a while to finish. I have try the command number 7 but it gives me an error I am putting the error in my next 2 comment since it is a little longer error so please check it out

– ammad youasf
Apr 11 at 17:12






as the installation part take a while to finish. I have try the command number 7 but it gives me an error I am putting the error in my next 2 comment since it is a little longer error so please check it out

– ammad youasf
Apr 11 at 17:12














Reading the landmark detector/tracker from: ./build/bin/model/main_ceclm_general.txt Reading the landmark detector module from: ./build/bin/model/cen_general.txt Reading the PDM module from: ./build/bin/model/pdms/In-the-wild_aligned_PDM_68.txt....Done Reading the Triangulations module from: ./build/bin/model/tris_68.txt....Done Reading the intensity CEN patch experts from: ./build/bin/model/patch_experts/cen_patches_0.25_of.dat....Could not find CEN patch experts, for instructions of how to download them, see github.com/TadasBaltrusaitis/OpenFace/wiki/Model-download

– ammad youasf
Apr 11 at 17:14





Reading the landmark detector/tracker from: ./build/bin/model/main_ceclm_general.txt Reading the landmark detector module from: ./build/bin/model/cen_general.txt Reading the PDM module from: ./build/bin/model/pdms/In-the-wild_aligned_PDM_68.txt....Done Reading the Triangulations module from: ./build/bin/model/tris_68.txt....Done Reading the intensity CEN patch experts from: ./build/bin/model/patch_experts/cen_patches_0.25_of.dat....Could not find CEN patch experts, for instructions of how to download them, see github.com/TadasBaltrusaitis/OpenFace/wiki/Model-download

– ammad youasf
Apr 11 at 17:14













ERROR: Could not load the landmark detector

– ammad youasf
Apr 11 at 17:15





ERROR: Could not load the landmark detector

– ammad youasf
Apr 11 at 17:15










ammad youasf is a new contributor. Be nice, and check out our Code of Conduct.









draft saved

draft discarded


















ammad youasf is a new contributor. Be nice, and check out our Code of Conduct.












ammad youasf is a new contributor. Be nice, and check out our Code of Conduct.











ammad youasf is a new contributor. Be nice, and check out our Code of Conduct.














Thanks for contributing an answer to Ask Ubuntu!


  • Please be sure to answer the question. Provide details and share your research!

But avoid


  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.

To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1132954%2funable-to-run-an-exe-file%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

Distance measures on a map of a game The 2019 Stack Overflow Developer Survey Results Are Inmin distance in a graphShortest distance path on contour plotHow to plot a tilted map?Finding points outside of a diskDelaunay link distanceAnnulus from GeoDisks: drawing a ring on a mapNegative Correlation DistanceFind distance along a path (GPS coordinates)Finding position at given distance in a GeoPathMathematics behind distance estimation using camera

How to get a smooth, uniform ParametricPlot of a 2D Region?How to plot a complicated Region?How to exclude a region from ParametricPlotHow discretize a region placing vertices on a specific non-uniform gridHow to transform a Plot or a ParametricPlot into a RegionHow can I get a smooth plot of a bounded region?Smooth ParametricPlot3D with RegionFunction?Smooth border of a region ParametricPlotSmooth region boundarySmooth region plot from list of pointsGet minimum y of a certain x in a region

Genealogie vun de Merowenger Vum Merowech bis zum Chilperich I. | Navigatiounsmenü