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

"exception_access_violation" on large text variable on component #883

Closed
nestanqueiro opened this issue Oct 10, 2018 · 1 comment
Closed
Assignees
Labels

Comments

@nestanqueiro
Copy link

Hi all,
Just noticed upbge crashes when you enter a large text variable on an argument of a component... (anything longer than 85 characters)

Usually you don't need them so long, but for instance, pasting a longer filename may instantly crash, no warnings...

To replicate the error just create an argument on the basic component of type text and enter something long... (more than 85 letters)...

the error happens also when you enter data after creation of the argument (say you create it with ("test", "test") and then change it to something long on the component interface....

thankyou,
Nuno Estanqueiro

@panzergame panzergame self-assigned this Oct 12, 2018
panzergame added a commit that referenced this issue Oct 12, 2018
Attributes PythonComponentProperty::[name/strval] and
PythonComponent::[module/name] were not of the size they handle
for maximum, whether 1024 for file name and 128 for property
string.

These size are properly set in this commit.

Fix issue: #883.
@panzergame panzergame added the bug label Oct 14, 2018
@panzergame
Copy link
Contributor

Tested, confirmed and fixed in 086255e. If the issue still persists, reopen the issue.

youle31 pushed a commit that referenced this issue May 26, 2019
Attributes PythonComponentProperty::[name/strval] and
PythonComponent::[module/name] were not of the size they handle
for maximum, whether 1024 for file name and 128 for property
string.

These size are properly set in this commit.

Fix issue: #883.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants