Is it actually a problem with regard to Audacity functioning correctly?Melchior wrote:and was checking my Windows System Event logs and came across the SideBySide errors.
Win7 x64 Audacity 2.1.3 Side by Side Conflict Errors
Forum rules
This forum is for Audacity on Windows.
Please state which version of Windows you are using,
and the exact three-section version number of Audacity from "Help menu > About Audacity".
Audacity 1.2.x and 1.3.x are obsolete and no longer supported. If you still have those versions, please upgrade at https://www.audacityteam.org/download/.
The old forums for those versions are now closed, but you can still read the archives of the 1.2.x and 1.3.x forums.
Please state which version of Windows you are using,
and the exact three-section version number of Audacity from "Help menu > About Audacity".
Audacity 1.2.x and 1.3.x are obsolete and no longer supported. If you still have those versions, please upgrade at https://www.audacityteam.org/download/.
The old forums for those versions are now closed, but you can still read the archives of the 1.2.x and 1.3.x forums.
Re: Win7 x64 Audacity 2.1.3 Side by Side Conflict Errors
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)
Re: Win7 x64 Audacity 2.1.3 Side by Side Conflict Errors
None that I can see at the moment...steve wrote:Is it actually a problem with regard to Audacity functioning correctly?Melchior wrote: and was checking my Windows System Event logs and came across the SideBySide errors.
Audacity isn't crashing over it...
I have attached the two manifest files...Type : Error
Date : 8/2/2017
Time : 3:00:38 AM
Event : 80
Source : SideBySide
Category : None
User : N/A
Computer : Sage-of-Life2
Description:
Activation context generation failed for
"C:\Program Files (x86)\Audacity\audacity.exe".
Error in manifest or policy file "" on line.
A component version required by the application conflicts with another component version already active.
Conflicting components are:.
Component 1: C:\Windows\WinSxS\manifests\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7601.18837_none_fa3b1e3d17594757.manifest.
Component 2: C:\Windows\WinSxS\manifests\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7601.18837_none_41e855142bd5705d.manifest.
-
neophyte43
- Posts: 2
- Joined: Tue Aug 29, 2017 9:25 pm
- Operating System: Windows 10
Re: Win7 x64 Audacity 2.1.3 Side by Side Conflict Errors
Hi,
A temp solution -- this is not my line of work so I'm not responsible if you choose to do what I did. I would appreciate assistance in trying to keep the problem code lines I deleted by commenting them out instead.
Audacity.exe file was edited using trial version of Resource Tuner to remove 6 code lines fm the manifest file as follows:
Make copy of original audacity.exe file and use a temp work space. Open Tuner/open file/drill to manifest/click on English US -- then edit manifest {see CUT**((....))**:CUT}.
<?xml version='1.0' encoding='UTF-8' standalone='yes'?>
<assembly xmlns='urn:schemas-microsoft-com:asm.v1' manifestVersion='1.0'>
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
<security>
<requestedPrivileges>
<requestedExecutionLevel level='asInvoker' uiAccess='false' />
</requestedPrivileges>
</security>
</trustInfo>
<dependency>
<dependentAssembly>
<assemblyIdentity type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='x86' publicKeyToken='6595b64144ccf1df' language='*' />
</dependentAssembly>
CUT**(( </dependency>
<dependency>
<dependentAssembly>
<assemblyIdentity type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='*' publicKeyToken='6595b64144ccf1df' language='*' />
</dependentAssembly>))**CUT
</dependency>
</assembly>
Save file or save as is -- place edited file in audacity directory. At this time you will need to remove and suggest save the original file somewhere for future use. Rename edited exe or use it as is to start Audacity. A new shortcut will also be needed to match the edited exe file.
Let me know if this helps anyone...........
W10Pro 64 bit
VIA HD Audio(Windows 10)
AT-LP120-USB
A temp solution -- this is not my line of work so I'm not responsible if you choose to do what I did. I would appreciate assistance in trying to keep the problem code lines I deleted by commenting them out instead.
Audacity.exe file was edited using trial version of Resource Tuner to remove 6 code lines fm the manifest file as follows:
Make copy of original audacity.exe file and use a temp work space. Open Tuner/open file/drill to manifest/click on English US -- then edit manifest {see CUT**((....))**:CUT}.
<?xml version='1.0' encoding='UTF-8' standalone='yes'?>
<assembly xmlns='urn:schemas-microsoft-com:asm.v1' manifestVersion='1.0'>
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
<security>
<requestedPrivileges>
<requestedExecutionLevel level='asInvoker' uiAccess='false' />
</requestedPrivileges>
</security>
</trustInfo>
<dependency>
<dependentAssembly>
<assemblyIdentity type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='x86' publicKeyToken='6595b64144ccf1df' language='*' />
</dependentAssembly>
CUT**(( </dependency>
<dependency>
<dependentAssembly>
<assemblyIdentity type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='*' publicKeyToken='6595b64144ccf1df' language='*' />
</dependentAssembly>))**CUT
</dependency>
</assembly>
Save file or save as is -- place edited file in audacity directory. At this time you will need to remove and suggest save the original file somewhere for future use. Rename edited exe or use it as is to start Audacity. A new shortcut will also be needed to match the edited exe file.
Let me know if this helps anyone...........
W10Pro 64 bit
VIA HD Audio(Windows 10)
AT-LP120-USB
Re: Win7 x64 Audacity 2.1.3 Side by Side Conflict Errors
Hi there, also get this but not particularly worried about the log. Just wondered if it will be addressed for next release.
Thanks for reading!
Thanks for reading!
Re: Win7 x64 Audacity 2.1.3 Side by Side Conflict Errors
Has anyone resolved the error message? It doesn't seem to affect anything, but in trying to get support for another app issue, they keep saying that I've got problems with my Windows 10 install. I tried to follow a link in a previous response, but got error doing that.
Appreciate any help!
Appreciate any help!
Re: Win7 x64 Audacity 2.1.3 Side by Side Conflict Errors
Audacity 2.1.3 is obsolete. You should upgrade to the current version.baskins wrote: ↑Mon Sep 24, 2018 2:58 amHas anyone resolved the error message? It doesn't seem to affect anything, but in trying to get support for another app issue, they keep saying that I've got problems with my Windows 10 install. I tried to follow a link in a previous response, but got error doing that.
Appreciate any help!
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)
-
waxcylinder
- Forum Staff
- Posts: 14585
- Joined: Tue Jul 31, 2007 11:03 am
- Operating System: Windows 10
Re: Win7 x64 Audacity 2.1.3 Side by Side Conflict Errors
Yes, this has been fixed for the soon to ne upcoming 2.3.0 release.
See this entry from our bugtracker: https://bugzilla.audacityteam.org/show_bug.cgi?id=1776
WC
________________________________________FOR INSTANT HELP: (Click on Link below)
* * * * * FAQ * * * * * Tutorials * * * * * Audacity Manual * * * * *
* * * * * FAQ * * * * * Tutorials * * * * * Audacity Manual * * * * *