Wieku / danser

Custom osu! client written in Kotlin
MIT License
75 stars 9 forks source link

Crash on "Changed current beatmap to: cYsmix - Peer Gynt" #16

Open borpshws opened 3 years ago

borpshws commented 3 years ago

Log:

2020-10-19 18:33:05.205 [Draw Thread] [Runtime] [INFO]: Graphics context started!
2020-10-19 18:33:05.205 [Draw Thread] [Runtime] [INFO]: Starting danser version 20.1019-dev
2020-10-19 18:33:05.914 [Thread-3] [Database] [INFO]: Beatmap Manager is starting...
2020-10-19 18:33:08.331 [Thread-3] [Database] [INFO]: Beatmap Manager started! Loading cached beatmaps...
2020-10-19 18:33:08.760 [Thread-3] [Database] [INFO]: Cached beatmaps loaded!
2020-10-19 18:33:08.760 [Thread-3] [Database] [INFO]: Scanning "C:\Users\brayd\AppData\Local\osu!\Songs"...
2020-10-19 18:33:09.269 [Thread-3] [Runtime] [INFO]: Changed current beatmap to: cYsmix - Peer Gynt
#
# A fatal error has been detected by the Java Runtime Environment:
#
#  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x00007ffa129044d3, pid=9276, tid=0x0000000000004df4
#
# JRE version: Java(TM) SE Runtime Environment (8.0_261-b12) (build 1.8.0_261-b12)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.261-b12 mixed mode windows-amd64 compressed oops)
# Problematic frame:
# C  [msvcrt.dll+0x744d3]
#
# Failed to write core dump. Minidumps are not enabled by default on client versions of Windows
#
# An error report file with more information is saved as:
# D:\danser-master\desktop\run\hs_err_pid9276.log
#
# If you would like to submit a bug report, please visit:
#   http://bugreport.java.com/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#

> Task :desktop:run FAILED

I am not too sure if this has something to do with my Java installation or something else. Please let me know as I am not very familiar with Java or Gradle.