defold / editor2-issues

DEPRECATED
44 stars 4 forks source link

Issues compiling some apps with editor version 1.2.140 #2279

Closed Qwarr closed 5 years ago

Qwarr commented 5 years ago

Expected behaviour

Able to compile app.

Actual behaviour

Trying to compile an app gets to about 50% then throws an error, then continues and infinitely stays at about 99%.

The error: java.util.concurrent.ExecutionException: java.lang.ClassCastException: clojure.lang.Keyword cannot be cast to java.lang.Character java.lang.ClassCastException: clojure.lang.Keyword cannot be cast to java.lang.Character

Steps to reproduce

I'm not sure how to reproduce other than going back to version 1.2.139 I can continue as normal.


Build time2018-10-30T10:40:05.060369
Defold channeleditor-alpha
Defold editor sha96dc250f88a9afd4211c5389d7e22e9e01d91943
Defold engine sha2fc8ff32c9fa3a16c8f4ce44eba8351c054b33dd
Defold version1.2.140
Error9e7718db5c8940afaefaec9da27a7c46
GPUGeForce GTX 760/PCIe/SSE2
GPU Driver4.6.0 NVIDIA 388.13
Java version1.8.0_102-b14
OS archamd64
OS nameWindows 10
OS version10.0
AukeTembrink commented 5 years ago

I can aprove this. Just did the update and I am not able to debug/build my game. Getting the same Error.

Creating a Windows Bundle works like before.

I updated from version 1.2.139

Edit: Debugging a HTML5 Version of the game is okay.

Expected behaviour

Actual behaviour

Steps to reproduce


Build time2018-10-30T10:40:05.060369
Defold channeleditor-alpha
Defold editor sha96dc250f88a9afd4211c5389d7e22e9e01d91943
Defold engine sha2fc8ff32c9fa3a16c8f4ce44eba8351c054b33dd
Defold version1.2.140
GPUGeForce GTX TITAN X/PCIe/SSE2
GPU Driver4.6.0 NVIDIA 411.70
Java version1.8.0_102-b14
OS archamd64
OS nameWindows 10
OS version10.0
erikangelin-king commented 5 years ago

This looks like a font compilation issue. We just merged a hot fix for it and will have a closer look tomorrow.

jhonnyking commented 5 years ago

Looks good! Was not able to reproduce any crashes/editor locking post-fix.