Register - Login
Views: 99562840
Main - Memberlist - Active users - Calendar - Wiki - IRC Chat - Online users
Ranks - Rules/FAQ - Stats - Latest Posts - Color Chart - Smilies
04-29-22 03:43:48 AM
Jul - Posts by Wack0
Pages: 1 2
Wack0
Member
Level: 13


Posts: 1/26
EXP: 8289
For next: 1978

Since: 08-15-11


Since last post: 5.9 years
Last activity: 5.7 years

Posted on 08-15-11 05:26:12 PM, in Solitaire, etc (last edited by Wack0 at 08-15-11 03:56 PM) Link
The unused strings found in sol.exe *are* debug strings (well most of them anyway). The debug sol.exe (which is in nt4 chk) has a debug menu inbetween the two regular menus, and the unused strings are the descriptions shown at the bottom of the screen when the debug menu options are selected.

Also, the source code of solitaire, winmine, reversi (taken out in win3.1, and included with early (late-1991) betas of NT) and a number of other games are included with the well-known NT4 source leak, (and out of those, all but solitaire can be compiled - I have infact compiled most of them!) and I can upload the src to all of these games, and the debug sol.exe and cards.dll.

Oh and btw, the select game number and assert failure dialog boxes are used in debug sol.exe

EDIT: http://goput.it/dt2.7z - checked/debug solitaire
http://goput.it/1l7.7z - solitaire & reversi src
http://goput.it/hsh.7z - rest of the games src
Wack0
Member
Level: 13


Posts: 2/26
EXP: 8289
For next: 1978

Since: 08-15-11


Since last post: 5.9 years
Last activity: 5.7 years

Posted on 08-17-11 05:32:15 PM, in Solitaire, etc (last edited by Wack0 at 08-17-11 02:57 PM) Link
Let's go for the literal response here.

Looking in the src, the marquee text does nothing at all.

The 'screenshot thingy' does do something:

case idsScreenShots:
fScreenShots ^= 1;
CheckMenuItem(GetMenu(hwnd), idsScreenShots, fScreenShots ? MF_CHECKED|MF_BYCOMMAND : MF_UNCHECKED|MF_BYCOMMAND);
InvalidateRect(hwndStat, NULL, fTrue);
if(fScreenShots)
InvalidateRect(hwnd, NULL, fTrue);
break;


Also, I forgot to mention this earlier, and it seems that nobody has picked up on this, so:
The 'Heck, I don't know' text, is actually 'Hell, I don't know' in the NT4 chk sol.exe. I think it got changed in win2k, I'll have to check some win2k chk builds I have for exactly *when*.

EDIT: I've checked, and I have to say, I was not expecting the results I found..
It was changed as early as NT 5.00.1515 (the earliest build of Windows 2000 I have, from March 1997).
For reference, NT4 RTM is NT 4.00.1381, compiled August 1996.
Wack0
Member
Level: 13


Posts: 3/26
EXP: 8289
For next: 1978

Since: 08-15-11


Since last post: 5.9 years
Last activity: 5.7 years

Posted on 08-17-11 07:57:10 PM, in Solitaire, etc (last edited by Wack0 at 08-17-11 04:59 PM) Link
Originally posted by Liliana
Oh, one last thing I wanted to ask. I'd rather not try it myself, but... on the Assertion Failure dialog, does "Exit Windows" actually cause a shutdown?


It doesn't.

Originally posted by Liliana
the 3D Pinball is from NT4.


Actually, its first appearance was with the Windows 95 Plus! pack.

Originally posted by Liliana
The other applications look more interesting, especially the ones from the Windows Entertainment Pack (why they're included in the NT4 source... your guess is as good as mine). But I don't have them compiled, so I can't really tell what the debug functions do.


I can upload the compiled versions if you want.
Wack0
Member
Level: 13


Posts: 4/26
EXP: 8289
For next: 1978

Since: 08-15-11


Since last post: 5.9 years
Last activity: 5.7 years

Posted on 08-17-11 08:11:38 PM, in Solitaire, etc (last edited by Wack0 at 08-17-11 05:14 PM) Link
Originally posted by Liliana
Oh yes, if you could do that, it'd be much appreciated!


Here. http://goput.it/m23.7z

And by the way, the file versions are 4.00.2006 because ntverp.h got modified.

Also, I noticed that the src for sol and reversi are in the leaked win2k SP1 src, too.
Wack0
Member
Level: 13


Posts: 5/26
EXP: 8289
For next: 1978

Since: 08-15-11


Since last post: 5.9 years
Last activity: 5.7 years

Posted on 08-18-11 02:20:36 PM, in Solitaire, etc Link
Originally posted by Liliana
Cool!

Incidentally, I found an unused options screen in the TicTactics game, and added it to the wiki. I'll add all the Solitaire stuff later...

edit: hmm, the missing icons from that Tictactics options screen are apparently in the source, but never added in the compiling process... interesting


someone must have not added them to the .rc
Wack0
Member
Level: 13


Posts: 6/26
EXP: 8289
For next: 1978

Since: 08-15-11


Since last post: 5.9 years
Last activity: 5.7 years

Posted on 08-20-11 12:39:37 PM, in Solitaire, etc Link
Sorry for the double post but there's an error in the edits to the Solitaire article.
The debug Solitaire did not come from the NT4 source leak, it came from the checked/debug compile of NT4, that Microsoft released to MSDN subscribers at the same time as the free/retail compile.
I have similar checked versions of NT 3.1, 3.5, 3.51, and Windows 2000, not to mention some betas too.
Wack0
Member
Level: 13


Posts: 7/26
EXP: 8289
For next: 1978

Since: 08-15-11


Since last post: 5.9 years
Last activity: 5.7 years

Posted on 08-26-11 01:51:37 PM, in Broken Sword II Remastered (iOS) (last edited by Wack0 at 08-26-11 10:54 AM) Link
Found some text that would have been used in the original games for psx/pc but obviously wouldn't be used in the new iOS version.

I tried to c/p it in quote tags but it kept being cut off. It's text about memory cards, and what looks like the full PC installer text.
Wack0
Member
Level: 13


Posts: 8/26
EXP: 8289
For next: 1978

Since: 08-15-11


Since last post: 5.9 years
Last activity: 5.7 years

Posted on 08-26-11 01:55:10 PM, in Broken Sword II Remastered (iOS) Link
Originally posted by Super Salami Man
Is there supposed to be more text here? I only see one letter


Yes, it kept being cut off.. I'll pastebin it later.
Wack0
Member
Level: 13


Posts: 9/26
EXP: 8289
For next: 1978

Since: 08-15-11


Since last post: 5.9 years
Last activity: 5.7 years

Posted on 08-26-11 03:25:35 PM, in Broken Sword II Remastered (iOS) Link
..That's weird, it only pastebinned one letter too.. I guess it doesn't like straight copy/pastes out of the text file. (the text is stored in ASCII btw.)
Wack0
Member
Level: 13


Posts: 10/26
EXP: 8289
For next: 1978

Since: 08-15-11


Since last post: 5.9 years
Last activity: 5.7 years

Posted on 08-05-12 02:37:26 PM, in Sonic and SEGA All-Stars Racing (iOS) Link
Found a file called FrontendHashes.h within the files of this game (internal name is SSR_iPhone.app by the way) - just contains a bunch of compiler definitions. (But what else could be expected from a .h file over 100kb ?)
Wack0
Member
Level: 13


Posts: 11/26
EXP: 8289
For next: 1978

Since: 08-15-11


Since last post: 5.9 years
Last activity: 5.7 years

Posted on 08-09-12 02:36:35 PM, in I present for your consideration: 5 prototypes of Hover! Link
So I noticed the Hover! article here, and decided to look through my large collection of Windows 95 betas for Hover! protos. I was not disappointed. Download the protos here.

Two of the protos have the same version number but hover.exe has a different bytesize.
The other three share their version number with the retail version of Hover! - again, the size of hover.exe are different from each other and the retail Hover!.

The two version 1.0.8.0 Hover!s have a readme explaining that they are not the final, and have a small list of known bugs.

(Oh, and by the way, that About dialog is unused in ALL the protos, but say version 1.0.8.0 in the version 1.0.8.0 Hover!s)

Also, related to that about box: milestone 7 of Windows 95 is version 4.00.224, or Beta 2, if I remember correctly; I do not have the full ISO of this build, only the setup files, so no milestone 7 Hover!.
Wack0
Member
Level: 13


Posts: 12/26
EXP: 8289
For next: 1978

Since: 08-15-11


Since last post: 5.9 years
Last activity: 5.7 years

Posted on 08-09-12 05:07:25 PM, in 3 prototypes of 3D Pinball: Space Cadet. (last edited by Wack0 at 08-09-12 06:20:12 PM) Link
Download them here.

The earliest is Maelstrom 0.91, then came Maelstrom 1.00, last would be the Space Cadet Preview Version.

The most interesting are the two Maelstrom protos: they look completely different to Space Cadet and have different sounds and music too, among other differences, like leftover code in pinball.exe (starting at offset 0x36c4c in 0.91)... The Space Cadet Preview Version is basically the same as the final but it has 'Preview Version' text in a certain place.

I guess I'll document some other stuff I found: in demo.dat/pinball.dat of the Maelstrom protos, the internal name of the table is "Test Table 1".

The music and some of the sounds are different between the Maelstrom protos, and the Preview Version and final.

Interesting text in the Maelstrom protos, at offset 0x2ae14 in 0.91.

In the Maelstrom protos, the unused Edit Pinball Components dialog does not say 'FOR TESTING ONLY' in the title bar.

There exists an unused table selection dialog in the Maelstrom protos.

Maelstrom 0.91 loads the table from TEST.DAT, not PINBALL.DAT.

The leftover code in the Maelstrom protos acknowledge the existance of an earlier version of Maelstrom; version 0.87.
Wack0
Member
Level: 13


Posts: 13/26
EXP: 8289
For next: 1978

Since: 08-15-11


Since last post: 5.9 years
Last activity: 5.7 years

Posted on 08-10-12 10:19:01 AM, in 3 prototypes of 3D Pinball: Space Cadet. Link
Originally posted by paulguy
Might also want to make comparisons to Full Tilt Pinball. Not sure which came first, but it'd add another data point to determine a lineage.


It actually seems that the Space Cadet table included in 95Plus! (and then NT4 etc) was developed alongside the rest of Full Tilt. (the earliness of maelstrom, the greyed out 'select table' option etc)

Also, there's a number of bugs in Maelstrom 0.91 making it unplayable: however, Maelstrom 1.00 is perfectly playable, and even stores its highscores in plain text in PINBALL.INI.
Wack0
Member
Level: 13


Posts: 14/26
EXP: 8289
For next: 1978

Since: 08-15-11


Since last post: 5.9 years
Last activity: 5.7 years

Posted on 08-15-12 09:44:03 PM, in 3 prototypes of 3D Pinball: Space Cadet. Link
Originally posted by PatSter21
Where were these acquired? If they came from early Windows NT betas, we should check those for more possible prototypes...


Betas of the Windows 95 Plus! pack.
Wack0
Member
Level: 13


Posts: 15/26
EXP: 8289
For next: 1978

Since: 08-15-11


Since last post: 5.9 years
Last activity: 5.7 years

Posted on 01-22-13 10:20:15 AM, in Crash Tag Team Racing E3 demo Link
Hey,

Someone posted on BetaArchive (a forum which I moderate, under the username The Distractor) a torrent link to a demo disc from the Italian official PlayStation magazine, it contains a bunch of demos including the aforementioned Crash Tag Team Racing E3 demo.

http://kat.ph/psitalia-t7011821.html -- there's the torrent link.

And here's the topic on BA where it was posted: http://www.betaarchive.com/forum/viewtopic.php?f=16&t=27137
Wack0
Member
Level: 13


Posts: 16/26
EXP: 8289
For next: 1978

Since: 08-15-11


Since last post: 5.9 years
Last activity: 5.7 years

Posted on 01-22-13 10:26:23 AM, in Metroid Fusion Debug Menu Link
O.o

If only i still had my metroid fusion cart, so i could test it out on a real cart...
But my friend lost it..
Wack0
Member
Level: 13


Posts: 17/26
EXP: 8289
For next: 1978

Since: 08-15-11


Since last post: 5.9 years
Last activity: 5.7 years

Posted on 01-23-13 09:56:49 AM, in Crash Tag Team Racing E3 demo Link
And the original uploader uploaded it to mediafire.

http://www.mediafire.com/?4xl55ju2w7vln -- here's the link to the mediafire folder.
Wack0
Member
Level: 13


Posts: 18/26
EXP: 8289
For next: 1978

Since: 08-15-11


Since last post: 5.9 years
Last activity: 5.7 years

Posted on 02-15-13 08:22:59 PM, in My Little Pony (iOS) proto (last edited by BMF54123 at 03-28-13 12:05:22 AM) Link
Supposedly version 0.1.5 but i'm not sure.

There's a build date and time in buildversion.ini:

date=08/09/2012
time=12.26


[link removed; not a prototype]

To actually run this you'll need a jailbroken device with at least iOS 4.3.
Wack0
Member
Level: 13


Posts: 19/26
EXP: 8289
For next: 1978

Since: 08-15-11


Since last post: 5.9 years
Last activity: 5.7 years

Posted on 02-24-13 05:21:08 PM, in popcap main.pak (last edited by Wack0 at 02-24-13 05:21:33 PM) Link
If you actually read the popcap games framework documentation, you'd learn that the file open/read/close function equivalents for .pak files look in the dir with the game exe first, and *then* in the .pak.
And oh, btw, to unpack .pak files I use PopPakPWE.exe from the latest popcap games framework, using the command line as follows:
poppakpwe /U /K "" main.pak unpacked

(yes, there's a character inside the quotes, it's 0x7F which is the default password for poppakpwe. PopPakPWE documentation says you can use "/K 0x7F" but that does not work. Of course, if you see a passworded main.pak in the future, to extract it you'll need to get the password somehow, probably by reversing the game exe, and then use poppakpwe!)
Wack0
Member
Level: 13


Posts: 20/26
EXP: 8289
For next: 1978

Since: 08-15-11


Since last post: 5.9 years
Last activity: 5.7 years

Posted on 03-30-13 07:59:15 PM, in My Little Pony (iOS) proto Link
Originally posted by DrYay
This is just the initial release of the game.


Hmm, I guess it could easily be mistaken for a proto, as it was leaked a couple of months before it actually got released.

Not that you provided any actual evidence (like md5/sha1 hashes of files) that would prove your claim though..
Pages: 1 2
Jul - Posts by Wack0


Rusted Logic

Acmlmboard - commit 47be4dc [2021-08-23]
©2000-2022 Acmlm, Xkeeper, Kaito Sinclaire, et al.

27 database queries, 49 query cache hits.
Query execution time:  0.076520 seconds
Script execution time:  0.038363 seconds
Total render time:  0.114883 seconds


TidyHTML vomit below
line 1 column 1 - Warning: missing <!DOCTYPE> declaration
line 119 column 11 - Warning: <form> isn't allowed in <table> elements
line 118 column 10 - Info: <table> previously mentioned
line 120 column 11 - Warning: missing <tr>
line 120 column 119 - Warning: missing </font> before </td>
line 124 column 16 - Warning: plain text isn't allowed in <tr> elements
line 120 column 11 - Info: <tr> previously mentioned
line 125 column 68 - Warning: missing </nobr> before </td>
line 141 column 68 - Warning: missing </nobr> before <tr>
line 147 column 35 - Warning: missing <tr>
line 147 column 50 - Warning: missing </font> before </td>
line 147 column 132 - Warning: missing </font> before </table>
line 149 column 35 - Warning: missing <tr>
line 149 column 98 - Warning: unescaped & or unknown entity "&page"
line 149 column 50 - Warning: missing </font> before </td>
line 149 column 133 - Warning: missing </font> before </table>
line 156 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 158 column 9 - Warning: missing <tr>
line 176 column 13 - Warning: missing <tr>
line 190 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 192 column 9 - Warning: missing <tr>
line 210 column 13 - Warning: missing <tr>
line 234 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 236 column 9 - Warning: missing <tr>
line 254 column 13 - Warning: missing <tr>
line 270 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 272 column 9 - Warning: missing <tr>
line 290 column 13 - Warning: missing <tr>
line 302 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 304 column 9 - Warning: missing <tr>
line 322 column 13 - Warning: missing <tr>
line 334 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 336 column 9 - Warning: missing <tr>
line 354 column 13 - Warning: missing <tr>
line 362 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 364 column 9 - Warning: missing <tr>
line 382 column 13 - Warning: missing <tr>
line 390 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 392 column 9 - Warning: missing <tr>
line 410 column 13 - Warning: missing <tr>
line 418 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 420 column 9 - Warning: missing <tr>
line 438 column 13 - Warning: missing <tr>
line 444 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 446 column 9 - Warning: missing <tr>
line 464 column 13 - Warning: missing <tr>
line 470 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 472 column 9 - Warning: missing <tr>
line 490 column 13 - Warning: missing <tr>
line 505 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 507 column 9 - Warning: missing <tr>
line 525 column 13 - Warning: missing <tr>
line 549 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 551 column 9 - Warning: missing <tr>
line 569 column 13 - Warning: missing <tr>
line 579 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 581 column 9 - Warning: missing <tr>
line 599 column 13 - Warning: missing <tr>
line 607 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 609 column 9 - Warning: missing <tr>
line 627 column 13 - Warning: missing <tr>
line 636 column 581 - Warning: unescaped & or unknown entity "&t"
line 636 column 641 - Warning: unescaped & or unknown entity "&t"
line 639 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 641 column 9 - Warning: missing <tr>
line 659 column 13 - Warning: missing <tr>
line 668 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 670 column 9 - Warning: missing <tr>
line 688 column 13 - Warning: missing <tr>
line 696 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 698 column 9 - Warning: missing <tr>
line 716 column 13 - Warning: missing <tr>
line 730 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 732 column 9 - Warning: missing <tr>
line 750 column 13 - Warning: missing <tr>
line 759 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 761 column 9 - Warning: missing <tr>
line 779 column 13 - Warning: missing <tr>
line 789 column 17 - Warning: missing <tr>
line 789 column 17 - Warning: discarding unexpected <table>
line 792 column 35 - Warning: missing <tr>
line 792 column 98 - Warning: unescaped & or unknown entity "&page"
line 792 column 50 - Warning: missing </font> before </td>
line 792 column 133 - Warning: missing </font> before </table>
line 794 column 35 - Warning: missing <tr>
line 794 column 50 - Warning: missing </font> before </td>
line 794 column 132 - Warning: missing </font> before </table>
line 796 column 17 - Warning: discarding unexpected </textarea>
line 796 column 28 - Warning: discarding unexpected </form>
line 796 column 35 - Warning: discarding unexpected </embed>
line 796 column 43 - Warning: discarding unexpected </noembed>
line 796 column 53 - Warning: discarding unexpected </noscript>
line 796 column 64 - Warning: discarding unexpected </noembed>
line 796 column 74 - Warning: discarding unexpected </embed>
line 796 column 82 - Warning: discarding unexpected </table>
line 796 column 90 - Warning: discarding unexpected </table>
line 798 column 9 - Warning: missing </font> before <table>
line 810 column 25 - Warning: discarding unexpected </font>
line 819 column 58 - Warning: discarding unexpected </font>
line 797 column 1 - Warning: missing </center>
line 120 column 63 - Warning: <img> lacks "alt" attribute
line 125 column 19 - Warning: <td> attribute "width" has invalid value "120px"
line 125 column 93 - Warning: <img> lacks "alt" attribute
line 141 column 19 - Warning: <td> attribute "width" has invalid value "120px"
line 141 column 98 - Warning: <img> lacks "alt" attribute
line 161 column 22 - Warning: <img> lacks "alt" attribute
line 161 column 63 - Warning: <img> lacks "alt" attribute
line 161 column 112 - Warning: <img> lacks "alt" attribute
line 161 column 162 - Warning: <img> lacks "alt" attribute
line 172 column 15 - Warning: <img> lacks "alt" attribute
line 183 column 855 - Warning: <img> proprietary attribute value "absmiddle"
line 183 column 855 - Warning: <img> lacks "alt" attribute
line 195 column 22 - Warning: <img> lacks "alt" attribute
line 195 column 63 - Warning: <img> lacks "alt" attribute
line 195 column 112 - Warning: <img> lacks "alt" attribute
line 195 column 162 - Warning: <img> lacks "alt" attribute
line 206 column 15 - Warning: <img> lacks "alt" attribute
line 213 column 114 - Warning: <img> proprietary attribute value "absmiddle"
line 213 column 114 - Warning: <img> lacks "alt" attribute
line 239 column 22 - Warning: <img> lacks "alt" attribute
line 239 column 63 - Warning: <img> lacks "alt" attribute
line 239 column 112 - Warning: <img> lacks "alt" attribute
line 239 column 162 - Warning: <img> lacks "alt" attribute
line 250 column 15 - Warning: <img> lacks "alt" attribute
line 257 column 303 - Warning: <img> proprietary attribute value "absmiddle"
line 257 column 303 - Warning: <img> lacks "alt" attribute
line 275 column 22 - Warning: <img> lacks "alt" attribute
line 275 column 63 - Warning: <img> lacks "alt" attribute
line 275 column 112 - Warning: <img> lacks "alt" attribute
line 275 column 162 - Warning: <img> lacks "alt" attribute
line 286 column 15 - Warning: <img> lacks "alt" attribute
line 307 column 22 - Warning: <img> lacks "alt" attribute
line 307 column 63 - Warning: <img> lacks "alt" attribute
line 307 column 112 - Warning: <img> lacks "alt" attribute
line 307 column 162 - Warning: <img> lacks "alt" attribute
line 318 column 15 - Warning: <img> lacks "alt" attribute
line 339 column 22 - Warning: <img> lacks "alt" attribute
line 339 column 63 - Warning: <img> lacks "alt" attribute
line 339 column 112 - Warning: <img> lacks "alt" attribute
line 339 column 162 - Warning: <img> lacks "alt" attribute
line 350 column 15 - Warning: <img> lacks "alt" attribute
line 367 column 22 - Warning: <img> lacks "alt" attribute
line 367 column 63 - Warning: <img> lacks "alt" attribute
line 367 column 112 - Warning: <img> lacks "alt" attribute
line 367 column 162 - Warning: <img> lacks "alt" attribute
line 378 column 15 - Warning: <img> lacks "alt" attribute
line 395 column 22 - Warning: <img> lacks "alt" attribute
line 395 column 63 - Warning: <img> lacks "alt" attribute
line 395 column 112 - Warning: <img> lacks "alt" attribute
line 395 column 162 - Warning: <img> lacks "alt" attribute
line 406 column 15 - Warning: <img> lacks "alt" attribute
line 413 column 221 - Warning: <img> proprietary attribute value "absmiddle"
line 413 column 221 - Warning: <img> lacks "alt" attribute
line 423 column 22 - Warning: <img> lacks "alt" attribute
line 423 column 63 - Warning: <img> lacks "alt" attribute
line 423 column 112 - Warning: <img> lacks "alt" attribute
line 423 column 162 - Warning: <img> lacks "alt" attribute
line 434 column 15 - Warning: <img> lacks "alt" attribute
line 449 column 22 - Warning: <img> lacks "alt" attribute
line 449 column 63 - Warning: <img> lacks "alt" attribute
line 449 column 112 - Warning: <img> lacks "alt" attribute
line 449 column 162 - Warning: <img> lacks "alt" attribute
line 460 column 15 - Warning: <img> lacks "alt" attribute
line 475 column 22 - Warning: <img> lacks "alt" attribute
line 475 column 63 - Warning: <img> lacks "alt" attribute
line 475 column 112 - Warning: <img> lacks "alt" attribute
line 475 column 162 - Warning: <img> lacks "alt" attribute
line 486 column 15 - Warning: <img> lacks "alt" attribute
line 510 column 22 - Warning: <img> lacks "alt" attribute
line 510 column 63 - Warning: <img> lacks "alt" attribute
line 510 column 112 - Warning: <img> lacks "alt" attribute
line 510 column 162 - Warning: <img> lacks "alt" attribute
line 521 column 15 - Warning: <img> lacks "alt" attribute
line 525 column 169 - Warning: <font> attribute "color" had invalid value "7C60B0" and has been replaced
line 554 column 22 - Warning: <img> lacks "alt" attribute
line 554 column 63 - Warning: <img> lacks "alt" attribute
line 554 column 112 - Warning: <img> lacks "alt" attribute
line 554 column 162 - Warning: <img> lacks "alt" attribute
line 565 column 15 - Warning: <img> lacks "alt" attribute
line 584 column 22 - Warning: <img> lacks "alt" attribute
line 584 column 63 - Warning: <img> lacks "alt" attribute
line 584 column 112 - Warning: <img> lacks "alt" attribute
line 584 column 162 - Warning: <img> lacks "alt" attribute
line 595 column 15 - Warning: <img> lacks "alt" attribute
line 612 column 22 - Warning: <img> lacks "alt" attribute
line 612 column 63 - Warning: <img> lacks "alt" attribute
line 612 column 112 - Warning: <img> lacks "alt" attribute
line 612 column 162 - Warning: <img> lacks "alt" attribute
line 623 column 15 - Warning: <img> lacks "alt" attribute
line 644 column 22 - Warning: <img> lacks "alt" attribute
line 644 column 63 - Warning: <img> lacks "alt" attribute
line 644 column 112 - Warning: <img> lacks "alt" attribute
line 644 column 162 - Warning: <img> lacks "alt" attribute
line 655 column 15 - Warning: <img> lacks "alt" attribute
line 673 column 22 - Warning: <img> lacks "alt" attribute
line 673 column 63 - Warning: <img> lacks "alt" attribute
line 673 column 112 - Warning: <img> lacks "alt" attribute
line 673 column 162 - Warning: <img> lacks "alt" attribute
line 684 column 15 - Warning: <img> lacks "alt" attribute
line 701 column 22 - Warning: <img> lacks "alt" attribute
line 701 column 63 - Warning: <img> lacks "alt" attribute
line 701 column 112 - Warning: <img> lacks "alt" attribute
line 701 column 162 - Warning: <img> lacks "alt" attribute
line 712 column 15 - Warning: <img> lacks "alt" attribute
line 716 column 152 - Warning: <font> attribute "color" had invalid value "60c000" and has been replaced
line 735 column 22 - Warning: <img> lacks "alt" attribute
line 735 column 63 - Warning: <img> lacks "alt" attribute
line 735 column 112 - Warning: <img> lacks "alt" attribute
line 735 column 162 - Warning: <img> lacks "alt" attribute
line 746 column 15 - Warning: <img> lacks "alt" attribute
line 750 column 144 - Warning: <font> attribute "color" had invalid value "7C60B0" and has been replaced
line 764 column 22 - Warning: <img> lacks "alt" attribute
line 764 column 63 - Warning: <img> lacks "alt" attribute
line 764 column 112 - Warning: <img> lacks "alt" attribute
line 764 column 162 - Warning: <img> lacks "alt" attribute
line 775 column 15 - Warning: <img> lacks "alt" attribute
line 804 column 25 - Warning: <img> lacks "alt" attribute
line 809 column 267 - Warning: <img> lacks "alt" attribute
line 147 column 132 - Warning: trimming empty <font>
line 149 column 133 - Warning: trimming empty <font>
line 789 column 17 - Warning: trimming empty <tr>
line 792 column 133 - Warning: trimming empty <font>
line 794 column 132 - Warning: trimming empty <font>
line 125 column 68 - Warning: <nobr> is not approved by W3C
line 141 column 68 - Warning: <nobr> is not approved by W3C
line 177 column 27 - Warning: <nobr> is not approved by W3C
line 211 column 27 - Warning: <nobr> is not approved by W3C
line 255 column 27 - Warning: <nobr> is not approved by W3C
line 291 column 27 - Warning: <nobr> is not approved by W3C
line 323 column 27 - Warning: <nobr> is not approved by W3C
line 355 column 27 - Warning: <nobr> is not approved by W3C
line 383 column 27 - Warning: <nobr> is not approved by W3C
line 411 column 27 - Warning: <nobr> is not approved by W3C
line 439 column 27 - Warning: <nobr> is not approved by W3C
line 465 column 27 - Warning: <nobr> is not approved by W3C
line 491 column 27 - Warning: <nobr> is not approved by W3C
line 526 column 27 - Warning: <nobr> is not approved by W3C
line 570 column 27 - Warning: <nobr> is not approved by W3C
line 600 column 27 - Warning: <nobr> is not approved by W3C
line 628 column 27 - Warning: <nobr> is not approved by W3C
line 660 column 27 - Warning: <nobr> is not approved by W3C
line 689 column 27 - Warning: <nobr> is not approved by W3C
line 717 column 27 - Warning: <nobr> is not approved by W3C
line 751 column 27 - Warning: <nobr> is not approved by W3C
line 780 column 27 - Warning: <nobr> is not approved by W3C
Info: Document content looks like HTML5
Info: No system identifier in emitted doctype
Tidy found 243 warnings and 0 errors!


The alt attribute should be used to give a short description
of an image; longer descriptions should be given with the
longdesc attribute which takes a URL linked to the description.
These measures are needed for people using non-graphical browsers.

For further advice on how to make your pages accessible
see http://www.w3.org/WAI/GL.
You are recommended to use CSS to specify the font and
properties such as its size and color. This will reduce
the size of HTML files and make them easier to maintain
compared with using <FONT> elements.

You are recommended to use CSS to control line wrapping.
Use "white-space: nowrap" to inhibit wrapping in place
of inserting <NOBR>...</NOBR> into the markup.

About HTML Tidy: https://github.com/htacg/tidy-html5
Bug reports and comments: https://github.com/htacg/tidy-html5/issues
Official mailing list: https://lists.w3.org/Archives/Public/public-htacg/
Latest HTML specification: http://dev.w3.org/html5/spec-author-view/
Validate your HTML documents: http://validator.w3.org/nu/
Lobby your company to join the W3C: http://www.w3.org/Consortium

Do you speak a language other than English, or a different variant of
English? Consider helping us to localize HTML Tidy. For details please see
https://github.com/htacg/tidy-html5/blob/master/README/LOCALIZE.md