Issues.00565 - lordmundi/wikidoctest GitHub Wiki
00565: userdata user.cfg has error in TEXTURE_MAP_PATH
Summary: userdata user.cfg has error in TEXTURE_MAP_PATH
Created: 2016–03–03 13:50
Status: Released
Category: Bug
From: frankie
Version: 2.3
Released_In: 2.4
Description:
the userdata directory is delivered as a template for users to create their own userdata directories. In there, the user.cfg file has some paths defined such as TEXTURE_MAP_PATH.
While ":" (colon) is acceptable as a separator on linux machines, it is not valid on windows. Because of that, we only try to use ";" (semicolon) as a path separator.
Unfortunately, in the userdata/user.cfg the TEXTURE_MAP_PATH has a ":" (colon) in it instead of a semicolon.
Comments
frankie March 03, 2016, at 01:53 PM: This is fixed. As a workaround, just edit your user.cfg and replace the ":" with a ";".
Associated Commits
| commit | d42d588b5a78ec2bbd534328e3f060810fbfdb33
link5 |
||
| Author: | Frank Graffagnino
|
| Date: | Thu Mar 3 13:54:05 2016 -0600
|
| Message: | [@Issue 00565: Changed : (colon) in TEXTURE_MAP_PATH to a semicolon.
@] |
Affected Files:
userdata/user.cfg | 2 ±
1 file changed, 1 insertion(+), 1 deletion(-)