Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Publish error for C targets when debug console is enabled #1570

Closed
QuantumCoderQC opened this issue Feb 12, 2020 · 3 comments · Fixed by #2966
Closed

Publish error for C targets when debug console is enabled #1570

QuantumCoderQC opened this issue Feb 12, 2020 · 3 comments · Fixed by #2966
Labels
bug This issue describes a bug

Comments

@QuantumCoderQC
Copy link
Contributor

Description
The issue arises when publishing for the Android(C) target and the debug console is enabled. The project builds without problems though.

D:\Armory\ArmorySDK\armory\Sources/armory/trait/WalkNavigation.hx:26: characters 3-15 : iron.Trait is missing field notifyOnInit

To Reproduce

  1. Start a default Blender scene
  2. change target to Android(C)
  3. Enable debug console

Expected behavior
The project should build and publish without errors.

System
Blender: 2.81
Armory: v2020.2 ($Id: 29eed7c87a5edde6fb0a5ff1814d57116f09cb46 $)
OS: Windows 8.1
Graphics card: Intel HD 4500

@QuantumCoderQC QuantumCoderQC added the bug This issue describes a bug label Feb 12, 2020
@QuantumCoderQC
Copy link
Contributor Author

This issue seems to have been solved with the latest update.

@QuantumCoderQC
Copy link
Contributor Author

Unfortunately, this issue has not yet been solved.

I narrowed down the occurrence to when the Camera is set to Scene and DebugConsole is enabled. This happens when publishing to any C target.

@QuantumCoderQC QuantumCoderQC changed the title Publish error for Android(C) when debug console is enabled Publish error for C targets when debug console is enabled Mar 25, 2020
@QuantumCoderQC
Copy link
Contributor Author

A quick update: Disabling DCE solves this issue. So it must be something related to DCE.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug This issue describes a bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant