Run-time error 13: "Type mismtach"

Started by Sharin-Gan August 12th, 2006 7:12 AM
  • 3125 views
  • 4 replies
Seen August 12th, 2006
Posted August 12th, 2006
1 posts
16.8 Years
hey there..
i got a question about netbattle
lately i get a runtime error 13: type mismatch every time i try to run netbattle
then i can do nothing but close the window..
i wanted to look for help on the hp of the programmer, but his domain got swiped..
so.. does anyone of u know how to solve the problem?
Age 62
Male
Melbourne, Australia
Seen April 26th, 2018
Posted June 9th, 2014
11,439 posts
19.7 Years
It's an error in the programming >_> You'll need to get an update to the program, if there is one. (Type mismatches occur when a variable or function has one type and is called as another, or similar.)


"One reason why mathematics enjoys special esteem, above all other sciences, is that its laws are absolutely certain and indisputable, while those of other sciences are to some extent debatable and in constant danger of being overthrown by newly discovered facts."
Albert Einstein

"What science can there be more noble, more excellent, more useful for men, more admirably high and demonstrative than mathematics."
Benjamin Franklin

"Mathematics, rightly viewed, possesses not only truth, but supreme beauty – a beauty cold and austere, like that of sculpture, without appeal to any part of our weaker nature, without the gorgeous trappings of paintings or music, yet sublimely pure and capable of a stern perfection such as only the greatest art can show."
Bertrand Russell

avatar and signature by FoxHound

ANNOY ME AT YOUR PERIL. I am becoming increasingly tired of the unmanly elitism and closed-mindedness of certain members who shall remain unnamed.

twocows

The not-so-black cat of ill omen

Age 32
Male
Michigan
Seen February 19th, 2023
Posted April 30th, 2021
4,307 posts
14.2 Years
Sounds like a programming error. It's probably receiving a variable that should be a certain type (int, char, etc.) but isn't. If it's something related to input, it should check for this and the programmer needs to fix that. If it's something internal, the programmer needs to fix that, too.

If you're using a 64-bit OS, it might be possible it's screwing up because of that if the programmer expected a pointer to be one size and it ended up being twice that size or something.
VNs are superior to anime, don't @ me

mr. ck

कुछ मीठा हो जाये

Male
India
Seen May 14th, 2014
Posted June 10th, 2011
308 posts
13.3 Years
Sounds like a programming error. It's probably receiving a variable that should be a certain type (int, char, etc.) but isn't. If it's something related to input, it should check for this and the programmer needs to fix that. If it's something internal, the programmer needs to fix that, too.

If you're using a 64-bit OS, it might be possible it's screwing up because of that if the programmer expected a pointer to be one size and it ended up being twice that size or something.
Just asking, doesn't 32 bit software work the way it is suppose to work, no matter which version of windows you're using (32 or 64)?