Register - Login
Views: 99413388
Main - Memberlist - Active users - Calendar - Wiki - IRC Chat - Online users
Ranks - Rules/FAQ - Stats - Latest Posts - Color Chart - Smilies
04-25-22 12:21:09 AM
Jul - Posts by Joe
Pages: 1 2 3 4 5 6 7 8 9 10 ... 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170
Joe
Common spammer
🍬
Level: 111


Posts: 3165/3392
EXP: 14490015
For next: 378345

Since: 08-02-07

From: Pororoca

Since last post: 4 days
Last activity: 4 hours

Posted on 10-11-14 07:07:10 PM, in wvlayf qvbyuhs Link
Originally posted by Whimsy
Originally posted by Schezo
Rhn'kx telh kxoxklbgz max vbiaxk. Matm'l ghm vhhe. :O


Ptbm, B'f lh vhgynlxw. B mavnzam matm ptl ahp max vhwx ptl lniihlxw mh zh utlxw hg max ybklm ihlm. :c


Zjolgv nva pa ihjrdhykz. Fvb ohk pa ypnoa lhysply.

Uva aoha pa thrlz avv tbjo vm h kpmmlylujl. :C

____________________
ふにゃあ。
Joe
Common spammer
🍬
Level: 111


Posts: 3166/3392
EXP: 14490015
For next: 378345

Since: 08-02-07

From: Pororoca

Since last post: 4 days
Last activity: 4 hours

Posted on 10-11-14 07:24:42 PM, in Hey jul Link
Hi there. Welcome to Jul.

Watch out for wolves.

____________________
ふにゃあ。
Joe
Common spammer
🍬
Level: 111


Posts: 3167/3392
EXP: 14490015
For next: 378345

Since: 08-02-07

From: Pororoca

Since last post: 4 days
Last activity: 4 hours

Posted on 10-17-14 05:50:16 PM, in Final Destination 64 Link
Originally posted by GuyPerfect
EDIT:
Incidentally, what is the proper MIPS instruction for loading from immediate data? I wound up using ADDI with a source register of r0, but that feels like I'm taking the long way around. Then again, knowing that all MIPS instructions are 32 bits, I can't really think of anything an immediate move could do that an immediate add to r0 can't.
That's how you're supposed to do it.

If you use an assembler, you'd use the LI pseudoinstruction:

li      $a0, 0x12345678

li $a1, 0x0000abcd
li $a2, 0xffffabcd


If your assembler is any good, it'll have multiple translations:

lui     $a0, 0x1234

ori $a0, $a0, 0x5678
ori $a1, $zero, 0xabcd
addiu $a2, $zero, 0xabcd


And a good disassembler will recognize some of those to show you something like this:

lui     $a0, 0x1234

ori $a0, $a0, 0x5678
li $a1, 0x0000abcd
li $a2, 0xffffabcd



____________________
ふにゃあ。
Joe
Common spammer
🍬
Level: 111


Posts: 3168/3392
EXP: 14490015
For next: 378345

Since: 08-02-07

From: Pororoca

Since last post: 4 days
Last activity: 4 hours

Posted on 10-18-14 09:17:25 PM, in Can somebody help me with this? Link
You can disassemble the game using this. The map data is all stored as text, but I don't know what each value means. (The ones that are all evenly divisible by 16 are probably X and Y coordinates.)

____________________
ふにゃあ。
Joe
Common spammer
🍬
Level: 111


Posts: 3169/3392
EXP: 14490015
For next: 378345

Since: 08-02-07

From: Pororoca

Since last post: 4 days
Last activity: 4 hours

Posted on 10-24-14 03:33:32 PM, in Naomi CHD to BIN? Link
Which version of chdman?

What command line have you tried?

____________________
ふにゃあ。
Joe
Common spammer
🍬
Level: 111


Posts: 3170/3392
EXP: 14490015
For next: 378345

Since: 08-02-07

From: Pororoca

Since last post: 4 days
Last activity: 4 hours

Posted on 10-25-14 03:22:08 AM, in Naomi CHD to BIN? Link
I would expect the latest version to be your best bet, unless you're hitting a regression.

What command line have you tried?

____________________
ふにゃあ。
Joe
Common spammer
🍬
Level: 111


Posts: 3171/3392
EXP: 14490015
For next: 378345

Since: 08-02-07

From: Pororoca

Since last post: 4 days
Last activity: 4 hours

Posted on 10-25-14 02:57:07 PM, in Naomi CHD to BIN? Link
You need to be more specific than that. What was the command line?

____________________
ふにゃあ。
Joe
Common spammer
🍬
Level: 111


Posts: 3172/3392
EXP: 14490015
For next: 378345

Since: 08-02-07

From: Pororoca

Since last post: 4 days
Last activity: 4 hours

Posted on 10-25-14 03:54:29 PM, in Naomi CHD to BIN? Link
I see nothing wrong with your command line. How do you figure there's a problem with the output files?

____________________
ふにゃあ。
Joe
Common spammer
🍬
Level: 111


Posts: 3173/3392
EXP: 14490015
For next: 378345

Since: 08-02-07

From: Pororoca

Since last post: 4 days
Last activity: 4 hours

Posted on 11-01-14 03:39:42 PM, in How to start looking for 3D model data in a NAOMI GD-ROM game? Link
Based on one of your previous posts, this CHD contains a GD-ROM dump. It has an ISO 9660 filesystem in the high-density track, and there are guides for extracting files from it. Any guides that apply to Dreamcast games will also apply to this GD-ROM.

Unfortunately, I can't offer any advice regarding your two most recent posts.

____________________
ふにゃあ。
Joe
Common spammer
🍬
Level: 111


Posts: 3174/3392
EXP: 14490015
For next: 378345

Since: 08-02-07

From: Pororoca

Since last post: 4 days
Last activity: 4 hours

Posted on 11-04-14 06:42:45 PM, in CajeASM - A MIPS R4300i Assembler (VIDEO PREVIEW) Link
How does CajeASM compare to mips-elf-as?

Does it support the same syntax?

____________________
ふにゃあ。
Joe
Common spammer
🍬
Level: 111


Posts: 3175/3392
EXP: 14490015
For next: 378345

Since: 08-02-07

From: Pororoca

Since last post: 4 days
Last activity: 4 hours

Posted on 11-05-14 06:03:03 PM, in CajeASM - A MIPS R4300i Assembler (VIDEO PREVIEW) Link
Originally posted by Cajetan
I have no idea about mips-elf-as (never used it and probably never will).

It does everything CajeASM does (and more), minus writing directly to the SM64 ROM. Here's the documentation for the current version.

You may be able to find a precompiled version through Google. If not, I'll probably have time to build a complete toolchain for Windows (32- or 64-bit) this weekend. If you want to do it yourself, or you aren't using Windows, I suggest following this guide with "mips" in place of "i686".

(By the way, these are newer versions of the compiler and assembler Nintendo used to make N64 games.)

____________________
ふにゃあ。
Joe
Common spammer
🍬
Level: 111


Posts: 3176/3392
EXP: 14490015
For next: 378345

Since: 08-02-07

From: Pororoca

Since last post: 4 days
Last activity: 4 hours

Posted on 11-12-14 04:41:35 PM, in Hacking/Editing Link
Technically, no, you could perform all of the edits you want using just a hex editor. That tends to be pretty difficult, which is why specialized tools get written.

Some formats were common across PlayStation games, so tools that were written to support them in one game may work in other games. For example, STR files are usually a standard MPEG-like format encoded using Sony's development tools, so tools that support STR files will usually open STR files from many different games.

____________________
ふにゃあ。
Joe
Common spammer
🍬
Level: 111


Posts: 3177/3392
EXP: 14490015
For next: 378345

Since: 08-02-07

From: Pororoca

Since last post: 4 days
Last activity: 4 hours

Posted on 11-29-14 03:26:20 PM, in Weather Topic Link
Snow? In Seattle? In November?

Apparently, yes.

____________________
ふにゃあ。
Joe
Common spammer
🍬
Level: 111


Posts: 3178/3392
EXP: 14490015
For next: 378345

Since: 08-02-07

From: Pororoca

Since last post: 4 days
Last activity: 4 hours

Posted on 01-06-15 04:14:34 PM, in Linux Distros (suggest some to me!) Link
Well I was gonna suggest Debian but
Originally posted by krutomisi
more modern

it probably doesn't meet those requirements. (Unless maybe it does?)

The one I hear mentioned a lot is Mint. No idea if it's any good because, like you, I'm not really up to speed on the latest and greatest desktop Linux.

____________________
ふにゃあ。
Joe
Common spammer
🍬
Level: 111


Posts: 3179/3392
EXP: 14490015
For next: 378345

Since: 08-02-07

From: Pororoca

Since last post: 4 days
Last activity: 4 hours

Posted on 01-17-15 07:37:37 PM, in This game is not acceptable by main board? Link
Use MAME to check your ROMs.


mame monkeyba -verifyroms



If you're using the wrong ROMs, MAME will complain.

____________________
ふにゃあ。
Joe
Common spammer
🍬
Level: 111


Posts: 3180/3392
EXP: 14490015
For next: 378345

Since: 08-02-07

From: Pororoca

Since last post: 4 days
Last activity: 4 hours

Posted on 01-18-15 01:06:50 PM, in This game is not acceptable by main board? Link
Originally posted by Yoshimaster96
It says, "No matching games found for monkeyba.bin". What does that mean?

It means you didn't run the exact command I showed you.

____________________
ふにゃあ。
(post in restricted forum)
Joe
Common spammer
🍬
Level: 111


Posts: 3182/3392
EXP: 14490015
For next: 378345

Since: 08-02-07

From: Pororoca

Since last post: 4 days
Last activity: 4 hours

Posted on 02-28-15 10:43:06 AM, in Project64MM(Memory Mod) - RDRAM Extension Link
Originally posted by Cajetan
I tested it out a few times and concluded that we can max reach 32MB RDRAM and not go any further.
What limits you to 32MB?
Originally posted by Cajetan
Theoretically it could work on a real N64 hardware if someone managed to get more RDRAM to the N64 console.
Nintendo's boot code only initializes up to 16MB of RAM. The remainder is left uninitialized, which makes it completely unusable. Do you have reworked initialization code to get around this limitation?

____________________
ふにゃあ。
Joe
Common spammer
🍬
Level: 111


Posts: 3183/3392
EXP: 14490015
For next: 378345

Since: 08-02-07

From: Pororoca

Since last post: 4 days
Last activity: 4 hours

Posted on 02-28-15 02:38:54 PM, in Project64MM(Memory Mod) - RDRAM Extension Link
Originally posted by Cajetan
I believe it had something to do with the memory map. If I go any further, I would write into AI, SI, VI, etc. or other important stuff. Not a good idea to write in there.
The memory map is empty up to 0x83EFFFFF (63MB), though I don't know how much of this can actually have RAM mapped to it on a real console...
Originally posted by Cajetan
All I did was expanding the RDRAM up to 32MB RDRAM, respectively you can select 4MB, 8MB, 12MB, 16MB, 20MB, 24MB, 28MB and 32MB RDRAM.
When a N64 first turns on, it has 0 bytes of RAM. The boot code has to detect and enable the individual RDRAM chips, and it can do this for up to 16MB. Even if more than that is physically connected, only 16MB can be accessed. You'll need to reinitialize the RDRAM chips in order to enable more RAM than that.

Emulators don't bother with any of that; they just treat the RDRAM as if it's already been initialized.

____________________
ふにゃあ。
Joe
Common spammer
🍬
Level: 111


Posts: 3184/3392
EXP: 14490015
For next: 378345

Since: 08-02-07

From: Pororoca

Since last post: 4 days
Last activity: 4 hours

Posted on 02-28-15 10:45:24 PM, in The 900MB VRAM Problem Link
What does event viewer have to say when the driver crashes? It might be able to provide more useful information than the error message you've seen so far.

Which components of the graphics drivers are you installing? Does the issue occur when you do a minimal installation with just the graphics driver and none of the additional components?

Do you have up-to-date drivers for your motherboard's chipset?

Does underclocking your RAM (through the BIOS) change anything?

Does underclocking your video card (using MSI Afterburner or similar) change anything?

Have you tried taking it out and putting it back in?

____________________
ふにゃあ。
Pages: 1 2 3 4 5 6 7 8 9 10 ... 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170
Jul - Posts by Joe


Rusted Logic

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

39 database queries, 37 query cache hits.
Query execution time:  0.118452 seconds
Script execution time:  0.034628 seconds
Total render time:  0.153080 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 130 - Warning: missing </font> before </table>
line 149 column 35 - Warning: missing <tr>
line 149 column 95 - Warning: unescaped & or unknown entity "&page"
line 149 column 128 - Warning: unescaped & or unknown entity "&page"
line 149 column 161 - Warning: unescaped & or unknown entity "&page"
line 149 column 194 - Warning: unescaped & or unknown entity "&page"
line 149 column 227 - Warning: unescaped & or unknown entity "&page"
line 149 column 260 - Warning: unescaped & or unknown entity "&page"
line 149 column 293 - Warning: unescaped & or unknown entity "&page"
line 149 column 326 - Warning: unescaped & or unknown entity "&page"
line 149 column 359 - Warning: unescaped & or unknown entity "&page"
line 149 column 392 - Warning: unescaped & or unknown entity "&page"
line 149 column 430 - Warning: unescaped & or unknown entity "&page"
line 149 column 467 - Warning: unescaped & or unknown entity "&page"
line 149 column 504 - Warning: unescaped & or unknown entity "&page"
line 149 column 541 - Warning: unescaped & or unknown entity "&page"
line 149 column 582 - Warning: unescaped & or unknown entity "&page"
line 149 column 619 - Warning: unescaped & or unknown entity "&page"
line 149 column 656 - Warning: unescaped & or unknown entity "&page"
line 149 column 693 - Warning: unescaped & or unknown entity "&page"
line 149 column 730 - Warning: unescaped & or unknown entity "&page"
line 149 column 767 - Warning: unescaped & or unknown entity "&page"
line 149 column 804 - Warning: unescaped & or unknown entity "&page"
line 149 column 841 - Warning: unescaped & or unknown entity "&page"
line 149 column 878 - Warning: unescaped & or unknown entity "&page"
line 149 column 915 - Warning: unescaped & or unknown entity "&page"
line 149 column 952 - Warning: unescaped & or unknown entity "&page"
line 149 column 50 - Warning: missing </font> before </td>
line 149 column 991 - 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 179 column 74 - Warning: <style> isn't allowed in <td> elements
line 179 column 9 - Info: <td> previously mentioned
line 188 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 190 column 9 - Warning: missing <tr>
line 208 column 13 - Warning: missing <tr>
line 211 column 74 - Warning: <style> isn't allowed in <td> elements
line 211 column 9 - Info: <td> previously mentioned
line 216 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 218 column 9 - Warning: missing <tr>
line 236 column 13 - Warning: missing <tr>
line 239 column 74 - Warning: <style> isn't allowed in <td> elements
line 239 column 9 - Info: <td> previously mentioned
line 258 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 260 column 9 - Warning: missing <tr>
line 278 column 13 - Warning: missing <tr>
line 281 column 74 - Warning: <style> isn't allowed in <td> elements
line 281 column 9 - Info: <td> previously mentioned
line 284 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 286 column 9 - Warning: missing <tr>
line 304 column 13 - Warning: missing <tr>
line 307 column 74 - Warning: <style> isn't allowed in <td> elements
line 307 column 9 - Info: <td> previously mentioned
line 312 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 314 column 9 - Warning: missing <tr>
line 332 column 13 - Warning: missing <tr>
line 335 column 74 - Warning: <style> isn't allowed in <td> elements
line 335 column 9 - Info: <td> previously mentioned
line 340 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 342 column 9 - Warning: missing <tr>
line 360 column 13 - Warning: missing <tr>
line 363 column 74 - Warning: <style> isn't allowed in <td> elements
line 363 column 9 - Info: <td> previously mentioned
line 366 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 368 column 9 - Warning: missing <tr>
line 386 column 13 - Warning: missing <tr>
line 389 column 74 - Warning: <style> isn't allowed in <td> elements
line 389 column 9 - Info: <td> previously mentioned
line 392 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 394 column 9 - Warning: missing <tr>
line 412 column 13 - Warning: missing <tr>
line 415 column 74 - Warning: <style> isn't allowed in <td> elements
line 415 column 9 - Info: <td> previously mentioned
line 420 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 422 column 9 - Warning: missing <tr>
line 440 column 13 - Warning: missing <tr>
line 443 column 74 - Warning: <style> isn't allowed in <td> elements
line 443 column 9 - Info: <td> previously mentioned
line 448 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 450 column 9 - Warning: missing <tr>
line 468 column 13 - Warning: missing <tr>
line 471 column 74 - Warning: <style> isn't allowed in <td> elements
line 471 column 9 - Info: <td> previously mentioned
line 479 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 481 column 9 - Warning: missing <tr>
line 499 column 13 - Warning: missing <tr>
line 502 column 74 - Warning: <style> isn't allowed in <td> elements
line 502 column 9 - Info: <td> previously mentioned
line 507 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 509 column 9 - Warning: missing <tr>
line 527 column 13 - Warning: missing <tr>
line 530 column 74 - Warning: <style> isn't allowed in <td> elements
line 530 column 9 - Info: <td> previously mentioned
line 535 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 537 column 9 - Warning: missing <tr>
line 555 column 13 - Warning: missing <tr>
line 558 column 74 - Warning: <style> isn't allowed in <td> elements
line 558 column 9 - Info: <td> previously mentioned
line 565 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 567 column 9 - Warning: missing <tr>
line 585 column 13 - Warning: missing <tr>
line 588 column 74 - Warning: <style> isn't allowed in <td> elements
line 588 column 9 - Info: <td> previously mentioned
line 595 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 597 column 9 - Warning: missing <tr>
line 615 column 13 - Warning: missing <tr>
line 618 column 74 - Warning: <style> isn't allowed in <td> elements
line 618 column 9 - Info: <td> previously mentioned
line 621 column 15 - Warning: missing <tr>
line 621 column 15 - Warning: discarding unexpected <table>
line 622 column 41 - Warning: missing <td>
line 628 column 9 - Warning: missing <tr>
line 646 column 13 - Warning: missing <tr>
line 647 column 27 - Warning: missing </nobr> before </table>
line 649 column 74 - Warning: <style> isn't allowed in <td> elements
line 649 column 9 - Info: <td> previously mentioned
line 655 column 9 - Warning: missing <tr>
line 673 column 13 - Warning: missing <tr>
line 674 column 27 - Warning: missing </nobr> before </table>
line 676 column 74 - Warning: <style> isn't allowed in <td> elements
line 676 column 9 - Info: <td> previously mentioned
line 684 column 9 - Warning: missing <tr>
line 702 column 13 - Warning: missing <tr>
line 703 column 27 - Warning: missing </nobr> before </table>
line 705 column 74 - Warning: <style> isn't allowed in <td> elements
line 705 column 9 - Info: <td> previously mentioned
line 721 column 35 - Warning: missing <tr>
line 721 column 95 - Warning: unescaped & or unknown entity "&page"
line 721 column 128 - Warning: unescaped & or unknown entity "&page"
line 721 column 161 - Warning: unescaped & or unknown entity "&page"
line 721 column 194 - Warning: unescaped & or unknown entity "&page"
line 721 column 227 - Warning: unescaped & or unknown entity "&page"
line 721 column 260 - Warning: unescaped & or unknown entity "&page"
line 721 column 293 - Warning: unescaped & or unknown entity "&page"
line 721 column 326 - Warning: unescaped & or unknown entity "&page"
line 721 column 359 - Warning: unescaped & or unknown entity "&page"
line 721 column 392 - Warning: unescaped & or unknown entity "&page"
line 721 column 430 - Warning: unescaped & or unknown entity "&page"
line 721 column 467 - Warning: unescaped & or unknown entity "&page"
line 721 column 504 - Warning: unescaped & or unknown entity "&page"
line 721 column 541 - Warning: unescaped & or unknown entity "&page"
line 721 column 582 - Warning: unescaped & or unknown entity "&page"
line 721 column 619 - Warning: unescaped & or unknown entity "&page"
line 721 column 656 - Warning: unescaped & or unknown entity "&page"
line 721 column 693 - Warning: unescaped & or unknown entity "&page"
line 721 column 730 - Warning: unescaped & or unknown entity "&page"
line 721 column 767 - Warning: unescaped & or unknown entity "&page"
line 721 column 804 - Warning: unescaped & or unknown entity "&page"
line 721 column 841 - Warning: unescaped & or unknown entity "&page"
line 721 column 878 - Warning: unescaped & or unknown entity "&page"
line 721 column 915 - Warning: unescaped & or unknown entity "&page"
line 721 column 952 - Warning: unescaped & or unknown entity "&page"
line 721 column 50 - Warning: missing </font> before </td>
line 721 column 991 - Warning: missing </font> before </table>
line 723 column 35 - Warning: missing <tr>
line 723 column 50 - Warning: missing </font> before </td>
line 723 column 130 - Warning: missing </font> before </table>
line 725 column 17 - Warning: discarding unexpected </textarea>
line 725 column 28 - Warning: discarding unexpected </form>
line 725 column 35 - Warning: discarding unexpected </embed>
line 725 column 43 - Warning: discarding unexpected </noembed>
line 725 column 53 - Warning: discarding unexpected </noscript>
line 725 column 64 - Warning: discarding unexpected </noembed>
line 725 column 74 - Warning: discarding unexpected </embed>
line 725 column 82 - Warning: discarding unexpected </table>
line 725 column 90 - Warning: discarding unexpected </table>
line 727 column 9 - Warning: missing </font> before <table>
line 739 column 25 - Warning: discarding unexpected </font>
line 748 column 58 - Warning: discarding unexpected </font>
line 726 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 23 - Warning: <img> lacks "alt" attribute
line 161 column 64 - Warning: <img> lacks "alt" attribute
line 161 column 113 - Warning: <img> lacks "alt" attribute
line 161 column 163 - Warning: <img> lacks "alt" attribute
line 162 column 11 - Warning: <img> lacks "alt" attribute
line 172 column 15 - Warning: <img> lacks "alt" attribute
line 193 column 23 - Warning: <img> lacks "alt" attribute
line 193 column 64 - Warning: <img> lacks "alt" attribute
line 193 column 113 - Warning: <img> lacks "alt" attribute
line 193 column 163 - Warning: <img> lacks "alt" attribute
line 194 column 11 - Warning: <img> lacks "alt" attribute
line 204 column 15 - Warning: <img> lacks "alt" attribute
line 221 column 23 - Warning: <img> lacks "alt" attribute
line 221 column 64 - Warning: <img> lacks "alt" attribute
line 221 column 113 - Warning: <img> lacks "alt" attribute
line 221 column 163 - Warning: <img> lacks "alt" attribute
line 222 column 11 - Warning: <img> lacks "alt" attribute
line 232 column 15 - Warning: <img> lacks "alt" attribute
line 263 column 23 - Warning: <img> lacks "alt" attribute
line 263 column 64 - Warning: <img> lacks "alt" attribute
line 263 column 113 - Warning: <img> lacks "alt" attribute
line 263 column 163 - Warning: <img> lacks "alt" attribute
line 264 column 11 - Warning: <img> lacks "alt" attribute
line 274 column 15 - Warning: <img> lacks "alt" attribute
line 289 column 23 - Warning: <img> lacks "alt" attribute
line 289 column 64 - Warning: <img> lacks "alt" attribute
line 289 column 113 - Warning: <img> lacks "alt" attribute
line 289 column 163 - Warning: <img> lacks "alt" attribute
line 290 column 11 - Warning: <img> lacks "alt" attribute
line 300 column 15 - Warning: <img> lacks "alt" attribute
line 317 column 23 - Warning: <img> lacks "alt" attribute
line 317 column 64 - Warning: <img> lacks "alt" attribute
line 317 column 113 - Warning: <img> lacks "alt" attribute
line 317 column 163 - Warning: <img> lacks "alt" attribute
line 318 column 11 - Warning: <img> lacks "alt" attribute
line 328 column 15 - Warning: <img> lacks "alt" attribute
line 345 column 23 - Warning: <img> lacks "alt" attribute
line 345 column 64 - Warning: <img> lacks "alt" attribute
line 345 column 113 - Warning: <img> lacks "alt" attribute
line 345 column 163 - Warning: <img> lacks "alt" attribute
line 346 column 11 - Warning: <img> lacks "alt" attribute
line 356 column 15 - Warning: <img> lacks "alt" attribute
line 371 column 23 - Warning: <img> lacks "alt" attribute
line 371 column 64 - Warning: <img> lacks "alt" attribute
line 371 column 113 - Warning: <img> lacks "alt" attribute
line 371 column 163 - Warning: <img> lacks "alt" attribute
line 372 column 11 - Warning: <img> lacks "alt" attribute
line 382 column 15 - Warning: <img> lacks "alt" attribute
line 397 column 23 - Warning: <img> lacks "alt" attribute
line 397 column 64 - Warning: <img> lacks "alt" attribute
line 397 column 113 - Warning: <img> lacks "alt" attribute
line 397 column 163 - Warning: <img> lacks "alt" attribute
line 398 column 11 - Warning: <img> lacks "alt" attribute
line 408 column 15 - Warning: <img> lacks "alt" attribute
line 425 column 23 - Warning: <img> lacks "alt" attribute
line 425 column 64 - Warning: <img> lacks "alt" attribute
line 425 column 113 - Warning: <img> lacks "alt" attribute
line 425 column 163 - Warning: <img> lacks "alt" attribute
line 426 column 11 - Warning: <img> lacks "alt" attribute
line 436 column 15 - Warning: <img> lacks "alt" attribute
line 453 column 23 - Warning: <img> lacks "alt" attribute
line 453 column 64 - Warning: <img> lacks "alt" attribute
line 453 column 113 - Warning: <img> lacks "alt" attribute
line 453 column 163 - Warning: <img> lacks "alt" attribute
line 454 column 11 - Warning: <img> lacks "alt" attribute
line 464 column 15 - Warning: <img> lacks "alt" attribute
line 484 column 23 - Warning: <img> lacks "alt" attribute
line 484 column 64 - Warning: <img> lacks "alt" attribute
line 484 column 113 - Warning: <img> lacks "alt" attribute
line 484 column 163 - Warning: <img> lacks "alt" attribute
line 485 column 11 - Warning: <img> lacks "alt" attribute
line 495 column 15 - Warning: <img> lacks "alt" attribute
line 512 column 23 - Warning: <img> lacks "alt" attribute
line 512 column 64 - Warning: <img> lacks "alt" attribute
line 512 column 113 - Warning: <img> lacks "alt" attribute
line 512 column 163 - Warning: <img> lacks "alt" attribute
line 513 column 11 - Warning: <img> lacks "alt" attribute
line 523 column 15 - Warning: <img> lacks "alt" attribute
line 532 column 892 - Warning: <img> proprietary attribute value "absmiddle"
line 532 column 892 - Warning: <img> lacks "alt" attribute
line 540 column 23 - Warning: <img> lacks "alt" attribute
line 540 column 64 - Warning: <img> lacks "alt" attribute
line 540 column 113 - Warning: <img> lacks "alt" attribute
line 540 column 163 - Warning: <img> lacks "alt" attribute
line 541 column 11 - Warning: <img> lacks "alt" attribute
line 551 column 15 - Warning: <img> lacks "alt" attribute
line 570 column 23 - Warning: <img> lacks "alt" attribute
line 570 column 64 - Warning: <img> lacks "alt" attribute
line 570 column 113 - Warning: <img> lacks "alt" attribute
line 570 column 163 - Warning: <img> lacks "alt" attribute
line 571 column 11 - Warning: <img> lacks "alt" attribute
line 581 column 15 - Warning: <img> lacks "alt" attribute
line 600 column 23 - Warning: <img> lacks "alt" attribute
line 600 column 64 - Warning: <img> lacks "alt" attribute
line 600 column 113 - Warning: <img> lacks "alt" attribute
line 600 column 163 - Warning: <img> lacks "alt" attribute
line 601 column 11 - Warning: <img> lacks "alt" attribute
line 611 column 15 - Warning: <img> lacks "alt" attribute
line 631 column 23 - Warning: <img> lacks "alt" attribute
line 631 column 64 - Warning: <img> lacks "alt" attribute
line 631 column 113 - Warning: <img> lacks "alt" attribute
line 631 column 163 - Warning: <img> lacks "alt" attribute
line 632 column 11 - Warning: <img> lacks "alt" attribute
line 642 column 15 - Warning: <img> lacks "alt" attribute
line 658 column 23 - Warning: <img> lacks "alt" attribute
line 658 column 64 - Warning: <img> lacks "alt" attribute
line 658 column 113 - Warning: <img> lacks "alt" attribute
line 658 column 163 - Warning: <img> lacks "alt" attribute
line 659 column 11 - Warning: <img> lacks "alt" attribute
line 669 column 15 - Warning: <img> lacks "alt" attribute
line 687 column 23 - Warning: <img> lacks "alt" attribute
line 687 column 64 - Warning: <img> lacks "alt" attribute
line 687 column 113 - Warning: <img> lacks "alt" attribute
line 687 column 163 - Warning: <img> lacks "alt" attribute
line 688 column 11 - Warning: <img> lacks "alt" attribute
line 698 column 15 - Warning: <img> lacks "alt" attribute
line 733 column 25 - Warning: <img> lacks "alt" attribute
line 738 column 267 - Warning: <img> lacks "alt" attribute
line 147 column 130 - Warning: trimming empty <font>
line 149 column 991 - Warning: trimming empty <font>
line 721 column 991 - Warning: trimming empty <font>
line 723 column 130 - 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 209 column 27 - Warning: <nobr> is not approved by W3C
line 237 column 27 - Warning: <nobr> is not approved by W3C
line 279 column 27 - Warning: <nobr> is not approved by W3C
line 305 column 27 - Warning: <nobr> is not approved by W3C
line 333 column 27 - Warning: <nobr> is not approved by W3C
line 361 column 27 - Warning: <nobr> is not approved by W3C
line 387 column 27 - Warning: <nobr> is not approved by W3C
line 413 column 27 - Warning: <nobr> is not approved by W3C
line 441 column 27 - Warning: <nobr> is not approved by W3C
line 469 column 27 - Warning: <nobr> is not approved by W3C
line 500 column 27 - Warning: <nobr> is not approved by W3C
line 528 column 27 - Warning: <nobr> is not approved by W3C
line 556 column 27 - Warning: <nobr> is not approved by W3C
line 586 column 27 - Warning: <nobr> is not approved by W3C
line 616 column 27 - Warning: <nobr> is not approved by W3C
line 647 column 27 - Warning: <nobr> is not approved by W3C
line 674 column 27 - Warning: <nobr> is not approved by W3C
line 703 column 27 - Warning: <nobr> is not approved by W3C
Info: Document content looks like HTML5
Info: No system identifier in emitted doctype
Tidy found 309 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