[2012-06-02 10:12:45.652 INFO APP_MINECRAFT_CONNECTION] Connection status changed. connectionStatus=NotConnected
[2012-06-02 10:12:47.430 INFO APP_MINECRAFT_CONNECTION] Unable to connect to the minecraft client. Trying again in 5 seconds.
[2012-06-02 10:12:53.488 INFO APP_MINECRAFT_CONNECTION] Unable to connect to the minecraft client. Trying again in 5 seconds.
[2012-06-02 10:12:59.561 INFO APP_MINECRAFT_CONNECTION] Unable to connect to the minecraft client. Trying again in 5 seconds.
[2012-06-02 10:13:05.639 INFO APP_MINECRAFT_CONNECTION] Unable to connect to the minecraft client. Trying again in 5 seconds.
[2012-06-02 10:13:11.717 INFO APP_MINECRAFT_CONNECTION] Unable to connect to the minecraft client. Trying again in 5 seconds.
[2012-06-02 10:13:17.791 INFO APP_MINECRAFT_CONNECTION] Unable to connect to the minecraft client. Trying again in 5 seconds.
[2012-06-02 10:13:23.862 INFO APP_MINECRAFT_CONNECTION] Unable to connect to the minecraft client. Trying again in 5 seconds.
#-----------------------------------------------------
#Logger stopped on 2012-06-02 10:13:25.141
#Clean shutdown!
Excuse me for having to ask, but I just wanted to double check...will this work on the Logitech G510 as well? If so, I thought of an awesome way to add things in: using the key colour feature. Perhaps a depth indicator?
::EDIT:: Assuming the above poster is correct, I vouch for his idea. Maybe using the buttons to flip pages too. That'd be awesome.
I might even add $5 on top of his if I can ever get PayPal working ;P
Wait, so what does this mod do exactly? Something to do with a LCD?
For certain keyboard, there are LCD displays which can be programmed to display certain information or graphics. This lets you use the keyboard screen as a HUD, which in practical terms is sorta defeating the purpose of learning to play without looking at the keyboard, but...it's still cool.
Excuse me for having to ask, but I just wanted to double check...will this work on the Logitech G510 as well? If so, I thought of an awesome way to add things in: using the key colour feature. Perhaps a depth indicator?
::EDIT:: Assuming the above poster is correct, I vouch for his idea. Maybe using the buttons to flip pages too. That'd be awesome.
It does indeed work for the G510 Just got mine a couple day ago and this was the first Applet I got
-EDIT-
I can indeed confirm that the XP collection bug has been squashed, great job
However, it seems that the XP bar does not progress correctly on the G510. Here, have a log
Ah, I know why the xpbar is not progressing properly on your screen. I had added the following check to the parsing code:
if (xP < -1 | xP > 1) { xP = 0; } //Test for a possible illegal value
But that check is done (and any illegal value is removed) before the logger checks it. So the actual violating value is not logged. (creeper facepalm) So it is only set to 0. Thats why the xpbar does not progress properly on your screen. I will try to release v0.2.3 tomorrow (with this bug fixed, so it will log the actual violating value).
Excuse me for having to ask, but I just wanted to double check...will this work on the Logitech G510 as well? If so, I thought of an awesome way to add things in: using the key colour feature. Perhaps a depth indicator?
::EDIT:: Assuming the above poster is correct, I vouch for his idea. Maybe using the buttons to flip pages too. That'd be awesome.
I might even add $5 on top of his if I can ever get PayPal working ;P
Ah, I know why the xpbar is not progressing properly on your screen. I had added the following check to the parsing code:
if (xP < -1 | xP > 1) { xP = 0; } //Test for a possible illegal value
But that check is done (and any illegal value is removed) before the logger checks it. So the actual violating value is not logged. (creeper facepalm) So it is only set to 0. Thats why the xpbar does not progress properly on your screen. I will try to release v0.2.3 tomorrow (with this bug fixed, so it will log the actual violating value).
I will try to squeeze those into v0.2.3 but no promisses, I have a couple of exams this week.
No rush! Exams are more important obviously Keep up the great work!
(I wish I knew anything about programming these kind of applets P:)
The application has just been updated to v0.2.3. Please note that in order to use the new feature, you must also install the new mod version (v0.2.1).
Changes in v0.2.3:
- The coordinates are now shown on the G19's LCD screen (G15 coming soon, possibly tomorrow!)
- Fixed a 'bug' where an illegal value is removed before it will be logged. It is now logged properly.
Great work man, good to see you actively developing.
I'm not sure if you attempted the fix or not, but the XP bar still isn't functioning on the G510 screen. Let me know if you need another log, I will be happy to provide it.
Great work man, good to see you actively developing.
I'm not sure if you attempted the fix or not, but the XP bar still isn't functioning on the G510 screen. Let me know if you need another log, I will be happy to provide it.
I'd like another log, yes The bug should now be fixed and the actual violating value should be logged. I would like to what value Java is sending to the app in order for it to not fit in a float.
[2012-06-11 12:16:29.106 INFO APP_RENDER] x=851428608, xpbar_monochrome.Width=149, connection.XP=5714286
The xp value sent by the minecraft mod is way to high. It must always be between -1 and 1 and its 5714286. I have no idea as to what causes this, but I will try to fix it.
[2012-06-11 12:16:29.106 INFO APP_RENDER] x=851428608, xpbar_monochrome.Width=149, connection.XP=5714286
The xp value sent by the minecraft mod is way to high. It must always be between -1 and 1 and its 5714286. I have no idea as to what causes this, but I will try to fix it.
Interesting little bug there lol. No hurry mate, just keep up the good work
I can't get this thing to work at all, all I get on the screen is the image showing "Minecraft A Logitech LCD app."
I don't know what customization your talking about, because I can't get it to display anything. I've followed all the directions you've left and nothings crashing, but I don't want a video panning the mincraft world as the only thing this app does.
I'm fully aware on how to install minecraft mods, I've already done all that and it doesn't work
I recommend you to read the first post again, paying explicit attention to the section labeled "INSTALLATION INSTRUCTIONS". Everything is there, just read.
How goes the Bug Hunting Schravendeel? I would also like to offer that I can be a G510 Beta tester for you, if you need one
Its going fine I guess. I have another exam week coming up, in two weeks I will have vacation and loads of time for coding. It'd be nice to have a monochrome tester (my emulator isn't perfect and it screws up 50% of the time). I will pm you a new version for testing when it's ready
i really wanna use it.
the only problem i have
minecraft starts fine. when i open up the multiplayer page all text is black?
and when i join a server my minecraft crashes.
i do not have a crash debug thingy
but i do have the app log
---------------------------------------
#Minecraft LCD Application logfile
#Version 0.2.2 running on port 12583
#Logger started on 2012-06-02 10:10:43.715
#We are logging to D:\mcdisplay\logs\minecraft_lcd_application_0.2.2_201262101043.log
#-----------------------------------------------------
[2012-06-02 10:10:43.736 INFO APP_STARTUP] Loaded settings.ini from D:\mcdisplay\settings.ini
[2012-06-02 10:10:43.737 INFO APP_STARTUP] Connecting to update server (http://home.rick-soft.com)...
[2012-06-02 10:10:44.392 INFO APP_STARTUP] Server response HTTP 200. Ok. updateRequired=False, currentVersion=0.2.2 653 ms
[2012-06-02 10:10:45.238 INFO APP_RENDER_LOAD] Debugging options: drawFps=True, drawDebugInfo=False, advancedLogging=True
[2012-06-02 10:10:45.241 INFO APP_RENDER_LOAD] Loading application textures...
[2012-06-02 10:10:45.270 INFO APP_RENDER_LOAD] Optimizing textures... (FastPix by Vinc Joseph © 2009)
[2012-06-02 10:10:45.294 INFO APP_RENDER_LOAD] Registering 'Minecraft LCD Application' with the Logitech SDK.
[2012-06-02 10:10:45.301 INFO APP_RENDER_LOAD] preferQvga=True
[2012-06-02 10:10:45.301 INFO APP_RENDER_LOAD] Accessing G19...
[2012-06-02 10:10:45.304 INFO APP_RENDER_LOAD] Found G19!
[2012-06-02 10:10:45.306 INFO APP_RENDER_LOAD] FPS=25
[2012-06-02 10:10:45.307 INFO APP_RENDER_LOAD] Rendering for G19. Settings FPS to ~25.
[2012-06-02 10:10:46.310 INFO APP_MINECRAFT_CONNECTION] Unable to connect to the minecraft client. Trying again in 5 seconds.
[2012-06-02 10:10:46.311 INFO APP_RENDER_LOAD] Starting render... DEBUG_MODE=False
[2012-06-02 10:10:51.300 INFO APP_MINECRAFT_CONNECTION] Unable to connect to the minecraft client. Trying again in 5 seconds.
[2012-06-02 10:10:57.301 INFO APP_MINECRAFT_CONNECTION] Unable to connect to the minecraft client. Trying again in 5 seconds.
[2012-06-02 10:11:03.303 INFO APP_MINECRAFT_CONNECTION] Unable to connect to the minecraft client. Trying again in 5 seconds.
[2012-06-02 10:11:09.302 INFO APP_MINECRAFT_CONNECTION] Unable to connect to the minecraft client. Trying again in 5 seconds.
[2012-06-02 10:11:15.298 INFO APP_MINECRAFT_CONNECTION] Unable to connect to the minecraft client. Trying again in 5 seconds.
[2012-06-02 10:11:21.302 INFO APP_MINECRAFT_CONNECTION] Unable to connect to the minecraft client. Trying again in 5 seconds.
[2012-06-02 10:11:26.304 INFO APP_MINECRAFT_CONNECTION] Connection status changed. connectionStatus=Connected
[2012-06-02 10:11:26.305 INFO APP_MINECRAFT_CONNECTION] Data received: Reset()
[2012-06-02 10:11:26.305 INFO APP_MINECRAFT_CONNECTION] Data received: modVersion=1
[2012-06-02 10:11:26.778 INFO APP_MINECRAFT_CONNECTION] Data received: InGame=0
[2012-06-02 10:11:29.278 INFO APP_MINECRAFT_CONNECTION] Data received: IsPlayerPoisoned=0
[2012-06-02 10:11:29.278 INFO APP_MINECRAFT_CONNECTION] Data received: CurrentHealth=20
[2012-06-02 10:11:29.278 INFO APP_MINECRAFT_CONNECTION] Data received: MaximumHealth=20
[2012-06-02 10:11:29.278 INFO APP_MINECRAFT_CONNECTION] Data received: CurrentWorldTime=0
[2012-06-02 10:11:29.278 INFO APP_MINECRAFT_CONNECTION] Data received: CurrentHunger=20
[2012-06-02 10:11:29.278 INFO APP_MINECRAFT_CONNECTION] Data received: CurrentScore=0
[2012-06-02 10:11:29.279 INFO APP_MINECRAFT_CONNECTION] Data received: IsPlayerDead=0
[2012-06-02 10:11:29.279 INFO APP_MINECRAFT_CONNECTION] Data received: CurrentXP=0.0
[2012-06-02 10:11:29.279 INFO APP_MINECRAFT_CONNECTION] Data received: CurrentLevel=0
[2012-06-02 10:11:29.279 INFO APP_MINECRAFT_CONNECTION] Data received: Armor=0
[2012-06-02 10:11:29.279 INFO APP_MINECRAFT_CONNECTION] Data received: InGame=1
[2012-06-02 10:11:29.402 INFO APP_MINECRAFT_CONNECTION] Data received: CurrentWorldTime=111919500
[2012-06-02 10:11:29.768 INFO APP_MINECRAFT_CONNECTION] Data received: InGame=0 <<<<<<it never gets more info and mc crashes
[2012-06-02 10:12:45.652 INFO APP_MINECRAFT_CONNECTION] Connection status changed. connectionStatus=NotConnected
[2012-06-02 10:12:47.430 INFO APP_MINECRAFT_CONNECTION] Unable to connect to the minecraft client. Trying again in 5 seconds.
[2012-06-02 10:12:53.488 INFO APP_MINECRAFT_CONNECTION] Unable to connect to the minecraft client. Trying again in 5 seconds.
[2012-06-02 10:12:59.561 INFO APP_MINECRAFT_CONNECTION] Unable to connect to the minecraft client. Trying again in 5 seconds.
[2012-06-02 10:13:05.639 INFO APP_MINECRAFT_CONNECTION] Unable to connect to the minecraft client. Trying again in 5 seconds.
[2012-06-02 10:13:11.717 INFO APP_MINECRAFT_CONNECTION] Unable to connect to the minecraft client. Trying again in 5 seconds.
[2012-06-02 10:13:17.791 INFO APP_MINECRAFT_CONNECTION] Unable to connect to the minecraft client. Trying again in 5 seconds.
[2012-06-02 10:13:23.862 INFO APP_MINECRAFT_CONNECTION] Unable to connect to the minecraft client. Trying again in 5 seconds.
#-----------------------------------------------------
#Logger stopped on 2012-06-02 10:13:25.141
#Clean shutdown!
Twitter
Blog
YouTube
::EDIT:: Assuming the above poster is correct, I vouch for his idea. Maybe using the buttons to flip pages too. That'd be awesome.
For certain keyboard, there are LCD displays which can be programmed to display certain information or graphics. This lets you use the keyboard screen as a HUD, which in practical terms is sorta defeating the purpose of learning to play without looking at the keyboard, but...it's still cool.
It does indeed work for the G510
Twitter
Blog
YouTube
Ah, I know why the xpbar is not progressing properly on your screen. I had added the following check to the parsing code:
But that check is done (and any illegal value is removed) before the logger checks it. So the actual violating value is not logged.
I will try to squeeze those into v0.2.3 but no promisses, I have a couple of exams this week.
No rush! Exams are more important obviously
(I wish I knew anything about programming these kind of applets P:)
Twitter
Blog
YouTube
Changes in v0.2.3:
- The coordinates are now shown on the G19's LCD screen (G15 coming soon, possibly tomorrow!)
- Fixed a 'bug' where an illegal value is removed before it will be logged. It is now logged properly.
Enjoy
I am going to sleep now, it's almost 2 AM here
I'm not sure if you attempted the fix or not, but the XP bar still isn't functioning on the G510 screen. Let me know if you need another log, I will be happy to provide it.
Twitter
Blog
YouTube
I'd like another log, yes
Twitter
Blog
YouTube
The xp value sent by the minecraft mod is way to high. It must always be between -1 and 1 and its 5714286. I have no idea as to what causes this, but I will try to fix it.
Interesting little bug there lol. No hurry mate, just keep up the good work
Twitter
Blog
YouTube
I don't know what customization your talking about, because I can't get it to display anything. I've followed all the directions you've left and nothings crashing, but I don't want a video panning the mincraft world as the only thing this app does.
but also install the minecraft mod.
if both are on it will display the stuf it receive
Twitter
Blog
YouTube
I recommend you to read the first post again, paying explicit attention to the section labeled "INSTALLATION INSTRUCTIONS". Everything is there, just read.
Its going fine I guess. I have another exam week coming up, in two weeks I will have vacation and loads of time for coding. It'd be nice to have a monochrome tester (my emulator isn't perfect and it screws up 50% of the time). I will pm you a new version for testing when it's ready