> For the complete documentation index, see [llms.txt](https://lokagamers.gitbook.io/rowiki/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://lokagamers.gitbook.io/rowiki/guide/installation-guide/missing-files-or-broken-client.md).

# Missing Files or Broken Client

## Missing Files or Broken Client

Use this page when game files are missing or the client looks incomplete.

### Common signs

* Sprites or UI look broken
* Maps or textures do not load
* The client behaves like files are missing

### Clean reinstall steps

1. Remove the damaged client folder.
2. Download the newest full client.
3. Extract it into a clean folder.
4. Run the patcher again.
5. Launch the game only after patching ends.

{% hint style="warning" %}
Do not reuse a damaged folder. A fresh install is the safest fix.
{% endhint %}

### Avoid partial fixes

* Do not copy random files from older clients
* Do not patch inside a damaged folder
* Do not mix this client with another Ragnarok install

### Best practice

* Keep one dedicated folder for this server
* Avoid mixing files from older installs
* Patch the client before logging in after updates

### Related pages

* [Installation Guide](/rowiki/guide/installation-guide.md)
* [Missing Launcher or Patcher](/rowiki/guide/installation-guide/missing-files.md)
* [Patcher Repeats Updates](/rowiki/guide/installation-guide/patcher-repeats-updates.md)
* [Patch Notes](/rowiki/server-information/patch-notes.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://lokagamers.gitbook.io/rowiki/guide/installation-guide/missing-files-or-broken-client.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
