General ⇒ TeXnicCenter simply shutting down! No error message.
-
- Posts: 3
- Joined: Mon Dec 09, 2013 1:21 pm
TeXnicCenter simply shutting down! No error message.
I encountered a huge problem with TexnicCenter. To make it short: It's not working AT ALL.
When I try to create a new empty project TexcnicCenter simply shuts down without ANY error message whatsoever. When I name my empty project "Test" the only files that get created before the program shuts down are:
- Test.tcp
- Test.tex
Not sure if this is all that's supposed to be created for an empty project. Nontheless, the major problem is the program simply shutting down.
I can't even open existing .tex files (created with an older TexnicCenter version). The same happens.
My OS is Win7 64 Bit. I tried both the 32bit and the 64bit MikTex distribution and installed them in C:\MikTex.
Not sure what's going on here. Google was not help either.
I would really appreciate any help!
Thanks a lot!
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
TeXnicCenter simply shutting down! No error message.
I advise you to do as every Wind0ws user often does. Uninstall the program, reboot your system and install texniccenter again. Be aware, that TXC 2.0 is stable and should be used without hesitating over version 1.0
If the problem persists, try to open the program via the terminal, i hope there will be some useful information. The maintainer would be greateful for feedback: Texniccenter support.
-
- Posts: 3
- Joined: Mon Dec 09, 2013 1:21 pm
TeXnicCenter simply shutting down! No error message.
TexnicCenter 2.02 64Bit. But I also tried with the 32 Bit version.Johannes_B wrote:You are not telling us which version of TexnicCenter you are using.
I advise you to do as every Wind0ws user often does. Uninstall the program, reboot your system and install texniccenter again. Be aware, that TXC 2.0 is stable and should be used without hesitating over version 1.0
If the problem persists, try to open the program via the terminal, i hope there will be some useful information. The maintainer would be greateful for feedback: Texniccenter support.
Uninstalling and rebooting didn't help. How do I go about creating a TexnicCenter project via the command line? Or what do you mean with "terminal"?
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
TeXnicCenter simply shutting down! No error message.
Press <STRG + R>, type cmd and hit enter. A black box should open; now type the name of the executable (you might have to look it up in a link) and hit enter again. TXC should start.
Do you know anybody using LaTeX? This could be something fixed within 2 minutes when sitting just in front of the machine.
An alternative to TXC could be txstudio
-
- Posts: 3
- Joined: Mon Dec 09, 2013 1:21 pm
TeXnicCenter simply shutting down! No error message.
Ok, I wasn't sure that terminal = command prompt. Launching TXC from the command prompt/terminal works. But double clicking it works, too. It isn't until I try to open a tex file or try to create a project that TXC shuts down.Johannes_B wrote:Just starting the application from a terminal, by typing the command instead of double clicking on a button.
Press <STRG + R>, type cmd and hit enter. A black box should open; now type the name of the executable (you might have to look it up in a link) and hit enter again. TXC should start.
Do you know anybody using LaTeX? This could be something fixed within 2 minutes when sitting just in front of the machine.
An alternative to TXC could be txstudio
I don't know anybody who is familiar with TXC. So I decided to switch to TexMaker. That seems to works just fine so far.
Anyhow, thanks for chiming in.