| Summary: | Cyrilic letters in folder path cause SDL_RWops to crash | ||
|---|---|---|---|
| Product: | SDL | Reporter: | Dimitry <winsvega> |
| Component: | file | Assignee: | Sam Lantinga <slouken> |
| Status: | RESOLVED INVALID | QA Contact: | Sam Lantinga <slouken> |
| Severity: | normal | ||
| Priority: | P2 | CC: | philipp.wiesemann |
| Version: | 2.0.0 | ||
| Hardware: | x86_64 | ||
| OS: | Windows 7 | ||
|
Description
Dimitry
2015-10-09 22:39:49 UTC
Thank you for reporting this problem. Does opening the file (e.g. SDL_RWFromFile()) cause the problem or writing the file (e.g. SDL_RWwrite())? SDL_RWFromFile(filename.c_str(), "wb"); return NULL sorry, that was probably fault on my side when setting filename path. sorry, that was probably fault on my side when setting filename path. |