Wikitude
play_for_work
Forum
FAQ
Documentation
Download
wikitude.com
How can we help you today?
Enter your search term here...
Search
Start a new topic
Discussions
Wikitude SDK (Android, iOS, UWP)
Wikitude SDK Questions or Problems
wtmt error 255
J
Jens Kastensson
started a topic
almost 5 years ago
wtmt error 255
1 Comment
J
Jens Kastensson
said
almost 5 years ago
Hi a few times (in the range 1 of 100) the call to wtmt failed with "Build wtc failed: 255" see code snippet below. It is a NodeJS app that runs on Amazon EC2 Linux server. Any ideas what could cause this?
var wtc = spawn('sudo', );
wtc.on('exit', function (code) {
if (code !== 0) return callback('Build wtc failed: ' + code);
callback();
});
Login
or
Signup
to post a comment
More topics in
Wikitude SDK Questions or Problems
Instatiation of WTArchitectView compile errors
Point of interest - native iOS
Slider
Camera lagging / slow in native Swift application
Create a web service
N-th ImageDrawable not displayed
Radar Example
stop defaultlocationmanager and use architectview.injectlocation ios 10
WTC Size Limit
AngularJS and wikitude
See all 3736 topics
© 2020
Wikitude
GmbH ·
Imprint
·
Legal
Jens Kastensson