Compiled program won't run, win7 win8 64 bit

1 view (last 30 days)
Thomas
Thomas on 24 May 2013
I have a compiled matlab application with GUI that I have regularly distributed when built with the 32 bit MCR. I recently compiled with the 64 bit MCR. The compiled program runs on the build system but will not run on the deployment machine. The deployment machine is Win8, but we have tried all compatibility modes. The program starts but the GUI never appears before the program crashes. When it crashes, MCRlog is empty, but I get an hs_err_ log file containing
  1. A fatal error has been detected by the Java Runtime Environment:#
  2. EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x000007f9501e4ca1, pid=6468, tid=5248#
  3. JRE version: 6.0_17-b04
  4. Java VM: Java HotSpot™ 64-Bit Server VM (14.3-b01 mixed mode windows-amd64 )
  5. Problematic frame:
  6. C [ntdll.dll+0x4ca1]
We updated Java to the latest version.
I am completely stumped, anyone have any ideas?

Answers (0)

Categories

Find more on MATLAB Compiler in Help Center and File Exchange

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!