Mythruna
May 16, 2024, 02:05:37 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]
  Print  
Author Topic: Freezes at start  (Read 27221 times)
enes77
Newbie
*
Posts: 22


View Profile
« Reply #30 on: March 19, 2012, 12:38:53 PM »

It's in the desktop!
Logged
pspeed
Administrator
Hero Member
*****
Posts: 5612



View Profile
« Reply #31 on: March 19, 2012, 12:59:14 PM »

Is your Mythruna installed in a directory with spaces in it?  Did you install the server into a directory with spaces in it?

I have some theories on what might be having and I'm just collecting evidence.
Logged
pspeed
Administrator
Hero Member
*****
Posts: 5612



View Profile
« Reply #32 on: March 19, 2012, 04:38:49 PM »

I have confirmed that if I somehow manage to install Mythruna into the Windows 7 "Program Files" folder that it will not run in the exact way described by some of these posts.  No error log... no activity when clicking "Launch".  Though in this latest version, I can at least go back to the main menu.

This is a permissions issue.  There's nothing I can do it about it, really.  However, I will improve the error reporting in this case.

The problem is that Mythruna can't create the mythruna.db sub-directory and can't create the client.log or error.log either.
Logged
BenKenobiWan
Friendly Moderator
Donators
Hero Member
***
Posts: 674


Jesus loves you!


View Profile
« Reply #33 on: March 19, 2012, 06:36:26 PM »

Did you try 'run as administrator'?
Logged
pspeed
Administrator
Hero Member
*****
Posts: 5612



View Profile
« Reply #34 on: March 19, 2012, 06:46:59 PM »

Did you try 'run as administrator'?

Windows 7 usually doesn't setup that way, I guess.  I'm setup as a separate user with adminstrator privileges but it still means I get prompted to raise things to "adminstrator" level to do some actions.  Creating files in the Program Files hierarchy is one of those things that requires administrator access... I can manually create the folder and extract the zip but Mythruna can't run.

Probably if I logged in as adminstrator it would work but a) that's not a good practice and b) doesn't figure out what is wrong with the above poster's problem.  Though I can duplicate his symptoms exactly by installing in Program Files.
Logged
enes77
Newbie
*
Posts: 22


View Profile
« Reply #35 on: March 24, 2012, 07:50:41 AM »

I use Vista. An it is in the desktop. Turkish desktop is "Masaüstü". It haves "ü" letter. I am trying running as administrator. When the game launches the CPU use is 100%. Some %75 is using Mythruna.
Logged
pspeed
Administrator
Hero Member
*****
Posts: 5612



View Profile
« Reply #36 on: March 24, 2012, 08:17:34 AM »

I use Vista. An it is in the desktop. Turkish desktop is "Masaüstü". It haves "ü" letter. I am trying running as administrator. When the game launches the CPU use is 100%. Some %75 is using Mythruna.

And the game is working this way or doesn't launch?

Did you turn on vsync or is it using 100% even with vsync on?  Actually, it might anyway if your graphics card can't keep up with what I throw at it... but if it's doing it even in the menus then vsynch should fix it.  If not then there might be another issue.

If you have the kind of machine where you have an intel GPU paired with a more powerful GPU then sometimes the intel GPU is used instead of the better one.  Usually the game won't even run at all in this case, though.

The issue I recreate that keeps the game from launching without generating error logs is when the game doesn't have permission to write to the directory.  You will know this is true if there isn't a client.log since that is created before any window pops up at all.
Logged
enes77
Newbie
*
Posts: 22


View Profile
« Reply #37 on: March 24, 2012, 11:14:27 AM »

There are 5 client logs.
Logged
pspeed
Administrator
Hero Member
*****
Posts: 5612



View Profile
« Reply #38 on: March 24, 2012, 01:23:24 PM »

There are 5 client logs.

So, there have been a lot of messages flying around so I want to clarify what I remember:

1) You start Mythruna and it comes up with the settings dialog.
2) You pick your settings and hit "Ok" or whatever.
3) You get into the menus and navigate to Single Player.
4) You click "Launch Game" and then nothing happens.

At this point is when the CPU is maxed out?  Can you select any other menu items or is the app locked up?

And you have client logs and no error logs?

Can you post your most recent client log?
Logged
enes77
Newbie
*
Posts: 22


View Profile
« Reply #39 on: June 03, 2012, 10:22:13 AM »

Sorry for inactivity.  Sad But I buyed a brand new Graphics Card!!!
I will try it. No. An error log  Shocked


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:20120508

Gathering app info from OpenGL thread...
Memory usage:
Working memory: 68% (52374344/76902400)  VM Max: 10% (52374344/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) = 11
  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 = false
Frequency = -1
Width = 1280
Samples = 0
DisableJoysticks = true
FrameRate = -1

Display adapter information:
Adapter:aticfx32
Driver Version:8.17.10.1099
Vendor:ATI Technologies Inc.
Version:4.1.11156 Compatibility Profile Context
Renderer:AMD Radeon HD 5500 Series
GLSL Ver:4.10

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: 50% (39043680/76902400)  VM Max: 7% (39043680/518979584)

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) = 11
  FrameBuffers (S) = 5
  FrameBuffers (F) = 4
  FrameBuffers (M) = 4
Logged
enes77
Newbie
*
Posts: 22


View Profile
« Reply #40 on: June 03, 2012, 10:23:59 AM »

Now it's starting... Creating World... CRASH!!! And an error log (above)
Logged
pspeed
Administrator
Hero Member
*****
Posts: 5612



View Profile
« Reply #41 on: June 03, 2012, 10:34:31 AM »

Now it's starting... Creating World... CRASH!!! And an error log (above)


Where did you install it?  Seems like it is having some trouble accessing its own data.  Maybe a permission problem depending on where you installed it.

It's very strange because the game is supposed to check if it can to the directory during start up to avoid permission issues.
Logged
Moonkey
Hero Member
*****
Posts: 1587

This is probably a picture.


View Profile
« Reply #42 on: June 03, 2012, 12:17:30 PM »

Just so you know: Mythruna is TECHNICALLY better than MC Classic. Content wise though. But MC 1.8? Nah. Keep doing your best paul! Someday you will become the next best voxel sandbox RPG maker xD
Logged

Mythruna: Don't you dare read any posts I made before 2014.
Pages: 1 2 [3]
  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!