Bug #1014
Config file parsing error with large string
Status: | Rejected | Start date: | 07/09/2010 | |
---|---|---|---|---|
Priority: | Low | Due date: | ||
Assignee: | vl | % Done: | 100% |
|
Category: | Tools: General | |||
Target version: | Version 0.8.0 |
Description
There seems to be a restriction in size for a configfile string value right now. If my string exceeds a certain length it crashes while parsing. Reproduced it with other configfiles and on Mac.
E.g. 1087 chars in Driver3D client.cfg crashes ryzom while 1086 not.
History
#1 Updated by kervala about 8 years ago
- Assignee deleted (
kervala)
#2 Updated by vl about 8 years ago
- Status changed from New to Rejected
- Assignee set to vl
- Target version set to Version 0.8.0
- % Done changed from 0 to 100
String in config file are limited to 1023 characters and it's enough for a normal use.
If you need string longer than that, you should think another solution to achieve it.