Mythruna
September 20, 2025, 04:41:43 AM *
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: Startup Freeze Problem on: February 18, 2012, 02:06:47 PM
And there it is.
2  General Category / Tech Support / Re: Startup Freeze Problem on: February 18, 2012, 01:47:16 PM
Sure, i can. I've attached.
3  General Category / Tech Support / Re: Startup Freeze Problem on: February 18, 2012, 12:55:53 PM
Here we go.
4  General Category / Tech Support / Re: Startup Freeze Problem on: February 18, 2012, 12:12:24 PM
O.K. I've attached it.
5  General Category / Tech Support / Re: Startup Freeze Problem on: February 18, 2012, 09:55:06 AM
It's a regular install. Also i have Win 7 Ultimate 64 bit. First i installed it i was have Java 6 Update 19 32 bit. But now Java 7 Update 6 64 bit. So nothing changes. Everything is regular. I think it's an important problem for you. If you're doing a game, it needs to be works on every computer. I saw similar posts on forum. I can help you at all about testing. No problem. Also i'm a game/level/environment design student (UDK,CryEngine,Source Engine etc.). Meanwhile i've created some basic 2D games for the company i'm working with kinect. Nothing related java but i can help at testing/development phase of a game.

Whatever, i hope you can fix that issue.
6  General Category / Tech Support / Re: Startup Freeze Problem on: February 18, 2012, 03:12:19 AM
Thanks. I've tried it and after splash screen just created 1 kb error log.

Code:
Uncaught exception from thread:Thread[main,5,main]
java.lang.ExceptionInInitializerError
at mythruna.client.MainStart.main(MainStart.java:81)
Caused by: org.progeeks.util.InspectionException: Set method not found for property:invertMouse on class:mythruna.client.ClientOptions
at org.progeeks.util.Inspector.set(Inspector.java:893)
at mythruna.client.ClientOptions.setOption(ClientOptions.java:175)
at mythruna.client.ClientOptions$BooleanPref.loadValue(ClientOptions.java:391)
at mythruna.client.ClientOptions.loadPrefs(ClientOptions.java:124)
at mythruna.client.ClientOptions.<init>(ClientOptions.java:78)
at mythruna.client.ClientOptions.<clinit>(ClientOptions.java:24)
... 1 more
Application was not initialized.
7  General Category / Tech Support / Re: Startup Freeze Problem on: February 17, 2012, 12:00:34 PM
You're welcome. Absolutely i can. It's release 2011-07-16.

Thanks. Good luck.
8  General Category / Tech Support / Re: Startup Freeze Problem on: February 17, 2012, 11:30:33 AM
1) The splash screen comes up with just an image, no buttons or anything.
Latest version is hanging at 1. Still running by increasing memory size.
Also i've compressed and attached log file (135 kb / actually 153 mb)
9  General Category / Tech Support / Re: Startup Freeze Problem on: February 17, 2012, 10:08:27 AM
Graphic card driver is up-to-date. I'm using Nvidia MSI GTX 460
10  General Category / Tech Support / Re: Startup Freeze Problem on: February 17, 2012, 04:27:28 AM
There is no error log. Also i mean splash screen by title. ("Mythruna" (a text with image overlay and stroke effect) and under that "Role Playing Game" text)
I'll try latest versions until its works. And you can understand by changelogs problem's source.

Mythruna-Windows -Works Perfectly (First Release)
Mythruna-2012-02-16-Windows -Doesn't Works
Mythruna-2012-02-14-Windows -Doesn't Works
Mythruna-2011-12-23-Windows -Doesn't Works
Mythruna-2011-12-18-Windows -Doesn't Works
Mythruna-2011-12-17-Windows -Doesn't Works
Mythruna-2011-12-12-Windows -Doesn't Works
Mythruna-2011-11-21-Windows -Doesn't Works
Mythruna-2011-10-17-Windows -Doesn't Works
Mythruna-2011-10-10-Windows -Doesn't Works
Mythruna-2011-10-02-Windows -Doesn't Works
Mythruna-2011-09-30-Windows -Doesn't Works
Mythruna-2011-09-29-Windows -Doesn't Works
Mythruna-2011-09-22-Windows -Doesn't Works
Mythruna-2011-08-30-Windows -Doesn't Works
Mythruna-2011-07-16-Windows -Doesn't Works - Creates an error log and size is "92.033 KB" (Same with others)
Mythruna-2011-07-14-Windows -Doesn't Works - Creates an error log and size is "92.033 KB" (Same with others)
Mythruna-2011-07-09-Windows -Works but singleplayer button doesn't do anything also freezeswithout error when connecting to default server with writing only user id without password. / Crashing when press options button.
Mythruna-2011-07-05-Windows -Works but singleplayer button doesn't do anything also freezeswithout error when connecting to default server with writing only user id without password. / Crashing when press options button.
Mythruna-2011-06-27-Windows / Works but singleplayer button doesn't do anything also freezes without error when connecting to default server with writing only user id without password. / Crashing when press options button.
Mythruna-2011-06-24 / Works but singleplayer button doesn't do anything also freezes without error when connecting to default server with writing only user id without password. / Crashing when press options button.
Mythruna-2011-05-23 / SP Works without problem but freezes without error when connecting to default server with writing only user id without password. / Crashing when press options button.
Mythruna-2011-04-30 / SP and Options works without problem. / Freezes when i press connect.
Mythruna-2011-04-20 / SP and Options works without problem. / Freezes when i press connect.
-BUILDS between 04 - 02 months i think i don't need to download. This list is enough.-
Mythruna-2011-02-02/ Everything Works Fine.
Mythruna-2011-02-20/ Works Fine except world loading too slow.


All error logs are same. First 11 line:

Code:
Uncaught exception from thread:Thread[main,5,main]
java.lang.ExceptionInInitializerError
at mythruna.MainStart.main(MainStart.java:71)
Caused by: org.progeeks.util.InspectionException: Error calling setter[ set(invertMouse, false)]
at org.progeeks.util.Inspector.set(Inspector.java:903)
at mythruna.ClientOptions.set(ClientOptions.java:160)
at mythruna.ClientOptions$BooleanPref.loadValue(ClientOptions.java:376)
at mythruna.ClientOptions.loadPrefs(ClientOptions.java:121)
at mythruna.ClientOptions.<init>(ClientOptions.java:76)
at mythruna.ClientOptions.<clinit>(ClientOptions.java:24)
... 1 more
11  General Category / Tech Support / Startup Freeze Problem on: February 16, 2012, 04:21:07 PM
Hi all,

Firstly i'm impressed as far i see the game and i want to try it. I have Java 6 Update 29 - build 1.60_29-b11 and app just freezing at title screen. And i'm tried first release of game, and it's works well. Also client.log is always blank and i've tried linux version. No one works. Are you can suggest a solution ?

Thanks.
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.20 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!