Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error "libshiboken" on linux #73

Closed
willDTF opened this issue Jul 22, 2019 · 4 comments
Closed

Error "libshiboken" on linux #73

willDTF opened this issue Jul 22, 2019 · 4 comments

Comments

@willDTF
Copy link

willDTF commented Jul 22, 2019

Hi,
When I try to open the gui on centos 7.6 / maya 2019.1, the console return this errors

RuntimeWarning: libshiboken: Overflow: Value -9223372036854775807 exceeds limits of type [signed] "i" (4bytes)., at line 102, in "/mnt/Pipeline/Maya/scripts/capture_gui/plugins/timeplugin.py" OverflowError RuntimeWarning: libshiboken: Overflow: Value 9223372036854775807 exceeds limits of type [signed] "i" (4bytes)., at line 102, in "/mnt/Pipeline/Maya/scripts/capture_gui/plugins/timeplugin.py"

on windows it's works normally

@BigRoy
Copy link
Member

BigRoy commented Jul 22, 2019

@Kaiz3rTool this sounds like the same problem as #68 could you see if that workaround fixes it for you?

If so, a PR would be more than welcome. I wonder why CentOS is giving trouble with it though. But if you are unfamiliar with Github/PRs I could set one up too.

@willDTF
Copy link
Author

willDTF commented Jul 30, 2019

hi, sorry for the late answer
about the fix, do I need to replace all instance of sys.maxint or a specific one ?

@BigRoy
Copy link
Member

BigRoy commented Jul 30, 2019

Let me see if I can prepare a PR tomorrow for you too try.

I believe its line 102 and line 105: https://github.com/Colorbleed/maya-capture-gui/blob/master/capture_gui/plugins/timeplugin.py#L102

@willDTF
Copy link
Author

willDTF commented Aug 19, 2019

hi, not working for me so I replaced all sys.maxint by 1 billion and it works (pretty sure I will never need to go that far ^^ )
thank you for your help

@willDTF willDTF closed this as completed Aug 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants