ASMUpdate won't download or install skin

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
jackdawg Offline
Junior Member
Posts: 23
Joined: Jul 2009
Reputation: 0
Post: #31
agentgreen Wrote:what fixed it? removing the 0 on

(call :SKINUPDATE "Aeon Showmix
" ASMGIT git://github.com/andyblac/aeon.git origin/master 0 )

?

No. It hasn't been fixed.

I was just happy that I could see the full code by adding "REM" to the "@echo off" line in the batch file. The "@echo off" was deleting all the code and that was the reason I could only see one line - "0 was unexpected at this time"

In the last post, I have pasted all the code after executing ASMUpdate.bat from within a DOS window, so that you can have a look at it and try to figure out what is wrong.

I still can't download the Aeon Auriga, and still have no clue why.

Any solutions?
find quote
agentgreen Offline
Junior Member
Posts: 34
Joined: Feb 2009
Reputation: 0
Post: #32
Not really sure, but if it were me trying to fix it, I'd replace that 0 in the batch file with a 1 like the rest of them are.

rem ---- Aeon Showmix ----
if defined GETSHOWMIX (
call :SKINUPDATE "Aeon Showmix" ASMGIT git://github.com/andyblac/aeon.git origin/master 0
)
if %ERRFLAG% NEQ 0 (goto END)


Change the 0 after master to a 1.
find quote
jackdawg Offline
Junior Member
Posts: 23
Joined: Jul 2009
Reputation: 0
Post: #33
Changing the Zero didn't help it.

But I removed the whole of Aeon Showmix if then code. And it worked! Laugh

Downloading Auriga finally Cool

Thanks a ton Wink

I wonder why I was the only one to have this problem.
find quote
agentgreen Offline
Junior Member
Posts: 34
Joined: Feb 2009
Reputation: 0
Post: #34
haha great!

I have no idea why you were having problems, but glad it's resolved.
find quote
jackdawg Offline
Junior Member
Posts: 23
Joined: Jul 2009
Reputation: 0
Post: #35
Thanks a ton for taking an interest Big Grin

Your suggestion got me there finally! Nod
find quote
agentgreen Offline
Junior Member
Posts: 34
Joined: Feb 2009
Reputation: 0
Post: #36
no problem!
find quote
Post Reply