{"id":6928,"date":"2014-05-11T17:46:21","date_gmt":"2014-05-11T17:46:21","guid":{"rendered":"https:\/\/unknownerror.org\/index.php\/2014\/05\/11\/problem-about-tutorials-collection-of-common-programming-errors\/"},"modified":"2014-05-11T17:46:21","modified_gmt":"2014-05-11T17:46:21","slug":"problem-about-tutorials-collection-of-common-programming-errors","status":"publish","type":"post","link":"https:\/\/unknownerror.org\/index.php\/2014\/05\/11\/problem-about-tutorials-collection-of-common-programming-errors\/","title":{"rendered":"problem about tutorials-Collection of common programming errors"},"content":{"rendered":"<ul>\n<li><img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/810cc3ba0a6fd32fba93bf8d146b2fa2?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nlockstep<br \/>\nerrors tutorials<br \/>\nI am giving a LaTeX course and have the idea to let the students find and solve problems within a few documents. Basically they shall learn how to create minimal examples and read error messages.However currently I have no document with &#8216;typical&#8217; errors around.If someone has such examples from himself or within this forum I would like to have the code or link. It does not matter if its short or long. It should just be enough to let the students play with it for some minutes.<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/80d284e717d5720063a38d8e49739c87?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nTetrad<br \/>\n2d animation tutorials<br \/>\nWhere can I learn how to do simple 2d animation well? Or is it really just literally drawing every single frame of something in photoshop? Is there tips or tricks? Tutorials to help get started?Also, what software options are there (preferably open source or even just free)?<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/0254aad95aa47086392792c5142132bb?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nkommihe<br \/>\nc++ directx rendering directx11 tutorials<br \/>\nI&#8217;ve been reading the tutorials for DirectX 11 at http:\/\/www.directxtutorial.com\/Lesson.aspx?lessonid=11-4-5. I&#8217;ve run the code after every lesson, but it didn&#8217;t work for lesson 5. The error looks like this:Unhandled exception at 0x03c72e1e in DX11Test.exe: 0xC0000005: Access violation reading location 0x00000358.it stops at the line:devcon-&gt;Draw(3, 0);the code is at the bottom of the page in the link.I use Microsoft Visual C++ 2010 Express.<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/2a29a34715f5224b8979174677285ec8?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nJohn Dodson<br \/>\nactionscript-3 tutorials<br \/>\nBasically, I am either having trouble understanding how to use SharedObjects correctly, or I am not properly referencing a variable (from a seperate class from which it is defined) within a SharedObject, and I think the latter is my problem, although I&#8217;m not sure. When my character dies, my game goes to a game over screen, where I create 2 variables within a SharedObject: the bestScore (user&#8217;s all-time best score in the game) and then a tutorialBoolean (which will determine if the tutorial shows<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/d5f91983a9d9cfb69981b6108a63b412?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nskaffman<br \/>\njava android tutorials<br \/>\nI have copied and pasted the code from the Form stuff example on this website. I am getting an error when i try and run the project, the project has a little red square with a white cross on it but when drilling down into the elements of the project (using eclipse) there is element with an error. In the problems tab of eclipse I have the following textDescription Resource Path Location Type Unparsed aapt error(s)! Check the console for output. HelloFormStuff2 Unknown Android Packaging Problem<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/64aa7d1e0eb006175565adb0a47a4452?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nmarcamillion<br \/>\nruby-on-rails-3 tutorials<br \/>\nWorking through Michael Hartl&#8217;s RailsTutorial and came across the following error &#8211; even though I have followed everything to the &#8216;T&#8217;.1) UsersController GET &#8216;index&#8217; for signed-in users should have an element for each user Failure\/Error: response.should have_selector(&#8220;li&#8221;, :content =&gt; user.name) undefined method `name&#8217; for #&lt;Array:0x000001032c07c8&gt;Did anyone else get a similar error and know how to fix it?I am in Chapter 10.Btw, when I try the page it does what it is supposed to do. It&#8217;s<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/4bf33889e6adfe9a91d36275c672b0a4?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nMitch Lindgren<br \/>\nruby-on-rails ruby activerecord tutorials<br \/>\nI&#8217;m an absolute beginner to Ruby on Rails; I literally started last night. I&#8217;m following the Getting Started with Rails tutorial, although I&#8217;ve made a few modifications. Instead of a blog with posts and comments, I&#8217;m making a simple task-tracking application in which Projects have Tasks associated with them.Everything was going quite well until step #9 (Deleting Comments). According to the tutorial, I should be able to get the parent model for a comment by calling comment.post, the analogue o<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/b795746d899543f3b2a1d59421cb0dd8?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nBlue<br \/>\nlibgdx tutorials<br \/>\nI get the following errors on the LibGDX tutorial &#8220;Simple App&#8221;Exception in thread &#8220;main&#8221; java.lang.UnsatisfiedLinkError: no gdx64 injava.library.path at java.lang.ClassLoader.loadLibrary(UnknownSource) at java.lang.Runtime.loadLibrary0(Unknown Source) atjava.lang.System.loadLibrary(Unknown Source) atcom.badlogic.gdx.utils.GdxNativesLoader.load(GdxNativesLoader.java:118)atcom.badlogic.gdx.backends.lwjgl.LwjglNativesLoader.load(LwjglNativesLoader.java:41)atcom.badlogic.gdx.backends.lwjgl.<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/ee7d02a4f6d8706207f8931447a7ab9d?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nwide-angle<br \/>\nandroid tutorials<br \/>\nUpdated: I have now included the logcat file below. Looking at it it appears I am still having a permission problems (06-05 14:10:36.593) &#8211; I am guessing the same problem I am having with SDK 7Well I was trying to get the HelloWebview example working with SDK 7 with no success (see HelloWebView Sample: java.lang.SecurityException: Permission Denial thread), so I decided just out of curiosity to back off to SDK3 to see if I could learn anything. I have been able to get all the &#8220;Layout&#8221; samples<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/fbc0a27049271cadb696ad956decbc79?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nBo Persson<br \/>\nandroid sdk tutorials<br \/>\nAm I missing something here?I follow the instructions exactly on this page (and some of the other tutorials) but they always seem to be missing some key information as they don&#8217;t work out of the box.I added a bunch of packages that seemed like were missing, but now I&#8217;m stuck.http:\/\/developer.android.com\/resources\/tutorials\/views\/hello-gridview.htmlDescription Resource Path Location Type Conversion to Dalvik format failed with error 1 HelloGrid Unknown Android Packaging ProblemAn<\/li>\n<\/ul>\n<p>Web site is in building<\/p>\n<p>I discovery a place to host code\u3001demo\u3001 blog and websites.<br \/>\nSite access is fast but not money<\/p>\n<p><img decoding=\"async\" src=\"http:\/\/www.m5zn.com\/newuploads\/2014\/01\/30\/jpg\/e7da807964b1fff.jpg\" \/><\/p>\n","protected":false},"excerpt":{"rendered":"<p>lockstep errors tutorials I am giving a LaTeX course and have the idea to let the students find and solve problems within a few documents. Basically they shall learn how to create minimal examples and read error messages.However currently I have no document with &#8216;typical&#8217; errors around.If someone has such examples from himself or within [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-6928","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"_links":{"self":[{"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/posts\/6928","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/comments?post=6928"}],"version-history":[{"count":0,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/posts\/6928\/revisions"}],"wp:attachment":[{"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/media?parent=6928"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/categories?post=6928"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/tags?post=6928"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}