{"author_link":"\/users\/edgelord","author_name":"edgelord","author_uid":"1099010","comments":[{"author_name":"Fupi","author_uid":"1159213","time":"2020-04-20T21:50:43Z","epoch":1587419443,"modified":1587419443,"text":"I got an error: \u00b4\u00b4A JNI has occurred please check your installation and try again.\u00b4\u00b4 I just updated Java.","likes":0,"format":"md"},{"author_name":"edgelord","author_uid":"1099010","time":"2020-04-21T09:33:29Z","epoch":1587461609,"modified":1587461609,"text":"@fupi can't really help you there, which java versino do you have installed?","likes":0,"format":"md"},{"author_name":"ion-programming","author_uid":"1186393","time":"2020-04-21T09:46:15Z","epoch":1587462375,"modified":1587462586,"text":"I just tried to play. Jarfile runs but displays blank page with FPS?\n![kia.PNG](\/\/\/raw\/918\/d2\/z\/314ed.png)\n\nStack trace - C:\\Users\\Lucas\\.Keep IT Alive\\tmp\\res.fonts.OpenSans-Regular.ttf\njava.io.IOException: Stream closed\n        at java.base\/java.io.BufferedInputStream.getInIfOpen(BufferedInputStream.java:158)\n        at java.base\/java.io.BufferedInputStream.fill(BufferedInputStream.java:245)\n        at java.base\/java.io.BufferedInputStream.read(BufferedInputStream.java:264)\n        at java.desktop\/com.sun.media.sound.RIFFReader.read(RIFFReader.java:126)\n        at java.desktop\/com.sun.media.sound.RIFFReader.<init>(RIFFReader.java:61)\n        at java.desktop\/com.sun.media.sound.WaveExtensibleFileReader.getAudioFileFormatImpl(WaveExtensibleFileReader.java:172)\n        at java.desktop\/com.sun.media.sound.SunFileReader.getAudioFileFormat(SunFileReader.java:54)\n        at java.desktop\/com.sun.media.sound.WaveExtensibleFileReader.getAudioInputStream(WaveExtensibleFileReader.java:259)\n        at java.desktop\/javax.sound.sampled.AudioSystem.getAudioInputStream(AudioSystem.java:1010)\n        at de.edgelord.saltyengine.resource.InnerResource.getAudioResource(InnerResource.java:64)\n        at de.edgelord.saltyengine.factory.AudioFactory.getClip(AudioFactory.java:31)\n        at de.edgelord.saltyengine.audio.AudioPlayer.loadNewAudio(AudioPlayer.java:77)\n        at de.edgelord.ldjam46.Main.main(Main.java:35)\nException in thread \"main\" java.lang.NullPointerException\n        at java.desktop\/com.sun.media.sound.DirectAudioDevice$DirectClip.open(DirectAudioDevice.java:1079)\n        at de.edgelord.saltyengine.resource.Resource.createClip(Resource.java:46)\n        at de.edgelord.saltyengine.resource.InnerResource.getAudioResource(InnerResource.java:69)\n        at de.edgelord.saltyengine.factory.AudioFactory.getClip(AudioFactory.java:31)\n        at de.edgelord.saltyengine.audio.AudioPlayer.loadNewAudio(AudioPlayer.java:77)\n        at de.edgelord.ldjam46.Main.main(Main.java:35)\n","likes":1,"format":"md"},{"author_name":"Maindric","author_uid":"1177457","time":"2020-04-21T09:51:56Z","epoch":1587462716,"modified":1587462716,"text":"I got the same issue as @ion-programming.  White screen with an FPS counter only.","likes":0,"format":"md"},{"author_name":"edgelord","author_uid":"1099010","time":"2020-04-21T10:13:27Z","epoch":1587464007,"modified":1587464007,"text":"@ion-programming @maindric I think that the audio is the problem, I uploaded a build without audio to itch, maybe you wanna give it a second shot?","likes":0,"format":"md"},{"author_name":"Brachistosauro","author_uid":"1201837","time":"2020-04-21T10:33:21Z","epoch":1587465201,"modified":1587465201,"text":"I got the same error as @fupi, even without audio :(","likes":0,"format":"md"},{"author_name":"Narom42","author_uid":"1196573","time":"2020-04-21T10:34:03Z","epoch":1587465243,"modified":1587465243,"text":"Hello, JNI problem too like FUPI :\/","likes":0,"format":"md"},{"author_name":"romangraef89","author_uid":1177528,"time":"2020-04-21T10:37:32Z","epoch":1587465452,"modified":1587465452,"text":"I'll have to deduce a star on humor because russian roulette doesn't appear to only kill you with a chance and because blew up isn't interpreted in a trending fashion. However i did like the pacing, it felt challenging while also being doable. Also i feel like sometimes it is impossible to choose the right answer, as all answer are death, but maybe thats just on me.","likes":0,"format":"md"},{"author_name":"Kerrindor","author_uid":1177708,"time":"2020-04-21T10:53:37Z","epoch":1587466417,"modified":1587466417,"text":"Got a white screen with the audio version on windows. The no audio version worked. Latest java version.\n\nSimple and difficult game. Had fun but I'm terrible at it!","likes":0,"format":"md"},{"author_name":"JOrbits","author_uid":"1005225","time":"2020-04-21T11:04:31Z","epoch":1587467071,"modified":1587467071,"text":"I also have the same issue. What's the recomended java version to play it on?","likes":0,"format":"md"},{"author_name":"edgelord","author_uid":"1099010","time":"2020-04-21T11:10:39Z","epoch":1587467439,"modified":1587467439,"text":"@romangraef89 thank you for the feedback. Yeah I get that point with the humor, I guess I am not that good with such things. There is no way that there wouldn't be a good answer in certain setups. I for example have \"It is gone\" as a good ending, which maybe isn't too clear.","likes":0,"format":"md"},{"author_name":"edgelord","author_uid":"1099010","time":"2020-04-21T11:14:24Z","epoch":1587467664,"modified":1587467664,"text":"@fupi @ion-programming @brachistosauro @maindric I am so sorry for the inconvenience, I got both errors solved now, of course they were stupid, and of course, somehow the error wouldn't show up on macOS. I would love you guys to try it again maybe.","likes":0,"format":"md"},{"author_name":"SolarLiner","author_uid":1190462,"time":"2020-04-21T11:28:02Z","epoch":1587468482,"modified":1587468498,"text":"Game does not work for me:\n```\njava.io.IOException: Stream closed\n\tat java.base\/java.io.BufferedInputStream.getInIfOpen(BufferedInputStream.java:158)\n\tat java.base\/java.io.BufferedInputStream.fill(BufferedInputStream.java:245)\n\tat java.base\/java.io.BufferedInputStream.read(BufferedInputStream.java:264)\n\tat java.desktop\/com.sun.media.sound.RIFFReader.read(RIFFReader.java:126)\n\tat java.desktop\/com.sun.media.sound.RIFFReader.<init>(RIFFReader.java:61)\n\tat java.desktop\/com.sun.media.sound.WaveExtensibleFileReader.getAudioFileFormatImpl(WaveExtensibleFileReader.java:172)\n\tat java.desktop\/com.sun.media.sound.SunFileReader.getAudioFileFormat(SunFileReader.java:54)\n\tat java.desktop\/com.sun.media.sound.WaveExtensibleFileReader.getAudioInputStream(WaveExtensibleFileReader.java:259)\n\tat java.desktop\/javax.sound.sampled.AudioSystem.getAudioInputStream(AudioSystem.java:1010)\n\tat de.edgelord.saltyengine.resource.InnerResource.getAudioResource(InnerResource.java:64)\n\tat de.edgelord.saltyengine.factory.AudioFactory.getClip(AudioFactory.java:31)\n\tat de.edgelord.saltyengine.audio.AudioPlayer.loadNewAudio(AudioPlayer.java:77)\n\tat de.edgelord.ldjam46.Main.main(Main.java:35)\nException in thread \"main\" java.lang.NullPointerException\n\tat java.desktop\/com.sun.media.sound.DirectAudioDevice$DirectClip.open(DirectAudioDevice.java:1079)\n\tat de.edgelord.saltyengine.resource.Resource.createClip(Resource.java:46)\n\tat de.edgelord.saltyengine.resource.InnerResource.getAudioResource(InnerResource.java:69)\n\tat de.edgelord.saltyengine.factory.AudioFactory.getClip(AudioFactory.java:31)\n\tat de.edgelord.saltyengine.audio.AudioPlayer.loadNewAudio(AudioPlayer.java:77)\n\tat de.edgelord.ldjam46.Main.main(Main.java:35)\n```","likes":0,"format":"md"},{"author_name":"edgelord","author_uid":"1099010","time":"2020-04-21T12:07:42Z","epoch":1587470862,"modified":1587470862,"text":"@solarliner this must be an older version of the game, as the error caused by Main:35 is definitely solved.","likes":0,"format":"md"},{"author_name":"Fupi","author_uid":"1159213","time":"2020-04-21T13:51:28Z","epoch":1587477088,"modified":1587477088,"text":"It worked now! Funny idea, simple game, I like it. Got up to 22.","likes":1,"format":"md"},{"author_name":"edgelord","author_uid":"1099010","time":"2020-04-21T16:01:19Z","epoch":1587484879,"modified":1587484879,"text":"@jorbits I built it using 1.8, but it should work fine with any later version. ","likes":0,"format":"md"},{"author_name":"Marot","author_uid":"1182981","time":"2020-04-27T18:39:38Z","epoch":1588012778,"modified":1588012778,"text":"It requires good reflex.\nIt's rather a text game but it's fun.","likes":1,"format":"md"},{"author_name":"JDK2209","author_uid":"1161232","time":"2020-05-03T18:16:38Z","epoch":1588529798,"modified":1588529798,"text":"I liked this fun and simple concept. I could've used a little extra feedback, a bit more artistic work and a few more phrases, but overall it's pretty cool and really funny. Great job ^^","likes":0,"format":"md"}],"format":"md","images":["ld46\/200552-2ac15950cc2d712992e4313665255c3e.png"],"links":[{"url":"https:\/\/github.com\/edgelord314\/KeepITAlive","text":"Youtube"},{"url":"https:\/\/edgelord314.itch.io\/keep-it-alive","text":"Youtube"},{"url":"https:\/\/edgelord314.itch.io\/keep-it-alive","text":"Youtube"},{"url":"https:\/\/edgelord314.itch.io\/keep-it-alive","text":"Youtube"}],"metadata":{"g_key":"58433","g_author":"1099010","g_event":"LD46","g_eventkey":"77","g_subevent":"JAM","g_urlkey":"268676","g_title":"Keep IT Alive","g_status":"PVT1","g_place":"2412","g_commentcount":"18","g_site2_node_id":"200552","g_hide":"N","g_has_icon":"Y","g_rqueue":"0","g_random":"0"},"nds":{"n_key":"200552","n_urlkey":"268676","n_parent":"176557","n_path":"\/events\/ludum-dare\/46\/keep-it-alive-32","n_slug":"keep-it-alive-32","n_type":"item","n_subtype":"game","n_subsubtype":"jam","n_author":"99010","n_created":"1587371501","n_modified":"1587484021","n_version":"617333","n_status":"COMMIT"},"node":{"id":200552,"parent":176557,"superparent":9,"author":99010,"type":"item","subtype":"game","subsubtype":"jam","published":"2020-04-20T13:15:22Z","created":"2020-04-20T08:31:41Z","modified":"2020-04-21T15:47:01Z","version":617333,"slug":"keep-it-alive-32","name":"Keep IT Alive","body":"![screenshot1.png](\/\/\/raw\/2c2\/81\/z\/2d646.png)            |  ![screenshot3.png](\/\/\/raw\/2c2\/81\/z\/2d647.png) | ![screenshot2.png](\/\/\/raw\/2c2\/81\/z\/2d648.png)\n:-------------------------:|:-------------------------:\n\nA simple reaction game where you have to **quickly choose ITs faith to keep it alive** made on the last day of the event within a few hours.\nMade with Java and [Salty Engine](https:\/\/www.github.com\/edgelord314\/salty-engine).\n\n### Controls\n- left mouse button: click buttons (duh)\n- 1 - 5: choose the sentence endings and therefore ITs faith\n\n### Tools used\n- Java\n- Salty Engine\n- maven\n- IntelliJ Idea\n- GarageBand\n- gimp\n\nChangelists on github commit-history.","meta":{"author":[99010],"cover":"\/\/\/content\/2c2\/81\/z\/2dcc4.png","allow-anonymous-comments":"1","grade-05-out":"1","link-01":"https:\/\/github.com\/edgelord314\/KeepITAlive","link-01-tag":[42332],"link-02":"https:\/\/edgelord314.itch.io\/keep-it-alive","link-02-tag":[42337],"link-03":"https:\/\/edgelord314.itch.io\/keep-it-alive","link-03-tag":[42339],"link-04":"https:\/\/edgelord314.itch.io\/keep-it-alive","link-04-tag":[42341]},"path":"\/events\/ludum-dare\/46\/keep-it-alive-32","parents":[1,5,9,176557],"love":0,"notes":18,"notes-timestamp":"2020-05-03T18:16:38Z","grade":{"grade-01":20,"grade-02":21,"grade-03":21,"grade-04":21,"grade-06":18,"grade-07":21,"grade-08":20},"magic":{"grade":20.285714285714,"given":14.75,"feedback":11,"smart":-1.2970717696931,"cool":93.84013080369,"grade-01-average":2.75,"grade-01-result":2412,"grade-02-average":2.789,"grade-02-result":2153,"grade-03-average":2.816,"grade-03-result":2071,"grade-04-average":3.289,"grade-04-result":1910,"grade-06-average":2.625,"grade-06-result":1461,"grade-07-average":3.026,"grade-07-result":1025,"grade-08-average":2.528,"grade-08-result":2270}},"text":"![screenshot1.png](\/\/\/raw\/2c2\/81\/z\/2d646.png)            |  ![screenshot3.png](\/\/\/raw\/2c2\/81\/z\/2d647.png) | ![screenshot2.png](\/\/\/raw\/2c2\/81\/z\/2d648.png)\n:-------------------------:|:-------------------------:\n\nA simple reaction game where you have to **quickly choose ITs faith to keep it alive** made on the last day of the event within a few hours.\nMade with Java and [Salty Engine](https:\/\/www.github.com\/edgelord314\/salty-engine).\n\n### Controls\n- left mouse button: click buttons (duh)\n- 1 - 5: choose the sentence endings and therefore ITs faith\n\n### Tools used\n- Java\n- Salty Engine\n- maven\n- IntelliJ Idea\n- GarageBand\n- gimp\n\nChangelists on github commit-history.","title":"Keep IT Alive"}