Bug Issue: Problem Opening Actor Type


Pages: 1

Oneslash

  • Junior Stencyler
October 26, 2017, 07:01:38 pm
Code: [Select]
jar:file:/home/hyper89/Stencyl-full/sw.jar!/res/logview4j/images/error.gif true ERROR 1509069283705004912 root Unexpected problem on thread AWT-EventQueue-0: java.lang.ClassCastException: stencyl.sw.editors.snippet.designer.block.DummyField cannot be cast to javax.swing.JComponent

This error appears when I try to open an Actor Type Editor but it only remains loading and the editor does not open
« Last Edit: November 06, 2017, 06:43:08 pm by Justin »


Issue updated by Oneslash - October 26, 2017, 07:05:35 pm
  • Category changed from Actor Type Editor to Engine


Justin

  • Master Stencyler
  • *
October 28, 2017, 10:56:34 pm
It seems to be due to outdated translation strings. Are you using the Spanish translation? If so, go to [Stencyl install]/lang/es/behavior-blocks.lang, where you can find the following lines:

Code: [Select]
scene.savegame=guardar juego como %0 usando %1 como título y luego... [i:save]
scene.loadgame=cargar archivo de guardado %0 y luego... [i:save]

If you just remove them, it'll use the English text instead and things will work.
Otherwise, you can rewrite them to make the Spanish match the English text.

Code: [Select]
scene.savegame=save game and then... [e:dash] %1 [i:save]
scene.loadgame=load save file and then... [e:dash] %1 [i:save]

If you're on Windows and Stencyl is installed in Program Files, you might need to open your text editor as an administrator so that you can make the change.
  • Issue Assigned from (none) to Justin
  • Status changed from New to Confirmed


Issue updated by Justin - February 01, 2018, 04:32:35 pm
  • Status changed from Confirmed to Resolved


Pages: 1

Details

  • Reported
    October 26, 2017, 07:01:38 pm
  • Updated
    February 01, 2018, 04:32:35 pm

  • View Status
    Public
  • Type
    Bug
  • Status
    Resolved
  • Priority
    Normal
  • Version
    Stencyl 3.4, 3.4.0 beta4
  • Fixed in
    (none)
  • Assigned to
    Justin
  • Category
    Engine

Tags