Skip to content
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

Can't run tsc.exe for TypeScript 1.8 Beta. " Faulting module name: ChakraCore.dll" #7111

Closed
mpawelski opened this issue Feb 17, 2016 · 3 comments
Assignees
Labels
Bug A bug in TypeScript External Relates to another program, environment, or user action which we cannot control.

Comments

@mpawelski
Copy link

I just installed Visual Studio 2015 ultimate and TypeScript 1.8 Beta and I can't compile any project with .ts file. I figured out that when I run "C:\Program Files (x86)\Microsoft SDKs\TypeScript\1.8\tsc.exe" it immediately crash with this message box info:

[Window Title]
TypeScript Compiler

[Main Instruction]
TypeScript Compiler has stopped working

[Content]
A problem caused the program to stop working correctly. Please close the program.

[Close the program] [Debug the program]

in event log I have this info

Faulting application name: tsc.exe, version: 1.8.1.0, time stamp: 0x56a6fd71
Faulting module name: ChakraCore.dll, version: 1.1.0.1, time stamp: 0x56993736
Exception code: 0xc0000005
Fault offset: 0x0016a449
Faulting process id: 0x2bfc
Faulting application start time: 0x01d169756e95a5df
Faulting application path: C:\Program Files (x86)\Microsoft SDKs\TypeScript\1.8\tsc.exe
Faulting module path: C:\Program Files (x86)\Microsoft SDKs\TypeScript\1.8\ChakraCore.dll
Report Id: ac4ca0cf-d568-11e5-bcb9-34e6d715db95

As I said I did it on "clean" computer with Windows 7. Justs installed VS2015 and TypeScript 1.8 Beta.
Does anyone how to fix it?

@vladima
Copy link
Contributor

vladima commented Feb 17, 2016

// cc @paulvanbrenk

@billti billti added this to the TypeScript 1.8.2 milestone Feb 17, 2016
@billti billti added the Bug A bug in TypeScript label Feb 17, 2016
@paulvanbrenk
Copy link
Contributor

Workaround is to install IE 11. This will be fixed in the 1.8 final.

@paulvanbrenk paulvanbrenk added the External Relates to another program, environment, or user action which we cannot control. label Feb 17, 2016
@mpawelski
Copy link
Author

thanks for quick answer with workaround, it works :)

@microsoft microsoft locked and limited conversation to collaborators Jun 19, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Bug A bug in TypeScript External Relates to another program, environment, or user action which we cannot control.
Projects
None yet
Development

No branches or pull requests

4 participants