fredpiston84 / luaforwindows

Automatically exported from code.google.com/p/luaforwindows
0 stars 0 forks source link

C Run-Time Error R6034 #4

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Install LuaForWindows_v5.1.4-28.exe
2. Run SciTE editor
3.

What is the expected output? What do you see instead?
I want to edit script and SciTE crashed instead :(

What version of the product are you using? On what operating system?
LuaForWindows_v5.1.4-28.exe

Please provide any additional information below.
I use Windows XP prof.
http://msdn.microsoft.com/en-us/library/ms235560%28VS.80%29.aspx

Original issue reported on code.google.com by trax...@gmail.com on 1 Jul 2009 at 8:22

Attachments:

GoogleCodeExporter commented 9 years ago
Got this same error myself - can't get scite to work (LfW 5.1.4-28 and -30). 
Gotta read 
about those manifests files damn it...

Original comment by cosmin.apreutesei@gmail.com on 2 Nov 2009 at 6:15

GoogleCodeExporter commented 9 years ago
I solved the issue by adding the following into the SciTE.exe.manifest inside 
the 
<assembly> section (the installer already downloads and installs VC80 
redistributable 
just that the dependency is not in the manifest file):

     <dependency>
        <dependentAssembly>
         <assemblyIdentity type="win32" name="Microsoft.VC80.CRT" 
version="8.0.50727.762" processorArchitecture="x86" 
publicKeyToken="1fc8b3b9a1e18e3b"></assemblyIdentity>
        </dependentAssembly>
     </dependency>

Original comment by cosmin.apreutesei@gmail.com on 2 Nov 2009 at 6:47

GoogleCodeExporter commented 9 years ago
Thanks Cosmin,

I fixed it for the next release.

Original comment by rpusz...@gmail.com on 2 Nov 2009 at 8:27