Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

[Yami]Game Launcher/Updater!


Joyce
 Share

Recommended Posts

  • 4 weeks later...
  • Replies 214
  • Created
  • Last Reply

Top Posters In This Topic

  • 2 weeks later...
  • 2 weeks later...
Okay, so I put it into my new game and everything worked fine. I tried it 4 more times, to see if the website was correct. Now it comes up with RTE 13 (I think) type mismatch. Please help me out with this if you can. Thanks in advance.

EDIT- It seems to happen just after I put in my NewsURL (if you need it, it's below)
http://mahtava.allalla.com/ho/txt.html
Link to comment
Share on other sites

I got an RTE 13 error when i start the Updater….
[![](http://www10.pic-upload.de/thumb/11.03.12/csriwopjuo3h.png)](http://www.pic-upload.de/view-13299331/Unbenannt.png.html)

Config.ini
```
[Options]
Game_Name=Mortal Angels
Username=
Password=
SavePass= 1
IP=188.61.133.223
Port= 4001
MenuMusic=theme.mid
Music= 1
Sound= 1
Debug= 0

[UPDATER]
GameWebsite=http://www.mortal-angels.ch.vu
updateURL=http://www.hyrulecraft.co.de/updater
NewsURL=http://www.mortal-angels.ch.vu
Version= 1

```
Link to comment
Share on other sites

@Mortal:

> I got an RTE 13 error when i start the Updater….
> [![](http://www10.pic-upload.de/thumb/11.03.12/csriwopjuo3h.png)](http://www.pic-upload.de/view-13299331/Unbenannt.png.html)
>
> Config.ini
> ```
> [Options]
> Game_Name=Mortal Angels
> Username=
> Password=
> SavePass= 1
> IP=188.61.133.223
> Port= 4001
> MenuMusic=theme.mid
> Music= 1
> Sound= 1
> Debug= 0
>
> [UPDATER]
> GameWebsite=http://www.mortal-angels.ch.vu
> updateURL=http://www.hyrulecraft.co.de/updater
> NewsURL=http://www.mortal-angels.ch.vu
> Version= 1
>
> ```

Open in VB6 and press Debug when the error comes up and tell us which line he's selecting.
Link to comment
Share on other sites

@Mortal:

> there is many yellow lighted… can anyone give me an working version ?

How can multiple thing yellow light up?
And it looks like you're the only one with the problem, so its probably something at your side so make a screenshot with the yellow line(s) on it so I can help fixing it.
Link to comment
Share on other sites

@Likestodraw:

> Okay, so I put it into my new game and everything worked fine. I tried it 4 more times, to see if the website was correct. Now it comes up with RTE 13 (I think) type mismatch. Please help me out with this if you can. Thanks in advance.
>
> EDIT- It seems to happen just after I put in my NewsURL (if you need it, it's below)
> http://mahtava.allalla.com/ho/txt.html

@Mortal:

> I got an RTE 13 error when i start the Updater….
> [![](http://www10.pic-upload.de/thumb/11.03.12/csriwopjuo3h.png)](http://www.pic-upload.de/view-13299331/Unbenannt.png.html)
>
> Config.ini
> ```
> [Options]
> Game_Name=Mortal Angels
> Username=
> Password=
> SavePass= 1
> IP=188.61.133.223
> Port= 4001
> MenuMusic=theme.mid
> Music= 1
> Sound= 1
> Debug= 0
>
> [UPDATER]
> GameWebsite=http://www.mortal-angels.ch.vu
> updateURL=http://www.hyrulecraft.co.de/updater
> NewsURL=http://www.mortal-angels.ch.vu
> Version= 1
>
> ```

@Erwin:

> How can multiple thing yellow light up?
> And it looks like you're the only one with the problem, so its probably something at your side so make a screenshot with the yellow line(s) on it so I can help fixing it.

Hello?
Link to comment
Share on other sites

@Likestodraw:

> -snip-

Being helpful is not taking two quotes and trying to be a smart ass.
You could have reviewed the information like Erwin did, and find out the solution.

Some of my friends are experiencing a problem with the updater. My game is currently at version 22, so you can imagine it would take awhile to get the from the beginning, but sometimes the updater starts all the way over at version 0 again. It happens randomly, and when my friends check their .ini before updating it says version 21.
Is their any explanation for this? Any insight on this topic would be greatly appreciated.
Link to comment
Share on other sites

@Mortal:

> The error is cleared…
> But now... When i klick on Update the progress bar turns into green and it says
> Your up to date... But the file is not downloaded...

Hi all :)

I just want to say, I have the same problem  :sad:
Can someone help us please?  :embarrassed:
Link to comment
Share on other sites

@Mortal:

> The error is cleared…
> But now... When i klick on Update the progress bar turns into green and it says
> Your up to date... But the file is not downloaded...

@rorti:

> Hi all :)
>
> I just want to say, I have the same problem  :sad:
> Can someone help us please?  :embarrassed:

Thats because the updater downloads the 2 latest versions, which is kinda weird, and if there aren't 2 versions it doesn't update anything.
Its simple to fix tho:

In **modMain** in **RunUpdates** change:
```
For i = CurVersion + 1 To VersionCount
```
To:
```
For i = CurVersion To VersionCount
```
Link to comment
Share on other sites

  • 4 weeks later...
@Erwin:

> Thats because the updater downloads the 2 latest versions, which is kinda weird, and if there aren't 2 versions it doesn't update anything.
> Its simple to fix tho:
>
> In **modMain** in **RunUpdates** change:
> ```
> For i = CurVersion + 1 To VersionCount
> ```
> To:
> ```
> For i = CurVersion To VersionCount
> ```

That's what you get when you write things drunk and in a rush I guess!
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share


×
×
  • Create New...