Reply
Thread Tools Search this Thread
Posts: 1,762 | Thanked: 1,872 times | Joined on May 2011 @ Poland
#271
Originally Posted by hadjistyllis View Post
I just copy the libs inside the deb to meecolay libs folder (so no risk of reflash hehe) but nothing new.

I Check BEJEWELED 2 HD
It starts with out sound and seems to go to menu, but when I touch the screen it exit with an error
Content update: Failed to parse properties files: U
I run it without root ( like we run preenv games) to prevent having error like GTK themes not found or whatelse.
If you get some errors with run-standalone.sh, just try
Code:
source run-standalone.sh
or
Code:
meecolay run-standalone.sh /path/to/executable
or
Code:
run-standalone.sh meecolay /path/to/executable
__________________
MeeCoLay: run MeeGo Harmattan apps on Fremantle
PowEdit: manage power key menu entries
User Agent Tool - change Maemo Browser's user agent
MaeLyrica - lyrics download client

If you want to support my work, you can DONATE

You're encouraged to donate at least a couple of euros - otherwise PayPal takes almost everything as a fee.

If you would like to donate in other currency or can't donate but would like to support me, please contact me.
 
Posts: 81 | Thanked: 8 times | Joined on Jul 2012 @ Istanbul TURKEY
#272
I've installed cssu stable and so that i could installed meecolay... But i've a question.. Thanks to this pro, can i use meego pros?? Wazapp for example??
Thanks....
 
Posts: 1,762 | Thanked: 1,872 times | Joined on May 2011 @ Poland
#273
Originally Posted by gkhnkrts7 View Post
I've installed cssu stable and so that i could installed meecolay... But i've a question.. Thanks to this pro, can i use meego pros?? Wazapp for example??
Thanks....
U should be able to run some MeeGo apps.
__________________
MeeCoLay: run MeeGo Harmattan apps on Fremantle
PowEdit: manage power key menu entries
User Agent Tool - change Maemo Browser's user agent
MaeLyrica - lyrics download client

If you want to support my work, you can DONATE

You're encouraged to donate at least a couple of euros - otherwise PayPal takes almost everything as a fee.

If you would like to donate in other currency or can't donate but would like to support me, please contact me.
 

The Following User Says Thank You to marmistrz For This Useful Post:
Posts: 81 | Thanked: 8 times | Joined on Jul 2012 @ Istanbul TURKEY
#274
Yes.. But wazapp still doesn't work ... I'm trying to find out some meego aps .. Thanks...
 
Posts: 643 | Thanked: 160 times | Joined on Feb 2012 @ Goa
#275
@marmistrz

160by2 does'nt work on n900 web2sms so that i want to get meego web2sms
 
Posts: 1,762 | Thanked: 1,872 times | Joined on May 2011 @ Poland
#276
Originally Posted by seanmcken View Post
@marmistrz

160by2 does'nt work on n900 web2sms so that i want to get meego web2sms
so try it out
__________________
MeeCoLay: run MeeGo Harmattan apps on Fremantle
PowEdit: manage power key menu entries
User Agent Tool - change Maemo Browser's user agent
MaeLyrica - lyrics download client

If you want to support my work, you can DONATE

You're encouraged to donate at least a couple of euros - otherwise PayPal takes almost everything as a fee.

If you would like to donate in other currency or can't donate but would like to support me, please contact me.
 
Posts: 190 | Thanked: 109 times | Joined on Jun 2012 @ Cairo ;Egypt
#277
hi marmistrz

i have modify the env file Such as preenv i Changed MEE to meecolay in webs we write preenv and play the games i make the same in meecolay to play the games Because MEE not in usr/bin but meecolay in usr/bin




Code:
if [ -n "$meecolay_ROOT" ]; then
	export meecolay_ROOT
else
	# This needs to improve, but works well enough for debugging.
	# wrapper.sh will set a hardcoded /opt path.
	export meecolay_ROOT=$(pwd)
fi

if [ -n "$PATH" ]; then
	export PATH="$meecolay_ROOT/bin:$PATH"
else
	export PATH="$meecolay_ROOT/bin"
fi


if [ -n "$LD_PRELOAD" ]; then
	export LD_PRELOAD="$meecolay_ROOT/lib/libstdc++.so.6:$LD_PRELOAD"
else
	export LD_PRELOAD="$meecolay_ROOT/lib/libstdc++.so.6"
fi


if [ -n "$LD_LIBRARY_PATH" ]; then
	export LD_LIBRARY_PATH="$meecolay_ROOT/lib:$LD_LIBRARY_PATH:/opt/qtm12/lib"
else
	export LD_LIBRARY_PATH="$meecolay_ROOT/lib:/opt/qtm12/lib"
fi


if [ -n "$QML_IMPORT_PATH" ]; then
	export QML_IMPORT_PATH="/opt/qtm12/imports:$QML_IMPORT_PATH"
else
	export QML_IMPORT_PATH="/opt/qtm12/imports"
fi


and When I write meecolay The result is

ERROR: ld.so: object '/home/user/lib/libstdc++.so.6' from LD_PRELOAD cannot be preloaded: ignored.

ldconfig: /usr/lib/libstdc++.so.6.0.17-gdb.py is not an ELF file - it has the wrong magic bytes at the start.



i copy meecolay lib to /home/user/ in new folder /home/user/lib


and Retry and write meecolay it Work ok Without No problem


but


When i try play fragger & Candyboy And many











The problem is


ERROR: ld.so: object '/home/user/MyDocs/amr/games/meecolay/Candyboy/opt/candyboy/bin/lib/libstdc++.so.6' from LD_PRELOAD cannot be preloaded: ignored.
./candyboy: symbol lookup error: /opt/qtm12/lib/libQtOpenGL.so.4: undefined symbol: _ZN15QGraphicsSystem17platformExtensionEv

import com.nokia.meego 1.0
^




ERROR: ld.so: plugin cannot be loaded for module "QtMultimediaKit": Cannot load library /opt/qtm12/imports/QtMultimediaKit/libdeclarative_multimedia.so: (/opt/qtm12/lib/libQtOpenGL.so.4: undefined symbol: _ZN15QGraphicsSystem17platformExtensionEv)
import QtMultimediaKit 1.1
^



How can I solve the problem of


libstdc++.so.6' from LD_PRELOAD cannot be preloaded


symbol lookup error: /opt/qtm12/lib/libQtOpenGL.so.4: undefined symbol: _ZN15QGraphicsSystem17platformExtensionEv


cannot be loaded for module "com.nokia.meego": Cannot load library /opt/lib/qt4/imports/com/nokia/meego/libmeegoplugin.so: (/opt/qtm12/lib/libQtOpenGL.so.4: undefined symbol: _ZN15QGraphicsSystem17platformExtensionEv)
import com.nokia.meego 1.0
^


cannot be loaded for module "QtMultimediaKit": Cannot load library /opt/qtm12/imports/QtMultimediaKit/libdeclarative_multimedia.so: (/opt/qtm12/lib/libQtOpenGL.so.4: undefined symbol: _ZN15QGraphicsSystem17platformExtensionEv)
import QtMultimediaKit 1.1
^

Especially

libstdc++.so.6' from LD_PRELOAD cannot be preloaded




and i have problem of u app applauncherd Every time i use root

/var/lib/dpkg/info/applauncherd-launcher.postinst: line 19: aegisfs: not found


i install aegisfs And did not solve the problem the problem in usr/share/doc/applauncherd-launcher

no such file or directory i unzip the applauncherd deb and copy usr/share/doc/applauncherd-launcher and put it in usr/share/doc/

And did not solve the problem too How can I solve this problem


thanks

Last edited by amr.fayz; 08-11-2012 at 09:23 AM.
 

The Following User Says Thank You to amr.fayz For This Useful Post:
Posts: 1,762 | Thanked: 1,872 times | Joined on May 2011 @ Poland
#278
Originally Posted by amr.fayz View Post
hi marmistrz

i have modify the env file Such as preenv i Changed MEE to meecolay in webs we write preenv and play the games i make the same in meecolay to play the games Because MEE not in usr/bin but meecolay in usr/bin




Code:
if [ -n "$meecolay_ROOT" ]; then
	export meecolay_ROOT
else
	# This needs to improve, but works well enough for debugging.
	# wrapper.sh will set a hardcoded /opt path.
	export meecolay_ROOT=$(pwd)
fi

if [ -n "$PATH" ]; then
	export PATH="$meecolay_ROOT/bin:$PATH"
else
	export PATH="$meecolay_ROOT/bin"
fi


if [ -n "$LD_PRELOAD" ]; then
	export LD_PRELOAD="$meecolay_ROOT/lib/libstdc++.so.6:$LD_PRELOAD"
else
	export LD_PRELOAD="$meecolay_ROOT/lib/libstdc++.so.6"
fi


if [ -n "$LD_LIBRARY_PATH" ]; then
	export LD_LIBRARY_PATH="$meecolay_ROOT/lib:$LD_LIBRARY_PATH:/opt/qtm12/lib"
else
	export LD_LIBRARY_PATH="$meecolay_ROOT/lib:/opt/qtm12/lib"
fi


if [ -n "$QML_IMPORT_PATH" ]; then
	export QML_IMPORT_PATH="/opt/qtm12/imports:$QML_IMPORT_PATH"
else
	export QML_IMPORT_PATH="/opt/qtm12/imports"
fi


and When I write meecolay The result is

ERROR: ld.so: object '/home/user/lib/libstdc++.so.6' from LD_PRELOAD cannot be preloaded: ignored.

ldconfig: /usr/lib/libstdc++.so.6.0.17-gdb.py is not an ELF file - it has the wrong magic bytes at the start.



i copy meecolay lib to /home/user/ in new folder /home/user/lib


and Retry and write meecolay it Work ok Without No problem


but


When i try play fragger & Candyboy And many











The problem is


ERROR: ld.so: object '/home/user/MyDocs/amr/games/meecolay/Candyboy/opt/candyboy/bin/lib/libstdc++.so.6' from LD_PRELOAD cannot be preloaded: ignored.
./candyboy: symbol lookup error: /opt/qtm12/lib/libQtOpenGL.so.4: undefined symbol: _ZN15QGraphicsSystem17platformExtensionEv

import com.nokia.meego 1.0
^




ERROR: ld.so: plugin cannot be loaded for module "QtMultimediaKit": Cannot load library /opt/qtm12/imports/QtMultimediaKit/libdeclarative_multimedia.so: (/opt/qtm12/lib/libQtOpenGL.so.4: undefined symbol: _ZN15QGraphicsSystem17platformExtensionEv)
import QtMultimediaKit 1.1
^



How can I solve the problem of


libstdc++.so.6' from LD_PRELOAD cannot be preloaded


symbol lookup error: /opt/qtm12/lib/libQtOpenGL.so.4: undefined symbol: _ZN15QGraphicsSystem17platformExtensionEv


cannot be loaded for module "com.nokia.meego": Cannot load library /opt/lib/qt4/imports/com/nokia/meego/libmeegoplugin.so: (/opt/qtm12/lib/libQtOpenGL.so.4: undefined symbol: _ZN15QGraphicsSystem17platformExtensionEv)
import com.nokia.meego 1.0
^


cannot be loaded for module "QtMultimediaKit": Cannot load library /opt/qtm12/imports/QtMultimediaKit/libdeclarative_multimedia.so: (/opt/qtm12/lib/libQtOpenGL.so.4: undefined symbol: _ZN15QGraphicsSystem17platformExtensionEv)
import QtMultimediaKit 1.1
^

Especially

libstdc++.so.6' from LD_PRELOAD cannot be preloaded




and i have problem of u app applauncherd Every time i use root

/var/lib/dpkg/info/applauncherd-launcher.postinst: line 19: aegisfs: not found


i install aegisfs And did not solve the problem the problem in usr/share/doc/applauncherd-launcher

no such file or directory i unzip the applauncherd deb and copy usr/share/doc/applauncherd-launcher and put it in usr/share/doc/

And did not solve the problem too How can I solve this problem


thanks
The thing with undefined symbols is a problem with LD_LIBRARY_PATH. Even /opt/qtm12/lib is added there, /usr/lib seems to be preferred by the system (ld). Is there any way to override these couple of libraries (Qt Mobility)? I cannot LD_PRELOAD them, as this would preload these libraries even when not needed
__________________
MeeCoLay: run MeeGo Harmattan apps on Fremantle
PowEdit: manage power key menu entries
User Agent Tool - change Maemo Browser's user agent
MaeLyrica - lyrics download client

If you want to support my work, you can DONATE

You're encouraged to donate at least a couple of euros - otherwise PayPal takes almost everything as a fee.

If you would like to donate in other currency or can't donate but would like to support me, please contact me.
 
Posts: 190 | Thanked: 109 times | Joined on Jun 2012 @ Cairo ;Egypt
#279
Originally Posted by marmistrz View Post
The thing with undefined symbols is a problem with LD_LIBRARY_PATH. Even /opt/qtm12/lib is added there, /usr/lib seems to be preferred by the system (ld). Is there any way to override these couple of libraries (Qt Mobility)? I cannot LD_PRELOAD them, as this would preload these libraries even when not needed



i think libstdc++.so.6' from LD_PRELOAD cannot be preloaded: ignored Because of libstdc++.so.6.0.14-gdb.py


The message say (ldconfig: /usr/lib/libstdc++.so.6.0.14-gdb.py is not an ELF file - it has the wrong magic bytes at the start.)




Good News


i play Taco Master





i Posted subject Here

http://www.mobile4arab.com/vb/showthread.php?t=854112


i Update meecolay lib

http://www.mediafire.com/?4uxp0y5vey9uolh


and Update GLib 2.26.0

http://www.mediafire.com/?cvvzjl1cjgxh5w0


and it Work successfully


i have another problem


1- The message say (ldconfig: /usr/lib/libstdc++.so.6.0.14-gdb.py is not an ELF file - it has the wrong magic bytes at the start.)

as before


2- /bin/lib/libstdc++.so.6' from LD_PRELOAD cannot be preloaded: ignored.
./pocket-rpg: error while loading shared libraries: libmono.so.0: cannot open shared object file: No such file or directory



3- line 11 in meecolay

/opt/imr06/bin/imr06
/usr/bin/meecolay: exec: line 11: File not found


IThere is a problem in line 11 in meecolay What is ?




thanks
 
Posts: 1,762 | Thanked: 1,872 times | Joined on May 2011 @ Poland
#280
Originally Posted by amr.fayz View Post
i think libstdc++.so.6' from LD_PRELOAD cannot be preloaded: ignored Because of libstdc++.so.6.0.14-gdb.py


The message say (ldconfig: /usr/lib/libstdc++.so.6.0.14-gdb.py is not an ELF file - it has the wrong magic bytes at the start.)




Good News


i play Taco Master





i Posted subject Here

http://www.mobile4arab.com/vb/showthread.php?t=854112


i Update meecolay lib

http://www.mediafire.com/?4uxp0y5vey9uolh


and Update GLib 2.26.0

http://www.mediafire.com/?cvvzjl1cjgxh5w0


and it Work successfully


i have another problem


1- The message say (ldconfig: /usr/lib/libstdc++.so.6.0.14-gdb.py is not an ELF file - it has the wrong magic bytes at the start.)

as before


2- /bin/lib/libstdc++.so.6' from LD_PRELOAD cannot be preloaded: ignored.
./pocket-rpg: error while loading shared libraries: libmono.so.0: cannot open shared object file: No such file or directory



3- line 11 in meecolay

/opt/imr06/bin/imr06
/usr/bin/meecolay: exec: line 11: File not found


IThere is a problem in line 11 in meecolay What is ?




thanks
LD_PRELOAD has been removed, I'm uploading newer version.
with libmono, try
Code:
# apt-get install libmono-2.0-1
I guess that you're trying to execute a file that doesn't exist. Try with newer version and after installing libmono

PS. You'd better use libglib 2.22 instead, as 2.26 segfaults sometimes (e.g. with leafpad)
__________________
MeeCoLay: run MeeGo Harmattan apps on Fremantle
PowEdit: manage power key menu entries
User Agent Tool - change Maemo Browser's user agent
MaeLyrica - lyrics download client

If you want to support my work, you can DONATE

You're encouraged to donate at least a couple of euros - otherwise PayPal takes almost everything as a fee.

If you would like to donate in other currency or can't donate but would like to support me, please contact me.

Last edited by marmistrz; 08-13-2012 at 08:35 AM.
 
Reply

Tags
compatibility, harmattan, meecolay, meego, mee_env

Thread Tools Search this Thread
Search this Thread:

Advanced Search

 
Forum Jump


All times are GMT -4. The time now is 11:29 AM.