Register - Login
Views: 99377992
Main - Memberlist - Active users - Calendar - Wiki - IRC Chat - Online users
Ranks - Rules/FAQ - Stats - Latest Posts - Color Chart - Smilies
04-23-22 09:52:26 PM
Jul - SM64 Hacking (Archive) - Older bug reports (Version 0.5b) New poll - New thread - Thread closed
Pages: 1 2 3 4 5 Next newer thread
kingwhomp
Random nobody
Toad's Tool 64 Rocks
Level: 7


Posts: 1/7
EXP: 1355
For next: 93

Since: 08-20-07


Since last post: 13.8 years
Last activity: 13.8 years

Posted on 08-20-07 05:18:35 PM Link
The Editor freezes when i change a object>:B
Kles

Level: 87


Posts: 512/1947
EXP: 6306424
For next: 86350

Since: 07-23-07


Since last post: 68 days
Last activity: 13 hours

Posted on 08-20-07 05:21:30 PM Link
What's your operating system? Amount of RAM? Other system info?

____________________
؟
The Glitch
Member
Speaks his mind
Level: 32


Posts: 5/199
EXP: 205471
For next: 971

Since: 08-23-07

From: Pittsburgh, PA.

Since last post: 14.5 years
Last activity: 14.5 years

Posted on 08-24-07 04:08:23 AM Link
Yeah, I wish to report this one bug that has forced me to restart a project, twice.
For some reason, TT64 will just stop detecting certain objects in a level for me, the first time was with the star block in Bom-Omb Battlefield, all I did was change it's location, and save, next time I pulled TT64 up, it was just gone, I remembered where it was and it was just gone, yet it appeared in game for me, the second time happened in Whomp's Fortress, a Thwomp 2 and Small-Thwomp I had placed just disappeared as well, I have no clue was is making this happen for me, but it does happen.
Thing to take note of however, is that it doesn't happen all -that- often, but it does occur however for me.
My OS is Windows XP Home, Service pack 2, and I have 1GB of RAM, and with Microsoft .NET Framework 3.0 installed.

____________________
Why are you reading this?
VL-Tone
Member
Super Mario 64 forum moderator
Level: 53


Posts: 46/621
EXP: 1135498
For next: 21621

Since: 07-27-07

From: Montreal, Canada

Since last post: 4.7 years
Last activity: 1.2 years

Posted on 08-24-07 06:32:48 AM Link
Time: Now - Date: Today - Weather: What can be seen outside. - Mood: How it feels. Answer to the universe: 42
Originally posted by The Glitch
Yeah, I wish to report this one bug that has forced me to restart a project, twice.
For some reason, TT64 will just stop detecting certain objects in a level for me, the first time was with the star block in Bom-Omb Battlefield, all I did was change it's location, and save, next time I pulled TT64 up, it was just gone, I remembered where it was and it was just gone, yet it appeared in game for me, the second time happened in Whomp's Fortress, a Thwomp 2 and Small-Thwomp I had placed just disappeared as well, I have no clue was is making this happen for me, but it does happen.
Thing to take note of however, is that it doesn't happen all -that- often, but it does occur however for me.
My OS is Windows XP Home, Service pack 2, and I have 1GB of RAM, and with Microsoft .NET Framework 3.0 installed.



Ok, I'd like to help you, and hopefully fix that bug, but I need more details.

First, is this happening with 0x24,0x42 or 0x43 objects?

Second, when you say the objects are "gone", do you mean only visually in the 3d view? Are they also missing from the object list on the left? If so, does the number of objects in that list decreased compared with a fresh ROM?


____________________
The Glitch
Member
Speaks his mind
Level: 32


Posts: 9/199
EXP: 205471
For next: 971

Since: 08-23-07

From: Pittsburgh, PA.

Since last post: 14.5 years
Last activity: 14.5 years

Posted on 08-24-07 07:29:28 AM; last edit by The Glitch on 08-24-07 07:31 AM Link
Well, The problem seems to be bigger then what I thought, compare these object lists:

These two TT64s have two different M64 ROMs loaded up, one with a unmodded WF, and one with the WF with the disappearing objects.
So yeah, it is Macro objects disappearing entirely from TT64's view.

____________________
Why are you reading this?
VL-Tone
Member
Super Mario 64 forum moderator
Level: 53


Posts: 47/621
EXP: 1135498
For next: 21621

Since: 07-27-07

From: Montreal, Canada

Since last post: 4.7 years
Last activity: 1.2 years

Posted on 08-24-07 10:14:20 AM Link
Time: Now - Date: Today - Weather: What can be seen outside. - Mood: How it feels. Answer to the universe: 42
Originally posted by The Glitch
Well, The problem seems to be bigger then what I thought, compare these object lists:

These two TT64s have two different M64 ROMs loaded up, one with a unmodded WF, and one with the WF with the disappearing objects.
So yeah, it is Macro objects disappearing entirely from TT64's view.



Ok then, it pretty much confirms what I thought. It's (probably) the same bug that caused some 0x42 objects to be skipped in Bowser Course 3. The bug happens when Macro Preset 30 (0x1E) is found, which cause the level script loader to stop loading 0x42 objects. It's already fixed in 0.6b which should be released soon. Opening this ROM in version 0.6b should display all objects.

The fact that you had to restart your project twice, and other similar situations prompted me to add some new features, that I wanted to add anyway. It took me all night to implement them and they seem to work now, and now it's more a matter of debugging these to be sure they work correctly, and integrating them into the interface through a menu.

These features are:

Revert All From Original
Revert Level From Original
Revert Object(s) From Original


In version 0.6b, TT64 will now include all level scripts from the original game (that include all object commands etc.). That way you'll be able to revert to the original objects and commands if you screw up. You can do it for the whole game (I'll have to put a warning "Are you sure?" for that one), or on a level basis, or simply reverting the selected object. The latter is different from the "Revert Object" button which revert selected objects to the last saved version.

Other features I added:

Load All Levels From File
Load Current Level From File

Save All To Level File
Save Current Level To File


Something I wanted to add since a long time, and it was relatively easy since the editor was built with this in mind. TT64 0.6b will be able to save and load levels as a .txt file. You'll be able to decide to save only the current level, or all levels at once in the same file.

When loading a level file, you will be able to choose to load only the data for the current level, or all levels at once. That way you'll be able to mix and match levels from different projects (ROMs).

I also plan to add the possibility of choosing more arbitrarily which levels to load from or save to a level file, though I'm not sure this particular feature will be in 0.6b.

The level .txt files won't be intended to be edited manually, but experienced programmers/hackers may want to take a glimpse inside these.


____________________
John2k4
490
Bubble Bobble
Level: 48


Posts: 126/499
EXP: 817244
For next: 6299

Since: 08-05-07

From: Arizona

Since last post: 8.9 years
Last activity: 7.7 years

Posted on 08-24-07 09:54:10 PM Link

Cool!

I don't know if you got my PM on this BTW, but maybe you should start up a thread for TT64 releases, that is limited to posts from only mods (so it doesn't get spammed--no offense to any one in particular here--

____________________
I GET NEW LAYOUT!
GO STICK MAN!
Roger3245
Deleted User
Collection of nobodies
Posted on 08-25-07 10:37:43 PM Link
Looks like I can't save my textures... Anybody else have this problem? I hope I'm not the only one... :/

____________________


===================
[Posted by Diglidi-Dude]
John2k4
490
Bubble Bobble
Level: 48


Posts: 142/499
EXP: 817244
For next: 6299

Since: 08-05-07

From: Arizona

Since last post: 8.9 years
Last activity: 7.7 years

Posted on 08-26-07 01:18:17 PM Link

Well what happens when you try to save them?

If it gives you a script error, make sure you have toad's tool 64 0.5b.

____________________
I GET NEW LAYOUT!
GO STICK MAN!
Roger3245
Deleted User
Collection of nobodies
Posted on 08-26-07 10:02:32 PM; last edit by Diglidi-Dude on 08-26-07 10:03 PM Link
There are absolutely no error message. It just doesn't save.
I do click "Save texture to rom" and "Save", but no.

And yes, I has 0.5b.

____________________


===================
[Posted by Diglidi-Dude]
VL-Tone
Member
Super Mario 64 forum moderator
Level: 53


Posts: 51/621
EXP: 1135498
For next: 21621

Since: 07-27-07

From: Montreal, Canada

Since last post: 4.7 years
Last activity: 1.2 years

Posted on 08-27-07 03:49:33 AM Link
Time: Now - Date: Today - Weather: What can be seen outside. - Mood: How it feels. Answer to the universe: 42
Originally posted by Diglidi-Dude
There are absolutely no error message. It just doesn't save.
I do click "Save texture to rom" and "Save", but no.

And yes, I has 0.5b.



Actually you should only have to click on "Save texture to rom". The "Save" button only save the levels.

What happen when you click the "Revert From ROM" button after you saved your texture?


____________________
The Glitch
Member
Speaks his mind
Level: 32


Posts: 30/199
EXP: 205471
For next: 971

Since: 08-23-07

From: Pittsburgh, PA.

Since last post: 14.5 years
Last activity: 14.5 years

Posted on 08-30-07 06:16:16 PM Link
I noticed a bug with the texture grid.
I was editing a few random textures out of boredom one day, and I noticed that some of the textures had not updated themselves on the grid.
IE:I had modded Bom Omb Battlefieldpainting textures to look like a friends house, when viewed on the grid the thumbnail was still the same as the orginal texture, yet the preview and in game it was modded.

____________________
Why are you reading this?
Deleted User
Collection of nobodies
Posted on 08-31-07 08:22:52 PM Link
Originally posted by VL-Tone
Originally posted by Diglidi-Dude
There are absolutely no error message. It just doesn't save.
I do click "Save texture to rom" and "Save", but no.

And yes, I has 0.5b.


Actually you should only have to click on "Save texture to rom". The "Save" button only save the levels.

What happen when you click the "Revert From ROM" button after you saved your texture?


Well the texture is here, but it's not appearing ingame.
I've even tried it with 1964 and PJ64, and it's the same thing.

____________________


===================
[Posted by Diglidi-Dude]
John2k4
490
Bubble Bobble
Level: 48


Posts: 163/499
EXP: 817244
For next: 6299

Since: 08-05-07

From: Arizona

Since last post: 8.9 years
Last activity: 7.7 years

Posted on 09-01-07 01:33:53 PM Link

What texture are you editing?
some of them have multiple images that you need to edit.

____________________
I GET NEW LAYOUT!
Roger3245
Deleted User
Collection of nobodies
Posted on 09-02-07 09:32:35 PM Link
Originally posted by roger3245
What texture are you editing?
some of them have multiple images that you need to edit.

First i tried editing the normal wings(those without metal mario) again, because i've edited them one day and they worked. But i've made them on another version of TT64.
Then, I tried with the big black balls in bobomb battlefield, and it also didn't worked.

So now, I hope it's gonna be fixed in the next version. If not, could I have a link version 0.4 please? It would make me happy! ^^'

____________________


===================
[Posted by Diglidi-Dude]
NintendoMasters
Member
Level: 22


Posts: 9/84
EXP: 56439
For next: 1911

Since: 08-06-07


Since last post: 14.2 years
Last activity: 13.2 years

Posted on 09-03-07 12:13:15 PM; last edit by NintendoMasters on 09-03-07 01:32 PM Link
Ok, This is only a small visual glitch but looks really weird.
I opened the level select window to change to bob-omb battlefield from castle grounds and this happened.
(I had to put it in a word document because the image is a cropped "Print Screen")

EDIT: I've noticed that you cant alter the star you're editing after minimising the window. I click another star or "All" but nothing happens.
supertoad64
Random nobody
Level: 4


Posts: 2/2
EXP: 207
For next: 72

Since: 08-07-07


Since last post: 14.6 years
Last activity: 14.5 years

Posted on 09-03-07 06:40:46 PM Link
whenever i edit anything the next time i try to open that level i get an index out of range script error

I have 0.5b xp and 512 mb ram
John2k4
490
Bubble Bobble
Level: 48


Posts: 174/499
EXP: 817244
For next: 6299

Since: 08-05-07

From: Arizona

Since last post: 8.9 years
Last activity: 7.7 years

Posted on 09-03-07 07:13:47 PM Link

Originally posted by NintendoMasters
Ok, This is only a small visual glitch but looks really weird.
I opened the level select window to change to bob-omb battlefield from castle grounds and this happened.
(I had to put it in a word document because the image is a cropped "Print Screen")

EDIT: I've noticed that you cant alter the star you're editing after minimising the window. I click another star or "All" but nothing happens.




Just because it is a cropped screen capture image, doesn't mean you have to put it in a MS Word document. I couldn't see it because I don't have Microsoft Word.

____________________
I GET NEW LAYOUT!
Roger3245
Deleted User
Collection of nobodies
Posted on 09-03-07 10:03:44 PM Link
Originally posted by roger3245
Originally posted by NintendoMasters
Ok, This is only a small visual glitch but looks really weird.
I opened the level select window to change to bob-omb battlefield from castle grounds and this happened.
(I had to put it in a word document because the image is a cropped "Print Screen")

EDIT: I've noticed that you cant alter the star you're editing after minimising the window. I click another star or "All" but nothing happens.



Just because it is a cropped screen capture image, doesn't mean you have to put it in a MS Word document. I couldn't see it because I don't have Microsoft Word.

Me either. Please don't be a noob and try to use more intelligence before posting. It would be very grateful.

____________________


===================
[Posted by Diglidi-Dude]
NintendoMasters
Member
Level: 22


Posts: 13/84
EXP: 56439
For next: 1911

Since: 08-06-07


Since last post: 14.2 years
Last activity: 13.2 years

Posted on 09-04-07 02:41:47 PM Link
Originally posted by roger3245
Originally posted by NintendoMasters
Ok, This is only a small visual glitch but looks really weird.
I opened the level select window to change to bob-omb battlefield from castle grounds and this happened.
(I had to put it in a word document because the image is a cropped "Print Screen")

EDIT: I've noticed that you cant alter the star you're editing after minimising the window. I click another star or "All" but nothing happens.



Just because it is a cropped screen capture image, doesn't mean you have to put it in a MS Word document. I couldn't see it because I don't have Microsoft Word.


How do you create an image file for it then, cuz i've never quite figured it out?
Pages: 1 2 3 4 5 Next newer thread
Jul - SM64 Hacking (Archive) - Older bug reports (Version 0.5b) New poll - New thread - Thread closed


Rusted Logic

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

33 database queries, 5 query cache hits.
Query execution time:  0.086200 seconds
Script execution time:  0.045482 seconds
Total render time:  0.131682 seconds


TidyHTML vomit below
line 1 column 1 - Warning: missing <!DOCTYPE> declaration
line 2 column 299 - Warning: unescaped & or unknown entity "&page"
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 148 column 37 - Warning: unescaped & or unknown entity "&id"
line 147 column 203 - Warning: missing </font> before </table>
line 149 column 35 - Warning: missing <tr>
line 149 column 93 - Warning: unescaped & or unknown entity "&page"
line 149 column 124 - Warning: unescaped & or unknown entity "&page"
line 149 column 155 - Warning: unescaped & or unknown entity "&page"
line 149 column 188 - Warning: unescaped & or unknown entity "&page"
line 149 column 50 - Warning: missing </font> before </td>
line 149 column 223 - 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 182 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 184 column 9 - Warning: missing <tr>
line 202 column 13 - Warning: missing <tr>
line 205 column 73 - Warning: <style> isn't allowed in <td> elements
line 205 column 9 - Info: <td> previously mentioned
line 208 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 210 column 9 - Warning: missing <tr>
line 228 column 13 - Warning: missing <tr>
line 237 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 239 column 9 - Warning: missing <tr>
line 257 column 13 - Warning: missing <tr>
line 260 column 73 - Warning: <style> isn't allowed in <td> elements
line 260 column 9 - Info: <td> previously mentioned
line 260 column 1511 - Warning: missing </font> before <blockquote>
line 260 column 1590 - Warning: inserting implicit <font>
line 260 column 1590 - Warning: missing </font> before <hr>
line 260 column 1657 - Warning: inserting implicit <font>
line 260 column 1657 - Warning: missing </font> before <hr>
line 264 column 1 - Warning: inserting implicit <font>
line 260 column 137 - Warning: missing </div>
line 273 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 275 column 9 - Warning: missing <tr>
line 293 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 325 column 73 - Warning: <style> isn't allowed in <td> elements
line 325 column 9 - Info: <td> previously mentioned
line 325 column 1511 - Warning: missing </font> before <blockquote>
line 325 column 1590 - Warning: inserting implicit <font>
line 325 column 1590 - Warning: missing </font> before <hr>
line 325 column 1657 - Warning: inserting implicit <font>
line 325 column 1657 - Warning: missing </font> before <hr>
line 329 column 1 - Warning: inserting implicit <font>
line 325 column 137 - Warning: missing </div>
line 360 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 362 column 9 - Warning: missing <tr>
line 380 column 13 - Warning: missing <tr>
line 383 column 73 - Warning: <style> isn't allowed in <td> elements
line 383 column 9 - Info: <td> previously mentioned
line 384 column 2989 - Warning: missing </span> before </td>
line 390 column 15 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 391 column 25 - Warning: missing <tr>
line 398 column 33 - Warning: missing <tr>
line 403 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 405 column 9 - Warning: missing <tr>
line 423 column 13 - Warning: missing <tr>
line 426 column 73 - Warning: <style> isn't allowed in <td> elements
line 426 column 9 - Info: <td> previously mentioned
line 427 column 2989 - Warning: missing </span> before </td>
line 433 column 15 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 434 column 25 - Warning: missing <tr>
line 441 column 33 - Warning: missing <tr>
line 449 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 451 column 9 - Warning: missing <tr>
line 469 column 13 - Warning: missing <tr>
line 472 column 73 - Warning: <style> isn't allowed in <td> elements
line 472 column 9 - Info: <td> previously mentioned
line 472 column 1511 - Warning: missing </font> before <blockquote>
line 472 column 1590 - Warning: inserting implicit <font>
line 472 column 1590 - Warning: missing </font> before <hr>
line 472 column 1659 - Warning: inserting implicit <font>
line 472 column 1659 - Warning: missing </font> before <hr>
line 476 column 1 - Warning: inserting implicit <font>
line 472 column 137 - Warning: missing </div>
line 483 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 485 column 9 - Warning: missing <tr>
line 503 column 13 - Warning: missing <tr>
line 510 column 15 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 511 column 25 - Warning: missing <tr>
line 518 column 33 - Warning: missing <tr>
line 533 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 535 column 9 - Warning: missing <tr>
line 553 column 13 - Warning: missing <tr>
line 556 column 73 - Warning: <style> isn't allowed in <td> elements
line 556 column 9 - Info: <td> previously mentioned
line 557 column 2989 - Warning: missing </span> before </td>
line 561 column 15 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 562 column 25 - Warning: missing <tr>
line 569 column 33 - 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 609 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 611 column 9 - Warning: missing <tr>
line 629 column 13 - Warning: missing <tr>
line 637 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 639 column 9 - Warning: missing <tr>
line 657 column 13 - Warning: missing <tr>
line 660 column 73 - Warning: <style> isn't allowed in <td> elements
line 660 column 9 - Info: <td> previously mentioned
line 661 column 2989 - Warning: missing </span> before <blockquote>
line 661 column 3119 - Warning: inserting implicit <span>
line 661 column 3119 - Warning: missing </span> before <hr>
line 661 column 3191 - Warning: inserting implicit <span>
line 661 column 3191 - Warning: missing </span> before <hr>
line 666 column 1 - Warning: inserting implicit <span>
line 671 column 15 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 672 column 25 - Warning: missing <tr>
line 679 column 33 - Warning: missing <tr>
line 692 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 694 column 9 - Warning: missing <tr>
line 712 column 13 - Warning: missing <tr>
line 727 column 17 - Warning: missing <tr>
line 727 column 17 - Warning: discarding unexpected <table>
line 730 column 35 - Warning: missing <tr>
line 730 column 93 - Warning: unescaped & or unknown entity "&page"
line 730 column 124 - Warning: unescaped & or unknown entity "&page"
line 730 column 155 - Warning: unescaped & or unknown entity "&page"
line 730 column 188 - Warning: unescaped & or unknown entity "&page"
line 730 column 50 - Warning: missing </font> before </td>
line 730 column 223 - Warning: missing </font> before </table>
line 732 column 35 - Warning: missing <tr>
line 732 column 50 - Warning: missing </font> before </td>
line 733 column 37 - Warning: unescaped & or unknown entity "&id"
line 732 column 203 - Warning: missing </font> before </table>
line 734 column 17 - Warning: discarding unexpected </textarea>
line 734 column 28 - Warning: discarding unexpected </form>
line 734 column 35 - Warning: discarding unexpected </embed>
line 734 column 43 - Warning: discarding unexpected </noembed>
line 734 column 53 - Warning: discarding unexpected </noscript>
line 734 column 64 - Warning: discarding unexpected </noembed>
line 734 column 74 - Warning: discarding unexpected </embed>
line 734 column 82 - Warning: discarding unexpected </table>
line 734 column 90 - Warning: discarding unexpected </table>
line 736 column 9 - Warning: missing </font> before <table>
line 748 column 25 - Warning: discarding unexpected </font>
line 757 column 57 - Warning: discarding unexpected </font>
line 735 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 148 column 44 - Warning: <img> proprietary attribute value "absmiddle"
line 148 column 142 - Warning: <img> proprietary attribute value "absmiddle"
line 148 column 216 - Warning: <img> proprietary attribute value "absmiddle"
line 161 column 21 - Warning: <img> lacks "alt" attribute
line 161 column 62 - Warning: <img> lacks "alt" attribute
line 161 column 111 - Warning: <img> lacks "alt" attribute
line 161 column 161 - Warning: <img> lacks "alt" attribute
line 172 column 15 - Warning: <img> lacks "alt" attribute
line 187 column 22 - Warning: <img> lacks "alt" attribute
line 187 column 63 - Warning: <img> lacks "alt" attribute
line 187 column 112 - Warning: <img> lacks "alt" attribute
line 187 column 162 - Warning: <img> lacks "alt" attribute
line 188 column 11 - Warning: <img> lacks "alt" attribute
line 198 column 15 - Warning: <img> lacks "alt" attribute
line 213 column 22 - Warning: <img> lacks "alt" attribute
line 213 column 63 - Warning: <img> lacks "alt" attribute
line 213 column 112 - Warning: <img> lacks "alt" attribute
line 213 column 161 - Warning: <img> lacks "alt" attribute
line 224 column 15 - Warning: <img> lacks "alt" attribute
line 242 column 22 - Warning: <img> lacks "alt" attribute
line 242 column 63 - Warning: <img> lacks "alt" attribute
line 242 column 112 - Warning: <img> lacks "alt" attribute
line 242 column 162 - Warning: <img> lacks "alt" attribute
line 253 column 15 - Warning: <img> lacks "alt" attribute
line 260 column 693 - Warning: <img> lacks "alt" attribute
line 270 column 2958 - Warning: <img> lacks "alt" attribute
line 270 column 3117 - Warning: <img> lacks "alt" attribute
line 278 column 22 - Warning: <img> lacks "alt" attribute
line 278 column 63 - Warning: <img> lacks "alt" attribute
line 278 column 112 - Warning: <img> lacks "alt" attribute
line 278 column 161 - Warning: <img> lacks "alt" attribute
line 289 column 15 - Warning: <img> lacks "alt" attribute
line 297 column 232 - 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 325 column 693 - Warning: <img> lacks "alt" attribute
line 326 column 1816 - Warning: <img> lacks "alt" attribute
line 357 column 4559 - Warning: <img> lacks "alt" attribute
line 357 column 4718 - Warning: <img> lacks "alt" attribute
line 364 column 15 - Warning: <img> proprietary attribute value "absmiddle"
line 364 column 15 - Warning: <img> lacks "alt" attribute
line 364 column 58 - Warning: <img> proprietary attribute value "absmiddle"
line 364 column 58 - Warning: <img> lacks "alt" attribute
line 364 column 101 - Warning: <img> proprietary attribute value "absmiddle"
line 364 column 101 - Warning: <img> lacks "alt" attribute
line 364 column 144 - Warning: <img> proprietary attribute value "absmiddle"
line 364 column 144 - Warning: <img> lacks "alt" attribute
line 364 column 187 - Warning: <img> proprietary attribute value "absmiddle"
line 364 column 187 - Warning: <img> lacks "alt" attribute
line 364 column 230 - Warning: <img> proprietary attribute value "absmiddle"
line 364 column 230 - Warning: <img> lacks "alt" attribute
line 364 column 273 - Warning: <img> proprietary attribute value "absmiddle"
line 364 column 273 - Warning: <img> lacks "alt" attribute
line 364 column 316 - Warning: <img> proprietary attribute value "absmiddle"
line 364 column 316 - Warning: <img> lacks "alt" attribute
line 364 column 359 - Warning: <img> proprietary attribute value "absmiddle"
line 364 column 359 - Warning: <img> lacks "alt" attribute
line 365 column 22 - Warning: <img> lacks "alt" attribute
line 365 column 63 - Warning: <img> lacks "alt" attribute
line 365 column 112 - Warning: <img> lacks "alt" attribute
line 365 column 162 - Warning: <img> lacks "alt" attribute
line 366 column 11 - Warning: <img> lacks "alt" attribute
line 376 column 15 - Warning: <img> lacks "alt" attribute
line 383 column 2903 - Warning: <td> anchor "lotoptd" already defined
line 383 column 2944 - Warning: <td> anchor "lolefttd" already defined
line 383 column 2967 - Warning: <td> anchor "lomaintd" already defined
line 384 column 3019 - Warning: <img> lacks "alt" attribute
line 384 column 3107 - Warning: <img> proprietary attribute value "absmiddle"
line 384 column 3107 - Warning: <img> lacks "alt" attribute
line 386 column 3459 - Warning: <img> lacks "alt" attribute
line 387 column 3565 - Warning: <img> lacks "alt" attribute
line 388 column 3845 - Warning: <td> anchor "lorighttd" already defined
line 388 column 3878 - Warning: <td> anchor "lobottomtd" already defined
line 394 column 37 - Warning: <img> lacks "alt" attribute
line 401 column 297 - Warning: <font> attribute "color" had invalid value "888888" and has been replaced
line 407 column 15 - Warning: <img> proprietary attribute value "absmiddle"
line 407 column 15 - Warning: <img> lacks "alt" attribute
line 407 column 58 - Warning: <img> proprietary attribute value "absmiddle"
line 407 column 58 - Warning: <img> lacks "alt" attribute
line 407 column 101 - Warning: <img> proprietary attribute value "absmiddle"
line 407 column 101 - Warning: <img> lacks "alt" attribute
line 407 column 144 - Warning: <img> proprietary attribute value "absmiddle"
line 407 column 144 - Warning: <img> lacks "alt" attribute
line 407 column 187 - Warning: <img> proprietary attribute value "absmiddle"
line 407 column 187 - Warning: <img> lacks "alt" attribute
line 407 column 230 - Warning: <img> proprietary attribute value "absmiddle"
line 407 column 230 - Warning: <img> lacks "alt" attribute
line 407 column 273 - Warning: <img> proprietary attribute value "absmiddle"
line 407 column 273 - Warning: <img> lacks "alt" attribute
line 407 column 316 - Warning: <img> proprietary attribute value "absmiddle"
line 407 column 316 - Warning: <img> lacks "alt" attribute
line 407 column 359 - Warning: <img> proprietary attribute value "absmiddle"
line 407 column 359 - Warning: <img> lacks "alt" attribute
line 408 column 22 - Warning: <img> lacks "alt" attribute
line 408 column 63 - Warning: <img> lacks "alt" attribute
line 408 column 112 - Warning: <img> lacks "alt" attribute
line 408 column 162 - Warning: <img> lacks "alt" attribute
line 409 column 11 - Warning: <img> lacks "alt" attribute
line 419 column 15 - Warning: <img> lacks "alt" attribute
line 426 column 2903 - Warning: <td> anchor "lotoptd" already defined
line 426 column 2944 - Warning: <td> anchor "lolefttd" already defined
line 426 column 2967 - Warning: <td> anchor "lomaintd" already defined
line 427 column 3019 - Warning: <img> lacks "alt" attribute
line 429 column 3305 - Warning: <img> lacks "alt" attribute
line 430 column 3411 - Warning: <img> lacks "alt" attribute
line 431 column 3691 - Warning: <td> anchor "lorighttd" already defined
line 431 column 3724 - Warning: <td> anchor "lobottomtd" already defined
line 437 column 37 - Warning: <img> lacks "alt" attribute
line 447 column 337 - Warning: <font> attribute "color" had invalid value "888888" and has been replaced
line 454 column 22 - Warning: <img> lacks "alt" attribute
line 454 column 63 - Warning: <img> lacks "alt" attribute
line 454 column 112 - Warning: <img> lacks "alt" attribute
line 454 column 162 - Warning: <img> lacks "alt" attribute
line 465 column 15 - Warning: <img> lacks "alt" attribute
line 472 column 693 - Warning: <img> lacks "alt" attribute
line 480 column 2111 - Warning: <img> lacks "alt" attribute
line 480 column 2270 - Warning: <img> lacks "alt" attribute
line 488 column 22 - Warning: <img> lacks "alt" attribute
line 488 column 63 - Warning: <img> lacks "alt" attribute
line 488 column 112 - Warning: <img> lacks "alt" attribute
line 488 column 161 - Warning: <img> lacks "alt" attribute
line 499 column 15 - Warning: <img> lacks "alt" attribute
line 514 column 37 - Warning: <img> lacks "alt" attribute
line 531 column 864 - Warning: <font> attribute "color" had invalid value "888888" and has been replaced
line 537 column 15 - Warning: <img> proprietary attribute value "absmiddle"
line 537 column 15 - Warning: <img> lacks "alt" attribute
line 537 column 58 - Warning: <img> proprietary attribute value "absmiddle"
line 537 column 58 - Warning: <img> lacks "alt" attribute
line 537 column 101 - Warning: <img> proprietary attribute value "absmiddle"
line 537 column 101 - Warning: <img> lacks "alt" attribute
line 537 column 144 - Warning: <img> proprietary attribute value "absmiddle"
line 537 column 144 - Warning: <img> lacks "alt" attribute
line 537 column 187 - Warning: <img> proprietary attribute value "absmiddle"
line 537 column 187 - Warning: <img> lacks "alt" attribute
line 537 column 230 - Warning: <img> proprietary attribute value "absmiddle"
line 537 column 230 - Warning: <img> lacks "alt" attribute
line 537 column 273 - Warning: <img> proprietary attribute value "absmiddle"
line 537 column 273 - Warning: <img> lacks "alt" attribute
line 537 column 316 - Warning: <img> proprietary attribute value "absmiddle"
line 537 column 316 - Warning: <img> lacks "alt" attribute
line 537 column 359 - Warning: <img> proprietary attribute value "absmiddle"
line 537 column 359 - Warning: <img> lacks "alt" attribute
line 538 column 22 - Warning: <img> lacks "alt" attribute
line 538 column 63 - Warning: <img> lacks "alt" attribute
line 538 column 112 - Warning: <img> lacks "alt" attribute
line 538 column 162 - Warning: <img> lacks "alt" attribute
line 539 column 11 - Warning: <img> lacks "alt" attribute
line 549 column 15 - Warning: <img> lacks "alt" attribute
line 556 column 2903 - Warning: <td> anchor "lotoptd" already defined
line 556 column 2944 - Warning: <td> anchor "lolefttd" already defined
line 556 column 2967 - Warning: <td> anchor "lomaintd" already defined
line 557 column 3019 - Warning: <img> lacks "alt" attribute
line 558 column 3271 - Warning: <img> lacks "alt" attribute
line 559 column 3543 - Warning: <td> anchor "lorighttd" already defined
line 559 column 3576 - Warning: <td> anchor "lobottomtd" already defined
line 565 column 37 - Warning: <img> lacks "alt" attribute
line 577 column 781 - Warning: <font> attribute "color" had invalid value "888888" and has been replaced
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 585 column 11 - Warning: <img> lacks "alt" attribute
line 595 column 15 - Warning: <img> lacks "alt" attribute
line 614 column 21 - Warning: <img> lacks "alt" attribute
line 614 column 62 - Warning: <img> lacks "alt" attribute
line 614 column 111 - Warning: <img> lacks "alt" attribute
line 614 column 161 - Warning: <img> lacks "alt" attribute
line 625 column 15 - Warning: <img> lacks "alt" attribute
line 641 column 15 - Warning: <img> proprietary attribute value "absmiddle"
line 641 column 15 - Warning: <img> lacks "alt" attribute
line 641 column 58 - Warning: <img> proprietary attribute value "absmiddle"
line 641 column 58 - Warning: <img> lacks "alt" attribute
line 641 column 101 - Warning: <img> proprietary attribute value "absmiddle"
line 641 column 101 - Warning: <img> lacks "alt" attribute
line 641 column 144 - Warning: <img> proprietary attribute value "absmiddle"
line 641 column 144 - Warning: <img> lacks "alt" attribute
line 641 column 187 - Warning: <img> proprietary attribute value "absmiddle"
line 641 column 187 - Warning: <img> lacks "alt" attribute
line 641 column 230 - Warning: <img> proprietary attribute value "absmiddle"
line 641 column 230 - Warning: <img> lacks "alt" attribute
line 641 column 273 - Warning: <img> proprietary attribute value "absmiddle"
line 641 column 273 - Warning: <img> lacks "alt" attribute
line 641 column 316 - Warning: <img> proprietary attribute value "absmiddle"
line 641 column 316 - Warning: <img> lacks "alt" attribute
line 641 column 359 - Warning: <img> proprietary attribute value "absmiddle"
line 641 column 359 - Warning: <img> lacks "alt" attribute
line 642 column 22 - Warning: <img> lacks "alt" attribute
line 642 column 63 - Warning: <img> lacks "alt" attribute
line 642 column 112 - Warning: <img> lacks "alt" attribute
line 642 column 162 - Warning: <img> lacks "alt" attribute
line 643 column 11 - Warning: <img> lacks "alt" attribute
line 653 column 15 - Warning: <img> lacks "alt" attribute
line 660 column 2903 - Warning: <td> anchor "lotoptd" already defined
line 660 column 2944 - Warning: <td> anchor "lolefttd" already defined
line 660 column 2967 - Warning: <td> anchor "lomaintd" already defined
line 661 column 3019 - Warning: <img> lacks "alt" attribute
line 668 column 3919 - Warning: <img> lacks "alt" attribute
line 669 column 4191 - Warning: <td> anchor "lorighttd" already defined
line 669 column 4224 - Warning: <td> anchor "lobottomtd" already defined
line 675 column 37 - Warning: <img> lacks "alt" attribute
line 690 column 1138 - Warning: <font> attribute "color" had invalid value "888888" and has been replaced
line 697 column 22 - Warning: <img> lacks "alt" attribute
line 697 column 63 - Warning: <img> lacks "alt" attribute
line 697 column 112 - Warning: <img> lacks "alt" attribute
line 697 column 162 - Warning: <img> lacks "alt" attribute
line 698 column 11 - Warning: <img> lacks "alt" attribute
line 708 column 15 - Warning: <img> lacks "alt" attribute
line 733 column 44 - Warning: <img> proprietary attribute value "absmiddle"
line 733 column 142 - Warning: <img> proprietary attribute value "absmiddle"
line 733 column 216 - Warning: <img> proprietary attribute value "absmiddle"
line 742 column 25 - Warning: <img> lacks "alt" attribute
line 747 column 267 - Warning: <img> lacks "alt" attribute
line 260 column 1511 - Warning: trimming empty <font>
line 325 column 1511 - Warning: trimming empty <font>
line 472 column 1511 - Warning: trimming empty <font>
line 727 column 17 - Warning: trimming empty <tr>
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 203 column 27 - Warning: <nobr> is not approved by W3C
line 229 column 27 - Warning: <nobr> is not approved by W3C
line 258 column 27 - Warning: <nobr> is not approved by W3C
line 260 column 157 - Warning: <table> proprietary attribute "height"
line 260 column 222 - Warning: <td> proprietary attribute "background"
line 260 column 318 - Warning: <td> proprietary attribute "background"
line 260 column 408 - Warning: <table> proprietary attribute "height"
line 260 column 488 - Warning: <td> proprietary attribute "background"
line 260 column 1443 - Warning: <td> proprietary attribute "background"
line 294 column 27 - Warning: <nobr> is not approved by W3C
line 323 column 27 - Warning: <nobr> is not approved by W3C
line 325 column 157 - Warning: <table> proprietary attribute "height"
line 325 column 222 - Warning: <td> proprietary attribute "background"
line 325 column 318 - Warning: <td> proprietary attribute "background"
line 325 column 408 - Warning: <table> proprietary attribute "height"
line 325 column 488 - Warning: <td> proprietary attribute "background"
line 325 column 1443 - Warning: <td> proprietary attribute "background"
line 381 column 27 - Warning: <nobr> is not approved by W3C
line 399 column 47 - Warning: <nobr> is not approved by W3C
line 424 column 27 - Warning: <nobr> is not approved by W3C
line 442 column 47 - Warning: <nobr> is not approved by W3C
line 470 column 27 - Warning: <nobr> is not approved by W3C
line 472 column 157 - Warning: <table> proprietary attribute "height"
line 472 column 222 - Warning: <td> proprietary attribute "background"
line 472 column 318 - Warning: <td> proprietary attribute "background"
line 472 column 408 - Warning: <table> proprietary attribute "height"
line 472 column 488 - Warning: <td> proprietary attribute "background"
line 472 column 1443 - Warning: <td> proprietary attribute "background"
line 504 column 27 - Warning: <nobr> is not approved by W3C
line 519 column 47 - Warning: <nobr> is not approved by W3C
line 554 column 27 - Warning: <nobr> is not approved by W3C
line 570 column 47 - Warning: <nobr> is not approved by W3C
line 600 column 27 - Warning: <nobr> is not approved by W3C
line 630 column 27 - Warning: <nobr> is not approved by W3C
line 658 column 27 - Warning: <nobr> is not approved by W3C
line 680 column 47 - Warning: <nobr> is not approved by W3C
line 713 column 27 - Warning: <nobr> is not approved by W3C
Info: Document content looks like HTML5
Info: No system identifier in emitted doctype
Tidy found 407 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