[1.12.1] crash in Dev Capes
gchpaco opened this issue · 4 comments
Enclosed is a crash report from 1.12.1 when I opened my inventory. While it's not clear Quark officially supports 1.12.1, the relevant import (import scala.reflect.internal.util.WeakHashSet
) exists within the DevCapeHandler, and probably shouldn't.
crash-2017-08-29_11.15.05-client.txt
The war against scala continues.
…On Tue, Aug 29, 2017, 20:22 Graham Hughes ***@***.***> wrote:
Enclosed is a crash report from 1.12.1 when I opened my inventory. While
it's not clear Quark officially supports 1.12.1, the relevant import (import
scala.reflect.internal.util.WeakHashSet) exists within the
DevCapeHandler, and probably shouldn't.
crash-2017-08-29_11.15.05-client.txt
<https://github.com/Vazkii/Quark/files/1261467/crash-2017-08-29_11.15.05-client.txt>
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#598>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABtirxk3tc3X6nSgXY8Dg31CfK3fwHqKks5sdGSigaJpZM4PGbGd>
.
Yeah, there isn't actually a WeakHashSet
in Java 8, but there is a java.util.WeakHashMap
which can be made to work.
Wait? 1.12.1 is updated already? Where can I find said files please?
Edit: NVM, I probably should have read that it isn't supported yet. FeelsBadMan
1.12 versions run on 1.12.1, but as you can see, not very well.
…On Wed, Aug 30, 2017, 19:04 Boolyman ***@***.***> wrote:
Wait? 1.12.1 is updated already? Where can I find said files please?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#598 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/ABtir9teCldXlO0hj_d28QHmTj5pWgU3ks5sdaQ0gaJpZM4PGbGd>
.