Updated to Dev Test 2.
You are here
SMPlayer Portable 0.6.1 Development Test 3
Same problem here...
The splash screen shows but the app doesn't start. SMPlayerPortable.exe keeps running until you kill it in the task manager.
I don't really get why the launcher's so buggy, but I'll fix it when I get the time.
On IRC said that it wouldn't start, does anyone know why?
SMPlayer is getty buggy for me.
well it's not SMPlayer that's buggy, it's your script. since SMPlayerPortable.exe just sits there eating tons of CPU, it's obviously caught in a loop somewhere after the splash screen shows and before it launches SMPlayer.exe
.
*Edit* I don't seem to find anything in that area...
its line 196 "-4". Where do you want to to jump to?
well look a little harder . i found the problem. the problem is with this code:
CheckForSettings:
StrCmp $SECONDARYLAUNCH "true" LaunchAndExit
IfFileExists "$PROFILE\.dvdcss\*.*" Backup
IfFileExists "$SETTINGSDIRECTORY\smplayer.ini" MoveSettings DefaultData
Backup:
Rename "$SETTINGSDIRECTORY\.dvdcss" "$PROFILE\.dvdcsssmplayerportablebackup"
Goto -4
You need to change
Rename "$SETTINGSDIRECTORY\.dvdcss" "$PROFILE\.dvdcsssmplayerportablebackup"
to
Rename "$PROFILE\.dvdcss" "$PROFILE\.dvdcsssmplayerportablebackup"
It's supposed to be -5
*Edit:* woops, that was line wrapping...
*Edit2:* It's still kinda slow, but it launches.
...no it's not supposed to be -5 instead of -4. the problem is caused because the part where i showed "you need to change" you accidently put $SETTINGSDIRECTORY instead of $PROFILE, so it never backs up the pre-existing folder and causes the loop.
Fixed. I'll release when I'm done with plane origami.
SMPlayer has been updated to 0.6.2.
I'll update as soon as I'm half doen with UUPADA (I'll explain later).
Smplayer is currently on version 0.6.6, is this portable version still being worked on? Just curious mind you.
DigitXP hasn't been spotted on the forums for months I think. Awaiting his return for other apps that he was porting.