Guides:How to write efficient bug reports/es: Difference between revisions

From VRChat Wiki
Sakuuh (talk | contribs)
Created page with "Elije un tema que pertenezca a tu informe de error. Por favor, revisa también el resto de los nombres de los temas, en caso de que el informe de error se pueda enviar en un hilo más específico."
Sakuuh (talk | contribs)
Line 73: Line 73:
</div>
</div>


<div lang="en" dir="ltr" class="mw-content-ltr">
[[File:Debug UIexample.webp|thumb|Interfaz de depuración de VRChat]]
[[File:Debug UIexample.webp|thumb|VRChat's Debug UI]]
</div>


<div lang="en" dir="ltr" class="mw-content-ltr">
<div lang="en" dir="ltr" class="mw-content-ltr">

Revision as of 15:06, 8 March 2026

Ver · EditarContenido escrito por la comunidad
El siguiente artículo fue creado por la comunidad. Puede contener material no respaldado directamente por el equipo de VRChat. Para obtener más información, considera leer contribuir a la wiki de VRChat.
Ver · EditarEsta página aún no ha sido revisada en busca de errores.
Puedes ayudar a la Wiki de VRChat corrigiéndola.
[Reason: Please proofread, and correct any errors on this page, utilizing the VRChat Wiki Manual of Style.]

Escribir y enviar informes de errores al VRChat's Feedback Board (panel de comentarios de VRChat) de manera efectiva ayudará al equipo de desarrollo a identificar el problema y evitar que vuelva a ocurrir en el futuro.

You cannot report bugs directly within VRChat, but you can submit bug reports pseudonymously on feedback.vrchat.com if you have a VRChat account. The platform uses a ticketing system powered by Canny.io, while VRChat employs a separate internal system to manage and track tickets.

Glosario

Estos son términos que te ayudarán a entender mejor este artículo, estarán en inglés debido a que te los encontrarás así escritos.

  • Bug: Un defecto o error de software que puede crear un inconveniente al usuario. También conocido como "glitch2.
  • Build: La "versión" del software que ejecuta VRChat. Es importante anotar el número de compilación en tu informe porque indica cuándo se produjo el error.
  • Canny:: El servicio que VRChat utiliza para gestionar sus comentarios. "Publicar en el Canny" se refiere a feedback.vrchat.com.
  • Debug menus: Hay varios menús de depuración para usuarios avanzados, incluida la interfaz de depuración accesible desde la pestaña de ajustes del menú rápido.
  • Hitching: Un abruto 'lag spike (pico de retardo)' o un bloqueo momentáneo al activarse cuando VRChat intenta procesar una acción. Por ejemplo, "VRChat traba y se retrasa al abrir el menú o al cambiar de avatar"
  • Log files: Un documento de texto que se genera localmente en tu dispositivo mientras usas VRChat. Esto proporciona información útil al equipo de desarrollo sobre qué código podría hacer saltar el error.
  • Reproduction: También conocido como 'repro'. Es la capacidad de activar el error a petición, realizando una acción o series de acciones. Ejemplo: "Abrir el menú activa y reproduce el bug (error)."

Versiones actuales

Software Versión
VRChat 2026.2.2
Versión del cliente 1853
SDK de mundos 3.10.3
SDK de avatares 3.10.3
Creator Companion 2.4.5
Unity 2022.3.22f1

Lo que necesitas para un informe de error

Iniciar sesión

Para continuar informando sobre el error, por favor ve a feedback.vrchat.com, y procede a iniciar sesión con tu cuenta de VRChat. Si todavía no tienes una cuenta de VRChat, por favor procede a crear una en la página web de VRChat, y opcionalmente, vincula las cuentas.

Elije un tema que pertenezca a tu informe de error. Por favor, revisa también el resto de los nombres de los temas, en caso de que el informe de error se pueda enviar en un hilo más específico.

  • Bug Reports: For general bug reports on primary VRChat client builds.
  • Open Beta: For any bug reports that have occurred on an Open Beta build of VRChat.
  • Website: For issues regarding any of VRChat's websites.
  • SDK Bug & Feature Requests: For problems with the VRChat SDK.
  • Creator Companion: For bug reports with the VRChat Creator Companion.

Once a topic is selected, you can search various community threads to see if another user has already posted a bug report regarding the issue. If so, it is encouraged to upvote the post, and leave a comment if any specifications are not listed. If there is not a post that is yet submitted on the issue, please begin writing a bug report.

Interfaz de depuración de VRChat

Logs and attachments

It is advisable to attach screenshots, or a video file (up to 8MB) of the issue to your bug report. Any screenshots showcasing the bug, or screenshots of the debug menus will be relevant towards pinpointing the bug. Attaching log files are not always required, but is considered a helpful supplement to include within the bug report.

The Debug dropdown, within the settings tab of the Quick Menu

To acquire a log file, navigate to the Settings tab within the Quick Menu, and scroll to the "Debug" dropdown. Click "Report Bug", which will mark a flagged timestamp within the output log.

PC

On PC, your file explorer will open to the folder where the output log is stored. By default, VRChat's output logs on a PC are located under %USERNAME%\AppData\LocalLow\VRChat\vrchat and named output_log_(date). Check the latest dated file, and attach it to your bug report.

Linux (via Proton)

The location of this folder depends heavily on your distribution[note 1]and how you've installed Steam.

You can usually find the Proton AppData folder for VRChat here:

~/.local/share/Steam/steamapps/compatdata/438100/pfx/drive_c/users/steamuser/AppData/LocalLow/VRChat/VRChat If you installed Steam via FlatPak, it might be here: ~/.var/app/<flatpak-app-id>/(...?)/steamapps/compatdata/438100/pfx/drive_c/users/steamuser/AppData/LocalLow/VRChat/VRChat

  1. VRChat on Linux via Proton is not directly supported unless you are using VRChat on the Steam Deck.

Meta and Oculus

To get an output log, or crash dump on a Meta device:

  1. Navigate to the Settings page of your Quick Menu
  2. Scroll down to the 'Debug' section
  3. You'll find 3 options here: Full, Errors Only or Off.

Your output logs can be found in the Documents/Logs folder located in the device root when you've connected your Quest to a PC.

Include a detailed description

A detailed bug report should include a brief description of the bug within the title of the bug report, and the build number. Within the summary, please describe the device VRChat is running on, as well as steps on how to reproduce the bug. Describe the intended result, but what had occurred instead.

An example of a good bug report, which includes a build number, description of the bug, proposed reproduction steps and observations, and an image file.

Template for reports[2]

1. Summary > Explain in 2-3 Sentence what this report is about. Include the build number. VRChat crashed when trying to join a friend on build 1XXX.

2. Steps to reproduce the bug: > Write down what you did step by step so someone else can see the problem. For example: 1. Open Main Menu 2. Visit any Profile 3. Double Click "Join" Button

3. What did you expect to happen? > Explain what you thought would happen. For example: To join my friends.

4. What actually happened? > Explain what went wrong. For example: VRChat crashed.

X. Additional details (if any): > Add any other information. For example:

  • Logs (`%appdata%\..\LocalLow\VRChat\VRChat\`, need to be uploaded external)
  • Video (can be uploaded external, such as upload on YouTube)
  • Screenshots (up to 8MB, or need to be uploaded external)
  • Links

See also

Official resources

Community resources

References