# Miscellaneous FAQs

## Why isn't there a color picker?

The original color picker had been removed due to being flagged as a malicous executable by Windows defender. An alternative will be added soon.

## Are there Multi-Langauge support?

TLDR: No support *yet*

Core supported multi-language before, but I've removed it for now since it is impossible to get accurate translations for each version of core. Support for multiple languages will be added after the upcoming Difia update!

## How do I install a DLC?

Follow through video guide: <https://youtu.be/AGEkN9E7DlY>

## Does JaxCore work on 32-bit systems?

JaxCore currently does not function properly for 32-bit Window installations. Stay tuned for updates on this issue.

## Home page does not load...

There are missing dependencies on your system.&#x20;

{% hint style="info" %}
Please **DO** report this issue to me on our [Support Discord Server](https://discord.gg/JmgehPSDD6)! (Just let me know that this happens)
{% endhint %}

1. Download the [Evergreen Bootstraper Webview2 runtime](https://developer.microsoft.com/en-us/microsoft-edge/webview2/#download-section) and install it. Run with administrator priviledges if it fails to install.
2. Download the Visual C++ Redistributable for your system: [32bit ](https://aka.ms/vs/17/release/vc_redist.x86.exe)| [64bit](< 	https://aka.ms/vs/17/release/vc_redist.x64.exe>)
3. Launch JaxCore again. If it still doesn't load, try restarting your device.


---

# 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://wiki.jaxcore.app/getting-started/faqs/miscellaneous-faqs.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.
