# Troubleshooting & Known issues

### Windows operating system language

A known bug is attributed to the language of the operating system running Gemini. The default repository is configured for systems running in English, and systems running other languages may be subject to this issue.

When attempting to run a pre-defined scenario in Gemini, the camera will show a flashing grey screen.

The current solution is to uncomment line 22 in Gemini/Gemini-Unity/Assets/Scripts/ScenarioGenerator/ReadCSV.cs.

```
elem = elem.Replace(".", ",");
```

### Running simulations in Unity without running ROS

Many of the networking scripts in Gemini rely on communication over gRPC. If these scripts are run without a server to communicate with, Unity is known to slow down and freeze.

To resolve this, either run both ROS nodes normally (ros\_client and ros\_adapter), or alternatively disable certain scripts. Disabling the 'SensorRig' asset, which is a part of the 'NjordVessel' model, and the 'Nav Client' script on the vessel allows Unity to run simulations without ros\_adapter running. Disabling the 'Force Control Manager' script on the vessel will allow for running without the ros\_client node running.


---

# 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://njord.gitbook.io/digital-competition-2023/installation-guide/troubleshooting-and-known-issues.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.
