Not logged in
FAQ  •  Advanced search  •  Login

Game Client Closes

<<

FunnyLittleMan

Mercury
Mercury

Posts: 1

Joined: 20.01.2012, 01:36

Post 05.10.2012, 23:07

Game Client Closes

Hi,

Ever since the new version, if I am playing a game, after about 5 minutes my game client will just randomly close down completely. Please help this is getting quite annoying.

Thanks,

Jason

Sponsor

Post 05.10.2012, 23:07

Re: Game Client Closes

<<

krunx

User avatar

Mothership
Mothership

Posts: 2172

Joined: 13.07.2011, 07:25

Location: Cologne

Post 06.10.2012, 19:51

Re: Game Client Closes

Please send us a log or post it in Forum.
<<

Alain1405

Mako
Mako

Posts: 14

Joined: 04.03.2012, 23:17

Post 07.10.2012, 23:02

Re: Game Client Closes

Hi, I have a macbook pro late 2009 with MacOsX 10.7.5 with the last Java installed. The game crash almost always after some time (around 5 mins). The game freeze and the client close. It started crashing 1 week ago, the firs time I played after your "big upgrade".
You can find the 2 lasts logs attached.
creeptd-client-last.log
(347.09 KiB) Downloaded 51 times

creeptd-client.log
(86.89 KiB) Downloaded 34 times
<<

Alain1405

Mako
Mako

Posts: 14

Joined: 04.03.2012, 23:17

Post 07.10.2012, 23:23

Re: Game Client Closes

And again:


[BOOTSTRAP] Process requested start of -jar bin/creeptd-client.jar -jar creeptd-launcher.jar -local
[BOOTSTRAP] Loading from command line: -jar bin/creeptd-client.jar -jar creeptd-launcher.jar -local
# _____ _____ ____
# | |___ ___ ___ ___|_ _| \
# | --| _| -_| -_| . | | | | | |
# |_____|_| |___|___| _| |_| |____/
# www.creeptd.com |_| 1.1 RC4

00:04:39,870 INFO Client:94 - Starting up CreepTD Client (1.1 RC4) ...
00:04:39,872 INFO Client:103 - Locating JavaFX...
00:04:39,872 INFO Client:107 - JavaFX could not been located
00:04:39,872 INFO Client:110 - Parsing command line arguments: -jar creeptd-launcher.jar -local
00:04:39,872 INFO Client:127 - Initializing
00:04:40,591 WARNING CommonClient:171 -
00:04:40,603 WARNING CommonClient:172 - YOUR JAVA VERSION IS OUTDATED!
00:04:40,607 WARNING CommonClient:173 - PLEASE UPDATE YOUR JAVA RUNTIME ENVIRONMENT (JRE) AT LEAST TO VERSION 7!
00:04:40,609 WARNING CommonClient:174 - IT CANNOT BE GUARANTEED THAT THE GAME WILL RUN AS EXPECTED...
00:04:40,611 WARNING CommonClient:175 -
00:04:40,612 WARNING CommonClient:176 - http://www.java.com/en/download/manual.jsp (you need the JRE, not the JDK)
00:04:40,614 WARNING CommonClient:177 -
00:04:40,617 INFO CommonClient:187 - JRE version is: 1.6.0_35 (Java 6)
00:04:40,620 WARNING CommonClient:189 - JavaFX is not available. This is not a huge problem for now, but future versions of the game may require it. At best install it now: http://www.javafx.com
00:04:40,623 INFO Client:454 - Window translucency is not supported, falling back to proprietary API...
00:04:40,625 INFO Client:461 - Translucency via Sun proprietary AWTUtilities is not supported also, skipping window shaping.
00:04:40,696 INFO CommonClient:223 - System specification: 2 cores, 202 mb/252 mb free JVM memory on Mac OS X (x86_64)
00:04:40,698 INFO CommonClient:233 - Runtime arguments: jar=, local=
00:04:40,700 INFO CommonClient:237 - Setting up ClassLoader
00:04:40,827 INFO CommonClient:240 - 88 protocol classes loaded / 51 server messages and 36 client messages registered
00:04:40,829 INFO CommonClient:248 - Setting up RestApi for http://www.creeptd.com/api
00:04:40,833 INFO RestApi:144 - Initialized RestApi for http://www.creeptd.com/api (concurrency=5)
00:04:40,897 INFO RestApi:259 - RestApi at http://www.creeptd.com/api is available (version=1.0)
00:04:40,902 INFO CommonClient:262 - Setting up ThemeManager
00:04:40,910 INFO Theme:75 - Loading theme from storage: res:themes/default.zip
00:04:41,029 INFO Theme:138 - Default (res:themes/default.zip) has been initialized
00:04:42,365 INFO Theme:289 - Theme 'Default' has been loaded successfully
00:04:42,366 INFO ThemeManager:142 - Adding theme: Default (res:themes/default.zip)
00:04:42,368 INFO Theme:75 - Loading theme from storage: res:themes/classicplus.zip
00:04:42,374 INFO Theme:138 - Classic+ (res:themes/classicplus.zip) has been initialized
00:04:42,376 INFO ThemeManager:142 - Adding theme: Classic+ (res:themes/classicplus.zip)
00:04:42,605 WARNING UISounds:73 - Unable to load UI sound SWITCHSCREEN from 'switchscreen.wav'
java.lang.ArrayIndexOutOfBoundsException: 15
at javazoom.jl.decoder.LayerIDecoder$SubbandLayer1Stereo.read_allocation(Unknown Source)
at javazoom.jl.decoder.LayerIDecoder.readAllocation(Unknown Source)
at javazoom.jl.decoder.LayerIDecoder.decodeFrame(Unknown Source)
at javazoom.jl.decoder.Decoder.decodeFrame(Unknown Source)
at javazoom.spi.mpeg.sampled.convert.DecodedMpegAudioInputStream.execute(DecodedMpegAudioInputStream.java:185)
at org.tritonus.share.TCircularBuffer.read(TCircularBuffer.java:138)
at org.tritonus.share.sampled.convert.TAsynchronousFilteredAudioInputStream.read(TAsynchronousFilteredAudioInputStream.java:189)
at org.tritonus.share.sampled.convert.TAsynchronousFilteredAudioInputStream.read(TAsynchronousFilteredAudioInputStream.java:175)
at com.codeemitter.utilx.sound.SoundClip.initialize(SoundClip.java:79)
at com.codeemitter.utilx.sound.SoundClip.<init>(SoundClip.java:52)
at com.codeemitter.utilx.sound.SoundAPI.getClip(SoundAPI.java:203)
at com.codeemitter.utilx.sound.SoundAPI.getClip(SoundAPI.java:165)
at com.creeptd.client.themes.UISounds.load(UISounds.java:71)
at com.creeptd.client.themes.ThemeManager.load(ThemeManager.java:109)
at com.creeptd.client.CommonClient.initialize(CommonClient.java:263)
at com.creeptd.client.Client.main(Client.java:140)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at com.codeemitter.util.TempJarClassLoader$2.run(TempJarClassLoader.java:350)
00:04:42,657 INFO ThemeManager:113 - Searching for custom themes in storage...
00:04:42,661 INFO CommonClient:267 - Setting up MapDirectory
00:04:42,666 INFO LanguageModel:39 - Updating...
00:04:42,763 INFO LanguageModel:54 - Added language: English (en)
00:04:42,764 INFO LanguageModel:54 - Added language: Dansk (da)
00:04:42,766 INFO LanguageModel:54 - Added language: Deutsch (de)
00:04:42,767 INFO LanguageModel:54 - Added language: Fran�ais (fr)
00:04:42,769 INFO LanguageModel:54 - Added language: Italiano (it)
00:04:42,771 INFO LanguageModel:54 - Added language: Magyar (hu)
00:04:42,775 INFO LanguageModel:54 - Added language: srpski (sr)
00:04:42,776 INFO LanguageModel:54 - Added language: ??????? ???? (ru)
00:04:42,778 INFO LanguageModel:54 - Added language: ???? (ur)
00:04:43,201 INFO CommonClient:277 - Initializing configuration
00:04:43,232 INFO ClientConfig:63 - Configuration loaded (12 keys)
00:04:43,250 INFO CommonClient:283 - Setting up Translator
00:04:43,258 INFO Translator:113 - Setting current language to: Italiano
00:04:43,408 INFO CommonClient:991 - Updating UI
00:04:43,498 INFO Jukebox:103 - Added playlist 'credits' with 1 tracks
00:04:43,507 INFO Jukebox:103 - Added playlist 'game' with 2 tracks
00:04:43,515 INFO Jukebox:103 - Added playlist 'gameover' with 1 tracks
00:04:43,525 INFO Jukebox:103 - Added playlist 'lobby' with 1 tracks
00:04:43,534 INFO Jukebox:103 - Added playlist 'waitinggame' with 1 tracks
00:04:43,542 INFO CommonClient:376 - Creating default log in screen
00:04:44,943 INFO CommonClient:790 - [PUSHSCREEN] -> LoginScreen (locked)
00:04:44,950 INFO CommonClient:806 - Pushing new screen
00:04:44,958 INFO CommonClient:808 - Adding new screen to viewport
00:04:44,969 INFO CommonClient:810 - Initializing new screen
00:04:44,976 INFO CommonClient:812 - Starting new screen
00:04:44,983 INFO Jukebox:155 - Playing playlist: lobby
00:04:45,012 INFO CommonClient:815 - Validating new screen
00:04:45,041 INFO CommonClient:820 - Requesting focus for new screen
00:04:45,048 INFO CommonClient:825 - Requesting repaint (unlocked)
00:04:45,057 INFO ServerModel:36 - Looking up lobby server (production)...
00:04:45,123 INFO ServerModel:43 - Looked up lobby server is: gs1.creeptd.com:4748
00:04:45,229 INFO Connection:214 - C->S: SOREQ "1.1 RC4"
00:04:45,271 INFO Connection:168 - S->C: SORES 1
00:04:45,293 INFO Connection:178 - Connection(gs1.creeptd.com:4748) listener exited
[BOOTSTRAP] Process exited with empty result code (assuming normal operation)
00:04:45,634 INFO Jukebox:267 - Now playing: SoundClip(jar:file:/var/folders/b5/t4fpzvc1365fctnnbzm61g_40000gr/T/TJCL7936605316369561550temp!/com/creeptd/client/resources/music/tracks/Interloper.ogg)
00:05:37,403 INFO Jukebox:293 - Finished playing: SoundClip(jar:file:/var/folders/b5/t4fpzvc1365fctnnbzm61g_40000gr/T/TJCL7936605316369561550temp!/com/creeptd/client/resources/music/tracks/Interloper.ogg)
00:05:37,466 INFO Jukebox:267 - Now playing: SoundClip(jar:file:/var/folders/b5/t4fpzvc1365fctnnbzm61g_40000gr/T/TJCL7936605316369561550temp!/com/creeptd/client/resources/music/tracks/Interloper.ogg)
00:06:09,674 INFO ServerModel:36 - Looking up lobby server (production)...
00:06:10,125 INFO ServerModel:43 - Looked up lobby server is: gs1.creeptd.com:4748
00:06:10,135 INFO Uplink:78 - Connecting to lobby server gs1.creeptd.com:4748...
00:06:10,265 INFO Uplink:143 - Connected to lobby server gs1.creeptd.com:4748
00:06:10,273 INFO Connection:212 - C->S: LREQ ***
00:06:10,332 INFO Connection:168 - S->C: UPN 33874 "Alain1405" 1931 1117 0 "it" "it" 0 0 ""
00:06:10,365 INFO Connection:168 - S->C: LRES SUCCESS 8436139407744850519 11344
00:06:10,469 INFO CommonClient:790 - [PUSHSCREEN] -> LobbyScreen (locked)
00:06:10,486 INFO CommonClient:795 - Suspending previous screen
00:06:10,492 INFO CommonClient:798 - Removing previous screen from viewport
00:06:10,498 INFO CommonClient:806 - Pushing new screen
00:06:10,503 INFO CommonClient:808 - Adding new screen to viewport
00:06:10,508 INFO CommonClient:810 - Initializing new screen
00:06:10,513 INFO CommonClient:812 - Starting new screen
00:06:10,517 INFO MapDirectory:85 - Refreshing...
00:06:10,523 INFO Connection:214 - C->S: RF
00:06:10,732 INFO Theme:289 - Theme 'Classic+' has been loaded successfully
00:06:10,737 INFO CommonClient:815 - Validating new screen
00:06:10,747 INFO CommonClient:820 - Requesting focus for new screen
00:06:10,752 INFO CommonClient:825 - Requesting repaint (unlocked)
00:06:10,795 INFO MapDirectory:310 - Added 127 maps
00:06:10,871 INFO Client:318 - TrayIcon has been created
00:06:10,977 INFO Connection:168 - S->C: PING 1349647570315
00:06:10,982 INFO Connection:214 - C->S: PONG 1349647570315 677
00:06:10,987 INFO Connection:168 - S->C: UFN "wauu" 1
00:06:10,991 INFO Connection:168 - S->C: UGN 125 "Game of BeLeNEsTeBaN" "PARIS" 4 0 3000 0 6 "" "BeLeNEsTeBaN" "raspas" "Jimmyjimjim" "HFE" "ended" 0 1 1 1 "" 100
00:06:11,002 INFO LobbyScreen:1030 - Added LobbyGame(Game of BeLeNEsTeBaN)
00:06:11,009 INFO Connection:168 - S->C: UGN 279 "Spiel von XFlash" "DOODLE" 4 1 3000 1111 0 "" "XFlash" "dope" "Kleriker26" "Phoeniiix" "ended" 0 0 1 1 "" 100
00:06:11,017 INFO LobbyScreen:1030 - Added LobbyGame(Spiel von XFlash)
00:06:11,024 INFO Connection:168 - S->C: UGN 1686 "Game of feudo" "BIOHAZARD" 4 1 3000 0 5 "" "feudo" "Extramental" "JasUnicon" "Molly" "ended" 0 0 1 1 "SCE1" 100
00:06:11,053 INFO LobbyScreen:1030 - Added LobbyGame(Game of feudo)
00:06:11,064 INFO Connection:168 - S->C: UGN 2664 "Game of badkiller" "HOLLYWOOD" 4 1 1100 0 6 "" "badkiller" "Lambda" "ronPaulBoss" "Ryandj453" "ended" 0 0 1 0 "" 100
00:06:11,071 INFO LobbyScreen:1030 - Added LobbyGame(Game of badkiller)
00:06:11,083 INFO Connection:168 - S->C: UGN 3287 "Game of Addict" "EMERALD" 4 1 3000 0 0 "yes" "Addict" "emo6969" "" "" "ended" 0 0 1 0 "" 100
00:06:11,102 INFO LobbyScreen:1030 - Added LobbyGame(Game of Addict)
00:06:11,047 INFO LobbyScreen:1116 - Updating players list
00:06:11,124 INFO Connection:168 - S->C: UGN 3857 "Spiel von Magneta" "REDWORLD" 4 1 3000 0 0 "" "Magneta" "Oko" "Magneto" "ASHANTY" "ended" 0 0 1 1 "" 100
00:06:11,158 INFO LobbyScreen:1030 - Added LobbyGame(Spiel von Magneta)
00:06:11,188 INFO LobbyScreen:1164 - Updating games list
00:06:11,192 INFO Connection:168 - S->C: UGN 5216 "Spiel von Bianca1989" "NOVA" 4 0 3000 1500 0 "" "Bianca1989" "Kleriker26" "Chillalder" "bm2" "ended" 0 1 1 1 "" 100
00:06:11,267 INFO LobbyScreen:1030 - Added LobbyGame(Spiel von Bianca1989)
00:06:11,290 INFO Connection:168 - S->C: UGN 5261 "Game of dXc" "CIRCLECHAOS" 4 0 1400 950 2 "" "dXc" "LOLomfg" "EGOly" "Kiondbar" "ended" 0 1 1 1 "" 100
00:06:11,308 INFO LobbyScreen:1030 - Added LobbyGame(Game of dXc)
00:06:11,323 INFO Connection:168 - S->C: UGN 5272 "Spiel von 501" "STONES" 4 3 3000 1333 0 "" "501" "can07" "Chillalder" "bm2" "running" 0 8 1 1 "" 100
00:06:11,353 INFO LobbyScreen:1030 - Added LobbyGame(Spiel von 501)
00:06:11,360 INFO Connection:168 - S->C: UGN 5299 "Game of KonataLS" "OLYMPICS" 4 4 3000 0 6 "" "KonataLS" "Exynon" "AldiFrost" "EGOly" "running" 0 0 1 1 "" 100
00:06:11,367 INFO LobbyScreen:1030 - Added LobbyGame(Game of KonataLS)
00:06:11,374 INFO Connection:168 - S->C: UGN 5309 "Game of XIYON" "ORANGE" 2 1 3000 0 0 "" "XIYON" "Neskapolis" "" "" "ended" 0 0 1 1 "" 100
00:06:11,400 INFO LobbyScreen:1030 - Added LobbyGame(Game of XIYON)
00:06:11,410 INFO Connection:168 - S->C: UGN 5312 "Game of Seafarts" "STONES" 4 1 3000 0 2 "" "apostol12" "TheMother" "Seafarts" "moi" "ended" 0 0 1 1 "" 100
00:06:11,430 INFO LobbyScreen:1030 - Added LobbyGame(Game of Seafarts)
00:06:11,437 INFO Connection:168 - S->C: UGN 5314 "Game of rzgar" "QUADCORE" 4 3 1200 0 0 "" "rzgar" "B4RGETZI" "mluna" "Szefi" "running" 0 0 1 1 "" 100
00:06:11,444 INFO LobbyScreen:1030 - Added LobbyGame(Game of rzgar)
00:06:11,457 INFO Connection:168 - S->C: UGN 5315 "Spiel von LOLomfg" "BOULDERDASH" 4 4 3000 0 2 "" "LOLomfg" "kojonero" "Kiondbar" "saik1992" "running" 0 0 1 1 "" 100
00:06:11,465 INFO LobbyScreen:1030 - Added LobbyGame(Spiel von LOLomfg)
00:06:11,498 INFO Connection:168 - S->C: UGN 5316 "Spiel von Siebhirn" "SPLATTER" 4 4 3000 0 6 "" "Siebhirn" "Lauterkater" "Kozak" "Lecent" "running" 0 1 1 1 "" 100
00:06:11,507 INFO LobbyScreen:1030 - Added LobbyGame(Spiel von Siebhirn)
00:06:11,514 INFO Connection:168 - S->C: UGN 5318 "Game of Babeli" "SOBER" 1 1 3000 0 4 "" "Babeli" "" "" "" "running" 0 0 1 1 "SCE3" 100
00:06:11,532 INFO LobbyScreen:1164 - Updating games list
00:06:11,534 INFO LobbyScreen:1030 - Added LobbyGame(Game of Babeli)
00:06:11,543 INFO Connection:168 - S->C: UGN 5320 "Game of oldfart" "QUADCORE" 4 3 3000 0 4 "" "oldfart" "Alwaysspent" "Churchl" "" "running" 0 0 1 1 "SCE3" 100
00:06:11,551 INFO LobbyScreen:1030 - Added LobbyGame(Game of oldfart)
00:06:11,561 INFO Connection:168 - S->C: UGN 5321 "Wormus j�t�ka" "DIAMONDRUSH" 4 2 3000 0 0 "" "Wormus" "MTRTester" "iceblue" "ElBartoVM" "running" 0 1 0 1 "" 100
00:06:11,573 INFO LobbyScreen:1030 - Added LobbyGame(Wormus j�t�ka)
00:06:11,581 INFO Connection:168 - S->C: UGN 5322 "Partie de superficie" "JUNGLETOUR" 4 4 3000 0 6 "yes" "superficiel" "Supoman" "aznjapan" "Shink" "running" 0 0 1 1 "" 100
00:06:11,600 INFO LobbyScreen:1030 - Added LobbyGame(Partie de superficie)
00:06:11,610 INFO Connection:168 - S->C: UGN 5324 "Spiel von Voelat" "RICHTUNGSWECHSEL" 4 4 3000 0 2 "" "Voelat" "can07" "irishtwerp" "iceblue" "running" 0 0 1 1 "" 100
00:06:11,631 INFO LobbyScreen:1030 - Added LobbyGame(Spiel von Voelat)
00:06:11,639 INFO Connection:168 - S->C: UGN 5325 "Game of Dry" "CIRCLETYCOON" 4 3 3000 0 4 "" "Dry" "MinDiuSe" "Cstix" "Alain1405" "running" 0 0 1 1 "SCE3" 100
00:06:11,645 INFO LobbyScreen:1030 - Added LobbyGame(Game of Dry)
00:06:11,651 INFO Connection:168 - S->C: UGN 5326 "Game of Jamski" "VORTEX" 4 4 3000 0 0 "" "Jamski" "BowieFan" "jamesc0420" "Spinaroo" "running" 0 0 0 1 "" 100
00:06:11,658 INFO LobbyScreen:1030 - Added LobbyGame(Game of Jamski)
00:06:11,666 INFO Connection:168 - S->C: UGN 5328 "Game of Tacophobia" "CHURCH" 4 3 3000 0 2 "yes" "Tacophobia" "Ihavejavanow" "JimmyJohnson" "" "running" 0 0 1 1 "" 100
00:06:11,684 INFO LobbyScreen:1030 - Added LobbyGame(Game of Tacophobia)
00:06:11,692 INFO Connection:168 - S->C: UGN 5330 "Game of ronPaulBoss" "CIRCLEVECTOR" 1 1 3000 0 4 "" "ronPaulBoss" "" "" "" "running" 0 0 1 1 "SCE1" 100
00:06:11,698 INFO LobbyScreen:1030 - Added LobbyGame(Game of ronPaulBoss)
00:06:11,705 INFO Connection:168 - S->C: UGN 5331 "Game of Johnwilson" "SPLATTER" 4 4 3000 0 6 "" "Johnwilson" "BinaryHex" "ratdude59753" "burakkk" "running" 0 0 1 0 "" 100
00:06:11,712 INFO LobbyScreen:1030 - Added LobbyGame(Game of Johnwilson)
00:06:11,721 INFO Connection:168 - S->C: UGN 5333 "Game of damian1994" "SPHERE" 4 2 3000 0 5 "" "damian1994" "JynX" "Kyle02" "lunareclipse" "running" 0 0 1 1 "SCE3" 100
00:06:11,728 INFO LobbyScreen:1030 - Added LobbyGame(Game of damian1994)
00:06:11,735 INFO Connection:168 - S->C: UGN 5334 "Game of grambo" "ANGEL" 4 3 3000 0 6 "" "iCr0neX" "" "Ongoschlongo" "grambo" "waiting" 0 0 1 1 "" 100
00:06:11,744 INFO LobbyScreen:1030 - Added LobbyGame(Game of grambo)
00:06:11,821 INFO Connection:168 - S->C: UGN 5335 "Spiel von KAKURO" "RICHTUNGSWECHSEL" 2 2 1500 0 0 "" "KAKURO" "aeternes" "" "" "running" 0 0 1 0 "" 100
00:06:11,846 INFO LobbyScreen:1030 - Added LobbyGame(Spiel von KAKURO)
00:06:11,853 INFO Connection:168 - S->C: UGN 5338 "Game of Celebren" "LITTLEPUNK" 4 4 3000 0 3 "" "Celebren" "Tillibith" "Dashen" "Lomer" "running" 0 0 1 1 "" 100
00:06:11,861 INFO LobbyScreen:1030 - Added LobbyGame(Game of Celebren)
00:06:11,867 INFO Connection:168 - S->C: UGN 5339 "Spiel von PrinzHanf" "HOLLYWOOD" 4 4 3000 0 6 "" "PrinzHanf" "JackJack2" "moi" "icyair" "running" 0 1 1 1 "" 100
00:06:11,885 INFO LobbyScreen:1030 - Added LobbyGame(Spiel von PrinzHanf)
00:06:11,892 INFO Connection:168 - S->C: UGN 5340 "Game of SwaggFire40" "EMERALD" 2 2 3000 0 0 "" "SwaggFire40" "" "blade99" "" "running" 0 0 1 1 "" 100
00:06:11,898 INFO LobbyScreen:1030 - Added LobbyGame(Game of SwaggFire40)
00:06:11,904 INFO Connection:168 - S->C: UGN 5342 "Game of gruby4" "RANDOM_MAP" 2 1 1000 0 0 "" "gruby4" "" "" "" "waiting" 0 0 1 1 "" 100
00:06:11,910 INFO LobbyScreen:1030 - Added LobbyGame(Game of gruby4)
00:06:11,919 INFO Connection:168 - S->C: UGN 5343 "Game of pokerjock" "QUADCORE" 4 2 3000 0 4 "" "pokerjock" "Enfileyb" "" "" "waiting" 0 0 1 1 "SCE3" 100
00:06:11,932 INFO LobbyScreen:1030 - Added LobbyGame(Game of pokerjock)
00:06:11,948 INFO Connection:168 - S->C: UPN 32178 "501" 10742 1902 0 "de" "de" 5272 0 ""
00:06:11,953 INFO LobbyScreen:905 - Maximum skill seen is: 2002
00:06:11,958 INFO Connection:168 - S->C: UPN 32948 "50X" 4542 1541 0 "de" "de" 0 0 ""
00:06:11,967 INFO Connection:168 - S->C: UPN 33864 "AchmedTDT" 398 1160 0 "en" "us" 0 0 ""
00:06:11,988 INFO Connection:168 - S->C: UPN 32270 "adrenalin" 132 1289 0 "en" "ie" 5272 0 ""
00:06:11,995 INFO Connection:168 - S->C: UPN 33570 "aeternes" 179 947 0 "de" "de" 5335 0 ""
00:06:12,003 INFO Connection:168 - S->C: UPN 33072 "AldiFrost" 18 995 0 "de" "af" 5299 0 ""
00:06:12,009 INFO Connection:168 - S->C: UPN 33686 "Alwaysspent" 921 1169 0 "en" "ca" 5320 0 ""
00:06:12,033 INFO LobbyScreen:1116 - Updating players list
00:06:12,035 INFO Connection:168 - S->C: UPN 31134 "Antinator" 923 1412 0 "de" "de" 5272 0 ""
00:06:12,042 INFO LobbyScreen:1164 - Updating games list
00:06:12,047 INFO Connection:168 - S->C: UPN 33326 "aspden89" 619 1081 0 "en" "gb" 0 0 ""
00:06:12,058 INFO Connection:168 - S->C: UPN 33708 "aznjapan" 84 1029 0 "fr" "fr" 5322 0 ""
00:06:12,094 INFO Connection:168 - S->C: UPN 32988 "Babeli" 118 983 0 "en" "ch" 5318 0 ""
00:06:12,120 INFO Connection:168 - S->C: UPN 33056 "baterodalo" 70 953 0 "en" "us" 0 0 ""
00:06:12,128 INFO Connection:168 - S->C: UPN 33386 "Bianca1989" 6634 1600 0 "de" "at" 0 1 ""
00:06:12,136 INFO Connection:168 - S->C: UPN 29456 "bimm" 7304 1413 0 "en" "at" 5216 0 ""
00:06:12,142 INFO Connection:168 - S->C: UPN 33198 "BinaryHex" 55 879 0 "en" "us" 5331 0 ""
00:06:12,169 INFO Connection:168 - S->C: UPN 33236 "blade99" 774 1108 0 "en" "us" 5340 0 ""
00:06:12,177 INFO Connection:168 - S->C: UPN 33486 "bm2" 2007 1638 0 "de" "de" 5272 0 ""
00:06:12,235 INFO Connection:168 - S->C: UPN 31532 "BowieFan" 710 1019 0 "en" "us" 5326 0 ""
00:06:12,257 INFO Connection:168 - S->C: UPN 33694 "burakkk" 0 981 0 "en" "tr" 5331 0 ""
00:06:12,283 INFO Connection:168 - S->C: UPN 33194 "can07" 3217 1600 0 "en" "de" 5324 0 ""
00:06:12,290 INFO Connection:168 - S->C: UPN 31150 "Celebren" 21 944 0 "en" "us" 5338 0 ""
00:06:12,296 INFO Connection:168 - S->C: UPN 32496 "Chillalder" 6126 1594 0 "de" "de" 5272 1 ""
00:06:12,302 INFO Connection:168 - S->C: UPN 33624 "chitlin" 64 804 0 "en" "at" 0 0 ""
00:06:12,307 INFO Connection:168 - S->C: UPN 33718 "Churchl" 103 982 0 "de" "at" 5320 0 ""
00:06:12,313 INFO Connection:168 - S->C: UPN 32886 "CornusKousa" 123 917 0 "en" "at" 0 0 ""
00:06:12,334 INFO Connection:168 - S->C: UPN 33532 "Cstix" 88 913 0 "en" "us" 5325 0 ""
00:06:12,341 INFO Connection:168 - S->C: UPN 33362 "damian1994" 0 979 0 "en" "gb" 5333 0 ""
00:06:12,348 INFO Connection:168 - S->C: UPN 33858 "Dashen" 21 928 0 "en" "ar" 5338 0 ""
00:06:12,354 INFO Connection:168 - S->C: UPN 27258 "DaveTheGreat" 3055 1399 0 "en" "au" 0 1 ""
00:06:12,360 INFO Connection:168 - S->C: UPN 32804 "derMaster1" 1570 1334 0 "de" "de" 5272 0 ""
00:06:12,383 INFO Connection:168 - S->C: UPN 33712 "Dry" 488 1091 0 "en" "us" 5325 0 ""
00:06:12,390 INFO Connection:168 - S->C: UPN 33028 "EGOly" 99 1049 0 "de" "de" 5299 0 ""
00:06:12,396 INFO Connection:168 - S->C: UPN 32248 "Elmero78" 15446 1675 0 "en" "us" 5272 1 "translator"
00:06:12,402 INFO Connection:168 - S->C: UPN 33870 "Enfileyb" 937 1278 0 "de" "de" 5343 0 ""
00:06:12,409 INFO Connection:168 - S->C: UPN 33540 "Exynon" 0 1000 0 "en" "de" 5299 0 ""
00:06:12,433 INFO Connection:168 - S->C: UPN 33772 "grambo" 406 1142 0 "en" "de" 5334 0 ""
00:06:12,440 INFO Connection:168 - S->C: UPN 33852 "gruby4" 0 948 0 "en" "pl" 5342 0 ""
00:06:12,451 INFO Connection:168 - S->C: UPN 33700 "iceblue" 71 826 0 "en" "us" 5324 0 ""
00:06:12,458 INFO Connection:168 - S->C: UPN 32854 "iCr0neX" 69 999 0 "de" "de" 5334 0 ""
00:06:12,464 INFO Connection:168 - S->C: UPN 33558 "icyair" 98 863 0 "en" "us" 5339 0 ""
00:06:12,484 INFO Connection:168 - S->C: UPN 33848 "Ihavejavanow" 0 1000 0 "en" "ca" 5328 0 ""
00:06:12,490 INFO Connection:168 - S->C: UPN 33116 "IPIIIMIIP" 58 1025 0 "en" "ca" 0 0 ""
00:06:12,496 INFO Connection:168 - S->C: UPN 33720 "irishtwerp" 0 936 0 "en" "us" 5324 0 ""
00:06:12,501 INFO Connection:168 - S->C: UPN 33842 "JackJack2" 499 1095 0 "de" "de" 5339 0 ""
00:06:12,507 INFO Connection:168 - S->C: UPN 33476 "jamesc0420" 8 807 0 "en" "us" 5326 0 ""
00:06:12,512 INFO Connection:168 - S->C: UPN 32974 "Jamski" 0 983 0 "en" "us" 5326 0 ""
00:06:12,535 INFO LobbyScreen:1116 - Updating players list
00:06:12,537 INFO Connection:168 - S->C: UPN 33850 "JimmyJohnson" 8 858 0 "en" "us" 5328 0 ""
00:06:12,550 INFO Connection:168 - S->C: UPN 33750 "Johnwilson" 164 985 0 "en" "us" 5331 0 ""
00:06:12,577 INFO Connection:168 - S->C: UPN 32130 "JynX" 8 994 0 "en" "gb" 5333 0 ""
00:06:12,583 INFO Connection:168 - S->C: UPN 33730 "KAKURO" 8 998 0 "de" "de" 5335 0 ""
00:06:12,607 INFO Connection:168 - S->C: UPN 28424 "Kiondbar" 840 1260 0 "en" "dk" 5315 0 ""
00:06:12,637 INFO Connection:168 - S->C: UPN 33804 "Knappe18" 0 1000 0 "de" "de" 0 0 ""
00:06:12,644 INFO Connection:168 - S->C: UPN 33672 "kojonero" 732 987 0 "en" "es" 5315 0 ""
00:06:12,649 INFO Connection:168 - S->C: UPN 33204 "KonataLS" 12 971 0 "en" "de" 5299 0 ""
00:06:12,655 INFO Connection:168 - S->C: UPN 33512 "Kozak" 84 1068 0 "en" "gb" 5316 0 ""
00:06:12,660 INFO Connection:168 - S->C: UPN 33320 "Lauterkater" 1161 1160 0 "de" "de" 5316 0 ""
00:06:12,687 INFO Connection:168 - S->C: UPN 33688 "Lecent" 44 957 0 "en" "ve" 5316 0 ""
00:06:12,694 INFO Connection:168 - S->C: UPN 33338 "Level2" 489 1467 0 "en" "de" 0 0 ""
00:06:12,701 INFO Connection:168 - S->C: UPN 32544 "liviudanyel" 853 1233 0 "en" "us" 5261 0 ""
00:06:12,707 INFO Connection:168 - S->C: UPN 33660 "LOLomfg" 5043 1370 0 "de" "de" 5315 0 ""
00:06:12,713 INFO Connection:168 - S->C: UPN 33018 "Lomer" 0 900 0 "en" "dk" 5338 0 ""
00:06:12,738 INFO Connection:168 - S->C: UPN 33596 "lunareclipse" 6 963 0 "en" "ca" 0 0 ""
00:06:12,745 INFO Connection:168 - S->C: UPN 33012 "MinDiuSe" 0 1000 0 "en" "us" 5325 0 ""
00:06:12,752 INFO Connection:168 - S->C: UPN 33656 "mluna" 129 898 0 "en" "us" 5314 0 ""
00:06:12,757 INFO Connection:168 - S->C: UPN 30260 "MoG" 3128 1913 0 "de" "ch" 5272 1 ""
00:06:12,763 INFO LobbyScreen:905 - Maximum skill seen is: 2013
00:06:12,787 INFO Connection:168 - S->C: UPN 33348 "MoGneta" 749 1579 0 "en" "de" 0 0 ""
00:06:12,793 INFO Connection:168 - S->C: UPN 33400 "MoGneto" 8 1053 0 "en" "de" 0 0 ""
00:06:12,798 INFO Connection:168 - S->C: UPN 33640 "moi" 2 998 0 "en" "nl" 5339 0 ""
00:06:12,804 INFO Connection:168 - S->C: UPN 32836 "MrFrazer580" 1267 1162 0 "de" "de" 0 0 ""
00:06:12,811 INFO Connection:168 - S->C: UPN 33494 "MTRTester" 1182 1580 0 "de" "de" 5321 0 ""
00:06:12,838 INFO Connection:168 - S->C: UPN 32638 "n1eden" 0 992 0 "en" "us" 5272 0 ""
00:06:12,844 INFO Connection:168 - S->C: UPN 31792 "nobody" 446 1376 0 "de" "au" 0 0 ""
00:06:12,850 INFO Connection:168 - S->C: UPN 33644 "oldfart" 919 1117 0 "en" "us" 5320 0 ""
00:06:12,856 INFO Connection:168 - S->C: UPN 32492 "Ongoschlongo" 88 1142 0 "de" "de" 5334 0 ""
00:06:12,861 INFO Connection:168 - S->C: UPN 33668 "penq" 3903 1626 0 "de" "de" 5321 1 ""
00:06:12,891 INFO Connection:168 - S->C: UPN 33544 "pokerjock" 1500 1090 0 "en" "gb" 5343 0 ""
00:06:12,898 INFO Connection:168 - S->C: UPN 33798 "PrinzHanf" 477 1106 0 "de" "de" 5339 0 ""
00:06:12,903 INFO Connection:168 - S->C: UPN 31192 "ratdude59753" 0 864 0 "en" "us" 5331 0 ""
00:06:12,909 INFO Connection:168 - S->C: UPN 33286 "Redbrest82" 1267 1379 0 "en" "us" 0 0 ""
00:06:12,915 INFO Connection:168 - S->C: UPN 32334 "ronPaulBoss" 30 933 0 "en" "us" 5330 0 ""
00:06:12,938 INFO Connection:168 - S->C: UPN 31854 "rothix" 239 1131 0 "en" "br" 0 0 ""
00:06:12,944 INFO Connection:168 - S->C: UPN 31650 "rzgar" 331 1145 0 "en" "tr" 5314 0 ""
00:06:12,950 INFO Connection:168 - S->C: UPN 30190 "saik1992" 58 1105 0 "de" "de" 5315 0 ""
00:06:12,956 INFO Connection:168 - S->C: UPN 31772 "schnuffi" 1839 1165 0 "de" "ch" 0 0 ""
00:06:12,961 INFO Connection:168 - S->C: UPN 32406 "Seth" 1860 1469 0 "de" "de" 0 0 ""
00:06:12,987 INFO Connection:168 - S->C: UPN 31862 "shifter" 1200 1418 0 "en" "us" 5272 0 ""
00:06:13,008 INFO Connection:168 - S->C: UPN 32996 "Shink" 81 1012 0 "fr" "fr" 5322 0 ""
00:06:13,054 INFO LobbyScreen:1116 - Updating players list
00:06:13,055 INFO Connection:168 - S->C: UPN 33468 "Siebhirn" 1764 1320 0 "de" "de" 5316 0 ""
00:06:13,095 INFO Connection:168 - S->C: UPN 31476 "Slender" 22 1076 0 "de" "de" 5316 0 ""
00:06:13,102 INFO Connection:168 - S->C: UPN 33738 "Spinaroo" 20 1026 0 "en" "us" 5326 0 ""
00:06:13,108 INFO Connection:168 - S->C: UPN 32994 "StacoOrikoro" 24 1034 0 "en" "de" 0 0 ""
00:06:13,113 INFO Connection:168 - S->C: UPN 30984 "SuperDave26" 1242 1291 0 "en" "us" 0 0 ""
00:06:13,138 INFO Connection:168 - S->C: UPN 32806 "superficiel" 20 1065 0 "fr" "fr" 5322 0 ""
00:06:13,145 INFO Connection:168 - S->C: UPN 33516 "Supoman" 0 1000 0 "fr" "fr" 5322 0 ""
00:06:13,151 INFO Connection:168 - S->C: UPN 33212 "SwaggFire40" 6 1017 0 "en" "us" 5340 0 ""
00:06:13,156 INFO Connection:168 - S->C: UPN 32602 "sync" 207 1362 0 "en" "us" 0 0 ""
00:06:13,161 INFO Connection:168 - S->C: UPN 32796 "Szefi" 10 883 0 "hu" "hu" 5314 0 ""
00:06:13,190 INFO Connection:168 - S->C: UPN 33736 "Tacophobia" 84 1089 0 "en" "ca" 5328 0 ""
00:06:13,196 INFO Connection:168 - S->C: UPN 33634 "TheMother" 750 1307 0 "en" "us" 5312 0 ""
00:06:13,202 INFO Connection:168 - S->C: UPN 33828 "Tillibith" 54 1024 0 "en" "us" 5338 0 ""
00:06:13,207 INFO Connection:168 - S->C: UPN 33724 "Voelat" 1625 1464 0 "de" "de" 5324 0 ""
00:06:13,213 INFO Connection:168 - S->C: UPN 31656 "Wormus" 2291 1311 0 "hu" "hu" 5321 0 ""
00:06:13,238 INFO Connection:168 - S->C: UPN 33826 "Xenocide21" 0 1000 0 "en" "us" 5339 0 ""
00:06:13,245 INFO Connection:168 - S->C: UPN 33606 "XIYON" 121 919 0 "en" "es" 5309 0 ""
00:06:13,250 INFO Connection:168 - S->C: UPN 31448 "ZanderXsicht" 5855 1701 0 "de" "at" 5272 0 ""
00:06:13,256 INFO Connection:168 - S->C: UPN 33874 "Alain1405" 1931 1117 0 "it" "it" 0 0 ""
00:06:13,262 INFO Connection:168 - S->C: MSG "Bianca1989" "xD" 0 0
00:06:13,542 INFO LobbyScreen:1116 - Updating players list
00:06:16,200 INFO Connection:168 - S->C: MSG "MoGneta" ":D" 0 0
00:06:16,893 INFO Connection:168 - S->C: UGN 5334 "Game of grambo" "ANGEL" 4 2 3000 0 6 "" "" "" "Ongoschlongo" "grambo" "waiting" 0 1 1 1 "" 100
00:06:16,900 INFO LobbyScreen:1030 - Added LobbyGame(Game of grambo)
00:06:16,928 INFO Connection:168 - S->C: UGN 5334 "Game of grambo" "ANGEL" 4 2 3000 0 6 "" "" "" "Ongoschlongo" "grambo" "waiting" 0 0 1 1 "" 100
00:06:16,936 INFO LobbyScreen:1030 - Added LobbyGame(Game of grambo)
00:06:16,943 INFO Connection:168 - S->C: UPN 32854 "iCr0neX" 69 999 0 "de" "de" 0 0 ""
00:06:17,039 INFO LobbyScreen:1116 - Updating players list
00:06:17,047 INFO LobbyScreen:1164 - Updating games list
00:06:17,954 INFO Connection:168 - S->C: UGN 5312 "Game of Seafarts" "STONES" 4 0 3000 0 2 "" "apostol12" "TheMother" "Seafarts" "moi" "ended" 0 0 1 1 "" 100
00:06:17,960 INFO LobbyScreen:1030 - Added LobbyGame(Game of Seafarts)
00:06:17,987 INFO Connection:168 - S->C: UGN 5312 "Game of Seafarts" "STONES" 4 0 3000 0 2 "" "apostol12" "TheMother" "Seafarts" "moi" "terminated" 0 0 1 1 "" 100
00:06:17,994 INFO LobbyScreen:1023 - Removed LobbyGame(Game of Seafarts)
00:06:18,001 INFO Connection:168 - S->C: UGN 5312 "Game of Seafarts" "STONES" 4 0 3000 0 2 "" "apostol12" "TheMother" "Seafarts" "moi" "terminated" 0 0 1 1 "" 100
00:06:18,008 INFO Connection:168 - S->C: UPN 33634 "TheMother" 750 1307 0 "en" "us" 0 0 ""
00:06:18,071 INFO LobbyScreen:1116 - Updating players list
00:06:18,080 INFO LobbyScreen:1164 - Updating games list
00:06:19,075 INFO Connection:168 - S->C: UPN 33494 "MTRTester" 1190 1583 0 "de" "de" 5321 0 ""
00:06:19,107 INFO Connection:168 - S->C: UPN 31656 "Wormus" 2295 1313 0 "hu" "hu" 5321 0 ""
00:06:19,113 INFO Connection:168 - S->C: UPN 33700 "iceblue" 71 821 0 "en" "us" 5324 0 ""
00:06:19,118 INFO Connection:168 - S->C: UGN 5321 "Wormus j�t�ka" "DIAMONDRUSH" 4 2 3000 0 0 "" "Wormus" "MTRTester" "iceblue" "ElBartoVM" "ended" 0 1 0 1 "" 100
00:06:19,125 INFO LobbyScreen:1030 - Added LobbyGame(Wormus j�t�ka)
00:06:19,580 INFO LobbyScreen:1116 - Updating players list
00:06:19,588 INFO LobbyScreen:1164 - Updating games list
00:06:20,300 INFO Connection:168 - S->C: UGN 5321 "Wormus j�t�ka" "DIAMONDRUSH" 4 1 3000 0 0 "" "Wormus" "MTRTester" "iceblue" "ElBartoVM" "ended" 0 1 0 1 "" 100
00:06:20,307 INFO LobbyScreen:1030 - Added LobbyGame(Wormus j�t�ka)
00:06:20,332 INFO Connection:168 - S->C: UPN 31656 "Wormus" 2295 1310 0 "hu" "hu" 0 0 ""
00:06:20,550 INFO LobbyScreen:1116 - Updating players list
00:06:20,558 INFO LobbyScreen:1164 - Updating games list
00:06:23,163 INFO Connection:168 - S->C: CLO 33476 "jamesc0420" ""
00:06:23,172 INFO LobbyScreen:1262 - Removed LobbyPlayer(jamesc0420)
00:06:23,179 INFO LobbyScreen:1116 - Updating players list
00:06:23,197 INFO Connection:168 - S->C: UGN 5326 "Game of Jamski" "VORTEX" 4 3 3000 0 0 "" "Jamski" "BowieFan" "jamesc0420" "Spinaroo" "running" 0 0 0 1 "" 100
00:06:23,204 INFO LobbyScreen:1030 - Added LobbyGame(Game of Jamski)
00:06:23,555 INFO LobbyScreen:1164 - Updating games list
00:06:23,583 INFO Connection:168 - S->C: UGN 5321 "Wormus j�t�ka" "DIAMONDRUSH" 4 0 3000 0 0 "" "Wormus" "MTRTester" "iceblue" "ElBartoVM" "ended" 0 1 0 1 "" 100
00:06:23,590 INFO LobbyScreen:1030 - Added LobbyGame(Wormus j�t�ka)
00:06:23,605 INFO Connection:168 - S->C: UPN 33494 "MTRTester" 1190 1582 0 "de" "de" 0 0 ""
00:06:24,055 INFO LobbyScreen:1116 - Updating players list
00:06:24,063 INFO LobbyScreen:1164 - Updating games list
00:06:27,259 INFO Connection:168 - S->C: MSG "MoGneta" "ich mag meine twinks auch" 0 0
00:06:27,611 INFO ClientConfig:143 - Configuration saved
00:06:27,670 INFO Connection:168 - S->C: UGN 5342 "Game of gruby4" "RANDOM_MAP" 2 2 1000 0 0 "" "gruby4" "iCr0neX" "" "" "waiting" 0 0 1 1 "" 100
00:06:27,693 INFO LobbyScreen:1030 - Added LobbyGame(Game of gruby4)
00:06:27,704 INFO Connection:168 - S->C: UGN 5342 "Game of gruby4" "RANDOM_MAP" 2 2 1000 0 0 "" "gruby4" "iCr0neX" "" "" "waiting" 0 0 1 1 "" 100
00:06:27,710 INFO LobbyScreen:1030 - Added LobbyGame(Game of gruby4)
00:06:27,716 INFO Connection:168 - S->C: UPN 32854 "iCr0neX" 69 999 0 "de" "de" 5342 0 ""
00:06:28,086 INFO LobbyScreen:1116 - Updating players list
00:06:28,095 INFO LobbyScreen:1164 - Updating games list
00:06:28,115 INFO Connection:168 - S->C: UGN 5343 "Game of pokerjock" "QUADCORE" 4 2 3000 0 4 "" "pokerjock" "Enfileyb" "" "" "running" 0 0 1 1 "SCE3" 100
00:06:28,131 INFO LobbyScreen:1030 - Added LobbyGame(Game of pokerjock)
00:06:28,138 INFO Connection:168 - S->C: UGN 5343 "Game of pokerjock" "QUADCORE" 4 2 3000 0 4 "" "pokerjock" "Enfileyb" "" "" "running" 0 0 1 1 "SCE3" 100
00:06:28,144 INFO LobbyScreen:1030 - Added LobbyGame(Game of pokerjock)
00:06:28,614 INFO Jukebox:293 - Finished playing: SoundClip(jar:file:/var/folders/b5/t4fpzvc1365fctnnbzm61g_40000gr/T/TJCL7936605316369561550temp!/com/creeptd/client/resources/music/tracks/Interloper.ogg)
00:06:28,653 INFO LobbyScreen:1164 - Updating games list
00:06:28,686 INFO Jukebox:267 - Now playing: SoundClip(jar:file:/var/folders/b5/t4fpzvc1365fctnnbzm61g_40000gr/T/TJCL7936605316369561550temp!/com/creeptd/client/resources/music/tracks/Interloper.ogg)
00:06:31,058 INFO Connection:168 - S->C: MSG "MoGneto" "+++" 0 0
00:06:36,386 INFO ClientConfig:143 - Configuration saved
00:06:39,342 INFO Connection:168 - S->C: MSG "Bianca1989" "ich mag einen ganz besonders von dir" 0 0
00:06:40,417 INFO Connection:168 - S->C: UGN 5321 "Wormus j�t�ka" "DIAMONDRUSH" 4 0 3000 0 0 "" "Wormus" "MTRTester" "iceblue" "ElBartoVM" "ended" 0 0 0 1 "" 100
00:06:40,437 INFO LobbyScreen:1030 - Added LobbyGame(Wormus j�t�ka)
00:06:40,450 INFO Connection:168 - S->C: UGN 5321 "Wormus j�t�ka" "DIAMONDRUSH" 4 0 3000 0 0 "" "Wormus" "MTRTester" "iceblue" "ElBartoVM" "terminated" 0 0 0 1 "" 100
00:06:40,456 INFO LobbyScreen:1023 - Removed LobbyGame(Wormus j�t�ka)
00:06:40,463 INFO Connection:168 - S->C: UGN 5321 "Wormus j�t�ka" "DIAMONDRUSH" 4 0 3000 0 0 "" "Wormus" "MTRTester" "iceblue" "ElBartoVM" "terminated" 0 0 0 1 "" 100
00:06:40,469 INFO Connection:168 - S->C: UPN 33668 "penq" 3903 1626 0 "de" "de" 0 1 ""
00:06:40,608 INFO LobbyScreen:1116 - Updating players list
00:06:40,615 INFO LobbyScreen:1164 - Updating games list
00:06:42,414 INFO Connection:168 - S->C: MSG "Bianca1989" "xD" 0 0
00:06:46,510 INFO Connection:168 - S->C: MSG "MoGneta" "klofreund wa" 0 0
00:06:48,047 INFO Connection:168 - S->C: UGN 5342 "Game of gruby4" "DOODLEDOT" 2 2 1000 0 0 "" "gruby4" "iCr0neX" "" "" "running" 0 0 1 1 "" 100
00:06:48,054 INFO LobbyScreen:1030 - Added LobbyGame(Game of gruby4)
00:06:48,079 INFO Connection:168 - S->C: UGN 5342 "Game of gruby4" "DOODLEDOT" 2 2 1000 0 0 "" "gruby4" "iCr0neX" "" "" "running" 0 0 1 1 "" 100
00:06:48,090 INFO LobbyScreen:1030 - Added LobbyGame(Game of gruby4)
00:06:48,097 INFO Connection:168 - S->C: CLO 33826 "Xenocide21" ""
00:06:48,102 INFO LobbyScreen:1262 - Removed LobbyPlayer(Xenocide21)
00:06:48,107 INFO LobbyScreen:1116 - Updating players list
00:06:48,113 INFO Connection:168 - S->C: UGN 5339 "Spiel von PrinzHanf" "HOLLYWOOD" 4 4 3000 0 6 "" "PrinzHanf" "JackJack2" "moi" "icyair" "running" 0 0 1 1 "" 100
00:06:48,127 INFO LobbyScreen:1030 - Added LobbyGame(Spiel von PrinzHanf)
00:06:48,180 INFO LobbyScreen:1164 - Updating games list
00:06:51,426 INFO Connection:168 - S->C: UGN 5344 "Spiel von nobody" "DARKVECTOR" 4 1 1500 0 0 "" "nobody" "" "" "" "waiting" 0 0 1 1 "" 100
00:06:51,440 INFO LobbyScreen:1030 - Added LobbyGame(Spiel von nobody)
00:06:51,459 INFO Connection:168 - S->C: UPN 31792 "nobody" 446 1376 0 "de" "au" 5344 0 ""
00:06:51,598 INFO Connection:168 - S->C: MSG "Bianca1989" "ne n andrer" 0 0
00:06:51,649 INFO LobbyScreen:1116 - Updating players list
00:06:51,659 INFO LobbyScreen:1164 - Updating games list
00:06:53,328 INFO Connection:168 - S->C: MSG "MoGneta" ":P" 0 0
00:06:54,088 INFO Connection:168 - S->C: MSG "Bianca1989" ":P" 0 0
00:06:56,136 INFO Connection:168 - S->C: MSG "MoGneta" "hmmm" 0 0
00:07:03,042 INFO ClientConfig:143 - Configuration saved
00:07:04,222 INFO Connection:214 - C->S: JGREQ 33874 "" 5334 "" 0
00:07:04,266 INFO Connection:168 - S->C: JGRES 5334 SUCCESS
00:07:04,408 INFO CommonClient:790 - [PUSHSCREEN] -> WaitingGameScreen (locked)
00:07:04,413 INFO CommonClient:795 - Suspending previous screen
00:07:04,492 INFO CommonClient:798 - Removing previous screen from viewport
00:07:04,508 INFO CommonClient:806 - Pushing new screen
00:07:04,512 INFO CommonClient:808 - Adding new screen to viewport
00:07:04,517 INFO CommonClient:810 - Initializing new screen
00:07:04,521 INFO CommonClient:812 - Starting new screen
00:07:04,525 INFO Jukebox:155 - Playing playlist: waitinggame
00:07:04,530 INFO CommonClient:815 - Validating new screen
00:07:04,534 INFO Jukebox:280 - Failed playing: SoundClip(jar:file:/var/folders/b5/t4fpzvc1365fctnnbzm61g_40000gr/T/TJCL7936605316369561550temp!/com/creeptd/client/resources/music/tracks/Hero%20Down.ogg)
java.lang.NullPointerException
at com.codeemitter.utilx.sound.Jukebox.onPlay(Jukebox.java:258)
at com.codeemitter.utilx.sound.SoundFuture.onPlay(SoundFuture.java:177)
at com.codeemitter.utilx.sound.SoundAPI.play0(SoundAPI.java:286)
at com.codeemitter.utilx.sound.SoundAPI$1.run(SoundAPI.java:244)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:680)
00:07:04,538 INFO CommonClient:820 - Requesting focus for new screen
00:07:04,561 INFO Jukebox:267 - Now playing: SoundClip(jar:file:/var/folders/b5/t4fpzvc1365fctnnbzm61g_40000gr/T/TJCL7936605316369561550temp!/com/creeptd/client/resources/music/tracks/Hero%20Down.ogg)
00:07:04,584 INFO CommonClient:825 - Requesting repaint (unlocked)
00:07:04,599 INFO Connection:168 - S->C: CJ 33772 "grambo" 406 1142 0 "en" "de" 0 ""
00:07:04,605 INFO WaitingGameScreen:1594 - Adding LobbyPlayer(grambo)
00:07:04,615 INFO Connection:168 - S->C: CJ 32492 "Ongoschlongo" 88 1142 0 "de" "de" 0 ""
00:07:04,637 INFO WaitingGameScreen:1594 - Adding LobbyPlayer(Ongoschlongo)
00:07:04,643 INFO Connection:168 - S->C: CJ 33874 "Alain1405" 1931 1117 0 "it" "it" 0 ""
00:07:04,648 INFO WaitingGameScreen:1594 - Adding LobbyPlayer(Alain1405)
00:07:04,656 INFO Connection:168 - S->C: UGN 5334 "Game of grambo" "ANGEL" 4 2 3000 0 6 "" "" "" "Ongoschlongo" "grambo" "waiting" 0 0 1 1 "" 100
00:07:04,703 INFO Connection:168 - S->C: SSD 33874 0
00:07:04,710 INFO WaitingGameScreen:1620 - Assigning LobbyPlayer(Alain1405) to slot 0
00:07:04,738 INFO Connection:168 - S->C: UGN 5334 "Game of grambo" "ANGEL" 4 3 3000 0 6 "" "Alain1405" "" "Ongoschlongo" "grambo" "waiting" 0 0 1 1 "" 100
00:07:04,788 INFO Connection:168 - S->C: UGN 5334 "Game of grambo" "ANGEL" 4 3 3000 0 6 "" "Alain1405" "" "Ongoschlongo" "grambo" "waiting" 0 0 1 1 "" 100
00:07:07,671 INFO ClientConfig:143 - Configuration saved
00:07:13,135 INFO Connection:168 - S->C: PING 1349647633041
00:07:13,139 INFO Connection:214 - C->S: PONG 1349647633041 519
00:07:13,385 INFO Client:454 - Window translucency is not supported, falling back to proprietary API...
00:07:13,391 INFO Client:461 - Translucency via Sun proprietary AWTUtilities is not supported also, skipping window shaping.
00:07:13,508 INFO Client:502 - Window maximized
00:07:13,746 INFO Client:509 - Background image loaded
00:07:34,639 INFO Connection:168 - S->C: CRDY 32492 1
00:07:34,643 INFO WaitingGameScreen:1633 - LobbyPlayer(Ongoschlongo) is ready
00:07:45,362 INFO Connection:214 - C->S: MSG hi
00:07:45,401 INFO Connection:168 - S->C: MSG "Alain1405" "hi" 0 0
00:07:51,433 INFO Connection:168 - S->C: MSG "grambo" "hi" 0 0
00:07:56,760 INFO Connection:168 - S->C: CJ 33864 "AchmedTDT" 398 1160 0 "en" "us" 0 ""
00:07:56,780 INFO WaitingGameScreen:1594 - Adding LobbyPlayer(AchmedTDT)
00:07:56,793 INFO Connection:168 - S->C: SSD 33864 1
00:07:56,798 INFO WaitingGameScreen:1620 - Assigning LobbyPlayer(AchmedTDT) to slot 1
00:07:56,807 INFO Connection:168 - S->C: CRDY 32492 0
00:07:56,820 INFO WaitingGameScreen:1636 - LobbyPlayer(Ongoschlongo) is no more ready
00:07:58,805 INFO Connection:168 - S->C: CRDY 32492 1
00:07:58,811 INFO WaitingGameScreen:1633 - LobbyPlayer(Ongoschlongo) is ready
00:08:00,914 INFO Connection:214 - C->S: MSG /m AchmedTDT hi
00:08:00,961 INFO Connection:168 - S->C: PMSG "Alain1405" "AchmedTDT" "hi" 0
00:08:08,636 INFO Connection:168 - S->C: PMSG "AchmedTDT" "Alain1405" "hi" 0
00:08:09,056 INFO Connection:168 - S->C: MSG "grambo" "go" 0 0
00:08:13,142 INFO Connection:168 - S->C: PING 1349647693049
00:08:13,146 INFO Connection:214 - C->S: PONG 1349647693049 285
00:08:16,017 INFO Connection:168 - S->C: CRDY 33864 1
00:08:16,025 INFO WaitingGameScreen:1633 - LobbyPlayer(AchmedTDT) is ready


.....


00:20:12,956 INFO Player:279 - [implicitly confirmed] Income=7564+2=7566 [Sent CREEP1(945, inactive) (ack)] at round 13996
00:20:13,002 INFO Connection:168 - S->C: CB 13999 0 946 2 33772 0 45
00:20:13,155 INFO Connection:168 - S->C: CB 14002 0 947 2 33772 0 45
00:20:13,346 INFO Connection:168 - S->C: CB 14005 0 948 2 33772 0 45
00:20:13,452 INFO Connection:168 - S->C: CB 14008 0 949 2 33772 0 45
00:20:13,550 INFO Connection:168 - S->C: CB 14010 0 950 2 33772 0 46
00:20:13,600 INFO Connection:214 - C->S: KC 14010 33874 01O04OOOOOOOOOOOOO
00:20:13,700 INFO Connection:168 - S->C: CB 14013 0 951 2 33772 0 46
00:20:13,852 INFO Connection:168 - S->C: CB 14016 0 952 2 33772 0 45
00:20:14,003 INFO Connection:168 - S->C: CB 14019 0 953 2 33772 0 45
00:20:14,034 INFO Connection:168 - S->C: KC 14020 0 01O04OOOOOOOOOOOOO
00:20:14,152 INFO Connection:168 - S->C: CB 14022 0 954 2 33772 0 45
00:20:14,182 INFO Player:235 - [implicitly confirmed] Credits=13987-0+50=14037 [Kills (ack)] at round 14020
00:20:14,189 INFO Connection:214 - C->S: KC 14020 33874 09O02OOOOOOOOOOOOO
00:20:14,300 INFO Connection:168 - S->C: CB 14025 0 955 2 33772 0 45
00:20:14,371 INFO Connection:168 - S->C: PING 1349648414336
00:20:14,375 INFO Connection:214 - C->S: PONG 1349648414336 815
00:20:14,450 INFO Connection:168 - S->C: CB 14028 0 956 2 33772 0 45
00:20:14,550 INFO Connection:168 - S->C: KC 14030 0 09O02OOOOOOOOOOOOO
00:20:14,584 INFO Connection:168 - S->C: CB 14031 0 957 2 33772 0 46
00:20:14,629 INFO Player:235 - [implicitly confirmed] Credits=14037-0+42=14079 [Kills (ack)] at round 14030
00:20:14,636 INFO Connection:214 - C->S: KC 14030 33874 06OOOOOOOOOOOOOOO
00:20:14,852 INFO Connection:168 - S->C: CB 14036 0 958 2 33772 0 45
00:20:14,981 INFO Player:235 - [implicitly confirmed] Credits=14079-0+750=14829 [Sold TOWER4(10,9) (ack -> execzte)] at round 14037
00:20:15,000 INFO Connection:168 - S->C: CB 14039 2 959 1 33864 0 42
00:20:15,032 INFO Connection:168 - S->C: KC 14040 0 06OOOOOOOOOOOOOOO
00:20:15,101 INFO Player:279 - [implicitly confirmed] Income=7566+2=7568 [Sent CREEP1(959, inactive) (ack)] at round 14039
00:20:15,151 INFO Player:235 - [implicitly confirmed] Credits=14829-0+12=14841 [Kills (ack)] at round 14040
00:20:15,451 INFO Connection:168 - S->C: CB 14048 2 960 1 33864 0 44
00:20:15,527 INFO Player:279 - [implicitly confirmed] Income=7568+2=7570 [Sent CREEP1(960, inactive) (ack)] at round 14048
00:20:15,647 INFO Connection:214 - C->S: KC 14050 33874 01OOOOOOOOOOOOOOO
00:20:15,850 INFO Connection:168 - S->C: CB 14056 0 961 4 32492 0 41
00:20:16,050 INFO Connection:168 - S->C: KC 14060 0 01OOOOOOOOOOOOOOO
00:20:16,106 INFO Player:235 - [implicitly confirmed] Credits=14841-0+2=14843 [Kills (ack)] at round 14060
00:20:16,302 INFO Connection:168 - S->C: CB 14065 0 962 1 32492 0 43
00:20:16,610 INFO Connection:214 - C->S: KC 14070 33874 O01OOOOOOOOOOOOOO
00:20:17,051 INFO Connection:168 - S->C: KC 14080 0 O01OOOOOOOOOOOOOO
00:20:17,095 INFO Player:235 - [implicitly confirmed] Credits=14843-0+5=14848 [Kills (ack)] at round 14080
00:20:18,051 INFO Connection:168 - S->C: DEBUG New round at 14100 (income round 47, state=22418/7570)
00:20:18,057 INFO Connection:168 - S->C: SSN 14100 0 33874 22418 7570
00:20:18,128 WARNING Player:186 - [async set] Credits=22418 (!=14848, 0 remain unconfirmed) [Server sync] at round 14100
00:20:18,133 INFO Player:261 - [sync set] Income=7570 [Server sync] at round 14100
00:20:18,194 INFO Connection:214 - C->S: KC 14100 33874 O01OOOOOOOOOOOOOO
00:20:18,200 INFO Game:968 - Handing out new income (Round 47)...
00:20:18,550 INFO Player:214 - [unconfirmed] Credits=22418-0-15000=7418 [Sent CREEP9] at round 14110
00:20:18,553 INFO Connection:168 - S->C: KC 14110 0 O01OOOOOOOOOOOOOO
00:20:18,557 INFO Connection:214 - C->S: BC 9 14110
00:20:18,623 INFO Player:235 - [implicitly confirmed] Credits=22418-15000+5=7423 [Kills (ack)] at round 14110
00:20:18,628 INFO Connection:214 - C->S: KC 14110 33874 O06OOOOOOOOOOOOOO
00:20:18,652 INFO Connection:168 - S->C: CB 14112 2 963 9 33874 0 48
00:20:18,724 INFO Player:208 - [confirmed] Credits=22423-15000-/+15000=7423 [Sent CREEP9(963, inactive) (ack)] at round 14112
00:20:18,730 INFO Player:279 - [implicitly confirmed] Income=7570+600=8170 [Sent CREEP9(963, inactive) (ack)] at round 14112
00:20:19,051 INFO Connection:168 - S->C: KC 14120 0 O06OOOOOOOOOOOOOO
00:20:19,165 INFO Player:235 - [implicitly confirmed] Credits=7423-0+30=7453 [Kills (ack)] at round 14120
00:20:19,170 INFO Connection:214 - C->S: KC 14120 33874 01OOOOOOOOOOOOOOO
<<

dcode

User avatar

Mothership
Mothership

Posts: 2200

Joined: 09.07.2011, 00:59

Post 08.10.2012, 16:48

Re: Game Client Closes

00:04:40,591 WARNING CommonClient:171 -
00:04:40,603 WARNING CommonClient:172 - YOUR JAVA VERSION IS OUTDATED!
00:04:40,607 WARNING CommonClient:173 - PLEASE UPDATE YOUR JAVA RUNTIME ENVIRONMENT (JRE) AT LEAST TO VERSION 7!
00:04:40,609 WARNING CommonClient:174 - IT CANNOT BE GUARANTEED THAT THE GAME WILL RUN AS EXPECTED...
00:04:40,611 WARNING CommonClient:175 -
00:04:40,612 WARNING CommonClient:176 - http://www.java.com/en/download/manual.jsp (you need the JRE, not the JDK)
00:04:40,614 WARNING CommonClient:177 -
00:04:40,617 INFO CommonClient:187 - JRE version is: 1.6.0_35 (Java 6)


Have you already tried to update your JRE to Java 7?
Think it, design it, build it, run it. That's what I do.
<<

Alain1405

Mako
Mako

Posts: 14

Joined: 04.03.2012, 23:17

Post 14.10.2012, 13:42

Re: Game Client Closes

Hi dcode, Java 7 for mac is not yet ready, it is possible to install it but there can be some security issues. Btw I installed it (both jre and jdk) and if I disable Java 6 and I keep only version 7 the CreepTD client says that there is not Java installed. So it doesn't recognize Java 7 for mac.
<<

Alain1405

Mako
Mako

Posts: 14

Joined: 04.03.2012, 23:17

Post 14.10.2012, 13:57

Re: Game Client Closes

Attached a log from the Apple crash report.
PS. Would be nice if when my client crash I don't lose my points. I think I've lost more than 1000 skill points.
Attachments
Log.rtf
(78.46 KiB) Downloaded 39 times
<<

Alain1405

Mako
Mako

Posts: 14

Joined: 04.03.2012, 23:17

Post 27.10.2012, 14:59

Re: Game Client Closes

News?
<<

dcode

User avatar

Mothership
Mothership

Posts: 2200

Joined: 09.07.2011, 00:59

Post 27.10.2012, 16:11

Re: Game Client Closes

As far as I know a working install of Java 7 will fix that issue. There has been another player who got it functional this way, but I don't know what exactly he did to make Java 7 actually work. Maybe look around for the thread to get some additional information.
Think it, design it, build it, run it. That's what I do.
<<

Alain1405

Mako
Mako

Posts: 14

Joined: 04.03.2012, 23:17

Post 28.10.2012, 21:52

Re: Game Client Closes

The problem is the audio. If I set it to mute the game doesn't crash, but is still slow.

Return to Bugs

Who is online

Users browsing this forum: No registered users and 2 guests

© CreepTD.com · Powered by phpBB · Style by ST Software