|
2012-09-16
, 10:27
|
Posts: 3,328 |
Thanked: 4,476 times |
Joined on May 2011
@ Poland
|
#452
|
hi marmistrz
I hope that you are doing fine
Excuse me I had a vacation I'm sorry for not uploading i Will upload it today but Why warned me?? I try help only
my lib have the same Mistake
HTML Code:libqmsystem2.so.1: undefined symbol: dsme_battery_empty_ind
I created
/opt/qt4-maemo5/imports/QtMobility/
and
/opt/qt4-maemo5/lib
and put in it missing lib Out of meecolay lib and i export it in env File like this
HTML Code:if [ -n "$QML_IMPORT_PATH" ]; then export QML_IMPORT_PATH="/opt/qtm12/imports:/opt/qt4-maemo5/imports:$QML_IMPORT_PATH" else export QML_IMPORT_PATH="/opt/qtm12/imports:/opt/qt4-maemo5/imports" fi
And the same case in libs And it works with me
Sorry if i disturbed you
|
2012-09-16
, 12:27
|
Posts: 77 |
Thanked: 93 times |
Joined on Aug 2011
|
#453
|
LD_PRELOAD=/opt/qtm12/lib/libQtSystemInfo.so meecolay /opt/GTRacing/bin/GTRacing
-------------------IsRunning FAIL
Object::connect: No such signal QApplication::messageReceived()
Object::connect: (sender name: 'GTRacing')
Object::connect: (receiver name: 'GTRacing')
QMediaPluginLoader: Failed to load plugin: "/opt/qtm12/plugins/mediaservice/libqgstengine.so" "Cannot load library /opt/qtm12/plugins/mediaservice/libqgstengine.so: (/opt/qtm12/plugins/mediaservice/libqgstengine.so: undefined symbol: _ZN14QCameraControl16staticMetaObjectE)"
Play Sound = 2
-------------------Register OK
Vo day Vo day Vo day
------------QGLWidget::event--------------
------------QGLWidget::event--------------
------------QGLWidget::event--------------
------------QGLWidget::event--------------
------------QGLWidget::event--------------
------------QGLWidget::event--------------
------------QGLWidget::event--------------
Found SGX/MBX driver, enabling FullClearOnEveryFrame
Found v1.3 driver, enabling brokenFBOReadBack
------------QGLWidget::event--------------
------------QGLWidget::event--------------
------------QGLWidget::event--------------
------------QGLWidget::event--------------
------------QGLWidget::event--------------
------------QGLWidget::event--------------
|
2012-09-16
, 14:15
|
Posts: 3,328 |
Thanked: 4,476 times |
Joined on May 2011
@ Poland
|
#454
|
Trying to start GT Racing with Video plays ok, but after blank black screen
and output
LD_PRELOAD="/opt/qtm12/lib/libQtMultimediaKit.so:/opt/qtm12/lib/libQtSystemInfo.so" meecolay <with your arguments>
|
2012-09-16
, 14:39
|
Posts: 3,328 |
Thanked: 4,476 times |
Joined on May 2011
@ Poland
|
#455
|
# apt-get install libaccounts-glib0 libaccounts-qt1
|
2012-09-16
, 15:00
|
Posts: 224 |
Thanked: 132 times |
Joined on Jun 2012
@ Cairo ;Egypt
|
#456
|
libaccounts-qt1 has been uploaded to meecolay repo.
libaccounts-glib0 has been uploaded to meecolay repo before.
You can download them by
when meecolay installedCode:# apt-get install libaccounts-glib0 libaccounts-qt1
I'm working on libaccountsetup, so amr.fayz: please don't upload it on your own. If I have problems, I'll let you know
|
2012-09-16
, 15:01
|
Posts: 224 |
Thanked: 132 times |
Joined on Jun 2012
@ Cairo ;Egypt
|
#457
|
|
2012-09-16
, 15:18
|
Posts: 224 |
Thanked: 132 times |
Joined on Jun 2012
@ Cairo ;Egypt
|
#458
|
# -*- python -*-
# Copyright (C) 2009, 2010 Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
import sys
import gdb
import os
import os.path
pythondir = '/usr/src/toolchain_build/output/share/gcc-4.7.2/python'
libdir = '/usr/src/toolchain_build/output/arm-none-linux-gnueabi/lib'
# This file might be loaded when there is no current objfile. This
# can happen if the user loads it manually. In this case we don't
# update sys.path; instead we just hope the user managed to do that
# beforehand.
if gdb.current_objfile () is not None:
# Update module path. We want to find the relative path from libdir
# to pythondir, and then we want to apply that relative path to the
# directory holding the objfile with which this file is associated.
# This preserves relocatability of the gcc tree.
# Do a simple normalization that removes duplicate separators.
pythondir = os.path.normpath (pythondir)
libdir = os.path.normpath (libdir)
prefix = os.path.commonprefix ([libdir, pythondir])
# In some bizarre configuration we might have found a match in the
# middle of a directory name.
if prefix[-1] != '/':
prefix = os.path.dirname (prefix) + '/'
# Strip off the prefix.
pythondir = pythondir[len (prefix):]
libdir = libdir[len (prefix):]
# Compute the ".."s needed to get from libdir to the prefix.
dotdots = ('..' + os.sep) * len (libdir.split (os.sep))
objfile = gdb.current_objfile ().filename
dir_ = os.path.join (os.path.dirname (objfile), dotdots, pythondir)
if not dir_ in sys.path:
sys.path.insert(0, dir_)
# Load the pretty-printers.
from libstdcxx.v6.printers import register_libstdcxx_printers
register_libstdcxx_printers (gdb.current_objfile ())
apt-get install --reinstall gdb
|
2012-09-16
, 18:03
|
Posts: 3,328 |
Thanked: 4,476 times |
Joined on May 2011
@ Poland
|
#459
|
i try the Following
revolver
,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
~ $ meecolay /home/user/MyDocs/amr/revolver/opt/R
evolver/bin/Revolver
Preloading theme "blanco" from cache
file:///home/user/MyDocs/amr/revolver/opt/Revolver/qml/Revolver/main.qml:9:5: Type MainPage unavailable
MainPage {
^
file:///home/user/MyDocs/amr/revolver/opt/Revolver/qml/Revolver/MainPage.qml:4:1: plugin cannot be loaded for module "QtMobility.sensors": Cannot load library /opt/qtm12/imports/QtMobility/sensors/libdeclarative_sensors.so: (/opt/qtm12/imports/QtMobility/sensors/libdeclarative_sensors.so: undefined symbol: _ZNK10QtMobility12QLightSensor10metaObjectEv)
import QtMobility.sensors 1.1
^
,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, ,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
walkundermoon
,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
~ $ meecolay /home/user/MyDocs/amr/walkundermoon/
bin/walkundermoon
file:///home/user/MyDocs/amr/walkundermoon/qml/walkundermoon/main.qml:34:5: Type AdItem unavailable
AdItem {
^
file:///home/user/MyDocs/amr/walkundermoon/qml/walkundermoon/content/inneractive/AdItem.qml:31:1: Type AdParameters unavailable
Item {
^
file:///home/user/MyDocs/amr/walkundermoon/qml/walkundermoon/content/inneractive/AdParameters.qml:25:1: plugin cannot be loaded for module "QtMobility.location": Cannot load library /opt/qtm12/imports/QtMobility/location/libdeclarative_location.so: (/opt/qtm12/imports/QtMobility/location/libdeclarative_location.so: undefined symbol: _ZNK10QtMobility13QGeoMapObject10metaObjectEv)
import QtMobility.location 1.1
^
,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, ,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
quasarmx
,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
$ meecolay /home/user/MyDocs/amr/quasarmx/opt/
quasarmx/bin/quasarmx
/home/user/MyDocs/amr/quasarmx/opt/quasarmx/bin/quasarmx: symbol lookup error: /usr/lib/libqmsystem2.so.1: undefined symbol: dsme_battery_empty_ind
~ $
,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, ,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
recorder_mee
,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
$ /home/user/MyDocs/amr/pongo/opt/recorder_mee
go/bin/recorder_meego
Running non-meego graphics system enabled MeeGo touch, forcing native graphicssystem
X Error: BadMatch (invalid parameter attributes) 8
Major opcode: 42 (X_SetInputFocus)
Resource id: 0x5e00002
Segmentation fault
~ $
,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, ,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
peakgold
,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
$ /home/user/MyDocs/amr/peakgold/o
pt/peakgold/bin/peakgold
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
load file: 140
saveExist a
YOUR GAME INFO HEREEEEEEEEEEEEEEEEEEEEEEEEEEEE
_game_version = 115
_level = 0
_money = 0
_score = 0
-----------> UPGRADE <--------------
UPGRADE_GENERATOR_MACHINE = 0
UPGRADE_GOLD_DETECTOR = 0
UPGRADE_GOLD_COLECTION = 0
UPGRADE_HOOK_MINIUM = 0
UPGRADE_HOOK_BACK = 0
UPGRADE_HOOK_THROW = 0
rateCount = 0
0 -> 0
1 -> 0
2 -> 0
3 -> 0
4 -> 0
5 -> 0
6 -> 0
7 -> 0
8 -> 0
Segmentation fault
,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, ,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
pathwind
,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
$ /home/user/MyDocs/amr/pathwind/opt/pathwind/
bin/pathwind
/home/user/MyDocs/amr/pathwind/opt/pathwind/bin/pathwind: error while loading shared libraries: /opt/meecolay/lib/libmeegotouchsettings.so.0: ELF file version does not match current one
~ $
,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
mushroom
$ /home/user/MyDocs/amr/mushrooms/opt/mushroom
s/bin/mushrooms
Preloading theme "blanco" from cache
file:///opt/mushrooms/share/mushrooms/qml/main.qml:3:1: plugin cannot be loaded for module "QtMobility.sensors": Cannot load library /opt/qtm12/imports/QtMobility/sensors/libdeclarative_sensors.so: (/opt/qtm12/imports/QtMobility/sensors/libdeclarative_sensors.so: undefined symbol: _ZNK10QtMobility12QLightSensor10metaObjectEv)
Segmentation fault
,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, ,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
Bsor3a
~ $ meecolay /home/opt/meecolay2/Test/opt/Bsor3a/bin/Bsor3a
/home/opt/meecolay2/Test/opt/Bsor3a/bin/Bsor3a: symbol lookup error: /usr/lib/libqmsystem2.so.1: undefined symbol: dsme_battery_empty_ind
,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, ,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
the Working
talking donkey
,,,,,,,,,,,,,,,,,,,
wakeonlan
|
2012-09-16
, 18:25
|
Posts: 3,328 |
Thanked: 4,476 times |
Joined on May 2011
@ Poland
|
#460
|
# apt-get install libaccountsetup0
The Following User Says Thank You to marmistrz For This Useful Post: | ||
hi marmistrz
I hope that you are doing fine
Excuse me I had a vacation I'm sorry for not uploading i Will upload it today but Why warned me?? I try help only
my lib have the same Mistake
I created
/opt/qt4-maemo5/imports/QtMobility/
and
/opt/qt4-maemo5/lib
and put in it missing lib Out of meecolay lib and i export it in env File like this
And the same case in libs And it works with me
Sorry if i disturbed you