Archive 17/01/2023.

Can’t open Editor

AppaXD

So, uh, I don’t know if you guys like still maintain the editor or if you removed it or something (I’m new), but when I run editor.bat I get this error:

image

Eugene

What’s the Urho3D-1.7? Cloned sources, build binraies or SDK installation?
Do you have Urho3DPlayer exe?

AppaXD

I do not have Urho3DPlayer.exe. When I downloaded Urho3D I downloaded the zip from the github website, is there like an install or something?

Eugene

Well, if you downloaded source code from GitHub, you have to build it like any other C++ CMake framework.

AppaXD

Was the zip supposed to come with Urho3DPlayer.exe?

Eugene

Binary packages from here, probably.
https://sourceforge.net/projects/urho3d/files/Urho3D/
Never used them tho.

weitjong

The prebuilt binary packages may come from AppVeyor CI server (using VS) or Travis CI server (using MinGW). The former is slow (because its free service only provides 1 CPU with minimal capabilities) so we set it up to disable the tool building option on normal CI build. The release build should have the tool built-in.