-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Duration.exe crashes on startup - Windows 7 #16
Comments
Looks like a problem with the msvc runtime. Try to reinstall that? On Monday, February 18, 2013, spxl wrote:
|
The vcredist_x86.exe file in the Windows download zip is version 10.0.30319.01 (same as pointed to by link on homepage). For whatever reasons (unknown to me), I have a newer version (10.0.40219.325; x86 and x64 versions of the "Runtime" and "Redistributable"). The older installer complains about not being able to install with this newer version present; I don't know how these libraries work regarding versioning, but I note that I seem to have several C++ 2008 Redistributable versions installed. I don't know what might explode if I uninstall the 2010 packages, so might try instead building on my system with oF, though that will probably take some work in itself! :o) |
The source code download is here: http://www.duration.cc/downloads/DurationSource_003.zip and should compile out of the box with VC2010 On Mon, Feb 18, 2013 at 2:10 PM, spxl notifications@github.com wrote:
|
Attempting to run Duration under Windows 7 (Win7 Pro 64 bit, SP1)
Noted that the ZIP archive (http://www.duration.cc/downloads/Duration_003_Windows.zip) contains .lnk shortcut files pointing to paths like
C:\code\openFrameworks\apps\Duration\Releases\003\Duration_003_Windows\DurationFiles\Duration.exe
which is not where my files are.
Installed at:
E:\Programs\x86\Duration\Duration\Duration.exe
and opened that .exe file directly.
First attempt was prior to installing OpenAL, and I was prompted that it was required. Installed OpenAL and now get a crash.
Problem signature:
Problem Event Name: APPCRASH
Application Name: Duration.exe
Application Version: 0.0.0.0
Application Timestamp: 510caea6
Fault Module Name: MSVCR100.dll
Fault Module Version: 10.0.40219.325
Fault Module Timestamp: 4df2be1e
Exception Code: 40000015
Exception Offset: 0008d6fd
OS Version: 6.1.7601.2.1.0.256.48
Locale ID: 3081
Additional Information 1: 6546
Additional Information 2: 65468ba2d206257673283e3c87e9b471
Additional Information 3: bd42
Additional Information 4: bd42714828ec35d200ca8c18200c449e
The text was updated successfully, but these errors were encountered: