Active Topics

 


Reply
Thread Tools
Posts: 98 | Thanked: 71 times | Joined on Sep 2011 @ Manila
#1
Maemo Experts, I really need you help.MyPaint app on my n900 wont open.its weird.even though I reboot the device.it wont still open.:.What should I do?
 
Posts: 1,523 | Thanked: 1,997 times | Joined on Jul 2011 @ not your mom's FOSS basement
#2
Execute it on the command line (/opt/mypaint/bin/mypaint 2&>1) and post output....
 

The Following User Says Thank You to don_falcone For This Useful Post:
Posts: 98 | Thanked: 71 times | Joined on Sep 2011 @ Manila
#3
~ $ /opt/mypaint/bin/mypaint 2&>1
~ $ external python-simplejson
confpath = /home/user/.mypaint/
Traceback (most recent call last):
File "/opt/mypaint/bin/mypaint", line 172, in <module>
main.main(datapath, confpath)
File "/opt/mypaint/share/mypaint/gui/main.py", line 75, in main
run()
File "/opt/mypaint/share/mypaint/gui/main.py", line 42, in run
app = application.Application(datapath, options.config, args)
File "/opt/mypaint/share/mypaint/gui/application.py", line 55, in __init__
self.load_settings()
File "/opt/mypaint/share/mypaint/gui/application.py", line 199, in load_settings
user_config = get_json_config()
File "/opt/mypaint/share/mypaint/gui/application.py", line 143, in get_json_config
return helpers.json_loads(jsonstr)
File "/usr/lib/python2.5/site-packages/PIL/__init__.py", line 307, in loads

File "/usr/lib/python2.5/site-packages/simplejson/decoder.py", line 335, in decode
File "/usr/lib/python2.5/site-packages/simplejson/decoder.py", line 353, in raw_decode
ValueError: No JSON object could be decoded

is that right?
 
Posts: 98 | Thanked: 71 times | Joined on Sep 2011 @ Manila
#4
~ $ /opt/mypaint/bin/mypaint 2&>1
~ $ external python-simplejson
confpath = /home/user/.mypaint/
Traceback (most recent call last):
File "/opt/mypaint/bin/mypaint", line 172, in <module>
main.main(datapath, confpath)
File "/opt/mypaint/share/mypaint/gui/main.py", line 75, in main
run()
File "/opt/mypaint/share/mypaint/gui/main.py", line 42, in run
app = application.Application(datapath, options.config, args)
File "/opt/mypaint/share/mypaint/gui/application.py", line 55, in __init__
self.load_settings()
File "/opt/mypaint/share/mypaint/gui/application.py", line 199, in load_settings
user_config = get_json_config()
File "/opt/mypaint/share/mypaint/gui/application.py", line 143, in get_json_config
return helpers.json_loads(jsonstr)
File "/usr/lib/python2.5/site-packages/PIL/__init__.py", line 307, in loads

File "/usr/lib/python2.5/site-packages/simplejson/decoder.py", line 335, in decode
File "/usr/lib/python2.5/site-packages/simplejson/decoder.py", line 353, in raw_decode
ValueError: No JSON object could be decoded
 
Posts: 1,523 | Thanked: 1,997 times | Joined on Jul 2011 @ not your mom's FOSS basement
#5
Umm... just a wild guess... is maybe your settings file corrupt?
 

The Following User Says Thank You to don_falcone For This Useful Post:
Posts: 98 | Thanked: 71 times | Joined on Sep 2011 @ Manila
#6
Originally Posted by don_falcone View Post
Umm... just a wild guess... is maybe your settings file corrupt?
not really?how could i know if my settings is corrupted?
 
Posts: 98 | Thanked: 71 times | Joined on Sep 2011 @ Manila
#7
well if my settings is corrupted how should i fix it?
 
Posts: 1,523 | Thanked: 1,997 times | Joined on Jul 2011 @ not your mom's FOSS basement
#8
..by moving the file (think a bit) and test? (cd /home/user/.mypaint && mv settings.json settings.json.bak)

Or maybe the error handling is bad and the file doesn't even exist anymore.
 

The Following 3 Users Say Thank You to don_falcone For This Useful Post:
Posts: 98 | Thanked: 71 times | Joined on Sep 2011 @ Manila
#9
Im just a noob in linux
 
Posts: 98 | Thanked: 71 times | Joined on Sep 2011 @ Manila
#10
Originally Posted by don_falcone View Post
..by moving the file (think a bit) and test? (cd /home/user/.mypaint && mv settings.json settings.json.bak)

Or maybe the error handling is bad and the file doesn't even exist anymore.
wow it works,thanks!!!!!!
 
Reply


 
Forum Jump


All times are GMT. The time now is 23:52.