Folder names cannot contain the character '·'
Folder names cannot contain the character '·'
If a folder contains that character, then HLDJ will error out when trying to navigate to the folder containing it.
Re: Folder names cannot contain the character '·'
Thanks, it's actually the game that errors out as HLDJ should work with any characters your OS supports. If you post the exact ASCII code of this character I can try to implement a work around.
Re: Folder names cannot contain the character '·'
I think it's 183.
Re: Folder names cannot contain the character '·'
Try this build and see if it works for you:
(unzip and replace your hldj.exe)Re: Folder names cannot contain the character '·'
Still doesn't work. Here's a part of the error message:
Current: (none) Next: (none)
Directory: C:\Users\Garrett\Documents\HLDJ\Audio\TEST
1. .\ 2. ..\
3.
Unknown command "\"
Unknown command "..."
Host_WriteConfiguration: Wrote cfg/hldj_cmd_r.cfg
done.
It cycles through that error, with a different letter in the hldj_cmd_r.cfg. 3 is a folder with the name "·".
Current: (none) Next: (none)
Directory: C:\Users\Garrett\Documents\HLDJ\Audio\TEST
1. .\ 2. ..\
3.
Unknown command "\"
Unknown command "..."
Host_WriteConfiguration: Wrote cfg/hldj_cmd_r.cfg
done.
It cycles through that error, with a different letter in the hldj_cmd_r.cfg. 3 is a folder with the name "·".
Re: Folder names cannot contain the character '·'
ah, this is probably for a GoldSrc game? brb.
Re: Folder names cannot contain the character '·'
I'm using it on TF2.
Re: Folder names cannot contain the character '·'
Hmm, can you test it with a single file by placing just that character in the file name. You should see it replaced with the '.' instead. I.e. in a folder that normally displays fine, place a file "test.wav" and copy-paste the listaudio output. Then change the filename to "te·st.wav" and paste that output.
Re: Folder names cannot contain the character '·'
Without the character:
With the character:
Code: Select all
Loading Directory : TEST ...
Host_WriteConfiguration: Wrote cfg/hldj_cmd_e.cfg
done.
Current: (none) Next: test
Directory: C:\Users\Garrett\Documents\HLDJ\Audio\TEST
1. .\ 2. ..\
3. New folder\ 4. test
Code: Select all
Loading Directory : TEST ...
Host_WriteConfiguration: Wrote cfg/hldj_cmd_g.cfg
done.
Current: (none) Next: te
Unknown command "st"
Directory: C:\Users\Garrett\Documents\HLDJ\Audio\TEST
1. .\ 2. ..\
3. New folder\ 4. te
Unknown command "st"
Re: Folder names cannot contain the character '·'
Okay try this:
it should at least filter out the char from the listaudio displayRe: Folder names cannot contain the character '·'
Here is the new output:
Just so you know, this problem can be easily fixed by removing the character from the file/folder name. It annoyed me for a while, but then I found the problem and it no longer bothers me.
Code: Select all
] 145
Loading Directory : TEST ...
Host_WriteConfiguration: Wrote cfg/hldj_cmd_d.cfg
done.
Current: (none) Next: te
Unknown command "st"
Directory: C:\Users\Garrett\Documents\HLDJ\Audio\TEST
1. .\ 2. ..\
3. New folder\ 4. te
Unknown command "st"
Unknown command "st"
Re: Folder names cannot contain the character '·'
blast I forgot to change the correct line again. Yeah, it's not a biggie, I'll just include it with next update so that every char out of ASCII range is replaced with a '_'
-
- Game DJ
- Posts: 14
- Joined: Sun Feb 14, 2010 10:00 pm
Re: Folder names cannot contain the character '·'
here is a ascii table for you
http://www.asciitable.com/
http://www.asciitable.com/
-
- Game DJ
- Posts: 14
- Joined: Sun Feb 14, 2010 10:00 pm
Re: Folder names cannot contain the character '·'
this is the char for that code ╖Serisium wrote:I think it's 183.
-
- Game DJ
- Posts: 14
- Joined: Sun Feb 14, 2010 10:00 pm
Re: Folder names cannot contain the character '·'
the code for is 46
Code: Select all
.