GDB Manager 2010

I thought that this GDB Manager is for third kits? But how can I use the 3rd kits or generally spoken what can I do with this GDB Manager?
 
it doesn't work here, I got this:

Traceback (most recent call last):
File "GDBManager.py", line 2385, in <module>
File "wx\_core.pyc", line 7978, in __init__
File "wx\_core.pyc", line 7552, in _BootstrapApp
File "GDBManager.py", line 2376, in OnInit
File "GDBManager.py", line 1738, in __init__
File "GDBManager.py", line 1484, in updateTree
File "codecs.pyc", line 631, in next
File "codecs.pyc", line 562, in next
File "codecs.pyc", line 477, in readline
File "codecs.pyc", line 424, in read
UnicodeDecodeError: 'utf8' codec can't decode bytes in position 0-2: invalid data

=X
 
I have this problem
Traceback (most recent call last):
File "GDBManager.py", line 2385, in <module>
File "wx\_core.pyc", line 7978, in __init__
File "wx\_core.pyc", line 7552, in _BootstrapApp
File "GDBManager.py", line 2376, in OnInit
File "GDBManager.py", line 1738, in __init__
File "GDBManager.py", line 1484, in updateTree
File "codecs.pyc", line 631, in next
File "codecs.pyc", line 562, in next
File "codecs.pyc", line 477, in readline
File "codecs.pyc", line 424, in read
UnicodeDecodeError: 'utf8' codec can't decode bytes in position 0-5: unsupported Unicode code range
 
it doesn't work here, I got this:

Traceback (most recent call last):
File "GDBManager.py", line 2385, in <module>
File "wx\_core.pyc", line 7978, in __init__
File "wx\_core.pyc", line 7552, in _BootstrapApp
File "GDBManager.py", line 2376, in OnInit
File "GDBManager.py", line 1738, in __init__
File "GDBManager.py", line 1484, in updateTree
File "codecs.pyc", line 631, in next
File "codecs.pyc", line 562, in next
File "codecs.pyc", line 477, in readline
File "codecs.pyc", line 424, in read
UnicodeDecodeError: 'utf8' codec can't decode bytes in position 0-2: invalid data

=X

anyone?? :((
 
guys,
the ones getting UnicodeDecodeError - check your map.txt. It must be saved in UTF-8 encoding.
 
Juce,
First, great work. Whitout you and Robbie PES wouldn't be the same.
I was wondering if it's possible to add an auto-generate map for the next version of GDB Manager. Sorry for my English.
 
same problem
UnicodeDecodeError: 'utf8' codec can't decode bytes in position 0-5: unsupported Unicode code range
 
Update: version 9.0.1
- added color picker: RightClick on kit to pick main (radar) color, SHIFT-RightClick - to pick shorts color
- misc fixes: dropped "shorts.number.show" attribute, since it's not actually used by kitserver, better shorts number positioning for new addidas kit model.
- added menu option to see currently modified kits


http://www.filefront.com/15089691/GDBManager2010-901.exe
http://webfile.ru/4145817
http://www.sendspace.com/file/yahkgd


thanks juce
 
Update: version 9.0.1
- added color picker: RightClick on kit to pick main (radar) color, SHIFT-RightClick - to pick shorts color
- misc fixes: dropped "shorts.number.show" attribute, since it's not actually used by kitserver, better shorts number positioning for new addidas kit model.
- added menu option to see currently modified kits


http://www.filefront.com/15089691/GDBManager2010-901.exe
http://webfile.ru/4145817
http://www.sendspace.com/file/yahkgd

thanks juce :APPLAUD:
 
i'm sorry..i change the map.txt to utf8..but it's still not work...
and i got this....

Traceback (most recent call last):
File "GDBManager.py", line 2469, in <module>
File "wx\_core.pyc", line 7978, in __init__
File "wx\_core.pyc", line 7552, in _BootstrapApp
File "GDBManager.py", line 2460, in OnInit
File "GDBManager.py", line 1798, in __init__
File "GDBManager.py", line 1562, in updateTree
ValueError: invalid literal for int() with base 10: 'x'

please somebody help...
 
juce, my problem more than one have faced it
could u put a solution solve this complain ? for all who have faced it?
 
Guys who has the below problem:

Traceback (most recent call last):
File "GDBManager.py", line 2469, in <module>
File "wx\_core.pyc", line 7978, in __init__
File "wx\_core.pyc", line 7552, in _BootstrapApp
File "GDBManager.py", line 2460, in OnInit
File "GDBManager.py", line 1798, in __init__
File "GDBManager.py", line 1562, in updateTree
ValueError: invalid literal for int() with base 10: 'x'

delete the lines which is not begin with numbers or # ,for example
X, "FLC\Peterborough"

then delete GDBManager2010\gdbm.cfg

restart GDBManager.exe ,and redirect GDB folder.

Enjoy!


Thanks go to youniss from EPT who provides this solution
 
juce, i have 2 errors to report

1º sometimes the numbers/fonts are flashing or with black background
2º and always when I'm editing, the tabs simply disappear and appear again, look the screen
semttulosrq.jpg
 
If you can, you should use unicode because it is the world standard of text encoding. UTF-8 isn't a IEEE standard any more.

Just for your knowledge. :)

can you provide a link or some other reference for this?
It's the first time i hear about it.
 
Back
Top Bottom