# MQ2 not working in EQ

If you are able to run MQ2 on your computer and if you have followed all the instructions given in the [Compile Manual](https://macroquest2.com/includes/wassup/manual.php#compile) perfectly, and you are still having trouble getting MQ2 to work in EQ, the most likely issue is that you compiled using the wrong compiling program.

The only supported compilers are VC6++ (Visual C++ 6.0) and VC.net (Visual C++ .NET 2003 or 2005), and support for VC6 is being phased out.

[Use this page](https://macroquest2.com/wiki/index.php/MacroQuest2:Compiling#Compiling_for_Free_with_VS2005_Express) and follow the instructions, and you will not fail.

Something else that can cause MQ2 to not show up in game. Even though it is in the Windows tray and also shows as loading when you are getting the splash screen prior to character select and on the splash screen as you enter the game world. A corrupted or missing macroquest.ini in the Release folder. If this is the case, download a new zip and recompile. Make sure there is a macroquest.ini in the release folder and that it is not corrupt by trying to open it with notepad or a text editor.

For Vista users you should try setting the MQ2auth.exe to Windows XP SP2 compatability mode, before you compile and do the same with MacroQuest2.exe.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://macroquest.gitbook.io/macroquest/general-information/mq2-not-working-in-eq.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
