You are here

SMPlayer Portable 0.6.1 Development Test 3

105 posts / 0 new
Last post
digitxp
digitxp's picture
Offline
Last seen: 12 years 6 months ago
Joined: 2007-11-03 18:33
Updated to Dev Test 2.

Updated to Dev Test 2.

Insert original signature here with Greasemonkey Script.

nightbeholder
Offline
Last seen: 10 years 10 months ago
Joined: 2007-10-28 00:39
Doesn't work

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.

digitxp
digitxp's picture
Offline
Last seen: 12 years 6 months ago
Joined: 2007-11-03 18:33
Will fix

I don't really get why the launcher's so buggy, but I'll fix it when I get the time.

Insert original signature here with Greasemonkey Script.

digitxp
digitxp's picture
Offline
Last seen: 12 years 6 months ago
Joined: 2007-11-03 18:33
Somebody

On IRC said that it wouldn't start, does anyone know why?
SMPlayer is getty buggy for me.

Insert original signature here with Greasemonkey Script.

Travis Carrico
Offline
Last seen: 15 years 3 months ago
Developer
Joined: 2006-10-22 00:30
your script

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

digitxp
digitxp's picture
Offline
Last seen: 12 years 6 months ago
Joined: 2007-11-03 18:33
Okay, I'll look into it

.
*Edit* I don't seem to find anything in that area...

Insert original signature here with Greasemonkey Script.

Simeon
Simeon's picture
Offline
Last seen: 9 years 5 months ago
DeveloperTranslator
Joined: 2006-09-25 15:15
I think

its line 196 "-4". Where do you want to to jump to?

"What about Love?" - "Overrated. Biochemically no different than eating large quantities of chocolate." - Al Pacino in The Devils Advocate

Travis Carrico
Offline
Last seen: 15 years 3 months ago
Developer
Joined: 2006-10-22 00:30
found the issue

well look a little harder Smile . 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"

digitxp
digitxp's picture
Offline
Last seen: 12 years 6 months ago
Joined: 2007-11-03 18:33
I see.

It's supposed to be -5
*Edit:* woops, that was line wrapping...
*Edit2:* It's still kinda slow, but it launches.

Insert original signature here with Greasemonkey Script.

Travis Carrico
Offline
Last seen: 15 years 3 months ago
Developer
Joined: 2006-10-22 00:30
loop

...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.

digitxp
digitxp's picture
Offline
Last seen: 12 years 6 months ago
Joined: 2007-11-03 18:33
Oh...

Fixed. I'll release when I'm done with plane origami.

Insert original signature here with Greasemonkey Script.

digitxp
digitxp's picture
Offline
Last seen: 12 years 6 months ago
Joined: 2007-11-03 18:33
Update

SMPlayer has been updated to 0.6.2.
I'll update as soon as I'm half doen with UUPADA (I'll explain later).

Insert original signature here with Greasemonkey Script.

spchtr
Offline
Last seen: 5 years 7 months ago
Joined: 2006-08-10 20:26
0.6.6?

Smplayer is currently on version 0.6.6, is this portable version still being worked on? Just curious mind you.

horusofoz
horusofoz's picture
Offline
Last seen: 6 months 3 weeks ago
Joined: 2008-04-03 22:45
Hard to say

DigitXP hasn't been spotted on the forums for months I think. Awaiting his return for other apps that he was porting.

PortableApps.com Advocate

Pages

Log in or register to post comments