[SailfishDevel] App won't start

Peter Pykäläinen peter.pykalainen at gmail.com
Sat Mar 14 19:58:21 UTC 2015


Hi,

the app is pure QML app, nothing to it.
Main QML is like this:

import QtQuick 2.0

import Sailfish.Silica 1.0

import "pages"


ApplicationWindow

{

    property bool isScramble: false;

    property bool isGameOn: false;

    property bool isMuted: false

    property int score: 0;

    property int hexCount: 0


    initialPage: Component { Game { } }

    cover: Qt.resolvedUrl("cover/CoverPage.qml")

}


I have the same kind of setup in every other app that I've done, and
they work just fine.




// Peter Pykäläinen

On 14 March 2015 at 21:34, Andrey Kozhevnikov <coderusinbox at gmail.com>
wrote:

>  Hello,
>
> You know, if you want to get help you need to show at least something and
> give more details about your application :)
>
> 15.03.2015 00:11, Peter Pykäläinen пишет:
>
>   Hi,
>
>  I have a strange problem.
>  I am developing an app and it works fine when launched from QtCreator or
> terminal.
>  But when trying to launch it by tapping the app icon, it starts, stays on
> the loading screen and then after a while dies.
>
>  Anyone else had similar issues?
>
> // Peter Pykäläinen
>
>
> _______________________________________________
> SailfishOS.org Devel mailing list
> To unsubscribe, please send a mail to devel-unsubscribe at lists.sailfishos.org
>
>
>
> _______________________________________________
> SailfishOS.org Devel mailing list
> To unsubscribe, please send a mail to
> devel-unsubscribe at lists.sailfishos.org
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.sailfishos.org/pipermail/devel/attachments/20150314/252ae96a/attachment.html>


More information about the Devel mailing list