MSFN Forum: Development Testing - MSFN Forum

Jump to content



Page 1 of 1
  • You cannot start a new topic
  • This topic is locked

Development Testing Rate Topic: -----

#1 User is offline   Wraith 

  • Dr. Nick
  • PipPipPipPipPipPip
  • Group: Members
  • Posts: 1,256
  • Joined: 01-January 04

Posted 03 December 2004 - 01:05 AM

Okay... here's the first batch of tests we're going to start.

At the moment, I need people to test the core module.

Nothing terribly interesting, but it needs to be done.

Check it out at:

http://xplode.voidfx.com/testing/

Post any errors you may be getting below.

You should end up with a logfile very similar to this:
>>> XPlode3 session start at: 04/12/03 17:58:06
XPlode3 {
    Parsing XML: D:\Programming\XPlode3\bin\XPlode3.xml {
        Environment variables {
            %ALLUSERSPROFILE% = 'C:\Documents and Settings\All Users'
	...
	...
            %XPLODE% = 'D:\Programming\XPlode3\bin'
            %SOURCEPATH% = 'G:'
            %SOURCEDRIVE% = 'G:'
            %TEST% = 'This is a long **** test of something & something.'
        }
        strings {
        }
        tokens {
            AccessToken::LogonUser(Spike) failed - Logon failure: unknown user name or bad password.
            AccessToken::LogonUser(Jet) failed - Logon failure: unknown user name or bad password.
        }
        Display module: D:\Programming\XPlode3\bin\XPlodeFullDisplay.xip {
        }
        Items Block {
        }
    }
}
>>> XPlode3 session end at: 04/12/03 17:58:06


If not, then I will need to speak with you.

Get testing people! :)


#2 User is offline   SlimShady 

  • Member
  • PipPip
  • Group: Members
  • Posts: 133
  • Joined: 29-November 03

Posted 03 December 2004 - 03:08 PM

I just ran the batch file.
It took 1 second to finish!

I'm trying to attach the log file. But there's no Upload (or something) button.
I'll edit this post and paste the log file if I can't upload it.

From the log file two strings weren't translated.
Dutch:

Quote

            AccessToken::LogonUser(Spike) failed - Aanmeldingsfout: onbekende gebruikersnaam of ongeldig wachtwoord.
            AccessToken::LogonUser(Jet) failed - Aanmeldingsfout: onbekende gebruikersnaam of ongeldig wachtwoord.
English:

Quote

            AccessToken::LogonUser(Spike) failed - Logon failure: unknown user account or invalid password.
            AccessToken::LogonUser(Jet) failed - Logon failure: unknown user account or invalid password.


The operating system it was run on is Windows XP SP2 Dutch.
I ran it in my VMware environment.

I would love to help you test XPlode. I want it to be the best thing next to nLite and XPCREATE.
All number ones :thumbup !

#3 User is offline   Wraith 

  • Dr. Nick
  • PipPipPipPipPipPip
  • Group: Members
  • Posts: 1,256
  • Joined: 01-January 04

Posted 03 December 2004 - 04:03 PM

Yeah, they should be translated - XPlode uses a system function to get the error message, so all is well.
At least, I assume that the translation was correct.

#4 User is offline   SlimShady 

  • Member
  • PipPip
  • Group: Members
  • Posts: 133
  • Joined: 29-November 03

Posted 03 December 2004 - 04:43 PM

I translated it for you. So you know what the error message says.

#5 User is offline   Wraith 

  • Dr. Nick
  • PipPipPipPipPipPip
  • Group: Members
  • Posts: 1,256
  • Joined: 01-January 04

Posted 03 December 2004 - 04:51 PM

OK cool. Sorry. :P

Same sort of message as above, so all is well.

#6 User is offline   headlong 

  • Group: Members
  • Posts: 1
  • Joined: 10-June 04

Posted 03 December 2004 - 09:17 PM

started batch ..
XP SP2 Pro.
nothing serious :)

Quote

>>> XPlode3 session start at: 04/12/04 06:14:15
XPlode3 {
    Parsing XML: C:\XPlode3-20041203\XPlode3.xml {
        Environment variables {
            %ALLUSERSPROFILE% = 'C:\Documents and Settings\All Users'
            %APPDATA% = 'C:\Documents and Settings\Administrator\Application Data'
            %CLIENTNAME% = 'Console'
            %COMMONPROGRAMFILES% = 'C:\Program Files\Common Files'
            %COMPUTERNAME% = 'DIGIALL'
            %COMSPEC% = 'C:\WINDOWS\system32\cmd.exe'
            %FP_NO_HOST_CHECK% = 'NO'
            %HOMEDRIVE% = 'C:'
            %HOMEPATH% = '\Documents and Settings\Administrator'
            %LOGONSERVER% = '\\DIGIALL'
            %NUMBER_OF_PROCESSORS% = '1'
            %OS% = 'Windows_NT'
            %PATH% = 'C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem'
            %PATHEXT% = '.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH'
            %PROCESSOR_ARCHITECTURE% = 'x86'
            %PROCESSOR_IDENTIFIER% = 'x86 Family 6 Model 8 Stepping 6, GenuineIntel'
            %PROCESSOR_LEVEL% = '6'
            %PROCESSOR_REVISION% = '0806'
            %PROGRAMFILES% = 'C:\Program Files'
            %PROMPT% = '$P$G'
            %SESSIONNAME% = 'Console'
            %SYSTEMDRIVE% = 'C:'
            %SYSTEMROOT% = 'C:\WINDOWS'
            %TEMP% = 'C:\DOCUME~1\Administrator\Local Settings\Temp'
            %TMP% = 'C:\DOCUME~1\Administrator\Local Settings\Temp'
            %USERDOMAIN% = 'DIGIALL'
            %USERNAME% = 'Administrator'
            %USERPROFILE% = 'C:\Documents and Settings\Administrator'
            %WINDIR% = 'C:\WINDOWS'
            %XPLODE% = 'C:\XPlode3-20041203'
            %SOURCEPATH% = 'D:'
            %SOURCEDRIVE% = 'D:'
            %TEST% = 'This is a long **** test of something & something.'
        }
        strings {
        }
        tokens {
            AccessToken::LogonUser(Spike) failed - Logon failure: unknown user name or bad password.
            AccessToken::LogonUser(Jet) failed - Logon failure: unknown user name or bad password.
        }
        Display module: C:\XPlode3-20041203\XPlodeFullDisplay.xip {
        }
        Items Block {
        }
    }
}
>>> XPlode3 session end at: 04/12/04 06:14:16


#7 User is offline   Wraith 

  • Dr. Nick
  • PipPipPipPipPipPip
  • Group: Members
  • Posts: 1,256
  • Joined: 01-January 04

Posted 04 December 2004 - 12:01 AM

Something you people might find useful:

<XPlode3>
    <items>
        <include file="#XPLODE#\#COMPUTERNAME#.xml" />
    </items>
</XPlode3>



I'm sure I'm not the only one who can see potential in such a setup.
Including files is working in my current development copy... may put it up for download and/or testing soon.



-----------------
Long version:

XPlode3.xml:
<XPlode3>
...
	<items>
  <item display="test1">
  </item>
  <include file="#XPLODE#\#COMPUTERNAME#.xml" />
  <item display="test2">
  </item>
	</items>
</XPlode3>


Hailstorm.xml:
<XPlode3>
	<items>
  <item display="test3">
  </item>
  <include file="#XPLODE#\#COMPUTERNAME#.xml" />
  <item display="test4">
  </item>
	</items>
</XPlode3>


Logfile:
>>> Log session start at: 04/12/04 16:59:20
XPlode3 {
    Parsing XML: d:\Programming\XPlode3\bin\XPlode3.xml {
        Environment variables {
...
            %COMPUTERNAME% = 'HAILSTORM'
...
        }
        strings {
        }
        tokens {
...
        }
        Display module: d:\Programming\XPlode3\bin\XPlodeFullDisplay.xip {
        }
        Items Block {
            Item Block {
            }
            Parsing XML: d:\Programming\XPlode3\bin\HAILSTORM.xml {
                Items Block {
                    Item Block {
                    }
                    Item Block {
                    }
                }
            }
            Item Block {
            }
        }
    }
    test1 {
    }
    test3 {
    }
    test4 {
    }
    test2 {
    }
}
>>> Log session end at: 04/12/04 16:59:20


Note that it doesn't include itself.
Not sure if I want to check ALL loaded XML's or just the current. Will see if it's needed later.

#8 User is offline   gmx 

  • Member
  • PipPip
  • Group: Members
  • Posts: 171
  • Joined: 09-November 03

Posted 06 December 2004 - 03:24 AM

links not working :(

#9 User is offline   Wraith 

  • Dr. Nick
  • PipPipPipPipPipPip
  • Group: Members
  • Posts: 1,256
  • Joined: 01-January 04

Posted 06 December 2004 - 03:43 PM

Yes, I know.

The datacentre where my site was being hosted seems to have disappeared off the face of the planet. So I've been bitching to them these past 3 days about getting it up and running, and responses are getting fewer and farther between.
It's looking more and more like they're just gonna shut down and take my money with them.
Remind me never to get hosting above and beyond the cheapest ever again.

#10 User is offline   x00783 

  • Newbie
  • Group: Members
  • Posts: 28
  • Joined: 04-August 04

Posted 07 December 2004 - 12:33 PM

I can host for you Wraith. I just use my site for dev work and I have plenty o bandwidth.

Contact me at markhamla@29palms.usmc.mil or louisamarkham@gmail.com if your interested.

Louis

#11 User is offline   SiliconSpace 

  • Group: Members
  • Posts: 6
  • Joined: 30-November 03

  Posted 08 December 2004 - 03:03 AM

Hi Wraith,

I have been using your Xplode 1.1.2 and its working for me flawlessly, i would however love to test your V.3 which is coming up. kindly send me the prog if possible as ur website is not in action at the moment.

My email: nitinmanik2004@yahoo.com

Cheers,
Nitin.

#12 User is offline   devilrunner 

  • Junior
  • Pip
  • Group: Members
  • Posts: 53
  • Joined: 01-June 04

Posted 08 December 2004 - 01:47 PM

I would love to see Version 3 also.

robin.sandra@belgacom.net

#13 User is offline   Wraith 

  • Dr. Nick
  • PipPipPipPipPipPip
  • Group: Members
  • Posts: 1,256
  • Joined: 01-January 04

Posted 08 December 2004 - 03:57 PM

I'm not going to send people versions of XPlode via email. Sorry.

This is just a test version, and is really non-functional as far as doing stuff is concerned, so I don't particularly see a need to get it all to you as soon as possible.

When the site comes back up, you shall be able to download it as per normal.

#14 User is offline   Wraith 

  • Dr. Nick
  • PipPipPipPipPipPip
  • Group: Members
  • Posts: 1,256
  • Joined: 01-January 04

Posted 09 December 2004 - 04:42 PM

Server *should* be up.

Changed hosts. Again. Ugh.

#15 User is offline   Wraith 

  • Dr. Nick
  • PipPipPipPipPipPip
  • Group: Members
  • Posts: 1,256
  • Joined: 01-January 04

Posted 09 December 2004 - 10:42 PM

Okay, I just realised I hadn't put the test version back on the new server, so I've built the current dev version, and uploaded that.
URL is in the first post.

#16 User is offline   Wraith 

  • Dr. Nick
  • PipPipPipPipPipPip
  • Group: Members
  • Posts: 1,256
  • Joined: 01-January 04

Posted 11 December 2004 - 06:35 AM

Yay, 4th consecutive post.






Anybody test the newest dev? Or has everyone just dropped off the face of the earth?

#17 User is offline   SlimShady 

  • Member
  • PipPip
  • Group: Members
  • Posts: 133
  • Joined: 29-November 03

Posted 11 December 2004 - 07:09 AM

Wraith, on Dec 11 2004, 01:35 PM, said:

Yay, 4th consecutive post.

Anybody test the newest dev? Or has everyone just dropped off the face of the earth?

I've added it to my todo list so I won't forget.

Edit:
Here's the log file.
The error messages in Dutch are the same as I posted before.

This post has been edited by SlimShady: 11 December 2004 - 08:34 AM


#18 User is offline   tinnef 

  • Junior
  • Pip
  • Group: Members
  • Posts: 57
  • Joined: 19-October 03

Posted 16 December 2004 - 08:51 AM

I got essentially the same result as Slim, so no unexpected errors.

#19 User is offline   PompeySteve 

  • Group: Members
  • Posts: 4
  • Joined: 08-November 04

Posted 16 December 2004 - 11:46 AM

>>> Log session start at: 04/12/16 17:42:49
XPlode3 {
    Parsing XML: D:\Documents and Settings\Steve\Desktop\XPlode3-20041210\XPlode3.xml {
        Configuration block {
            Custom Environment variables {
                %XPLODE% = 'D:\Documents and Settings\Steve\Desktop\XPlode3-20041210'
                %SOURCEPATH% = 'E:'
                %SOURCEDRIVE% = 'E:'
                %TEST% = 'This is a long **** test of something & something.'
            }
            String table {
            }
            Access Tokens {
                AccessToken::LogonUser(Spike) failed - Logon failure: unknown user name or bad password.
                AccessToken::LogonUser(Jet) failed - Logon failure: unknown user name or bad password.
            }
            Display module: D:\Documents and Settings\Steve\Desktop\XPlode3-20041210\XPlodeFullDisplay.xd3 {
            }
        }
        Items Block {
            Item Block {
            }
            Parsing XML: D:\Documents and Settings\Steve\Desktop\XPlode3-20041210\STEVESPARTITION.xml {
                Error: No such file or directory
            }
            Item Block {
            }
        }
    }
    test1 {
    }
    test2 {
    }
}
>>> Log session end at: 04/12/16 17:42:49


Hope this helps...

#20 User is offline   FuNKeR 

  • Junior
  • Pip
  • Group: Members
  • Posts: 82
  • Joined: 22-September 04

Posted 23 December 2004 - 11:52 AM

Here is my German Log-File:

>>> Log session start at: 04/12/23 18:51:53
XPlode3 {
    Parsing XML: C:\Dokumente und Einstellungen\Administrator\Desktop\XPlode3.xml {
        Configuration block {
            Custom Environment variables {
                %XPLODE% = 'C:\Dokumente und Einstellungen\Administrator\Desktop'
                %SOURCEPATH% = 'F:'
                %SOURCEDRIVE% = 'F:'
                %TEST% = 'This is a long **** test of something & something.'
            }
            String table {
            }
            Access Tokens {
                AccessToken::LogonUser(Spike) failed - Anmeldung fehlgeschlagen: unbekannter Benutzername oder falsches Kennwort.
                AccessToken::LogonUser(Jet) failed - Anmeldung fehlgeschlagen: unbekannter Benutzername oder falsches Kennwort.
            }
            Display module: C:\Dokumente und Einstellungen\Administrator\Desktop\XPlodeFullDisplay.xd3 {
            }
        }
        Items Block {
            Item Block {
            }
            Parsing XML: C:\Dokumente und Einstellungen\Administrator\Desktop\NULL-VM.xml {
                Error: No such file or directory
            }
            Item Block {
            }
        }
    }
    test1 {
    }
    test2 {
    }
}
>>> Log session end at: 04/12/23 18:51:53


cu
FuNKeR

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • This topic is locked

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy