Jump to content

[SOLVED] Evaluation Scratch Project Editor Bug


photo

Recommended Posts

Posted

I am getting an error in the scripts for loading the editor. The error I get is this:

 

set_wave(wave_0_el,water.getWave0());

core/editor/editor_objects_water.h:105: Interpreter::parse_extern_class_begin(): unknown "ObjectWater" class member "getWave0"

Editor::editor_load(): can't load "data/core/editor/editor.cpp" editor script

 

I have tried commenting out the offending sections of code and it still gives me this error.

Posted

Just a guess: There has been an update of ObjectWater wave parameter functions in the latest SDK. Check documentation

 

ObjectWater and ObjectWaterMesh wave parameters can now be controlled via four simple functions: setWaveAngle(), setWaveSpeed(), setWaveLength(), setWaveHeight().

[/Quote]

Posted

It seems that binaries are out of sync, we'll check it tomorrow.

Posted

UPD #1

To fix this issue, please copy directories core and scripts from data folder (which is located in the root folder with browser.bat) to scratch/data.

 

This issue will be fixed in the next update of SDK. Thanks!

How to submit a good bug report
---
FTP server for test scenes and user uploads:

Posted

Ulf, yeah I figured that was the case. I ended up doing some other things to make it work on my side. This was more of a note for the developers :wacko: And silent, your update worked.

 

Thank you both for your response!

×
×
  • Create New...