How to enable multiple instances with 0.9.4, 0.9.6?portamobility - November 11, 2008 - 2:45am
Tried the preferences within VLC, but testing shows the problem lies with the launcher. Any ideas on the switch required to allow multiple instances in VLCportable.ini? "Allow multiple instances=true" does not work. Clicking vlc.exe for the second instance starts it up, so I tend to think that this points to a problem to the launcher. Please post your ini file if you have this working as expected. ( categories: )
|

Bug
This is a bug in the code (both versions).
Add the line
Goto CheckINIafter line 105 (version 0.9.6)StrCpy $SECONDARYLAUNCH "true"and recompile the launcher.