Welcome to Dream.In.Code
Getting VB Help is Easy!

Join 136,383 VB Programmers for FREE! Get instant access to thousands of VB experts, tutorials, code snippets, and more! There are 2,388 people online right now. Registration is fast and FREE... Join Now!




The Matrix Fall 3d Bug please help to fix it

 
Reply to this topicStart new topic

The Matrix Fall 3d Bug please help to fix it, The matrix fall 3d bug needs an hotfix

mainframe
31 Aug, 2008 - 06:13 AM
Post #1

New D.I.C Head
*

Joined: 31 Aug, 2008
Posts: 6

the matrix fall 3d screensaver has a bug it cannot write words with the letter Z,try to write paralyze and freeze and it does not works.
IPB Image
heres the link for the matrix fall source code:
download matrix fall source code
User is offlineProfile CardPM
+Quote Post

perfectly.insane
RE: The Matrix Fall 3d Bug Please Help To Fix It
31 Aug, 2008 - 06:42 AM
Post #2

D.I.C Addict
Group Icon

Joined: 22 Mar, 2008
Posts: 558



Thanked: 46 times
Dream Kudos: 25
Expert In: C/C++

My Contributions
How do you know that the program contains a bitmap for the "z" character to begin with?

(By the way.. that source code is old, and I don't think it reflects the newest binary build).

This post has been edited by perfectly.insane: 31 Aug, 2008 - 06:43 AM
User is offlineProfile CardPM
+Quote Post

mainframe
RE: The Matrix Fall 3d Bug Please Help To Fix It
31 Aug, 2008 - 07:24 AM
Post #3

New D.I.C Head
*

Joined: 31 Aug, 2008
Posts: 6

download matrix fall 3d
download from there the matrix fall 3d screen saver and try in textes configuration to add paralyze and freeze and watch that it cannot do it,more over theres a bitmap in it that contains the letter Z but it doesnt works..
User is offlineProfile CardPM
+Quote Post

perfectly.insane
RE: The Matrix Fall 3d Bug Please Help To Fix It
31 Aug, 2008 - 07:42 AM
Post #4

D.I.C Addict
Group Icon

Joined: 22 Mar, 2008
Posts: 558



Thanked: 46 times
Dream Kudos: 25
Expert In: C/C++

My Contributions
Ok, so that answers the question about the font, but the source code you linked to originally doesn't actually have that bitmap set, so a newer version of the source code will be needed to make any easy determinations.


EDIT: Ok, so it looks like that binary is older than the source, but it still doesn't have that bitmap set. Is this a fork of some sort?

EDIT: Ok, so I answered my own question. That is a fork. That source appears to be a fork of Matrix Fall X, ported to Windows. So it's the wrong code base.

This post has been edited by perfectly.insane: 31 Aug, 2008 - 07:50 AM
User is offlineProfile CardPM
+Quote Post

perfectly.insane
RE: The Matrix Fall 3d Bug Please Help To Fix It
31 Aug, 2008 - 08:30 AM
Post #5

D.I.C Addict
Group Icon

Joined: 22 Mar, 2008
Posts: 558



Thanked: 46 times
Dream Kudos: 25
Expert In: C/C++

My Contributions
Ok. Here's the current source: http://simpleproject.open-design.be/files/..._3d_sources.zip

The code for the real version is actually VB6.

The bug is in ClsTitre2.cls. There's a couple of huge select case blocks that map characters to positions on the logical texture grid. There is no "z" in that. Since he is using global variables, that explains why you're getting duplicates of the previous character (as it's retaining its value). You'll obviously need to add "z" to those blocks.
User is offlineProfile CardPM
+Quote Post

mainframe
RE: The Matrix Fall 3d Bug Please Help To Fix It
31 Aug, 2008 - 08:36 AM
Post #6

New D.I.C Head
*

Joined: 31 Aug, 2008
Posts: 6

QUOTE(perfectly.insane @ 31 Aug, 2008 - 09:30 AM) *

Ok. Here's the current source: http://simpleproject.open-design.be/files/..._3d_sources.zip

The code for the real version is actually VB6.

The bug is in ClsTitre2.cls. There's a couple of huge select case blocks that map characters to positions on the logical texture grid. There is no "z" in that. Since he is using global variables, that explains why you're getting duplicates of the previous character (as it's retaining its value). You'll obviously need to add "z" to those blocks.

Thank you! i'm glad to find someone who helps me now you need to change the code so bug would be fixed.
can you fix the bug urself?
User is offlineProfile CardPM
+Quote Post

perfectly.insane
RE: The Matrix Fall 3d Bug Please Help To Fix It
31 Aug, 2008 - 08:43 AM
Post #7

D.I.C Addict
Group Icon

Joined: 22 Mar, 2008
Posts: 558



Thanked: 46 times
Dream Kudos: 25
Expert In: C/C++

My Contributions
No. This is a programming support community, not an arbitrary bug-fixing service. You might want to contact the author.
User is offlineProfile CardPM
+Quote Post

KYA
RE: The Matrix Fall 3d Bug Please Help To Fix It
31 Aug, 2008 - 12:02 PM
Post #8

#include <nerd.h>
Group Icon

Joined: 14 Sep, 2007
Posts: 4,836



Thanked: 95 times
Dream Kudos: 1200
My Contributions
and VB is the devil
User is online!Profile CardPM
+Quote Post

mainframe
RE: The Matrix Fall 3d Bug Please Help To Fix It
3 Sep, 2008 - 12:00 AM
Post #9

New D.I.C Head
*

Joined: 31 Aug, 2008
Posts: 6

so how i fix the bug? please help me!
User is offlineProfile CardPM
+Quote Post

mainframe
RE: The Matrix Fall 3d Bug Please Help To Fix It
4 Sep, 2008 - 03:16 AM
Post #10

New D.I.C Head
*

Joined: 31 Aug, 2008
Posts: 6

what is the meaning of the numbers in this code
CODE

     '
                Case "Z"
                    '
                    LettreTmp = 26

User is offlineProfile CardPM
+Quote Post

mainframe
RE: The Matrix Fall 3d Bug Please Help To Fix It
5 Sep, 2008 - 04:39 AM
Post #11

New D.I.C Head
*

Joined: 31 Aug, 2008
Posts: 6

i found the meaning of the numbers!
its Numerology but the capital letter Z doesn't work please help me to solve this out
User is offlineProfile CardPM
+Quote Post

NickDMax
RE: The Matrix Fall 3d Bug Please Help To Fix It
5 Sep, 2008 - 08:41 AM
Post #12

2B||!2B
Group Icon

Joined: 18 Feb, 2007
Posts: 2,858



Thanked: 49 times
Dream Kudos: 550
My Contributions
moved to VB forum where people are less likly to think that "VB is the devil" and more likely to be able to help you. However I would like to emphasize the point:
QUOTE
This is a programming support community, not an arbitrary bug-fixing service.

User is offlineProfile CardPM
+Quote Post

Fast ReplyReply to this topicStart new topic
Time is now: 12/2/08 10:26AM

Live VB Help!

VB Tutorials

Reference Sheets

VB Snippets

DIC Chatroom

Bye Bye Ads

Monthly Drawing

Thumb Drive

Top Contributors

Top 10 Kudos This Month