audiorouterdev / audio-router

Routes audio from programs to different audio devices.
GNU General Public License v3.0
3.54k stars 418 forks source link

inject_dll doesn't work in root folder of drive #20

Open BR- opened 8 years ago

BR- commented 8 years ago

do.exe returns an error code because it only receives 3 parameters:

Arg 0: A:\\do.exe
Arg 1: 7792
Arg 2: A:" 0 0

Likely because the final backslash isn't stripped in root folders, which makes the folder-ending quote a literal.

audiorouterdev commented 8 years ago

Interesting. Well, that's a bug in audio router then. The project is inactive now though so I won't make a fix for it.