| Anonymous | Login | Signup for a new account | 2025-11-14 23:00 UTC |
| My View | View Issues | Change Log | Roadmap | Doomseeker Issue Support Ranking | Rules | My Account |
| View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||
| ID | Project | Category | View Status | Date Submitted | Last Update | ||||
| 0002742 | Doomseeker | [All Projects] Bug | public | 2016-05-27 16:57 | 2016-11-12 09:00 | ||||
| Reporter | rast1234 | ||||||||
| Assigned To | Zalewa | ||||||||
| Priority | normal | Severity | minor | Reproducibility | always | ||||
| Status | closed | Resolution | not fixable | ||||||
| Platform | x64 | OS | Windowsws 10 | OS Version | 10240 | ||||
| Product Version | 1.0 | ||||||||
| Target Version | Fixed in Version | ||||||||
| Summary | 0002742: Strange escape-characrer in server config | ||||||||
| Description | When i save server config and open it in notepad, i see one strange line: %2Bsv_maxlives=0 Is is supposed to be "+sv_maxlives" but other options are listed without "+" signs in the config. If i remove "%2B" and load config, Doomseeker does not read this value. | ||||||||
| Steps To Reproduce | 1) Open Doomseeker, go to Start server 2) Save config 3) Open the config in notepad 4) Find %2Bsv_maxlives and change its name to sv_maxlives, also change its value, save 5) Open config in Doomseeker 6) Value is not read from config | ||||||||
| Additional Information | Also i noticed that first section name in config is "[%General]" but other sections are normal. | ||||||||
| Attached Files | |||||||||
Notes |
|
|
Zalewa (developer) 2016-05-27 20:14 edited on: 2016-05-27 20:16 |
This is not a bug but a feature built-in Qt: 'http://doc.qt.io/qt-4.8/qsettings.html#Format-enum [^]' Quote This is absolutely correct and ensures that INI files can be loaded no matter what you type in the input fields. Look up this page for %2B and you will see that it is an encoded +: 'http://www.w3schools.com/tags/ref_urlencode.asp [^]' |
|
rast1234 (reporter) 2016-05-27 20:30 |
Yes I understand that it is a "+" sign. But there are other options that are used with "+" in command line, but they are stored in .ini without encoded + at their names, that's why I thought it is not normal. |
|
Zalewa (developer) 2016-05-27 22:25 |
Still, as long as the program can read the file it creates I see no problem to fix. |
|
Zalewa (developer) 2016-11-12 09:00 |
Closing as "not fixable" because that's just how the file format works and how the parser built-in Qt framework writes and reads them. |
|
This issue is already marked as resolved. If you feel that is not the case, please reopen it and explain why. |
|
| Supporters: | No one explicitly supports this issue yet. |
| Opponents: | No one explicitly opposes this issue yet. |
Issue History |
|||
| Date Modified | Username | Field | Change |
| 2016-05-27 16:57 | rast1234 | New Issue | |
| 2016-05-27 20:14 | Zalewa | Note Added: 0014988 | |
| 2016-05-27 20:14 | Zalewa | Note Edited: 0014988 | View Revisions |
| 2016-05-27 20:16 | Zalewa | Note Edited: 0014988 | View Revisions |
| 2016-05-27 20:30 | rast1234 | Note Added: 0014989 | |
| 2016-05-27 22:25 | Zalewa | Note Added: 0014990 | |
| 2016-11-12 09:00 | Zalewa | Note Added: 0016177 | |
| 2016-11-12 09:00 | Zalewa | Status | new => closed |
| 2016-11-12 09:00 | Zalewa | Assigned To | => Zalewa |
| 2016-11-12 09:00 | Zalewa | Resolution | open => not fixable |
| Copyright © 2000 - 2025 MantisBT Team |