Menu

Main Menu
Talk Get Daily Search

Member's Online

    User Name
    Password

    [Announce/WIP][Alpha] MeeCoLay - run Harmattan apps on Fremantle!

    Reply
    Page 44 of 85 | Prev | 34   42     43   44   45     46   54 | Next | Last
    marmistrz | # 431 | 2012-09-14, 15:35 | Report

    Originally Posted by sifo View Post
    Oo
    i do have it installed and im playing games
    Code:
    /home/user # apt-get install meecolay
    Reading package lists... Done
    Building dependency tree       
    Reading state information... Done
    meecolay is already the newest version.
    The following packages were automatically installed and are no longer required:
      feedservice feedservice-utils
    Use 'apt-get autoremove' to remove them.
    0 upgraded, 0 newly installed, 0 to remove and 2 not upgraded.
    /home/user #
    And i prloaded that library according to what i got in post #425
    Im i wrong again ?
    Thanks

    ./sifo
    Strange, as sensord is included in library pack 4

    Code:
    # apt-get install meecolay-librarypack4=0.9.4
    and if newest version:

    Code:
    # apt-get install --reinstall meecolay-librarypack4
    #425 is yours. And in #426 I'm talking about another library.

    Edit | Forward | Quote | Quick Reply | Thanks

     
    sifo | # 432 | 2012-09-14, 16:31 | Report

    libsensorclient* is in /opt/meecolay/lib/
    anyway i reinstalled that pack and went into the same errors
    when i try
    Code:
    meecolay /path/to/my/app
    i get this about libqmsystem2.so.1
    Code:
    meecolay /opt/meecolay/bin/apps/n9-quran/usr/bin/n9-quran
     /opt/meecolay/bin/apps/n9-quran/usr/bin/n9-quran: symbol lookup error: /opt/meecolay/lib/libqmsystem2.so.1: undefined symbol: dsme_battery_empty_ind
    as i did before preloaded this lib then i get another lib error
    Code:
    LD_PRELOAD=/opt/meecolay/lib/libqmsystem2.so.1 meecolay /opt/meecolay/bin/apps/n9-quran/usr/bin/n9-quran
    Code:
    /bin/sh: error while loading shared libraries: libsensorclient.so.1: cannot open shared object file: No such file or directory
    It is ok if this app cant get to work im just trying apps and nothing else
    Thanks

    ./sifo

    Edit | Forward | Quote | Quick Reply | Thanks

     
    marmistrz | # 433 | 2012-09-14, 16:32 | Report

    Originally Posted by sifo View Post
    libsensorclient* is in /opt/meecolay/lib/
    anyway i reinstalled that pack and went into the same errors
    when i try
    Code:
    meecolay /path/to/my/app
    i get this about libqmsystem2.so.1
    Code:
    meecolay /opt/meecolay/bin/apps/n9-quran/usr/bin/n9-quran
     /opt/meecolay/bin/apps/n9-quran/usr/bin/n9-quran: symbol lookup error: /opt/meecolay/lib/libqmsystem2.so.1: undefined symbol: dsme_battery_empty_ind
    as i did before preloaded this lib then i get another lib error
    Code:
    LD_PRELOAD=/opt/meecolay/lib/libqmsystem2.so.1 meecolay /opt/meecolay/bin/apps/n9-quran/usr/bin/n9-quran
    Code:
    /bin/sh: error while loading shared libraries: libsensorclient.so.1: cannot open shared object file: No such file or directory
    It is ok if this app cant get to work im just trying apps and nothing else
    Thanks

    ./sifo
    You're preloading the wrong library. Why the hell do you preload libqmsystem. I told you to preload libdsme_dbus_if

    Edit | Forward | Quote | Quick Reply | Thanks

     
    marmistrz | # 434 | 2012-09-14, 16:47 | Report

    Added new workarounds here: http://wiki.maemo.org/MeeCoLay/Workarounds
    and a little here:
    http://wiki.maemo.org/MeeCoLay#Configuration
    Added one more user to credits on the first post.

    sifo, can you remove the taco master and stuff from workarounds? I think we should do another wiki page for app/game solutions. And we shouldn't tell "nothing required for this app", as this may be fixes. We have compatibility list for 'this works ok'

    Edit | Forward | Quote | Quick Reply | Thanks
    The Following User Says Thank You to marmistrz For This Useful Post:
    sifo

     
    sifo | # 435 | 2012-09-14, 16:49 | Report

    Code:
    LD_PRELOAD=/opt/meecolay/lib/libdsme_dbus_if.so.0.2.0 meecolay /opt/meecolay/bin/apps/n9-quran/usr/bin/n9-quran
    Code:
    ERROR: ld.so: object '/opt/meecolay/lib/libdsme_dbus_if.so.0.2.0' from LD_PRELOAD cannot be preloaded: ignored.
    ERROR: ld.so: object '/opt/meecolay/lib/libdsme_dbus_if.so.0.2.0' from LD_PRELOAD cannot be preloaded: ignored.
    /opt/meecolay/bin/apps/n9-quran/usr/bin/n9-quran: symbol lookup error: /opt/meecolay/lib/libqmsystem2.so.1: undefined symbol: dsme_battery_empty_ind
    libdsme_dbus_if.so.0.2.0 is not in /opt/meecolay/lib/ !
    excuse me

    Edit : fixed the wiki

    ./sifo

    Edit | Forward | Quote | Quick Reply | Thanks

    Last edited by sifo; 2012-09-14 at 16:53.

     
    marmistrz | # 436 | 2012-09-14, 16:55 | Report

    Originally Posted by sifo View Post
    Code:
    LD_PRELOAD=/opt/meecolay/lib/libdsme_dbus_if.so.0.2.0 meecolay /opt/meecolay/bin/apps/n9-quran/usr/bin/n9-quran
    Code:
    ERROR: ld.so: object '/opt/meecolay/lib/libdsme_dbus_if.so.0.2.0' from LD_PRELOAD cannot be preloaded: ignored.
    ERROR: ld.so: object '/opt/meecolay/lib/libdsme_dbus_if.so.0.2.0' from LD_PRELOAD cannot be preloaded: ignored.
    /opt/meecolay/bin/apps/n9-quran/usr/bin/n9-quran: symbol lookup error: /opt/meecolay/lib/libqmsystem2.so.1: undefined symbol: dsme_battery_empty_ind
    libdsme_dbus_if.so.0.2.0 is not in /opt/meecolay/lib/ !
    excuse me

    Edit : fixed the wiki

    ./sifo
    Code:
    # apt-get install --reinstall libdsme0.2.0-meecolay
    thanks for wiki

    Edit | Forward | Quote | Quick Reply | Thanks
    The Following User Says Thank You to marmistrz For This Useful Post:
    sifo

     
    sifo | # 437 | 2012-09-14, 17:03 | Report

    Well it was installed but not exist, anyway reinstalling it made a little porgress
    Code:
    LD_PRELOAD=/opt/meecolay/lib/libdsme_dbus_if.so.0.2.0 meecolay /opt/meecolay/bin/apps/n9-quran/usr/bin/n9-quran 
    Running non-meego graphics system enabled  MeeGo touch, forcing native graphicssystem
    
    /opt/meecolay/bin/apps/n9-quran/usr/bin/n9-quran: symbol lookup error: /opt/meecolay/bin/apps/n9-quran/usr/bin/n9-quran: undefined symbol: _ZN7MWindow24setRoundedCornersEnabledEb
    a window is opening and crashing immediately

    ./sifo

    Edit | Forward | Quote | Quick Reply | Thanks

    Last edited by sifo; 2012-09-14 at 17:05.

     
    marmistrz | # 438 | 2012-09-14, 17:11 | Report

    Originally Posted by sifo View Post
    Well it was installed but not exist, anyway reinstalling it made a little porgress
    Code:
    LD_PRELOAD=/opt/meecolay/lib/libdsme_dbus_if.so.0.2.0 meecolay /opt/meecolay/bin/apps/n9-quran/usr/bin/n9-quran 
    Running non-meego graphics system enabled  MeeGo touch, forcing native graphicssystem
    
    /opt/meecolay/bin/apps/n9-quran/usr/bin/n9-quran: symbol lookup error: /opt/meecolay/bin/apps/n9-quran/usr/bin/n9-quran: undefined symbol: _ZN7MWindow24setRoundedCornersEnabledEb
    a window is opening and crashing immediately

    ./sifo
    libmeegotouch too old. XFade said the issue should be fixed now, will be trying to upload qt4 2moro.

    Edit | Forward | Quote | Quick Reply | Thanks
    The Following 2 Users Say Thank You to marmistrz For This Useful Post:
    klinglerware, sifo

     
    sifo | # 439 | 2012-09-15, 05:37 | Report

    I tried new games,
    Burn the city
    Not working
    Code:
    meecolay /opt/meecolay/bin/games/burnthecity/opt/burn-the-city/bin/burn-the-city
    /opt/meecolay/bin/games/burnthecity/opt/burn-the-city/bin/burn-the-city: error while loading shared libraries: libmono.so.0: cannot open shared object file: No such file or directory
    =====================================
    Flag mine
    Not working
    Code:
    meecolay /opt/meecolay/bin/games/flagmine/opt/skidstone/bin/skidstone
    Segmentation fault
    =====================================
    Unblockme
    it is working but with wrong rotation
    Code:
    meecolay /opt/meecolay/bin/games/blockme/opt/unblockmee/bin/unblockmee
    Preloading theme "blanco" from cache
    file:///usr/lib/qt4/imports/com/nokia/meego/StatusBar.qml:246: Unable to assign QString to QColor
    file:///usr/lib/qt4/imports/com/nokia/meego/StatusBar.qml:156: Unable to assign QString to QColor
    file:///usr/lib/qt4/imports/com/nokia/meego/StatusBar.qml:75: Unable to assign QString to QColor
    file:///usr/lib/qt4/imports/com/nokia/meego/StatusBarStyle.qml:63: Unable to assign [undefined] to QString indicatorColor
    file:///usr/lib/qt4/imports/com/nokia/meego/WindowStyle.qml:56: TypeError: Result of expression 'theme.constants.QtcCore' [undefined] is not an object.
    file:///usr/lib/qt4/imports/com/nokia/meego/WindowStyle.qml:49: TypeError: Result of expression 'theme.constants.QtcCore' [undefined] is not an object.
    file:///usr/lib/qt4/imports/com/nokia/meego/WindowStyle.qml:48: TypeError: Result of expression 'theme.constants.QtcCore' [undefined] is not an object.
    file:///usr/lib/qt4/imports/com/nokia/meego/WindowStyle.qml:56: TypeError: Result of expression 'theme.constants.QtcCore' [undefined] is not an object.
    file:///usr/lib/qt4/imports/com/nokia/meego/WindowStyle.qml:49: TypeError: Result of expression 'theme.constants.QtcCore' [undefined] is not an object.
    file:///usr/lib/qt4/imports/com/nokia/meego/WindowStyle.qml:48: TypeError: Result of expression 'theme.constants.QtcCore' [undefined] is not an object.
    =====================================
    Manacla Kahan :S
    window opens then crashing...
    Code:
    meecolay /opt/meecolay/bin/games/manaclakalah/opt/mancalakalah/bin/MancalaKalah
    QCursor: Cannot create bitmap cursor; invalid bitmap(s)
    QCursor: Cannot create bitmap cursor; invalid bitmap(s)
    Autosave file: /usr/share/applications/autosave.mks
    Window Activated
    Floating point exception
    =====================================
    Samurai 2
    Not working, the same error of Burn the city
    Code:
    meecolay /opt/meecolay/bin/games/samurai/opt/samurai-2/bin/samurai-2
    /opt/meecolay/bin/games/samurai/opt/samurai-2/bin/samurai-2: error while loading shared libraries: libmono.so.0: cannot open shared object file: No such file or directory
    =====================================
    Candy Boy
    Not working
    Code:
    meecolay /opt/meecolay/bin/games/candyboy/opt/candyboy/bin/candyboy 
    start QtGame 
    install at id: 2 
    application event: 68 
    game init 
    application event: 68 
    Found SGX/MBX driver, enabling FullClearOnEveryFrame 
    Found v1.3 driver, enabling brokenFBOReadBack 
    openglInit 
    openglINit finish 
    
    YOUR GAME INFO HEREEEEEEEEEEEEEEEEEEEEEEEEEEEE
    _game_version = 100
    _rate = 0
    _score_best = 0
    Unlock:
    
    MAPPPPPPPPPPPPPPP 0
    0:1	1:0	2:0	3:0	4:0	5:0	6:0	7:0	8:0	9:0	10:0	11:0	12:0	13:0	14:0	15:0	16:0	17:0	18:0	19:0	20:0	21:0	22:0	23:0	24:0	25:0	26:0	27:0	28:0	29:0	
    MAPPPPPPPPPPPPPPP 1
    0:0	1:0	2:0	3:0	4:0	5:0	6:0	7:0	8:0	9:0	10:0	11:0	12:0	13:0	14:0	15:0	16:0	17:0	18:0	19:0	20:0	21:0	22:0	23:0	24:0	25:0
    =====================================
    I also added a few working games tested by me and originally by amr.fayz to the MeeCoLay Compatibility List.
    Will try more if i have more free time

    @marmistrz
    should i add every package i try to the MeeCoLay Compatibility List whether it works or not ?

    Thanks in advance

    ./sifo

    Edit | Forward | Quote | Quick Reply | Thanks

     
    datjomp | # 440 | 2012-09-15, 06:10 | Report

    Might this app work with Mecolay?
    I havent installed mecolay myself yet.
    I kinda like the look of that recorder.

    http://my-meego.com/software/applica...Auto=307&faq=2

    Edit | Forward | Quote | Quick Reply | Thanks

     
    Page 44 of 85 | Prev | 34   42     43   44   45     46   54 | Next | Last
vBulletin® Version 3.8.8
Normal Logout