jamesalbert / eve-memory-reader

run eve online bots
MIT License
5 stars 7 forks source link

_color is always null #1

Open itsEmperor0x opened 1 year ago

itsEmperor0x commented 1 year ago

Hello,

first of all thanks for this great project it helped me a lot learning about writing automation tools for Eve Online.

I found a bug in the memory reader c library. It seems that it is not reading the "_color" property located in various UI elements properly since its always null in the utf-8 resolved ui tree.

Sadly I do not have any experience in C nor an idea how I could debug the C library myself to narrow down the problem.

Maybe you find some time to take a look at this bug.

Thank you in advance :)

trainingday01 commented 9 months ago

Have the same issue, found out it will require to implement read_python_type_pyColor and read_python_type_float which are missing. I've managed to read the pyColor's objects but haven't figured out how to read the floats yet :/

trainingday01 commented 9 months ago

Managed to implement both read of float and pyColor, mimicking same output as Sanderling does. Need to do some cleanup but can open PR if needed

Zer0TheObserver commented 4 months ago

in addition lastShield/lastStructure/lastArmor also gets null. I even can got nothing.