Mythruna
April 29, 2024, 05:08:24 PM *
Welcome, Guest. Please login or register.
Did you miss your activation email?

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  
Pages: [1] 2 3 4
  Print  
Author Topic: Problem when opening map  (Read 43306 times)
WylaxX
Newbie
*
Posts: 27


View Profile
« on: February 08, 2013, 06:58:04 PM »

I have a problem when I try to open a map:

Uncaught exception from thread:Thread[Game Loader,5,main]
java.lang.RuntimeException: Error retrieving component type:class mythruna.GameSystems$WorldInfo for entity:EntityId[0]
   at mythruna.es.sql.SqlComponentHandler.getComponent(SqlComponentHandler.java:79)
   at mythruna.es.sql.SqlEntityData.getComponent(SqlEntityData.java:172)
   at mythruna.GameSystems.checkDbVersion(GameSystems.java:204)
   at mythruna.GameSystems.start(GameSystems.java:270)
   at mythruna.client.LocalGameClient.start(LocalGameClient.java:194)
   at mythruna.client.GameLoader.run(GameLoader.java:37)
Caused by: java.sql.SQLSyntaxErrorException: user lacks privilege or object not found: ENTITYDBVERSION
   at org.hsqldb.jdbc.Util.sqlException(Unknown Source)
   at org.hsqldb.jdbc.Util.sqlException(Unknown Source)
   at org.hsqldb.jdbc.JDBCPreparedStatement.<init>(Unknown Source)
   at org.hsqldb.jdbc.JDBCConnection.prepareStatement(Unknown Source)
   at mythruna.es.sql.SqlSession.prepareStatement(SqlSession.java:59)
   at mythruna.es.sql.SqlSession.prepareStatement(SqlSession.java:47)
   at mythruna.es.sql.SqlSession.prepareStatement(SqlSession.java:37)
   at mythruna.es.sql.ComponentTable.getComponent(ComponentTable.java:293)
   at mythruna.es.sql.SqlComponentHandler.getComponent(SqlComponentHandler.java:75)
   ... 5 more
Caused by: org.hsqldb.HsqlException: user lacks privilege or object not found: ENTITYDBVERSION
   at org.hsqldb.error.Error.error(Unknown Source)
   at org.hsqldb.error.Error.error(Unknown Source)
   at org.hsqldb.ExpressionColumn.checkColumnsResolved(Unknown Source)
   at org.hsqldb.QueryExpression.resolve(Unknown Source)
   at org.hsqldb.ParserDQL.compileCursorSpecification(Unknown Source)
   at org.hsqldb.ParserCommand.compilePart(Unknown Source)
   at org.hsqldb.ParserCommand.compileStatement(Unknown Source)
   at org.hsqldb.Session.compileStatement(Unknown Source)
   at org.hsqldb.StatementManager.compile(Unknown Source)
   at org.hsqldb.Session.execute(Unknown Source)
   ... 12 more

Build version:20120627

Gathering app info from OpenGL thread...
Memory usage:
Working memory: 56% (44880680/79622144)  VM Max: 8% (44880680/518979584)

Rendering caps:
    FrameBuffer
    FrameBufferMRT
    FrameBufferMultisample
    TextureMultisample
    OpenGL20
    OpenGL21
    OpenGL30
    OpenGL31
    OpenGL32
    ARBprogram
    GLSL100
    GLSL110
    GLSL120
    GLSL130
    GLSL140
    GLSL150
    VertexTextureFetch
    TextureArray
    TextureBuffer
    FloatTexture
    FloatColorBuffer
    FloatDepthBuffer
    PackedFloatTexture
    SharedExponentTexture
    PackedFloatColorBuffer
    TextureCompressionLATC
    NonPowerOfTwoTextures
    MeshInstancing
    VertexBufferArray

Statistics:
  Vertices = 156
  Triangles = 78
  Uniforms = 8
  Objects = 7
  Shaders (S) = 5
  Shaders (F) = 5
  Shaders (M) = 6
  Textures (S) = 7
  Textures (F) = 7
  Textures (M) = 15
  FrameBuffers (S) = 5
  FrameBuffers (F) = 4
  FrameBuffers (M) = 4
Application settings:
UseInput = true
AudioRenderer = LWJGL
Height = 720
Renderer = LWJGL-OpenGL2
BitsPerPixel = 24
Fullscreen = false
StencilBits = 0
DepthBits = 24
VSync = true
Frequency = -1
Width = 1280
Samples = 0
DisableJoysticks = true
FrameRate = -1

Display adapter information:
Adapter:null
Driver Version:null
Vendor:NVIDIA Corporation
Version:3.3.0
Renderer:GeForce 9400 GT/PCIe/SSE2
GLSL Ver:3.30 NVIDIA via Cg compiler

Uncaught exception from thread:Thread[Game Loader,5,main]
java.lang.RuntimeException: Error retrieving component type:class mythruna.GameSystems$WorldInfo for entity:EntityId[0]
   at mythruna.es.sql.SqlComponentHandler.getComponent(SqlComponentHandler.java:79)
   at mythruna.es.sql.SqlEntityData.getComponent(SqlEntityData.java:172)
   at mythruna.GameSystems.checkDbVersion(GameSystems.java:204)
   at mythruna.GameSystems.start(GameSystems.java:270)
   at mythruna.client.LocalGameClient.start(LocalGameClient.java:194)
   at mythruna.client.GameLoader.run(GameLoader.java:37)
Caused by: java.sql.SQLSyntaxErrorException: user lacks privilege or object not found: ENTITYDBVERSION
   at org.hsqldb.jdbc.Util.sqlException(Unknown Source)
   at org.hsqldb.jdbc.Util.sqlException(Unknown Source)
   at org.hsqldb.jdbc.JDBCPreparedStatement.<init>(Unknown Source)
   at org.hsqldb.jdbc.JDBCConnection.prepareStatement(Unknown Source)
   at mythruna.es.sql.SqlSession.prepareStatement(SqlSession.java:59)
   at mythruna.es.sql.SqlSession.prepareStatement(SqlSession.java:47)
   at mythruna.es.sql.SqlSession.prepareStatement(SqlSession.java:37)
   at mythruna.es.sql.ComponentTable.getComponent(ComponentTable.java:293)
   at mythruna.es.sql.SqlComponentHandler.getComponent(SqlComponentHandler.java:75)
   ... 5 more
Caused by: org.hsqldb.HsqlException: user lacks privilege or object not found: ENTITYDBVERSION
   at org.hsqldb.error.Error.error(Unknown Source)
   at org.hsqldb.error.Error.error(Unknown Source)
   at org.hsqldb.ExpressionColumn.checkColumnsResolved(Unknown Source)
   at org.hsqldb.QueryExpression.resolve(Unknown Source)
   at org.hsqldb.ParserDQL.compileCursorSpecification(Unknown Source)
   at org.hsqldb.ParserCommand.compilePart(Unknown Source)
   at org.hsqldb.ParserCommand.compileStatement(Unknown Source)
   at org.hsqldb.Session.compileStatement(Unknown Source)
   at org.hsqldb.StatementManager.compile(Unknown Source)
   at org.hsqldb.Session.execute(Unknown Source)
   ... 12 more

Memory usage:
Working memory: 57% (46122536/79622144)  VM Max: 8% (46122536/518979584)

Statistics:
  Vertices = 0
  Triangles = 0
  Uniforms = 0
  Objects = 0
  Shaders (S) = 0
  Shaders (F) = 0
  Shaders (M) = 6
  Textures (S) = 0
  Textures (F) = 0
  Textures (M) = 15
  FrameBuffers (S) = 1
  FrameBuffers (F) = 1
  FrameBuffers (M) = 4

I don't know how to spoiler Grin,isn't it[spoiler]text[/spoiler]?
Whatever my screen card is GeForce 9400 GT.

Is my screen card a problem or another problem or something is necessary to play this game ?


Logged
Sean
Donators
Hero Member
***
Posts: 598



View Profile
« Reply #1 on: February 08, 2013, 07:02:30 PM »

Did you unzip the game?
Logged

"People willing to trade their freedom for temporary security deserve neither and will lose both." - Benjamin Franklin
WylaxX
Newbie
*
Posts: 27


View Profile
« Reply #2 on: February 08, 2013, 07:03:30 PM »

Yes I did but I download winrar after I download it and unzip it.
Should I delete and redownload it ?
« Last Edit: February 08, 2013, 07:05:50 PM by WylaxX » Logged
Sean
Donators
Hero Member
***
Posts: 598



View Profile
« Reply #3 on: February 08, 2013, 07:08:26 PM »

I don't really know exactly how to help you, but this specific error caught my attention
Caused by: org.hsqldb.HsqlException: user lacks privilege or object not found: ENTITYDBVERSION


Try running the game as administrator, even if you already have a privileged account
Logged

"People willing to trade their freedom for temporary security deserve neither and will lose both." - Benjamin Franklin
Sean
Donators
Hero Member
***
Posts: 598



View Profile
« Reply #4 on: February 08, 2013, 07:09:13 PM »

Yes I did but I download winrar after I download it and unzip it.
Should I delete and redownload it ?

No, that shouldn't really matter.
Logged

"People willing to trade their freedom for temporary security deserve neither and will lose both." - Benjamin Franklin
WylaxX
Newbie
*
Posts: 27


View Profile
« Reply #5 on: February 08, 2013, 07:14:12 PM »

I tried to run as a administrator it still gives the same error.

In the client it says at the end ''2013-02-09 04:10:10,801 WARN  [de.lessvoid.nifty.screen.Screen] Possible conflicting id [spacer] detected. Consider making all Ids unique or use #id in control-definitions.''.
Logged
Sean
Donators
Hero Member
***
Posts: 598



View Profile
« Reply #6 on: February 08, 2013, 07:21:57 PM »

It sounds graphics card related to me. Try turning the screen resolution and graphics settings all the way down and see if that does anything.
That's all the cents I have. If it doesn't work after that then Paul Speed can hopefully help.

EDIT: Also make sure your graphics card driver is up to date.
Logged

"People willing to trade their freedom for temporary security deserve neither and will lose both." - Benjamin Franklin
WylaxX
Newbie
*
Posts: 27


View Profile
« Reply #7 on: February 08, 2013, 07:28:43 PM »

I take my computer's graphic and screen settings all way down,when opening the game I make every settings down.
Nope same error again...

EDIT:Yep It's up to date.
Logged
pspeed
Administrator
Hero Member
*****
Posts: 5612



View Profile
« Reply #8 on: February 08, 2013, 07:30:56 PM »

Sorry you are having problems.

The nifty warning is erroneous and has nothing to do with this issue... so just ignore it.

Can you describe where you have installed Mythruna?  It's supposed to warn you when you install it somewhere that it can't properly read or write but Windows changes this stuff all the time.

Make sure you have fully extracted the zip and are running the .exe in the _extracted_ folder (and not directly from the .zip).  You may need to delete and reinstall.

Also, do not install the game into "Program Files".  Microsoft has recently cranked up the access control on this directory and the current version of Mythruna won't run from there.
Logged
pspeed
Administrator
Hero Member
*****
Posts: 5612



View Profile
« Reply #9 on: February 08, 2013, 07:31:34 PM »

I take my computer's graphic and screen settings all way down,when opening the game I make every settings down.
Nope same error again...

EDIT:Yep It's up to date.

This is not a graphics card issue.  Sorry if you were led astray.
Logged
WylaxX
Newbie
*
Posts: 27


View Profile
« Reply #10 on: February 08, 2013, 07:34:44 PM »

I was unzipped it onto my desktop.

EDIT:I download it from ''http://mythruna.com/download-now/''
Logged
WylaxX
Newbie
*
Posts: 27


View Profile
« Reply #11 on: February 08, 2013, 08:08:53 PM »

So.. what should I do now ?
Logged
WylaxX
Newbie
*
Posts: 27


View Profile
« Reply #12 on: February 08, 2013, 08:40:48 PM »

Could you find the error faster I know you are busy but I want to play the game so bad.  Embarrassed

UPDATE:I can get into MP servers and can play the game but not in singleplayer.
« Last Edit: February 08, 2013, 08:56:42 PM by WylaxX » Logged
Sean
Donators
Hero Member
***
Posts: 598



View Profile
« Reply #13 on: February 08, 2013, 09:03:03 PM »

try deleting the singleplayer world and then try to enter it again.
But it is good to see that multiplayer still works because that's where most of the fun is anyway. Smiley
Logged

"People willing to trade their freedom for temporary security deserve neither and will lose both." - Benjamin Franklin
WylaxX
Newbie
*
Posts: 27


View Profile
« Reply #14 on: February 08, 2013, 09:16:56 PM »

I delete the singleplayer world still nothing...
Right now I am playing multiplayer Smiley
Logged
Pages: [1] 2 3 4
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.20 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!