Mythruna
March 28, 2024, 09:04:56 AM *
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  
  Show Posts
Pages: [1] 2 3 4
1  General Category / Announcements / Re: 10 year anniversary release on: August 16, 2022, 07:01:05 PM
Yes, I would love to try the new Mythruna. Thanks for the opportunity.
Tamarie Hall
(e-mail redacted, admin copied it)
2  General Category / Tech Support / Re: Can't start in Multiplayer on: July 12, 2018, 04:49:53 PM
Okay dokay.
3  General Category / Tech Support / Re: Can't start in Multiplayer on: July 07, 2018, 09:18:01 PM
Sigh. Still no multiplayer world in my life. Paul, do you have a new graphics card yet? Cheesy
4  General Category / Tech Support / Re: Can't start in Multiplayer on: May 27, 2018, 12:19:06 AM
Haw haw haw!
5  General Category / Tech Support / Re: Can't start in Multiplayer on: May 23, 2018, 06:51:17 PM
I can't connect to your server. I tried again just now and still have the problem. Is there something I can do on my end?
6  General Category / Tech Support / Can't start in Multiplayer on: May 20, 2018, 09:26:26 PM
Hi.
I haven't visited Mythruna for a while and find that I can't start the Multiplayer game. I've turned off antivirus and firewall and stopped the unresponding Java and tried again, to no avail. I'd love to see that beautiful world again.
7  General Category / General Discussion / Re: What happened to the devs? on: August 19, 2016, 01:45:36 PM
I sure hope that chemo helps a bunch.
8  General Category / Tech Support / Re: Can't play even Single Player since installed Windows 8 on: May 11, 2015, 06:31:19 PM
Paul and Sean, I erased everything from my database script file, saved it, then put the same info back and saved again. Everything's fine now. But what a weird way to fix the problem!
9  General Category / Tech Support / Re: Can't play even Single Player since installed Windows 8 on: May 04, 2015, 12:18:38 AM
Want to upload it and see if your save works for anyone else?
Good idea, Sean, but maybe the mystery is semi-solved.
10  General Category / Tech Support / Re: Can't play even Single Player since installed Windows 8 on: May 04, 2015, 12:15:54 AM
As to the networking problem, it might work now... I reset my server.

As to the other, if you create a new install and copy the entire mythruna.db directory from your old install then it should work.  If it doesn't then it sounds like parts of the mythruna.db directory are missing or they got corrupted.  Hard to say at this distance.

Sorry you are having these issues.
Thanks, Paul, for restarting your server. I'm back in the multi-world. When I add my database folder to the clean install it will work, with my buildings, but not my blueprinted objects, if I don't copy the database script file. I haven't been able to get my blueprints to show up. the part of my database script file that's different from the clean install is:
CREATE CACHED TABLE PUBLIC.MODELINFO(ENTITYID BIGINT PRIMARY KEY,BLUEPRINTID BIGINT)
CREATE CACHED TABLE PUBLIC.CREATEDBY(ENTITYID BIGINT PRIMARY KEY,CREATORID BIGINT)
CREATE CACHED TABLE PUBLIC.MASS(ENTITYID BIGINT PRIMARY KEY,INVERSEMASS DOUBLE)
CREATE CACHED TABLE PUBLIC.BODYTEMPLATE(ENTITYID BIGINT PRIMARY KEY,BLUEPRINTID BIGINT)
CREATE CACHED TABLE PUBLIC.MASSPROPERTIES(ENTITYID BIGINT PRIMARY KEY,COG_X DOUBLE,COG_Y DOUBLE,COG_Z DOUBLE,INERTIA_M00 DOUBLE,INERTIA_M01 DOUBLE,INERTIA_M02 DOUBLE,INERTIA_M10 DOUBLE,INERTIA_M11 DOUBLE,INERTIA_M12 DOUBLE,INERTIA_M20 DOUBLE,INERTIA_M21 DOUBLE,INERTIA_M22 DOUBLE)
CREATE CACHED TABLE PUBLIC.VOLUME(ENTITYID BIGINT PRIMARY KEY,VOLUME DOUBLE,SIZE DOUBLE)
11  General Category / Tech Support / Re: Can't play even Single Player since installed Windows 8 on: May 03, 2015, 12:35:08 AM
Sorry, I was wrong--the fresh install works in single player mode. I haven't figured out how to make the version work that contains my buildings, however. The database script file seems to be what makes it not work. I can't get into the multi-player version, however--the UDP error still happens, even with with fresh install.
12  General Category / Tech Support / Re: Can't play even Single Player since installed Windows 8 on: April 28, 2015, 06:16:37 PM
More info: The game in the Documents folder is the backuped up copy that has my game progress (blueprints, etc). The other one is just a fresh download.
13  General Category / Tech Support / Re: Can't play even Single Player since installed Windows 8 on: April 28, 2015, 06:14:29 PM
I'm trying to play it from a folder in my Documents folder and from a folder inside the Downloads folder. In Windows 7 it was in a Games folder in the ProgramsFiles x86 folder.
14  General Category / Tech Support / Can't play even Single Player since installed Windows 8 on: April 27, 2015, 10:53:37 PM
I just installed Windows 8 (rats! rats! rats!) and can no longer start the game. I get the following error file when I try to play Single Player. In Multi-player I get the UDP error.
Uncaught exception from thread:Thread[Game Loader,5,main]
java.lang.RuntimeException: Error accessing entity database
   at mythruna.client.LocalGameClient.createWorld(LocalGameClient.java:144)
   at mythruna.client.LocalGameClient.initialize(LocalGameClient.java:73)
   at mythruna.client.GameLoader.run(GameLoader.java:36)
Caused by: java.sql.SQLException: error in script file line: 58 java.io.EOFException in statement [SET TABLE PUBLIC.ENTITY_ID INDEX '4 0 1']
   at org.hsqldb.jdbc.Util.sqlException(Unknown Source)
   at org.hsqldb.jdbc.Util.sqlException(Unknown Source)
   at org.hsqldb.jdbc.JDBCConnection.<init>(Unknown Source)
   at org.hsqldb.jdbc.JDBCDriver.getConnection(Unknown Source)
   at org.hsqldb.jdbc.JDBCDriver.connect(Unknown Source)
   at java.sql.DriverManager.getConnection(Unknown Source)
   at java.sql.DriverManager.getConnection(Unknown Source)
   at mythruna.es.sql.SqlEntityData.getSession(SqlEntityData.java:90)
   at mythruna.es.sql.SqlEntityData.<init>(SqlEntityData.java:58)
   at mythruna.client.LocalGameClient.createWorld(LocalGameClient.java:140)
   ... 2 more
Caused by: org.hsqldb.HsqlException: error in script file line: 58 java.io.EOFException in statement [SET TABLE PUBLIC.ENTITY_ID INDEX '4 0 1']
   at org.hsqldb.error.Error.error(Unknown Source)
   at org.hsqldb.scriptio.ScriptReaderText.readDDL(Unknown Source)
   at org.hsqldb.scriptio.ScriptReaderBase.readAll(Unknown Source)
   at org.hsqldb.persist.Log.processScript(Unknown Source)
   at org.hsqldb.persist.Log.open(Unknown Source)
   at org.hsqldb.persist.Logger.openPersistence(Unknown Source)
   at org.hsqldb.Database.reopen(Unknown Source)
   at org.hsqldb.Database.open(Unknown Source)
   at org.hsqldb.DatabaseManager.getDatabase(Unknown Source)
   at org.hsqldb.DatabaseManager.newSession(Unknown Source)
   ... 10 more
Caused by: org.hsqldb.HsqlException: java.io.EOFException
   at org.hsqldb.error.Error.error(Unknown Source)
   at org.hsqldb.persist.DataFileCache.readObject(Unknown Source)
   at org.hsqldb.persist.DataFileCache.getFromFile(Unknown Source)
   at org.hsqldb.persist.DataFileCache.get(Unknown Source)
   at org.hsqldb.persist.RowStoreAVLDisk.get(Unknown Source)
   at org.hsqldb.persist.RowStoreAVLDisk.setAccessor(Unknown Source)
   at org.hsqldb.Table.setIndexRoots(Unknown Source)
   at org.hsqldb.Table.setIndexRoots(Unknown Source)
   at org.hsqldb.StatementCommand.getResult(Unknown Source)
   at org.hsqldb.StatementCommand.execute(Unknown Source)
   at org.hsqldb.Session.executeCompiledStatement(Unknown Source)
   ... 19 more
Caused by: java.io.EOFException
   at org.hsqldb.persist.ScaledRAFile.read(Unknown Source)
   at org.hsqldb.persist.ScaledRAFile.readInt(Unknown Source)
   at org.hsqldb.persist.ScaledRAFileHybrid.readInt(Unknown Source)
   ... 29 more

Build version:20120627

Gathering app info from OpenGL thread...
Memory usage:
Working memory: 41% (34526192/82411520)  VM Max: 6% (34526192/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 = 128
  Triangles = 64
  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:
DepthBits = 24
UseInput = true
FrameRate = -1
DisableJoysticks = true
AudioRenderer = LWJGL
VSync = false
Samples = 0
StencilBits = 0
Renderer = LWJGL-OpenGL2
Frequency = -1
Height = 720
Fullscreen = false
BitsPerPixel = 24
Width = 1280

Display adapter information:
Adapter:nvd3dumx,nvwgf2umx,nvwgf2umx
Driver Version:null
Vendor:NVIDIA Corporation
Version:4.5.0 NVIDIA 347.52
Renderer:GeForce GTX 580/PCIe/SSE2
GLSL Ver:4.50 NVIDIA

Uncaught exception from thread:Thread[Game Loader,5,main]
java.lang.RuntimeException: Error accessing entity database
   at mythruna.client.LocalGameClient.createWorld(LocalGameClient.java:144)
   at mythruna.client.LocalGameClient.initialize(LocalGameClient.java:73)
   at mythruna.client.GameLoader.run(GameLoader.java:36)
Caused by: java.sql.SQLException: error in script file line: 58 java.io.EOFException in statement [SET TABLE PUBLIC.ENTITY_ID INDEX '4 0 1']
   at org.hsqldb.jdbc.Util.sqlException(Unknown Source)
   at org.hsqldb.jdbc.Util.sqlException(Unknown Source)
   at org.hsqldb.jdbc.JDBCConnection.<init>(Unknown Source)
   at org.hsqldb.jdbc.JDBCDriver.getConnection(Unknown Source)
   at org.hsqldb.jdbc.JDBCDriver.connect(Unknown Source)
   at java.sql.DriverManager.getConnection(Unknown Source)
   at java.sql.DriverManager.getConnection(Unknown Source)
   at mythruna.es.sql.SqlEntityData.getSession(SqlEntityData.java:90)
   at mythruna.es.sql.SqlEntityData.<init>(SqlEntityData.java:58)
   at mythruna.client.LocalGameClient.createWorld(LocalGameClient.java:140)
   ... 2 more
Caused by: org.hsqldb.HsqlException: error in script file line: 58 java.io.EOFException in statement [SET TABLE PUBLIC.ENTITY_ID INDEX '4 0 1']
   at org.hsqldb.error.Error.error(Unknown Source)
   at org.hsqldb.scriptio.ScriptReaderText.readDDL(Unknown Source)
   at org.hsqldb.scriptio.ScriptReaderBase.readAll(Unknown Source)
   at org.hsqldb.persist.Log.processScript(Unknown Source)
   at org.hsqldb.persist.Log.open(Unknown Source)
   at org.hsqldb.persist.Logger.openPersistence(Unknown Source)
   at org.hsqldb.Database.reopen(Unknown Source)
   at org.hsqldb.Database.open(Unknown Source)
   at org.hsqldb.DatabaseManager.getDatabase(Unknown Source)
   at org.hsqldb.DatabaseManager.newSession(Unknown Source)
   ... 10 more
Caused by: org.hsqldb.HsqlException: java.io.EOFException
   at org.hsqldb.error.Error.error(Unknown Source)
   at org.hsqldb.persist.DataFileCache.readObject(Unknown Source)
   at org.hsqldb.persist.DataFileCache.getFromFile(Unknown Source)
   at org.hsqldb.persist.DataFileCache.get(Unknown Source)
   at org.hsqldb.persist.RowStoreAVLDisk.get(Unknown Source)
   at org.hsqldb.persist.RowStoreAVLDisk.setAccessor(Unknown Source)
   at org.hsqldb.Table.setIndexRoots(Unknown Source)
   at org.hsqldb.Table.setIndexRoots(Unknown Source)
   at org.hsqldb.StatementCommand.getResult(Unknown Source)
   at org.hsqldb.StatementCommand.execute(Unknown Source)
   at org.hsqldb.Session.executeCompiledStatement(Unknown Source)
   ... 19 more
Caused by: java.io.EOFException
   at org.hsqldb.persist.ScaledRAFile.read(Unknown Source)
   at org.hsqldb.persist.ScaledRAFile.readInt(Unknown Source)
   at org.hsqldb.persist.ScaledRAFileHybrid.readInt(Unknown Source)
   ... 29 more

Memory usage:
Working memory: 46% (38338760/82411520)  VM Max: 7% (38338760/518979584)

Statistics:
  Vertices = 128
  Triangles = 64
  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
15  Player's Corner / Gallery / Re: [CONTEST] Blueprint Building! on: July 15, 2014, 10:15:34 PM
I've visited your shrine. I'd say that it must have taken you months to put together, but since only a few days have passed--good grief but you've done amazing work in no time! I love your delicate structures; blocks just can't do that. And here I was, proud of my microwave.
Pages: [1] 2 3 4
Powered by MySQL Powered by PHP Powered by SMF 1.1.20 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!