Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length

 
Advanced search

877636 Posts in 32874 Topics- by 24313 Members - Latest Member: CWolf

May 20, 2013, 04:55:22 AM
TIGSource ForumsDeveloperFeedbackDevLogsDelver
Pages: 1 ... 7 8 [9] 10 11 ... 159
Print
Author Topic: Delver  (Read 226229 times)
architech7
Level 0
**



View Profile Email
« Reply #120 on: April 12, 2012, 08:55:57 PM »

New error log

Quote
architech@diablo1:~/Downloads$ java -Xdebug -jar delver-alpha-4-13-12.jar
DelverLifeCycle: LibGdx Create
DelverLifeCycle: READY PLAYER ONE
DelverLifeCycle: Created GL2.0 Renderer
DelverLifeCycle: Initializing Renderer
Exception in thread "LWJGL Application" java.lang.NullPointerException
   at com.interrupt.dungeoneer.gfx.GlRenderer.init(GlRenderer.java:131)
   at com.interrupt.dungeoneer.DungeoneerComponent.init(DungeoneerComponent.java:34)
   at com.interrupt.dungeoneer.GameApplication.create(GameApplication.java:34)
   at com.badlogic.gdx.backends.lwjgl.LwjglApplication.mainLoop(LwjglApplication.java:144)
   at com.badlogic.gdx.backends.lwjgl.LwjglApplication$1.run(LwjglApplication.java:131)
AL lib: ReleaseALC: 1 device not closed

Full output: http://min.us/mbqyRgBZIQ
« Last Edit: April 13, 2012, 03:45:33 AM by architech7 » Logged

ajf
Level 0
***


JavaScript + HTML5 FTW!


View Profile WWW
« Reply #121 on: April 13, 2012, 01:04:39 AM »

working here. Nice work keep it up. This pretty much looks like a minecraft styled graphics
Yeah, that's what I like about it. Very simple, minecraft-esque style but great gameplay Smiley
Logged
architech7
Level 0
**



View Profile Email
« Reply #122 on: April 13, 2012, 04:45:24 AM »

Any hint? If I can provide you more useful information, please, let me know.

How can we give you more useful information? Remote debugging? Eclipse? Source? Wish i knew more about coding... Grr
Logged

NastyMann
Level 0
*


View Profile Email
« Reply #123 on: April 13, 2012, 04:56:46 AM »


Yay, you won! Just imagine there being a black screen that says 'YOU ESCAPED' on it, with maybe some stats of monsters killed and how nice of a person you are.

Because that's what will be in the next release.

I won? Lovely! Continue working on this, you're doing a grand job. Keep making it fun before you make it pretty; although, I must say, I love the graphics even now.

Is there going to be a version in the future that you must pay for? Because, if so, take all my money.
Logged
Interrupt
Level 3
***



View Profile WWW
« Reply #124 on: April 13, 2012, 08:36:17 AM »

Seems like all the crashes are due to people running integrated GPUs that don't support shaders. I hacked together a quick GL10 immediate mode renderer that will kick in for people that don't support shaders. It's chock full of visual issues - the biggest of which is that there's no dynamic lighting support as of now - but it's better than the game not starting at all.

Try it here: http://dl.dropbox.com/u/84007/Delver/delver-alpha-4-13-12b.jar
Logged
ajf
Level 0
***


JavaScript + HTML5 FTW!


View Profile WWW
« Reply #125 on: April 13, 2012, 08:48:31 AM »

Seems like all the crashes are due to people running integrated GPUs that don't support shaders. I hacked together a quick GL10 immediate mode renderer that will kick in for people that don't support shaders. It's chock full of visual issues - the biggest of which is that there's no dynamic lighting support as of now - but it's better than the game not starting at all.

Try it here: http://dl.dropbox.com/u/84007/Delver/delver-alpha-4-13-12b.jar
Oh god, immediate mode.

Wait, isn't this software rendered? I saw that other video on your channel...
Logged
Interrupt
Level 3
***



View Profile WWW
« Reply #126 on: April 13, 2012, 08:55:12 AM »

Oh god, immediate mode.

Wait, isn't this software rendered? I saw that other video on your channel...

I know, god save us all.

The original seed of the idea came from that software renderer but I've gone through a few different Open GL renderers since then. Latest one draws everything via shaders so that it's fast enough to run on crappy phones.
Logged
ajf
Level 0
***


JavaScript + HTML5 FTW!


View Profile WWW
« Reply #127 on: April 13, 2012, 09:27:27 AM »

Oh god, immediate mode.

Wait, isn't this software rendered? I saw that other video on your channel...

I know, god save us all.

The original seed of the idea came from that software renderer but I've gone through a few different Open GL renderers since then. Latest one draws everything via shaders so that it's fast enough to run on crappy phones.
Ahh. Good to know Smiley
Logged
architech7
Level 0
**



View Profile Email
« Reply #128 on: April 13, 2012, 10:47:46 AM »

Working! Sweet!  Coffee

ok so ... first run everything went great. really smooth. so i escaped out to run a recording program and fired Delver back up only to find things to be different. You said "visual issues" but what about crazy light-strobes all over the screen?! (I did try deleting the save folder because it worked perfect first run)... @Interrupt permission to upload screen recording?
« Last Edit: April 13, 2012, 11:20:44 AM by architech7 » Logged

Vader69
Level 0
*


View Profile Email
« Reply #129 on: April 13, 2012, 11:50:52 AM »

I know this sounds like a dumb question but I think a needed question considering Notch posted a video of this on his twitter you might be getting some more traffic your way and could save you some time later on down the road. Some people might be confused on how to start and actually play this game. You just give them download for the files with no instructions, a huge pile of files with no .exes or anything. To somebody not skilled in java based games would be completely lost and would not know where to begin to start playing.

Just as a suggestion please add some sort of "How to play me" in a text document so your not bombarded with "ZOMG DOSENT WORK CANT INSTALL" or "HERP HOW TO INSTALL?" Love the game so far keep up the great work  Beer!.

         
Logged
architech7
Level 0
**



View Profile Email
« Reply #130 on: April 13, 2012, 11:54:58 AM »

I know this sounds like a dumb question

I was thinking the same thing... (that their should be some type of documentation) however you should be able to just "double-click" the jar file in windows and run the application. That's kind of a short read-me file  Tongue
« Last Edit: April 13, 2012, 12:04:55 PM by architech7 » Logged

Vader69
Level 0
*


View Profile Email
« Reply #131 on: April 13, 2012, 12:03:38 PM »

Well only reason I bring this up like myself have WinRar installed and Winrar can open .jar files. Can be confusing when somebody has similar setup installed and when they double click a .jar it wants to extract it. Not to mention theirs 8 jar files.  Tongue
Logged
architech7
Level 0
**



View Profile Email
« Reply #132 on: April 13, 2012, 12:06:39 PM »

Well only reason I bring this up like myself have WinRar installed and Winrar can open .jar files. Can be confusing when somebody has similar setup installed and when they double click a .jar it wants to extract it. Not to mention theirs 8 jar files.  Tongue

Good point! I'm sure his hands are full... then you got guys like me trying to run it on an integrated graphics card and running him down rabbit trails he never intended to waste time with #sorry
Logged

Vader69
Level 0
*


View Profile Email
« Reply #133 on: April 13, 2012, 12:13:13 PM »

All in the name of alpha testing  Wink No worries like I said just as a suggestion when time permits I fully understand its a work in progress and in alpha stages.  Hand Thumbs Up Left   
Logged
Interrupt
Level 3
***



View Profile WWW
« Reply #134 on: April 13, 2012, 12:22:55 PM »

All in the name of alpha testing  Wink No worries like I said just as a suggestion when time permits I fully understand its a work in progress and in alpha stages.  Hand Thumbs Up Left   

Yeah this is early alpha, only expected technical-ish people to be interested at this stage so I hadn't gotten around to making any launchers yet. It's planned but at the moment it's a priority under getting the game running for everyone.
Logged
Pages: 1 ... 7 8 [9] 10 11 ... 159
Print
Jump to:  

Theme orange-lt created by panic