Compiled application crashes without error or log
16 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
I have a compiled application made using Matlab 2017A, and compiled using the Application Compiler App. I am using this compiled .exe file on a computer with MCR 9.2 and it launches and runs fine but as soon as it generates a plot it crashes without error and without creating any logs/dumps/error files (I have checked in the MCR's installation folder, in App Data\Roaming, and done search of all files on the c:\ modified in the past hour to no avail).
I am able to run the same compiled application on other computers with the same OS, MCR, etc. and never have this issue. It is only occurring on one computer. I have tested the plotting capabilities of other compiled applications made in the same way also in 2017A with MCR 9.2 on this computer, and they work fine. It is only this one compiled application that does not work and it is only on this one computer that it has an issue.
How can I go about discovering what is causing the crash?
0 Commenti
Risposte (1)
Gowtham Uma Maheswari Jaganathan
il 25 Mag 2018
Since it is working on all other machines and just in one of the machines the error occurs, can you try upgrading the graphics drives on the machine that throws the error message.
Also, try compiling the app in software openGL mode, so that we can eliminate graphics driver issues. https://www.mathworks.com/matlabcentral/answers/315477-how-can-i-compile-a-standalone-matlab-application-with-startup-options-e-g-nojvm
0 Commenti
Vedere anche
Categorie
Scopri di più su MATLAB Compiler in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!