Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.

Bug Crash in my release build only, no error in console, crash logs, memory leaks ?

Discussion in 'Editor & General Support' started by themazurkastudio, Jun 28, 2023.

  1. themazurkastudio

    themazurkastudio

    Joined:
    Oct 22, 2022
    Posts:
    3
    Hi!
    Thank you for reading my post.

    I have been working on an indie game for 2 years. I have never experienced any crashes in the build or the editor. However, when I released the game on Itch.io, everyone told me that the game crashes in the tutorial scene. I tried to reproduce the crash, and finally, I managed to obtain a crash log. There are no crashes in the editor or anywhere else in the game.

    I tried to read the crash log, but I'm not familiar with it. I attempted various things like removing all visual assets, removing all post-processing, and other measures. I also tried to check for memory leaks in the game, but I'm not familiar with that either.

    This is the crash log from the release build that I obtained. The game is waiting to be played, but with this crash, it's difficult to provide a "smooth" user experience.

    The game is free if you want to try reproducing the crash on your machine : https://the-mazurka-studio.itch.io/darumathegame

    And the log : https://file.io/BA1WPGtCHGRl

    I have also provided a text version of the log in case you prefer not to download all the files (profiler/dmp/logs...).

    Please let me know if the crash log is not available or if it needs any corrections.

    Thank you!
     

    Attached Files:

  2. themazurkastudio

    themazurkastudio

    Joined:
    Oct 22, 2022
    Posts:
    3
    Any ideas ?