Search found 4 matches

by andrummist
Tue Feb 25, 2014 5:41 am
Forum: Compiling Audacity
Topic: Application will not start, Windows 8[SOLVED]
Replies: 6
Views: 3642

Re: Application will not start, Windows 8[SOLVED]

I figured it out by using a process monitor app. The wx ddls that I copied into the Debug and Release directories needed the permissions changed. Similar to what Gale suggested for SysWOW64 , I right clicked on the files, selected properties, then security. I then clicked edit to modify the permissi...
by andrummist
Sat Feb 22, 2014 11:03 pm
Forum: Compiling Audacity
Topic: Application will not start, Windows 8[SOLVED]
Replies: 6
Views: 3642

Re: Application will not start, Windows 8

Thank you for helping! >Do you get the same error if you just double-click on Audacity.exe instead of running it from within Visual Studio? Yes, same either way. I tried running app as admin since the error indicates permissions. Same error. >Why were you compiling the debug version of Audacity? I c...
by andrummist
Sat Feb 22, 2014 8:01 am
Forum: Compiling Audacity
Topic: Application will not start, Windows 8[SOLVED]
Replies: 6
Views: 3642

Re: Application will not start, Windows 8

Yes, I am running it for the build directory and have copied the dlls to the build directory. I have attached a jpg of the error.
by andrummist
Fri Feb 21, 2014 2:17 am
Forum: Compiling Audacity
Topic: Application will not start, Windows 8[SOLVED]
Replies: 6
Views: 3642

Application will not start, Windows 8[SOLVED]

I have compiled wxWidgets2.8.12. I have successfully compiled the audacity code without errors using VS C++ 2008. But when I try to start the application, I get a dialog box stating that Audacity.exe was unable to start correctly (0xc0000022). I'm not sure what's causing this. I am able to install a...