EvEmu-Project / evemu_Crucible

Emulator for EvE Online's Crucible expansion
https://evemu.dev
168 stars 65 forks source link

In the character sheet menu clicking on security status causes the character sheet to bug #271

Closed OperationDx closed 2 months ago

OperationDx commented 11 months ago

Describe the bug Bug - In the character sheet menu clicking on security status causes the character sheet to bug out no longer letting you click on other tabs.

To Reproduce Steps to reproduce the behavior: Open character sheet Click on security status Clicking on any other tab in the character sheet will be blank until you log.

Expected behavior Tab should show security status (may not be implemented) clicking on other tabs after should continue to show character information

Screenshots C_Sheet

System Details (please complete the following information):

Additional context None at this time

ZyenDomani commented 10 months ago

this was working. will need a bit of tracing to find problem.

OperationDx commented 10 months ago

Thanks for the update

d10sfan commented 10 months ago

Server comes up with this error when trying to open the security page on your character:

01:00:26 E Client::CallReq: Unable to find method to handle call to: standing2::GetStandingTransactions

01:00:26 E Client::CallReq: standing2::GetStandingTransactions candidates: 

    (PyInt*,PyInt*,PyInt*,PyInt*,PyInt*,PyLong*)

Does not match parameters: 

    (PyInt*,PyInt*,PyInt*,PyNone*,PyNone*,PyNone*)

I have a fix that should work for this in a PR, now the security screen loads and seems to work from what I can tell. If you'd like you could checkout that branch and see how it goes for you as well.

image

image

d10sfan commented 10 months ago

If you try the latest from staging, my changes have been merged, so this should be fixed.

OperationDx commented 10 months ago

Thank you.

jdhirst commented 2 months ago

Closing as fixed