Hi guys! I guess you might face the same problem with me. I’m new to LaTex and I run my LaTex file this morning in my PC and simply got this error message : Bibtex:GUI framework cannot be initialized! Yesterday, I run a similar code using same installation procedure (I use MikTex 2.9 and WinEdt6) in my laptop and everything worked well. So, I spent my time searching in Google for a perfect solution and finally I came into this useful link : http://dawenliulatex.blogspot.com/2010/10/error-message-gui-framework-cannot-be.html
[contentblock id=1 img=adsense.png]
So, in summary, if you face the same problem, here’s a solution:
- Open a command prompt window and go into the directory where you put your latex file.
- Run your latex file (e.g latex mylatexfile)
- Run BibTex (e.g bibtex mylatexfile), and then it will automatically download the missing files that I guess caused the error, so make sure you are connected with the internet!
- Rerun your latex file twice (this is to make your references integrated and listed in your latex files), and done! 🙂
Now, you can find the executed file in dvi format in your latex directory and the problem is solved. This works for me, hope it solves your problem as well. 😀
Very nice tip: The “bibtex mylatexfile” did the trick and installed my “plaindin” style. Thanks.
You’re welcome, Benjamin! 🙂
Worked for me – thanks for saving me some time and hassle 😉
Your welcome Felix, glad to know that this one works for you as well. 😀
Thank you so much!! it worked for me too 🙂