Thanks a lot for your help so far guys. Do I need to configure a SMTP server or will just changing the email suffice? To turn off frame-pointer optimization, should I use the /Oy- flag? I found some documentation suggesting that but it was pretty old. Finally I&#39;m running into the wall building the MSI w/ python. Again, apologies for the vague error message.<code></code><br>

<br><br><div style="margin-left:40px;font-family:courier new,monospace"><font size="1">Building GME version 12.4.28 x86<br>0. Check prerequisites (required tools, etc.) ...<br>Warning: SVN client cannot be found! You won&#39;t be able to check in &amp; tag release<br>

s<br>1. Update version strings in source files ...<br>2. Compile GME core components ...<br>3. Compile MetaGME components ...<br>4. Compile Java component support (JBON) ...<br>!!! Build FAILED: step compile_JBON<br>Traceback (most recent call last):<br>

  File &quot;build.py&quot;, line 452, in &lt;module&gt;<br>    do_step(i, build_steps[i])<br>  File &quot;build.py&quot;, line 321, in do_step<br>    step()<br>  File &quot;build.py&quot;, line 173, in compile_JBON<br>    tools.build_VS( sln_file, &quot;Release&quot; )<br>

  File &quot;C:\GME-12.4.20_src\Install\Build\tools.py&quot;, line 133, in build_VS<br>    subprocess.check_call(args, stdout=(sys.stdout if prefs[&#39;verbose&#39;] else nulf<br>p), stderr=None, shell=True)<br>  File &quot;C:\Python26\lib\subprocess.py&quot;, line 488, in check_call<br>

    raise CalledProcessError(retcode, cmd)<br>subprocess.CalledProcessError: Command &#39;[&#39;msbuild&#39;, &#39;C:\\GME-12.4.20_src\\SDK\\J<br>ava\\native\\JavaSupport.sln&#39;, &#39;/t:Build&#39;, &#39;/p:Configuration=Release&#39;]&#39; returned<br>

 non-zero exit status 1<br><br></font></div><div class="gmail_quote">On Fri, Apr 27, 2012 at 10:27 PM, Kevin Smyth <span dir="ltr">&lt;<a href="mailto:ksmyth@isis.vanderbilt.edu" target="_blank">ksmyth@isis.vanderbilt.edu</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Good point Csaba. Debugging tools for windows has some handy utilities for dealing with pdbs.<br>
<br>
Re: debug versions: the CRT dlls are not redistributable. Compile release versions without frame pointer optimization to be able to get stack traces.<br>
<br>
The crash reporting is controlled in gmeapp.cpp. You&#39;ll want to change the http URL or use an email address.<br>
<span><font color="#888888"><br>
Kevin<br>
</font></span><div><div><br>
On Apr 27, 2012, at 9:05 PM, &quot;Toth, Csaba&quot; &lt;csaba.toth@Vanderbilt.Edu&gt; wrote:<br>
<br>
&gt; What I&#39;d also be sure is to include the debug symbol files for each dll and exe you compile. This way the crashdump reporter can extract more information at the time of the crash. This is true for both Debug and Release version of the program. If you install Debug version then the crash report much likely to be able to unfold the call stack of the crash (Release often have too much optimization which affects the stack). But for Debug version you need to include several dlls which are not present on a non-developer environment.<br>



&gt; Kevin: I cannot remember if there&#39;s a registry switch to obtain crash dump or how that goes now.<br>
&gt;<br>
&gt; You can also try remote debugging.<br>
&gt;<br>
&gt; My bet: You probably have some issue with some dlls or COM components, if GME dies so soon.<br>
&gt;<br>
&gt; Csaba<br>
&gt; - former developer.<br>
&gt; ________________________________________<br>
&gt; From: <a href="mailto:gme-users-bounces@list.isis.vanderbilt.edu" target="_blank">gme-users-bounces@list.isis.vanderbilt.edu</a> [<a href="mailto:gme-users-bounces@list.isis.vanderbilt.edu" target="_blank">gme-users-bounces@list.isis.vanderbilt.edu</a>] On Behalf Of Kevin Smyth [<a href="mailto:ksmyth@isis.vanderbilt.edu" target="_blank">ksmyth@isis.vanderbilt.edu</a>]<br>



&gt; Sent: Friday, April 27, 2012 1:57 PM<br>
&gt; To: gme-users<br>
&gt; Subject: Re: [gme-users] Compiling issues (pt 2)<br>
&gt;<br>
&gt; For problems like these, I would use Process Monitor to try to see what is failing.<br>
&gt;<br>
&gt; Here&#39;s my guess:<br>
&gt; GME depends on quite a few ActiveX dlls, which you wouldn&#39;t see in Dependency Walker. GME uses the standard CoCreateInstance method to create these, which depends on HKCR COM registration data. This registration data is created by GME.sln (and MetaGME.sln et al) by running regsvr32 on the various COM dlls. The registration data is created by GME.msi for installed versions. If you didn&#39;t install GME.msi on your VM, the VM would not have the registration data.<br>



&gt;<br>
&gt; Instead of zipping up anything, I&#39;d use the Install\Build\build.py build script to build a GME.msi and install that. (You&#39;ll need to install Python 2.6 or 2.7 and WiX 3.5.) That will create all the COM registration data you&#39;ll need (and also compile other required components, like the MetaInterpreter and MetaDecorator). The msi also provides uninstall.<br>



&gt;<br>
&gt; If using the msi doesn&#39;t help, let me know and I can list some debugging breakpoints.<br>
&gt;<br>
&gt;<br>
&gt; Also note GME will silently exit on Windows Server Core.<br>
&gt;<br>
&gt; Kevin<br>
&gt;<br>
&gt; From: <a href="mailto:gme-users-bounces@list.isis.vanderbilt.edu" target="_blank">gme-users-bounces@list.isis.vanderbilt.edu</a> [mailto:<a href="mailto:gme-users-bounces@list.isis.vanderbilt.edu" target="_blank">gme-users-bounces@list.isis.vanderbilt.edu</a>] On Behalf Of Andrew N<br>



&gt; Sent: Thursday, April 26, 2012 7:07 PM<br>
&gt; To: gme-users<br>
&gt; Subject: [gme-users] Compiling issues (pt 2)<br>
&gt;<br>
&gt; I am running into a bit of a roadblock which I&#39;m having difficulty debugging. Apologies in advance for soliciting help with such a vague description of the problem, but the reason the description of the problem is so vague is the same reason I&#39;m having difficulty finding a solution.<br>



&gt;<br>
&gt; I added a few elements to the IDR_MAINFRAME resource file and compiled successfully, ran the executable on my local machine and zipped it up to send out for QA. I got a message saying that the binary, when double clicked, did nothing. I fired up a brand new VM and saw the same error happen. I double click the exe,see the hour glass for about 1/4th a second,then nothing happens. I don&#39;t even know how/where to start debugging it. I threw the bin into IDA to see if it could make heads or tails out of it and it couldn&#39;t either. I tried Dependency Walker too to no avail. Out of curiosity, I tried building a GME build fresh out of the source zip file of 12.4.20 -- same problem. This is all being done in elevated mode with the Release configuration.<br>



&gt;<br>
&gt; I&#39;m guessing this is a compiler flag issue or something or perhaps something is not being (statically?) linked properly. But I&#39;ve no idea as how to debug this issue, and less of an idea as how to fix it.<br>



&gt;<br>
&gt; Any help would be much appreciated.<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; gme-users mailing list<br>
&gt; <a href="mailto:gme-users@list.isis.vanderbilt.edu" target="_blank">gme-users@list.isis.vanderbilt.edu</a><br>
&gt; <a href="http://list.isis.vanderbilt.edu/mailman/listinfo/gme-users" target="_blank">http://list.isis.vanderbilt.edu/mailman/listinfo/gme-users</a><br>
_______________________________________________<br>
gme-users mailing list<br>
<a href="mailto:gme-users@list.isis.vanderbilt.edu" target="_blank">gme-users@list.isis.vanderbilt.edu</a><br>
<a href="http://list.isis.vanderbilt.edu/mailman/listinfo/gme-users" target="_blank">http://list.isis.vanderbilt.edu/mailman/listinfo/gme-users</a><br>
</div></div></blockquote></div><br>