Mythruna
September 22, 2025, 07:36:09 PM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News: Welcome to the new forums. See "Announcements" for a note for new users.
 
  Home Help Search Login Register  
  Show Posts
Pages: [1]
1  General Category / Tech Support / Re: Blueprint mode crash on: August 05, 2012, 06:52:34 AM
This sounds like a rendering problem. It tries to make the grass/branches turn into the less detailed grass/branches. But It doesn't. I hope I'm right Smiley

Yeh, way to many trees and branches for it to try and render in low quality.
2  General Category / Tech Support / Re: Blueprint mode crash on: August 04, 2012, 10:33:27 PM
One question, when you try open the blueprints does your game stop responding because this happends to me and if i wait around 30 seconds it loads up and works.


No, it actually says "error: null" Or something, and closes the game when I click OK.

But yeah, it's only when the trees and such are on low. Funny enough, I usually get 230 fps when not on low everything, so I don't even know why I was putting everything to low.
3  General Category / Tech Support / Re: Blueprint mode crash on: August 04, 2012, 02:26:26 PM
Alright, I've found more out about the bug. It only happens when players try to get more frames, like pressing f12 three times, f once, then putting grass trees and flora low. When they don't do these things, blueprint mode works fine.
4  General Category / Tech Support / Re: Blueprint mode crash on: August 04, 2012, 01:13:26 PM
hey just a question why dont you play on pauls server?

I probably will, after I've learned more about the game. At this moment, the building possibilities and such are a little overwhelming, and I'm still learning about certain blocks. For example, in minecraft, if I have stairs, they are only stairs. They face whatever way I place them. In Mythruna, If I have stairs, I'd have four separate stairs, and each stair faces a different direction regardless of where I am when I place it. This takes getting used to...
5  General Category / Tech Support / Re: Blueprint mode crash on: August 04, 2012, 01:10:25 PM
Hello. I've browsed a little through the forums and haven't seemed to encounter this error, so I thought I'd post about it.
First, I'd like to mention, when I found this game, I was, and still am, extremely excited. That being said,
Blueprint mode can be used on my server, but only for the first person to log in, and only until a second person or more logs in. After that point, anyone attempted to use blueprint mode gets "unexpected error:null"
We've tested this, and tried to find a way around it, for about two hours to no avail.
While I realize my ranting might be slightly informative, I imagine it's not even close to the usefulness of a log, so here it is.



Uncaught exception from thread:Thread[LWJGL Renderer Thread,5,main]
java.lang.NullPointerException
   at mythruna.client.ui.GridControl.refreshChildren(GridControl.java:139)
   at mythruna.client.tabs.bp.Palette.setIcons(Palette.java:220)
   at mythruna.client.tabs.bp.BlueprintEditorState.setPalettePage(BlueprintEditorState.java:703)
   at mythruna.client.tabs.bp.BlueprintEditorState.setWorkingBlueprint(BlueprintEditorState.java:715)
   at mythruna.client.tabs.bp.BlueprintIconSelection$SelectBlueprintCommand.execute(BlueprintIconSelection.java:244)
   at mythruna.client.ui.ButtonControl.click(ButtonControl.java:46)
   at mythruna.client.tabs.bp.BlueprintEditorState.clickNode(BlueprintEditorState.java:521)
   at mythruna.client.tabs.bp.BlueprintEditorState.clickUI(BlueprintEditorState.java:536)
   at mythruna.client.tabs.bp.BlueprintEditorState$InputHandler.onAction(BlueprintEditorState.java:921)
   at com.jme3.input.InputManager.invokeActions(InputManager.java:168)
   at com.jme3.input.InputManager.onMouseButtonEventQueued(InputManager.java:403)
   at com.jme3.input.InputManager.processQueue(InputManager.java:801)
   at com.jme3.input.InputManager.update(InputManager.java:851)
   at com.jme3.app.Application.update(Application.java:605)
   at com.jme3.app.SimpleApplication.update(SimpleApplication.java:233)
   at com.jme3.system.lwjgl.LwjglAbstractDisplay.runLoop(LwjglAbstractDisplay.java:149)
   at com.jme3.system.lwjgl.LwjglDisplay.runLoop(LwjglDisplay.java:182)
   at com.jme3.system.lwjgl.LwjglAbstractDisplay.run(LwjglAbstractDisplay.java:223)
   at java.lang.Thread.run(Unknown Source)

Hopefully this helps to resolve the error for me, and anyone else who has this problem but has not quite found the time or energy to post about it.

Whether the issue is fixed or not, Thank you for at least taking the time to read the post.
If you didn't read the post, then no thanks to you. You don't deserve it anyway, and chances are you're not even reading this line.

This one is bizarre.  I can't figure out how this can happen.

Just to verify: this is in the latest version of Mythruna?  Do you do any manual modification of files in the mythruna.db directory?

Does this happen when you open the blueprint editor or when you select a blueprint for editing?

Are there any errors in the server log?  (you can search for ERROR I think.)

I have a full day with the family today so I won't be very responsive about this until tomorrow... but hopefully the answer to those questions will get us closer.


This is the latest version, there are no modifications, and it happens when you choose a blueprint for editing, but also when you choose to make a new blueprint.

Just searched the server log, and even manually skimmed through it, I could find no mention of an error
6  General Category / Tech Support / Re: Blueprint mode crash on: August 04, 2012, 02:32:11 AM
Very interesting... I've never seen this error. Looks like a problem with the UI trying to load. Maybe Paul could figure this out.

I hope so. But truth be told, I haven't gotten to play with Blueprints much because of this, and I can't really miss what I never had right?

I'm used to building in minecraft, and I'm decent at that, but all the building possibilities in Mythruna is more then a little mind boggling, for someone who's only ever built in minecraft.
7  General Category / Tech Support / Blueprint mode crash on: August 04, 2012, 12:56:08 AM
Hello. I've browsed a little through the forums and haven't seemed to encounter this error, so I thought I'd post about it.
First, I'd like to mention, when I found this game, I was, and still am, extremely excited. That being said,
Blueprint mode can be used on my server, but only for the first person to log in, and only until a second person or more logs in. After that point, anyone attempted to use blueprint mode gets "unexpected error:null"
We've tested this, and tried to find a way around it, for about two hours to no avail.
While I realize my ranting might be slightly informative, I imagine it's not even close to the usefulness of a log, so here it is.



Uncaught exception from thread:Thread[LWJGL Renderer Thread,5,main]
java.lang.NullPointerException
   at mythruna.client.ui.GridControl.refreshChildren(GridControl.java:139)
   at mythruna.client.tabs.bp.Palette.setIcons(Palette.java:220)
   at mythruna.client.tabs.bp.BlueprintEditorState.setPalettePage(BlueprintEditorState.java:703)
   at mythruna.client.tabs.bp.BlueprintEditorState.setWorkingBlueprint(BlueprintEditorState.java:715)
   at mythruna.client.tabs.bp.BlueprintIconSelection$SelectBlueprintCommand.execute(BlueprintIconSelection.java:244)
   at mythruna.client.ui.ButtonControl.click(ButtonControl.java:46)
   at mythruna.client.tabs.bp.BlueprintEditorState.clickNode(BlueprintEditorState.java:521)
   at mythruna.client.tabs.bp.BlueprintEditorState.clickUI(BlueprintEditorState.java:536)
   at mythruna.client.tabs.bp.BlueprintEditorState$InputHandler.onAction(BlueprintEditorState.java:921)
   at com.jme3.input.InputManager.invokeActions(InputManager.java:168)
   at com.jme3.input.InputManager.onMouseButtonEventQueued(InputManager.java:403)
   at com.jme3.input.InputManager.processQueue(InputManager.java:801)
   at com.jme3.input.InputManager.update(InputManager.java:851)
   at com.jme3.app.Application.update(Application.java:605)
   at com.jme3.app.SimpleApplication.update(SimpleApplication.java:233)
   at com.jme3.system.lwjgl.LwjglAbstractDisplay.runLoop(LwjglAbstractDisplay.java:149)
   at com.jme3.system.lwjgl.LwjglDisplay.runLoop(LwjglDisplay.java:182)
   at com.jme3.system.lwjgl.LwjglAbstractDisplay.run(LwjglAbstractDisplay.java:223)
   at java.lang.Thread.run(Unknown Source)

Hopefully this helps to resolve the error for me, and anyone else who has this problem but has not quite found the time or energy to post about it.

Whether the issue is fixed or not, Thank you for at least taking the time to read the post.
If you didn't read the post, then no thanks to you. You don't deserve it anyway, and chances are you're not even reading this line.
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.20 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!