Got a new job (yea!), got a new laptop (Windows 7 Pro x64 SP1). Want to install Perl to show the team I'm now on some ideas on automation. So far, so good. Go to the ActiveState site and pull the latest Perl, 5.14.2.1402, and install with no problems. Go to fire up PPM and it crashes.

Faulting application name: perl.exe, version: 5.14.2.1402, time stamp: + 0x4e8f83bc Faulting module name: ole32.dll, version: 6.1.7601.17514, time stamp: +0x4ce7c92c Exception code: 0xc0000005

Rolled back to 5.12.4.1205, no joy. Rolled back to 5.12.3.1204 (which is running fine on my Win 7 Pro x64 SP1 Desktop) with no joy. ole32.dll files are the same version between laptop and desktop. Googled with no joy.

ppm-shell seems to work fine, I updated all standard packages, nothing changed.

It's obviously something on my laptop, but I don't know what because everything else works as expected (it is Windows, after all - sorry, couldn't resist). Any ideas where to go next to troubleshoot this? I've never seen anything like this before.

Many thanks in advance for all help.


In reply to Active State Perl Installation Issue on Windows 7 64bit by jsc

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.