Björn Ritzl
Björn Ritzl
Is that the entire log? Doesn't it say more specifically what's wrong?
> * Version 1.9.3 Can you share screenshot of Help->About
Good to hear that you were able to move forward by updating, but a bit annoying that it was required.
``` ERROR:CRASH: 0 dmengine 0x00000001046e9920 _ZN7dmCrash7OnCrashEi + 112 ERROR:CRASH: 1 libsystem_platform.dylib 0x000000019cb3b624 _sigtramp + 56 ERROR:CRASH: 2 libsystem_pthread.dylib 0x000000019cb0188c pthread_kill + 296 ERROR:CRASH: 3 libsystem_c.dylib 0x000000019ca0ac60 abort + 124 ERROR:CRASH:...
The pivot point is not taken into consideration when rendering particles. Pivot points only work for Sprite components at the moment.
Related: * - [ ] https://github.com/defold/defold/issues/5048 * - [ ] https://github.com/defold/defold/issues/3498 * - [ ] https://github.com/defold/defold/issues/10950 (curve as a script property) * - [ ] https://github.com/defold/defold/issues/3675 (for editing model animation...
A word of warning: In most cases it should be ok to build the live update content just once, but we do not guarantee that live update excluded content for...
``` editor.handler$invoke_fnk.invokeStatic.class clojure.lang.ExceptionInfo: handler ':debugger.start' in context ':global' failed at ':run' with message 'Read timed out' at editor.handler$invoke_fnk.invokeStatic(handler.clj:346) at editor.handler$run.invokeStatic(handler.clj:364) at editor.ui$execute_handler_ctx.invokeStatic(ui.clj:1256) at editor.ui$execute_command.invokeStatic(ui.clj:1264) at editor.ui$invoke_handler.invokeStatic(ui.clj:1295) at editor.ui$invoke_handler.invoke(ui.clj:1289) at editor.ui$invoke_handler.invokeStatic(ui.clj:1291)...
What if you run using Project->Build? Does your project start? Check your activity monitor / task manager or similar, do you have multiple engine versions running?
``` sun.nio.fs.WindowsException.translateToIOException.class java.nio.file.AccessDeniedException: E:\Projects\My projects\Slio\Silo_Mobile App\SILO_MobileCurrentWeTransfer\SILO V6\Desktop game\build\default\.artifact-map at sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:89) at sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103) at sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108) at sun.nio.fs.WindowsFileSystemProvider.implDelete(WindowsFileSystemProvider.java:273) at sun.nio.fs.AbstractFileSystemProvider.deleteIfExists(AbstractFileSystemProvider.java:109) at java.nio.file.Files.deleteIfExists(Files.java:1191) at editor.fs$do_delete_file_BANG_.invokeStatic(fs.clj:216) at editor.fs$delete_file_BANG_.invokeStatic(fs.clj:229) at editor.fs$delete_BANG_.invokeStatic(fs.clj:284) at editor.fs$delete_BANG_.invoke(fs.clj:272) at editor.fs$delete_BANG_.invokeStatic(fs.clj:279)...