Register - Login
Views: 99393071
Main - Memberlist - Active users - Calendar - Wiki - IRC Chat - Online users
Ranks - Rules/FAQ - Stats - Latest Posts - Color Chart - Smilies
04-24-22 10:19:37 AM
Jul - Projects and Creations - DS emulator project: melonDS New poll - New thread - New reply
Pages: 1 2 3 Next newer thread | Next older thread
Arisotura
Member
Level: 49


Posts: 413/614
EXP: 880011
For next: 3872

Since: 02-24-13

From: your dreams

Since last post: 93 days
Last activity: 51 days

Posted on 04-20-17 08:40:56 AM Link | Quote
some updates on this project, and also a sneak peek on 0.2:


compatibility has been improved so far. not speed yet tho.

the 3D renderer is getting better, it should be a bit faster and also more accurate.

3D rendering is lots of fun. writing a proper rasterizer isn't that hard, the hard part is replicating the behavior of a given GPU/renderer. back in the DOS days, rasterizers typically took shortcuts for better performance -- the DS GPU takes shortcuts too. those shortcuts matter even more as it uses fixed-point numbers.

this level of accuracy generally isn't needed though -- in most games, you can even use OpenGL to draw the 3D graphics and it still looks fine. but you have those games that use the 3D GPU to draw 2D graphics (not that atypical as that GPU is more capable than the 2D engine), or require precision for whatever reason. not getting it right means you end up with hacks like "offset Z values a bit for this game, but it breaks that other game".

the GPU is funny regarding 2D graphics, too. the method used for perspective-correct interpolation loses precision, but when interpolating between two identical W values, the GPU switches to lossless linear interpolation, so 2D graphics will look fine.

the 2D renderer is also getting its share of improvements, for example, it supports windows now.

stay tuned!

____________________
Kuribo64 -- NSMB2 hacking and other crap
Arisotura
Member
Level: 49


Posts: 414/614
EXP: 880011
For next: 3872

Since: 02-24-13

From: your dreams

Since last post: 93 days
Last activity: 51 days

Posted on 04-24-17 12:59:17 AM Link | Quote
well, there it is: melonDS 0.2

____________________
Kuribo64 -- NSMB2 hacking and other crap
brian151
Banned
The administration (as well as a few users) have decided that you're creepy/weird enough that it's time to activate the sploded clause.
Laters.


Level: NaN


Posts: 139/-249
EXP: NaN
For next: 0

Since: 08-09-16

From: USA

Since last post: 4.7 years
Last activity: 4.7 years

Posted on 04-24-17 07:58:46 AM Link | Quote

WIP



Any plans to compile a 32-bit version? There are those of us still using it.
Not to be a bother or anything...
einstein95
Member
Level: 37


Posts: 284/318
EXP: 325772
For next: 12481

Since: 04-11-13


Since last post: 3.3 years
Last activity: 3.3 years

Posted on 04-24-17 08:22:22 AM Link | Quote
Originally posted by StapleButter
well, there it is: melonDS 0.2



____________________
Sometimes I English very well but sometimes no.
brian151
Banned
The administration (as well as a few users) have decided that you're creepy/weird enough that it's time to activate the sploded clause.
Laters.


Level: NaN


Posts: 147/-249
EXP: NaN
For next: 0

Since: 08-09-16

From: USA

Since last post: 4.7 years
Last activity: 4.7 years

Posted on 04-29-17 07:46:08 AM Link | Quote

WIP



@einstein95:

If that was directed to me, I only see 64-bit builds available on that release page? And I can't magically make my 32-bit computer run that. (or well, probably not without some extremely dangerous hacks, assuming anyone figured those out in the first place)
einstein95
Member
Level: 37


Posts: 285/318
EXP: 325772
For next: 12481

Since: 04-11-13


Since last post: 3.3 years
Last activity: 3.3 years

Posted on 04-29-17 07:51:14 AM Link | Quote
Originally posted by ihadtnowegtum
@einstein95:

If that was directed to me, I only see 64-bit builds available on that release page? And I can't magically make my 32-bit computer run that. (or well, probably not without some extremely dangerous hacks, assuming anyone figured those out in the first place)

No, it was not directed at you. If you saw, I quoted StapleButter's post. If you want 32-bit builds, why not build it yourself?

____________________
Sometimes I English very well but sometimes no.
Arisotura
Member
Level: 49


Posts: 415/614
EXP: 880011
For next: 3872

Since: 02-24-13

From: your dreams

Since last post: 93 days
Last activity: 51 days

Posted on 04-29-17 11:01:57 AM Link | Quote
While I technically could make a 32-bit build, it's more of a 'why bother' type thing, everybody nowadays are using 64-bit platforms.

Any particular reason you're still using a 32-bit OS, ihadnow?

____________________
Kuribo64 -- NSMB2 hacking and other crap
brian151
Banned
The administration (as well as a few users) have decided that you're creepy/weird enough that it's time to activate the sploded clause.
Laters.


Level: NaN


Posts: 148/-249
EXP: NaN
For next: 0

Since: 08-09-16

From: USA

Since last post: 4.7 years
Last activity: 4.7 years

Posted on 04-29-17 02:44:16 PM Link | Quote

WIP



cuz i don't have the money to be doing constant upgrades to stuff...
my laptop *might* be 64-bit, but it's also extremely unstable and i've presently given-up trying to use it...
Arisotura
Member
Level: 49


Posts: 428/614
EXP: 880011
For next: 3872

Since: 02-24-13

From: your dreams

Since last post: 93 days
Last activity: 51 days

Posted on 06-04-17 04:49:10 PM Link | Quote
What model is your CPU, ihadnow? It should support 64-bit unless it's really old.


Anyway, 0.3 is released! here

____________________
Kuribo64 -- NSMB2 hacking and other crap
brian151
Banned
The administration (as well as a few users) have decided that you're creepy/weird enough that it's time to activate the sploded clause.
Laters.


Level: NaN


Posts: 166/-249
EXP: NaN
For next: 0

Since: 08-09-16

From: USA

Since last post: 4.7 years
Last activity: 4.7 years

Posted on 06-04-17 05:11:24 PM Link | Quote

WIP



Originally posted by StapleButter
What model is your CPU, ihadnow? It should support 64-bit unless it's really old.


Anyway, 0.3 is released! here


My desktop, as well as the desktop I keep getting stuck with, both have 32-bit CPUs... this I know for fact.

I'm not sure on my laptop.
It might also be 32-bit, but I never checked the CPU specs.
I do know it keeps installing software to the 32-bit program files folder.
But, it also bluescreens all too frequently, thus I gave-up on using it, and at some point will have to do data recovery on it.

(Oh, and either it's simply blacklisted and never got un-blacklisted, or it really doesn't support it: My parent's "brand new" computer doesn't support webGL 2! I'm somehow doubtful it's a legit lack of support, however... the new games which I installed a few of during set-up look like they'd need a decent GPU... unrelated, kinda... but this is why support issues like this bother me. Even say I upgrade, there's MANY unknowns of what the new computer ACTUALLY will be able to do, or allow me to)

Anyways, my safest bet is 32-bit and even with older graphics drivers/APIs, for now.
If I could run 64-bit, I would...


Arisotura
Member
Level: 49


Posts: 429/614
EXP: 880011
For next: 3872

Since: 02-24-13

From: your dreams

Since last post: 93 days
Last activity: 51 days

Posted on 06-05-17 12:46:55 AM Link | Quote
without knowing the CPU model, that doesn't tell me a lot. shit goes to the 32bit Program Files folder because you have a 32bit OS, but that says nothing about the CPU.


go to Workspace/Computer, right click, Properties, should tell you what CPU you have.

____________________
Kuribo64 -- NSMB2 hacking and other crap
Cuber456

Fuzzy
Don't mind me. Just passing through.
Level: 56


Posts: 730/776
EXP: 1317936
For next: 80240

Since: 02-19-12

From: Everywhere at once.

Since last post: 4.2 years
Last activity: 122 days

Posted on 06-05-17 02:00:10 AM Link | Quote
Originally posted by StapleButter
Anyway, 0.3 is released! here

Still going strong I see after a year
brian151
Banned
The administration (as well as a few users) have decided that you're creepy/weird enough that it's time to activate the sploded clause.
Laters.


Level: NaN


Posts: 169/-249
EXP: NaN
For next: 0

Since: 08-09-16

From: USA

Since last post: 4.7 years
Last activity: 4.7 years

Posted on 06-05-17 03:41:31 AM Link | Quote

WIP



Originally posted by StapleButter
without knowing the CPU model, that doesn't tell me a lot. shit goes to the 32bit Program Files folder because you have a 32bit OS, but that says nothing about the CPU.


go to Workspace/Computer, right click, Properties, should tell you what CPU you have.


I presently can't run it long enough to do that... unfortunately
Cuber456

Fuzzy
Don't mind me. Just passing through.
Level: 56


Posts: 731/776
EXP: 1317936
For next: 80240

Since: 02-19-12

From: Everywhere at once.

Since last post: 4.2 years
Last activity: 122 days

Posted on 06-05-17 07:38:08 PM Link | Quote
Originally posted by ihadtnowegtum
I presently can't run it long enough to do that... unfortunately

You have bigger problems if this is the case and they go way above the emulator
brian151
Banned
The administration (as well as a few users) have decided that you're creepy/weird enough that it's time to activate the sploded clause.
Laters.


Level: NaN


Posts: 174/-249
EXP: NaN
For next: 0

Since: 08-09-16

From: USA

Since last post: 4.7 years
Last activity: 4.7 years

Posted on 06-06-17 06:33:40 AM Link | Quote

WIP



Originally posted by Cuber456
Originally posted by ihadtnowegtum
I presently can't run it long enough to do that... unfortunately

You have bigger problems if this is the case and they go way above the emulator


I've been stuck in the "bigger problems" hole for... probably 3-4 years, now... Not to be rude, but I seriously don't need reminded of when I'm in a dire situation. tbh, most of my life kinda is. (rather not go into that, it's off-topic, anyways)

The laptop was a gift... evidently all the resets done to it accomplished nothing... I hate being under-appreciative, but... DEAR GOD, I'm tired of this crap! This would be the second computer I've received as a gift that turned-out to have underlying fatal problems within days/weeks of being received (or in the case of the laptop, actually being used). In both cases, I've potentially lost plenty of files... And what makes me more mad is I feel like my family and friends are getting totally ripped-off by purchasing these things that the seller was almost certainly aware of being damaged.

Anyways, I'll still be stuck on 32-bit and GL 1.0 for a while... Painfully watching as it becomes harder to do anything. And then whenever I'm finally forced to upgrade, I'll go through all the stages of grief that it's mandatory now to hack all my system and programs, and that most of what I was using before is either unavailable, or simply won't work.

Anyways, Enough of that...


Arisotura
Member
Level: 49


Posts: 444/614
EXP: 880011
For next: 3872

Since: 02-24-13

From: your dreams

Since last post: 93 days
Last activity: 51 days

Posted on 07-19-17 09:24:48 AM Link | Quote
well. if you're stuck on hardware that old, melonDS isn't gonna run anywhere near playable speeds anyway, so your best choice would be NO$GBA. or DeSmuME w/ dynarec. or maybe NeonDS.


also, melonDS 0.4 has been released, which fixes a bunch of graphical bugs and provides this kind of shit. have fun

____________________
Kuribo64 -- NSMB2 hacking and other crap
Arisotura
Member
Level: 49


Posts: 552/614
EXP: 880011
For next: 3872

Since: 02-24-13

From: your dreams

Since last post: 93 days
Last activity: 51 days

Posted on 06-21-20 09:55:47 AM Link | Quote
posting from melonDSi

____________________
Kuribo64 - melonDS
fimbul
Member
Level: 16


Posts: 6/62
EXP: 17530
For next: 2726

Since: 10-12-18


Since last post: 288 days
Last activity: 88 days

Posted on 07-05-20 07:34:29 PM Link | Quote
What a sexy emulator. I played some metroid prime echoes on it and it was very enjoyable checking out the levels in higher resolution.
Arisotura
Member
Level: 49


Posts: 563/614
EXP: 880011
For next: 3872

Since: 02-24-13

From: your dreams

Since last post: 93 days
Last activity: 51 days

Posted on 09-08-20 08:13:40 AM Link | Quote
aww, thanks~


also, peeking in to say that melonDS 0.9 is out: JIT, DSi emulation, and more! right here

____________________
Kuribo64 - melonDS
Kaj

Level: 59


Posts: 92/970
EXP: 1602379
For next: 70749

Since: 08-11-14

Pronouns: she/her
From: the whoa zone

Since last post: 59 days
Last activity: 57 days

Posted on 09-10-20 06:25:29 AM Link | Quote
oh FUCK yeah. thank you for existing

____________________
Pages: 1 2 3 Next newer thread | Next older thread
Jul - Projects and Creations - DS emulator project: melonDS New poll - New thread - New reply


Rusted Logic

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

29 database queries, 9 query cache hits.
Query execution time:  0.106535 seconds
Script execution time:  0.027691 seconds
Total render time:  0.134226 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 148 column 37 - Warning: unescaped & or unknown entity "&id"
line 147 column 199 - 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 130 - Warning: unescaped & or unknown entity "&page"
line 149 column 50 - Warning: missing </font> before </td>
line 149 column 165 - 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 177 column 102 - Warning: unescaped & or unknown entity "&postid"
line 179 column 74 - Warning: <style> isn't allowed in <td> elements
line 179 column 9 - Info: <td> previously mentioned
line 197 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 199 column 9 - Warning: missing <tr>
line 217 column 13 - Warning: missing <tr>
line 218 column 102 - Warning: unescaped & or unknown entity "&postid"
line 220 column 74 - Warning: <style> isn't allowed in <td> elements
line 220 column 9 - Info: <td> previously mentioned
line 223 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 225 column 9 - Warning: missing <tr>
line 243 column 13 - Warning: missing <tr>
line 244 column 102 - Warning: unescaped & or unknown entity "&postid"
line 246 column 74 - Warning: <style> isn't allowed in <td> elements
line 246 column 9 - Info: <td> previously mentioned
line 253 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 255 column 9 - Warning: missing <tr>
line 273 column 13 - Warning: missing <tr>
line 274 column 102 - Warning: unescaped & or unknown entity "&postid"
line 280 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 282 column 9 - Warning: missing <tr>
line 300 column 13 - Warning: missing <tr>
line 301 column 102 - Warning: unescaped & or unknown entity "&postid"
line 303 column 74 - Warning: <style> isn't allowed in <td> elements
line 303 column 9 - Info: <td> previously mentioned
line 311 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 313 column 9 - Warning: missing <tr>
line 331 column 13 - Warning: missing <tr>
line 332 column 102 - Warning: unescaped & or unknown entity "&postid"
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 361 column 102 - Warning: unescaped & or unknown entity "&postid"
line 363 column 74 - Warning: <style> isn't allowed in <td> elements
line 363 column 9 - Info: <td> previously mentioned
line 368 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 370 column 9 - Warning: missing <tr>
line 388 column 13 - Warning: missing <tr>
line 389 column 102 - Warning: unescaped & or unknown entity "&postid"
line 391 column 74 - Warning: <style> isn't allowed in <td> elements
line 391 column 9 - Info: <td> previously mentioned
line 398 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 400 column 9 - Warning: missing <tr>
line 418 column 13 - Warning: missing <tr>
line 419 column 102 - Warning: unescaped & or unknown entity "&postid"
line 421 column 74 - Warning: <style> isn't allowed in <td> elements
line 421 column 9 - Info: <td> previously mentioned
line 427 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 429 column 9 - Warning: missing <tr>
line 447 column 13 - Warning: missing <tr>
line 448 column 102 - Warning: unescaped & or unknown entity "&postid"
line 450 column 74 - Warning: <style> isn't allowed in <td> elements
line 450 column 9 - Info: <td> previously mentioned
line 474 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 476 column 9 - Warning: missing <tr>
line 494 column 13 - Warning: missing <tr>
line 495 column 102 - Warning: unescaped & or unknown entity "&postid"
line 497 column 74 - Warning: <style> isn't allowed in <td> elements
line 497 column 9 - Info: <td> previously mentioned
line 503 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 505 column 9 - Warning: missing <tr>
line 523 column 13 - Warning: missing <tr>
line 524 column 102 - Warning: unescaped & or unknown entity "&postid"
line 530 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 532 column 9 - Warning: missing <tr>
line 550 column 13 - Warning: missing <tr>
line 551 column 102 - Warning: unescaped & or unknown entity "&postid"
line 553 column 74 - Warning: <style> isn't allowed in <td> elements
line 553 column 9 - Info: <td> previously mentioned
line 564 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 566 column 9 - Warning: missing <tr>
line 584 column 13 - Warning: missing <tr>
line 585 column 102 - Warning: unescaped & or unknown entity "&postid"
line 591 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 593 column 9 - Warning: missing <tr>
line 611 column 13 - Warning: missing <tr>
line 612 column 102 - Warning: unescaped & or unknown entity "&postid"
line 614 column 74 - Warning: <style> isn't allowed in <td> elements
line 614 column 9 - Info: <td> previously mentioned
line 632 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 634 column 9 - Warning: missing <tr>
line 652 column 13 - Warning: missing <tr>
line 653 column 102 - Warning: unescaped & or unknown entity "&postid"
line 655 column 74 - Warning: <style> isn't allowed in <td> elements
line 655 column 9 - Info: <td> previously mentioned
line 658 column 774 - Warning: unescaped & or unknown entity "&feature"
line 661 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 663 column 9 - Warning: missing <tr>
line 681 column 13 - Warning: missing <tr>
line 682 column 102 - Warning: unescaped & or unknown entity "&postid"
line 684 column 74 - Warning: <style> isn't allowed in <td> elements
line 684 column 9 - Info: <td> previously mentioned
line 687 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 689 column 9 - Warning: missing <tr>
line 707 column 13 - Warning: missing <tr>
line 708 column 102 - Warning: unescaped & or unknown entity "&postid"
line 713 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 715 column 9 - Warning: missing <tr>
line 733 column 13 - Warning: missing <tr>
line 734 column 102 - Warning: unescaped & or unknown entity "&postid"
line 736 column 74 - Warning: <style> isn't allowed in <td> elements
line 736 column 9 - Info: <td> previously mentioned
line 742 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 744 column 9 - Warning: missing <tr>
line 762 column 13 - Warning: missing <tr>
line 763 column 102 - Warning: unescaped & or unknown entity "&postid"
line 768 column 17 - Warning: missing <tr>
line 768 column 17 - Warning: discarding unexpected <table>
line 771 column 35 - Warning: missing <tr>
line 771 column 95 - Warning: unescaped & or unknown entity "&page"
line 771 column 130 - Warning: unescaped & or unknown entity "&page"
line 771 column 50 - Warning: missing </font> before </td>
line 771 column 165 - Warning: missing </font> before </table>
line 773 column 35 - Warning: missing <tr>
line 773 column 50 - Warning: missing </font> before </td>
line 774 column 37 - Warning: unescaped & or unknown entity "&id"
line 773 column 199 - Warning: missing </font> before </table>
line 775 column 17 - Warning: discarding unexpected </textarea>
line 775 column 28 - Warning: discarding unexpected </form>
line 775 column 35 - Warning: discarding unexpected </embed>
line 775 column 43 - Warning: discarding unexpected </noembed>
line 775 column 53 - Warning: discarding unexpected </noscript>
line 775 column 64 - Warning: discarding unexpected </noembed>
line 775 column 74 - Warning: discarding unexpected </embed>
line 775 column 82 - Warning: discarding unexpected </table>
line 775 column 90 - Warning: discarding unexpected </table>
line 777 column 9 - Warning: missing </font> before <table>
line 789 column 25 - Warning: discarding unexpected </font>
line 798 column 57 - Warning: discarding unexpected </font>
line 776 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 246 - Warning: <img> proprietary attribute value "absmiddle"
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 161 - Warning: <img> lacks "alt" attribute
line 162 column 11 - Warning: <img> lacks "alt" attribute
line 172 column 15 - Warning: <img> lacks "alt" attribute
line 194 column 1825 - Warning: <img> proprietary attribute value "absmiddle"
line 194 column 1825 - Warning: <img> lacks "alt" attribute
line 202 column 22 - Warning: <img> lacks "alt" attribute
line 202 column 63 - Warning: <img> lacks "alt" attribute
line 202 column 112 - Warning: <img> lacks "alt" attribute
line 202 column 161 - Warning: <img> lacks "alt" attribute
line 203 column 11 - Warning: <img> lacks "alt" attribute
line 213 column 15 - Warning: <img> lacks "alt" attribute
line 228 column 23 - Warning: <img> lacks "alt" attribute
line 228 column 64 - Warning: <img> lacks "alt" attribute
line 239 column 15 - Warning: <img> lacks "alt" attribute
line 258 column 22 - Warning: <img> lacks "alt" attribute
line 258 column 63 - Warning: <img> lacks "alt" attribute
line 258 column 112 - Warning: <img> lacks "alt" attribute
line 258 column 162 - Warning: <img> lacks "alt" attribute
line 269 column 15 - Warning: <img> lacks "alt" attribute
line 277 column 271 - Warning: <img> lacks "alt" attribute
line 285 column 23 - Warning: <img> lacks "alt" attribute
line 285 column 64 - Warning: <img> lacks "alt" attribute
line 296 column 15 - Warning: <img> lacks "alt" attribute
line 316 column 22 - Warning: <img> lacks "alt" attribute
line 316 column 63 - Warning: <img> lacks "alt" attribute
line 316 column 112 - Warning: <img> lacks "alt" attribute
line 316 column 162 - Warning: <img> lacks "alt" attribute
line 327 column 15 - Warning: <img> lacks "alt" attribute
line 345 column 22 - Warning: <img> lacks "alt" attribute
line 345 column 63 - Warning: <img> lacks "alt" attribute
line 345 column 112 - Warning: <img> lacks "alt" attribute
line 345 column 161 - Warning: <img> lacks "alt" attribute
line 346 column 11 - Warning: <img> lacks "alt" attribute
line 356 column 15 - Warning: <img> lacks "alt" attribute
line 373 column 23 - Warning: <img> lacks "alt" attribute
line 373 column 64 - Warning: <img> lacks "alt" attribute
line 384 column 15 - Warning: <img> lacks "alt" attribute
line 403 column 22 - Warning: <img> lacks "alt" attribute
line 403 column 63 - Warning: <img> lacks "alt" attribute
line 403 column 112 - Warning: <img> lacks "alt" attribute
line 403 column 161 - Warning: <img> lacks "alt" attribute
line 404 column 11 - Warning: <img> lacks "alt" attribute
line 414 column 15 - Warning: <img> lacks "alt" attribute
line 432 column 23 - Warning: <img> lacks "alt" attribute
line 432 column 64 - Warning: <img> lacks "alt" attribute
line 443 column 15 - Warning: <img> lacks "alt" attribute
line 479 column 22 - Warning: <img> lacks "alt" attribute
line 479 column 63 - Warning: <img> lacks "alt" attribute
line 479 column 112 - Warning: <img> lacks "alt" attribute
line 479 column 161 - Warning: <img> lacks "alt" attribute
line 480 column 11 - Warning: <img> lacks "alt" attribute
line 490 column 15 - Warning: <img> lacks "alt" attribute
line 507 column 11 - Warning: <img> lacks "alt" attribute
line 508 column 22 - Warning: <img> lacks "alt" attribute
line 508 column 63 - Warning: <img> lacks "alt" attribute
line 508 column 111 - Warning: <img> lacks "alt" attribute
line 508 column 161 - Warning: <img> lacks "alt" attribute
line 509 column 11 - Warning: <img> lacks "alt" attribute
line 519 column 15 - Warning: <img> lacks "alt" attribute
line 527 column 286 - Warning: <img> proprietary attribute value "absmiddle"
line 527 column 286 - Warning: <img> lacks "alt" attribute
line 535 column 23 - Warning: <img> lacks "alt" attribute
line 535 column 64 - Warning: <img> lacks "alt" attribute
line 546 column 15 - Warning: <img> lacks "alt" attribute
line 568 column 11 - Warning: <img> lacks "alt" attribute
line 569 column 22 - Warning: <img> lacks "alt" attribute
line 569 column 63 - Warning: <img> lacks "alt" attribute
line 569 column 111 - Warning: <img> lacks "alt" attribute
line 569 column 161 - Warning: <img> lacks "alt" attribute
line 570 column 11 - Warning: <img> lacks "alt" attribute
line 580 column 15 - Warning: <img> lacks "alt" attribute
line 596 column 23 - Warning: <img> lacks "alt" attribute
line 596 column 64 - Warning: <img> lacks "alt" attribute
line 607 column 15 - Warning: <img> lacks "alt" attribute
line 637 column 22 - Warning: <img> lacks "alt" attribute
line 637 column 63 - Warning: <img> lacks "alt" attribute
line 637 column 112 - Warning: <img> lacks "alt" attribute
line 637 column 161 - Warning: <img> lacks "alt" attribute
line 638 column 11 - Warning: <img> lacks "alt" attribute
line 648 column 15 - Warning: <img> lacks "alt" attribute
line 666 column 22 - Warning: <img> lacks "alt" attribute
line 666 column 63 - Warning: <img> lacks "alt" attribute
line 666 column 112 - Warning: <img> lacks "alt" attribute
line 666 column 161 - Warning: <img> lacks "alt" attribute
line 667 column 11 - Warning: <img> lacks "alt" attribute
line 677 column 15 - Warning: <img> lacks "alt" attribute
line 692 column 22 - Warning: <img> lacks "alt" attribute
line 692 column 63 - Warning: <img> lacks "alt" attribute
line 692 column 112 - Warning: <img> lacks "alt" attribute
line 692 column 162 - Warning: <img> lacks "alt" attribute
line 693 column 11 - Warning: <img> lacks "alt" attribute
line 703 column 15 - Warning: <img> lacks "alt" attribute
line 718 column 22 - Warning: <img> lacks "alt" attribute
line 718 column 63 - Warning: <img> lacks "alt" attribute
line 718 column 112 - Warning: <img> lacks "alt" attribute
line 718 column 161 - Warning: <img> lacks "alt" attribute
line 719 column 11 - Warning: <img> lacks "alt" attribute
line 729 column 15 - Warning: <img> lacks "alt" attribute
line 747 column 22 - Warning: <img> lacks "alt" attribute
line 747 column 63 - Warning: <img> lacks "alt" attribute
line 747 column 112 - Warning: <img> lacks "alt" attribute
line 747 column 162 - Warning: <img> lacks "alt" attribute
line 758 column 15 - Warning: <img> lacks "alt" attribute
line 774 column 44 - Warning: <img> proprietary attribute value "absmiddle"
line 774 column 142 - Warning: <img> proprietary attribute value "absmiddle"
line 774 column 246 - Warning: <img> proprietary attribute value "absmiddle"
line 783 column 25 - Warning: <img> lacks "alt" attribute
line 788 column 267 - Warning: <img> lacks "alt" attribute
line 768 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 218 column 27 - Warning: <nobr> is not approved by W3C
line 244 column 27 - Warning: <nobr> is not approved by W3C
line 274 column 27 - Warning: <nobr> is not approved by W3C
line 301 column 27 - Warning: <nobr> is not approved by W3C
line 332 column 27 - Warning: <nobr> is not approved by W3C
line 361 column 27 - Warning: <nobr> is not approved by W3C
line 389 column 27 - Warning: <nobr> is not approved by W3C
line 419 column 27 - Warning: <nobr> is not approved by W3C
line 448 column 27 - Warning: <nobr> is not approved by W3C
line 495 column 27 - Warning: <nobr> is not approved by W3C
line 524 column 27 - Warning: <nobr> is not approved by W3C
line 551 column 27 - Warning: <nobr> is not approved by W3C
line 585 column 27 - Warning: <nobr> is not approved by W3C
line 612 column 27 - Warning: <nobr> is not approved by W3C
line 653 column 27 - Warning: <nobr> is not approved by W3C
line 682 column 27 - Warning: <nobr> is not approved by W3C
line 708 column 27 - Warning: <nobr> is not approved by W3C
line 734 column 27 - Warning: <nobr> is not approved by W3C
line 763 column 27 - Warning: <nobr> is not approved by W3C
Info: Document content looks like HTML5
Info: No system identifier in emitted doctype
Tidy found 277 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