Mirage Source

Free ORPG making software.
It is currently Wed May 22, 2024 4:56 am

All times are UTC




Post new topic Reply to topic  [ 14 posts ] 
Author Message
PostPosted: Sat Apr 11, 2009 7:22 pm 
Offline
Regular
User avatar

Joined: Thu Mar 06, 2008 1:48 pm
Posts: 54
Thanks to Labmonkey who figured out how to fix it,
I can Now run MS4.

All that was needed to be done was Replace all ChrW$ with Chr$.

Download the Fixed version here.

http://www.sendspace.com/file/4s7myq

I'll try to contact DFA about it as soon as possible so that he will add this Fix to the new MS4 Version.

_________________
The Apocalypse Is coming!
Code:
[b]The [i][color=#FF0000]Apocalypse[/color][/i] Is coming![/b]

Image


Top
 Profile  
 
PostPosted: Sun Apr 12, 2009 2:47 am 
Offline
Persistant Poster
User avatar

Joined: Wed Nov 29, 2006 11:25 pm
Posts: 860
Location: Ayer
What was fixed? As in what was the cause

_________________
Image


Top
 Profile  
 
PostPosted: Sun Apr 12, 2009 3:10 am 
Tony wrote:
What was fixed? As in what was the cause


Do you read these forums at all?


Top
  
 
PostPosted: Sun Apr 12, 2009 3:13 am 
Offline
Persistant Poster
User avatar

Joined: Wed Nov 29, 2006 11:25 pm
Posts: 860
Location: Ayer
Matt wrote:
Tony wrote:
What was fixed? As in what was the cause


Do you read these forums at all?


The only major bug that I've read upon is that high_index bug, other than that nada.

And eh I meant to say "as in what was the bug" lol.

_________________
Image


Top
 Profile  
 
PostPosted: Sun Apr 12, 2009 4:04 am 
Tony wrote:
Matt wrote:
Tony wrote:
What was fixed? As in what was the cause


Do you read these forums at all?


The only major bug that I've read upon is that high_index bug, other than that nada.

And eh I meant to say "as in what was the bug" lol.


He posted what the bug was in the first post. :P

And the high_index thing was the bug, but it wasn't high_index causing a problem.


Top
  
 
PostPosted: Sun Apr 12, 2009 4:06 am 
Offline
Persistant Poster
User avatar

Joined: Wed Nov 29, 2006 11:25 pm
Posts: 860
Location: Ayer
The error! Ehh @__@

_________________
Image


Top
 Profile  
 
PostPosted: Sun Apr 12, 2009 4:07 am 
katcode wrote:
Thanks to Labmonkey who figured out how to fix it,
I can Now run MS4.

All that was needed to be done was Replace all ChrW$ with Chr$.

Download the Fixed version here.

http://www.sendspace.com/file/4s7myq

I'll try to contact DFA about it as soon as possible so that he will add this Fix to the new MS4 Version.


Top
  
 
PostPosted: Sun Apr 12, 2009 4:10 am 
Offline
Persistant Poster
User avatar

Joined: Wed Nov 29, 2006 11:25 pm
Posts: 860
Location: Ayer
Matt wrote:
katcode wrote:
Thanks to Labmonkey who figured out how to fix it,
I can Now run MS4.

All that was needed to be done was Replace all ChrW$ with Chr$.

Download the Fixed version here.

http://www.sendspace.com/file/4s7myq

I'll try to contact DFA about it as soon as possible so that he will add this Fix to the new MS4 Version.


Sigh.. Matt, what did it cause if I didnt replace ChrW$ with Chr$?

Is what I've been trying to say.

_________________
Image


Top
 Profile  
 
PostPosted: Sun Apr 12, 2009 4:39 am 
Tony wrote:
Matt wrote:
katcode wrote:
Thanks to Labmonkey who figured out how to fix it,
I can Now run MS4.

All that was needed to be done was Replace all ChrW$ with Chr$.

Download the Fixed version here.

http://www.sendspace.com/file/4s7myq

I'll try to contact DFA about it as soon as possible so that he will add this Fix to the new MS4 Version.


Sigh.. Matt, what did it cause if I didnt replace ChrW$ with Chr$?

Is what I've been trying to say.


The client to just hang on connect, as said in the other thread that you said you read. :P


Top
  
 
PostPosted: Sun Apr 12, 2009 4:46 am 
Offline
Persistant Poster
User avatar

Joined: Fri Aug 15, 2008 3:11 pm
Posts: 633
Matt wrote:
Tony wrote:
Matt wrote:
katcode wrote:
Thanks to Labmonkey who figured out how to fix it,
I can Now run MS4.

All that was needed to be done was Replace all ChrW$ with Chr$.

Download the Fixed version here.

http://www.sendspace.com/file/4s7myq

I'll try to contact DFA about it as soon as possible so that he will add this Fix to the new MS4 Version.


Sigh.. Matt, what did it cause if I didnt replace ChrW$ with Chr$?

Is what I've been trying to say.


The client to just hang on connect, as said in the other thread that you said you read. :P


i thought you were supposed to rap on that other thread. XD
and i didn't even see where it said that and im pretty sure i read every post.

_________________
╔╗╔═╦═╦══╦═══╗
║║║║║║║╔╗║╔═╗║
║║║║║║║╚╝║║║║║
║╚╣║║║║╔╗║╚═╝║
╚═╩╩═╩╩╝╚╩═══╝


╔╦═╦╦════╦═══╗
║║║║╠═╗╔═╣╔══╝
║║║║║║║║╚═╗
║║║║║║║║╔═╝
╚═╩═╝╚╝╚╝ ?


Top
 Profile  
 
PostPosted: Sun Apr 12, 2009 1:28 pm 
Offline
Pro
User avatar

Joined: Sun Aug 05, 2007 2:26 pm
Posts: 547
Basically the problem was that he has different fonts on his computer, (not all english) and chrW$ gave a ? for him, instead of a í

chr$(237) worked though. I did some reading and if we are using chrs 0-255, we dont need chrW.

_________________
GIAKEN wrote:
I think what I see is this happening:

Labmonkey gets mod, everybody loves him, people find out his code sucks, he gets demoted, then banned, then he makes an engine called Chaos Engine.


Top
 Profile  
 
PostPosted: Sun Apr 12, 2009 6:55 pm 
Offline
Persistant Poster
User avatar

Joined: Thu Jul 24, 2008 6:42 am
Posts: 703
Google Talk: infectiousbyte@gmail.com
Labmonkey wrote:
Basically the problem was that he has different fonts on his computer, (not all english) and chrW$ gave a ? for him, instead of a í

chr$(237) worked though. I did some reading and if we are using chrs 0-255, we dont need chrW.


lol, LabMonkey has 420 posts.

So maybe we should release a MS4 version that has either CHRW for those who use foreign languages w/ their computer...

_________________
Image
GIAKEN wrote:
Since I'm into men, not women

GIAKEN wrote:
I can't take these huge penises anymore! All that's left is shame! And blood


Top
 Profile  
 
PostPosted: Sun Apr 12, 2009 6:56 pm 
Offline
Pro
User avatar

Joined: Sun Aug 05, 2007 2:26 pm
Posts: 547
He can't use clients either.

_________________
GIAKEN wrote:
I think what I see is this happening:

Labmonkey gets mod, everybody loves him, people find out his code sucks, he gets demoted, then banned, then he makes an engine called Chaos Engine.


Top
 Profile  
 
PostPosted: Mon Apr 13, 2009 3:23 pm 
Offline
Community Leader
User avatar

Joined: Sun May 28, 2006 10:29 pm
Posts: 1762
Location: Salt Lake City, UT, USA
Google Talk: Darunada@gmail.com
ChrW acts on unicode characters. I am not certain that it would cause problems, though, as my computer has been set to Japanese for quite some time without issue.

_________________
I'm on Facebook! Google Plus LinkedIn My Youtube Channel Send me an email Call me with Skype Check me out on Bitbucket Yup, I'm an EVE Online player!
Why not try my app, ColorEye, on your Android devlce?
Do you like social gaming? Fight it out in Battle Juice!

I am a professional software developer in Salt Lake City, UT.


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 14 posts ] 

All times are UTC


Who is online

Users browsing this forum: No registered users and 5 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB® Forum Software © phpBB Group