Hi all, On Thu, Sep 16, 2010 at 9:30 PM, Raoul Snyman <[email protected]> wrote: > On Sep 16, 6:58 pm, Florian Höch <[email protected]> wrote: >> > I am still trying to track down the source of an R6034 error when an >> > pyinstaller-generated executable runs. I have created a simple test >> > program (a bunch of imports) that builds an identical installation >> > directory with the same set of pyd, dll, and manifest files, but it >> > does not generate an R6034. >> >> > Interestingly (?), my execitable continues and runs fine after I >> > click through the R6034 dialog box.
sorry if I didn't contribute immediately to the thread, but since the limited amount of concrete info at my disposal, I was afraid I could just introduce noise.. I experienced a similar issue some days ago with a --onedir deployment. The R6034 dialog was issued, but once closed the program ran fine. I noticed that this only occurred on the machine I used for development, but no error at all was shown elsewhere (tried 4-5 machines, both XP and 7). The dependencies I could verify seemed correct to me, so I decided something had to be wrong with my own machine. Unfortunately, since it was limited to my machine, I initially underestimated the problem and so I don't remember the exact sequence of changes I made to the build environment, but I finally obtained an executable the produced a critical (program exited) R6034 error everywhere. In order to re-start debugging from a known situation, I reinstalled the whole toolchain, but the problem disappeared and no error is now shown at startup. The hopefully useful part is that while investigating and reinstalling I found an article about diagnosing SxS problems that seemed quite informative. Maybe it's a bit old and I didn't in the end make use of it, but it illustrates a sxstrace.exe utility that should allow tracking which runtimes are looked for and where. Here's the link: http://blogs.msdn.com/b/junfeng/archive/2006/04/14/576314.aspx Regards, Riccardo -- You received this message because you are subscribed to the Google Groups "PyInstaller" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pyinstaller?hl=en.
