chatty / chatty

Twitch Chat Client written in Java
GNU General Public License v3.0
849 stars 170 forks source link

Version 0.9 Beta 1 java crash on exit #202

Open kmslogic opened 6 years ago

kmslogic commented 6 years ago

This error happens 100% of the time on exit. Is there additional information I can attach, or some setting I can try to change? This did not happen with the release version.

image

tduva commented 6 years ago

Do you have the Java Crash Log?

kmslogic commented 6 years ago

How can I get it?

On Fri, Nov 10, 2017 at 12:59 PM tduva notifications@github.com wrote:

Do you have the Java Crash Log?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/chatty/chatty/issues/202#issuecomment-343571234, or mute the thread https://github.com/notifications/unsubscribe-auth/ABrxXReskJiHa-vWyPZN33YgqTh8WY21ks5s1KsIgaJpZM4QaA1r .

-- Sent from Gmail Mobile

tduva commented 6 years ago

It should be a file called hs_err_pid[numbers].log. It might be in the folder where you start Chatty, or whatever your working directory is. Or if it can't write to that maybe the system's temp folder. You can try to set where it is written to with the Java launch parameter: -XX:ErrorFile=C:/hs_err_pid%p.log (I'm not sure if it actually works like that since I never could test it with a crash).

See: https://docs.oracle.com/javase/8/docs/technotes/guides/troubleshoot/felog001.html

tduva commented 6 years ago

It might also work to start Chatty from the commandline, which in this case might reveal output from the JVM when Chatty already closed.

tduva commented 6 years ago

Writing it to C:/ didn't work for me, but writing it to another drive worked. Although starting Chatty from the commandline should tell you where it saved it either way, if the crash works the same as the forced one I'm testing with.

kmslogic commented 6 years ago

Ok, I had no luck writing the error log. I did capture the output from running it from the command line but nothing jumped out at me.

This is the command line I was using (tried a few variations of the -xx:ErrorFile with forward slashes, drives, etc but no joy). file didn't exist in the file chatty runs from or in the temp folder

In terms of output I don't see any mention of the crash happening.

java -XX:ErrorFile=Chatty.Log -jar chatty.jar >output.txt 2>&1

This is the error in the event log so it looks like it's having a problem with intellitype

Faulting application name: javaw.exe, version: 9.0.0.0, time stamp: 0x5982a7aa Faulting module name: JIntellitype.dll, version: 0.0.0.0, time stamp: 0x4b5c9033 Exception code: 0xc0000005 Fault offset: 0x0000000000001976 Faulting process id: 0x4794 Faulting application start time: 0x01d35a5b6a200dac Faulting application path: C:\Program Files\Java\jre-9\bin\javaw.exe Faulting module path: D:\Users\Kelly\Desktop\Chatty_0.9b1_hotkey_64bit\JIntellitype.dll Report Id: e4b6b2ce-b90e-4997-9cdc-3b365c4d12ca Faulting package full name: Faulting package-relative application ID:

On Fri, Nov 10, 2017 at 2:02 PM, tduva notifications@github.com wrote:

Writing it to C:/ didn't work for me, but writing it to another drive worked. Although starting Chatty from the commandline should tell you where it saved it either way, if the crash works the same as the forced one I'm testing with.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/chatty/chatty/issues/202#issuecomment-343584957, or mute the thread https://github.com/notifications/unsubscribe-auth/ABrxXVbu5idIDGR0hRFke8a1icFKMDexks5s1LnzgaJpZM4QaA1r .

[2017-11-10 14:38:14 INFO] ### Log start (2017-11-10 14:38:14 -0700) [chatty.TwitchClient/] [2017-11-10 14:38:14 INFO] Chatty Version 0.9b1 Hotkey / JDK8 [chatty.TwitchClient/] [2017-11-10 14:38:14 INFO] Java: 9 (Oracle Corporation) OS: Windows 10 (10.0/amd64) [chatty.TwitchClient/] [2017-11-10 14:38:14 INFO] [Working Directory] D:\Users\Kelly\Desktop\Chatty_0.9b1_hotkey_64bit [Settings Directory] C:\Users\Kelly.chatty\ [Classpath] chatty.jar [chatty.TwitchClient/] [2017-11-10 14:38:14 INFO] Retina Display: false [chatty.TwitchClient/] [2017-11-10 14:38:14 INFO] GET (v5): https://api.twitch.tv/kraken/communities/top?limit=100 [chatty.util.api.TwitchApiRequest/getUrl] [2017-11-10 14:38:14 INFO] Loading settings from file: C:\Users\Kelly.chatty\settings [chatty.util.settings.Settings/loadSettingsFromJson] [2017-11-10 14:38:14 INFO] Loading settings from file: C:\Users\Kelly.chatty\login [chatty.util.settings.Settings/loadSettingsFromJson] [2017-11-10 14:38:14 INFO] Loading settings from file: C:\Users\Kelly.chatty\statusPresets [chatty.util.settings.Settings/loadSettingsFromJson] [2017-11-10 14:38:14 INFO] Loading settings from file: C:\Users\Kelly.chatty\favoritesAndHistory [chatty.util.settings.Settings/loadSettingsFromJson] [2017-11-10 14:38:14 INFO] Settings: server:, port:, serverDefault:irc.chat.twitch.tv, portDefault:6697,6667,443,80, membershipEnabled:true, whisperEnabled:false, groupChatServer:192.16.64.180, groupChatPort:443, imageCache:true, dontSaveSettings:false, usePassword:false, debugLogIrc:false, showJoinsParts:true, saveChannelHistory:true, historyClear:true, autoScroll:true, bufferSize:500 [chatty.SettingsManager/debugSettings] [2017-11-10 14:38:15 INFO] GOT (200, 26940, gzip): https://api.twitch.tv/kraken/communities/top?limit=100 [chatty.util.api.Requests$1/requestResult] [2017-11-10 14:38:16 INFO] Usericons: Loaded 0/0 [chatty.util.api.usericons.UsericonManager/loadFromSettings] [2017-11-10 14:38:16 INFO] Read 0 addressbook entries from C:\Users\Kelly.chatty\addressbook [chatty.Addressbook/loadFromFile] [2017-11-10 14:38:16 INFO] StatusPresets: Loaded 0/0 entries. [chatty.gui.components.admin.StatusHistory/loadFromSettings] [2017-11-10 14:38:16 INFO] Drawing settings: d3d: true / noddraw: false [chatty.TwitchClient/initDxSettings] [2017-11-10 14:38:16 INFO] Setting LAF to javax.swing.plaf.metal.MetalLookAndFeel [chatty.gui.GuiUtil/setLookAndFeel] [2017-11-10 14:38:16 INFO] Create GUI.. [chatty.TwitchClient/] [2017-11-10 14:38:18 INFO] GET (v5): https://api.twitch.tv/kraken/streams/followed?limit=100&offset=0 (using authorization) [chatty.util.api.TwitchApiRequest/getUrl] [2017-11-10 14:38:18 INFO] Cache: Trying to load BTTV.. [chatty.util.SimpleCache/load] [2017-11-10 14:38:18 INFO] [EmotesetInfo] Cache: Trying to load.. [chatty.util.SimpleCache2/loadFromFile] [2017-11-10 14:38:18 INFO] BTTV: Found 94 emotes / 0 bots [chatty.util.BTTVEmotes/loadEmotes] [2017-11-10 14:38:18 INFO] Emoticons: 2 favorites still not found [chatty.util.api.EmoticonFavorites/find] [2017-11-10 14:38:18 INFO] Didn't load custom emotes: java.nio.file.NoSuchFileException: C:\Users\Kelly.chatty\emotes.txt [chatty.util.api.Emoticons/loadCustomEmotes] Comment: // Created on 2017-10-27, based on https://twitchemotes.com/api_cache/v3/subscriber.json [2017-11-10 14:38:18 INFO] Created 1827 emoji from source twemoji [chatty.gui.emoji.EmojiUtil/makeEmoticons] [2017-11-10 14:38:18 INFO] Set to default sound device [chatty.util.Sound/setDeviceName] [2017-11-10 14:38:18 INFO] Request: http://chatty.github.io/news.json [chatty.util.UrlRequest/performRequest] [2017-11-10 14:38:18 INFO] [main] Trying to connect to irc.chat.twitch.tv/54.71.151.200:6697 (secured) [chatty.Connection/info] [2017-11-10 14:38:18 INFO] Response (200, 380, gzip): http://chatty.github.io/news.json [chatty.util.UrlRequest/performRequest] [2017-11-10 14:38:18 INFO] [main] Connected to irc.chat.twitch.tv/54.71.151.200:6697 [chatty.Connection/info] [2017-11-10 14:38:18 INFO] [EmotesetInfo] Loaded: 79,130 streams, 237,391 emotesets, 253,108 emotes [chatty.util.TwitchEmotes/lambda$new$1] [2017-11-10 14:38:18 INFO] Added 94 emotes. Now 0 emotesets and 0 channels with exclusive emotes (0 global emotes). [chatty.util.api.Emoticons/addEmoticons] [2017-11-10 14:38:18 INFO] Emoticons: 1 favorites still not found [chatty.util.api.EmoticonFavorites/find] [2017-11-10 14:38:18 INFO] [main] JOINING: #amouranth [chatty.Irc/info] [2017-11-10 14:38:18 INFO] [main] JOINING: #coreupted [chatty.Irc/info] [2017-11-10 14:38:18 INFO] [main] JOIN: #amouranth (delayed) [chatty.Irc/info] [2017-11-10 14:38:18 INFO] [main] JOINING: #gaarabestshaman [chatty.Irc/info] [2017-11-10 14:38:18 INFO] [main] JOINING: #nojennyno [chatty.Irc/info] [2017-11-10 14:38:19 INFO] Log: total: 1 / queue size (avg: 0, max: 0) / errors: 0 [chatty.util.chatlog.LogWriter/outputStats] [2017-11-10 14:38:19 INFO] Log: Trying to open C:\Users\Kelly.chatty\logs#amouranth.log [chatty.util.chatlog.LogFile/tryFile] [2017-11-10 14:38:19 INFO] Log: Opened file C:\Users\Kelly.chatty\logs#amouranth.log (locked) [chatty.util.chatlog.LogWriter/addFile] [2017-11-10 14:38:19 INFO] [main] JOINED: #amouranth [chatty.TwitchConnection$IrcConnection/debug] [2017-11-10 14:38:19 INFO] GET (v5): https://badges.twitch.tv/v1/badges/global/display?language=en [chatty.util.api.TwitchApiRequest/getUrl] [2017-11-10 14:38:19 INFO] GET (v5): https://api.twitch.tv/kraken/users?login=nojennyno,coreupted,amouranth,gaarabestshaman [chatty.util.api.TwitchApiRequest/getUrl] [2017-11-10 14:38:19 INFO] [[FFZ]] Request: http://api.frankerfacez.com/v1/room/amouranth [chatty.util.UrlRequest/performRequest] [2017-11-10 14:38:19 INFO] [[FFZ]] Request: http://cdn.frankerfacez.com/script/event.json [chatty.util.UrlRequest/performRequest] [2017-11-10 14:38:19 INFO] [[FFZ]] Request: http://api.frankerfacez.com/v1/set/global [chatty.util.UrlRequest/performRequest] [2017-11-10 14:38:19 INFO] [[FFZ Bots]] Request: https://api.frankerfacez.com/v1/badge/bot [chatty.util.UrlRequest/performRequest] [2017-11-10 14:38:19 INFO] [[BTTV]] Request: https://api.betterttv.net/2/channels/amouranth [chatty.util.UrlRequest/performRequest] Added Cert for CN=DST Root CA X3, O=Digital Signature Trust Co. Added Cert for CN=ISRG Root X1, O=Internet Security Research Group, C=US [2017-11-10 14:38:19 INFO] [FFZ-WS] Connecting to wss://tuturu.frankerfacez.com [chatty.util.ffz.WebsocketClient/connect] [2017-11-10 14:38:19 INFO] [[FFZ]] Response (200, 4,647, gzip): http://api.frankerfacez.com/v1/set/global [chatty.util.UrlRequest/performRequest] [2017-11-10 14:38:19 INFO] [FFZ] (null, global): 11 emotes received. [chatty.util.ffz.FrankerFaceZ/parseResult] [2017-11-10 14:38:19 INFO] Added 11 emotes. Now 0 emotesets and 0 channels with exclusive emotes (0 global emotes). [chatty.util.api.Emoticons/addEmoticons] [2017-11-10 14:38:19 INFO] Emoticons: 1 favorites still not found [chatty.util.api.EmoticonFavorites/find] [2017-11-10 14:38:19 INFO] GOT (200, 69273, gzip): https://api.twitch.tv/kraken/streams/followed?limit=100&offset=0 (using authorization) [chatty.util.api.Requests$1/requestResult] [2017-11-10 14:38:19 INFO] [[FFZ]] Response (200, 3): http://cdn.frankerfacez.com/script/event.json [chatty.util.UrlRequest/performRequest] [2017-11-10 14:38:19 INFO] [FFZ] No Feature Friday found: {} [chatty.util.ffz.FrankerFaceZ/handleFeatureFriday] [2017-11-10 14:38:19 INFO] Removed 0 emotes (FFZ/FEATURE_FRIDAY/null) [chatty.util.api.Emoticons/removeEmoticons] [2017-11-10 14:38:19 INFO] GET (v5): https://api.twitch.tv/kraken/communities/127c25a7-c4ca-459d-9e60-ec6e8e5889fb [chatty.util.api.TwitchApiRequest/getUrl] [2017-11-10 14:38:19 INFO] GET (v5): https://api.twitch.tv/kraken/communities/787ac765-e64a-4c53-bd2a-8a7e2f3968e8 [chatty.util.api.TwitchApiRequest/getUrl] [2017-11-10 14:38:19 INFO] GET (v5): https://api.twitch.tv/kraken/communities/f446c168-b392-4c3a-917e-d7544acad8b5 [chatty.util.api.TwitchApiRequest/getUrl] [2017-11-10 14:38:19 INFO] GET (v5): https://api.twitch.tv/kraken/communities/9f4c540a-fc41-4fff-8c9b-094ed3b2d5a4 [chatty.util.api.TwitchApiRequest/getUrl] [2017-11-10 14:38:19 INFO] GET (v5): https://api.twitch.tv/kraken/communities/f180b876-6757-4a51-8cdb-edcd610b7843 [chatty.util.api.TwitchApiRequest/getUrl] [2017-11-10 14:38:19 INFO] GET (v5): https://api.twitch.tv/kraken/communities/c1817274-7c51-4418-89b5-8ffa27b854c1 [chatty.util.api.TwitchApiRequest/getUrl] [2017-11-10 14:38:19 INFO] GET (v5): https://api.twitch.tv/kraken/communities/36592f27-0258-4196-a2ef-c04c754c641e [chatty.util.api.TwitchApiRequest/getUrl] [2017-11-10 14:38:19 INFO] Got 46 (limit: 100) followed streams. [chatty.util.api.StreamInfoManager/requestResultFollows] [2017-11-10 14:38:19 INFO] GET (v5): https://api.twitch.tv/kraken/communities/3520158c-42dc-493b-856c-617fcba85300 [chatty.util.api.TwitchApiRequest/getUrl] [2017-11-10 14:38:19 INFO] GET (v5): https://api.twitch.tv/kraken/communities/c4bc1282-446d-457c-a576-79f73db94b26 [chatty.util.api.TwitchApiRequest/getUrl] [2017-11-10 14:38:19 INFO] GET (v5): https://api.twitch.tv/kraken/communities/db3f4df0-81e5-464f-a75b-27aaf131f641 [chatty.util.api.TwitchApiRequest/getUrl] [2017-11-10 14:38:19 INFO] GET (v5): https://api.twitch.tv/kraken/communities/952f1578-c3e3-4c29-a1c9-d702185d0359 [chatty.util.api.TwitchApiRequest/getUrl] [2017-11-10 14:38:19 INFO] GET (v5): https://api.twitch.tv/kraken/streams/125387632 [chatty.util.api.TwitchApiRequest/getUrl] [2017-11-10 14:38:19 INFO] GET (v5): https://badges.twitch.tv/v1/badges/channels/125387632/display?language=en [chatty.util.api.TwitchApiRequest/getUrl] [2017-11-10 14:38:19 INFO] GET (v5): https://api.twitch.tv/kraken/communities/4a998d84-f964-49f2-985b-d623c7486e8a [chatty.util.api.TwitchApiRequest/getUrl] [2017-11-10 14:38:19 INFO] GET (v5): https://api.twitch.tv/kraken/streams?offset=0&limit=100&channel=125387632 [chatty.util.api.TwitchApiRequest/getUrl] [2017-11-10 14:38:19 INFO] GET (v5): https://api.twitch.tv/kraken/bits/actions?channel_id=125387632 [chatty.util.api.TwitchApiRequest/getUrl] [2017-11-10 14:38:19 INFO] [[FFZ]] Response (200, 315, gzip): http://api.frankerfacez.com/v1/room/amouranth [chatty.util.UrlRequest/performRequest] [2017-11-10 14:38:19 INFO] [FFZ] (amouranth, local): 0 emotes received. [chatty.util.ffz.FrankerFaceZ/parseResult] [2017-11-10 14:38:19 INFO] GOT (200, 1431, gzip): https://api.twitch.tv/kraken/users?login=nojennyno,coreupted,amouranth,gaarabestshaman [chatty.util.api.Requests$1/requestResult] [2017-11-10 14:38:19 INFO] GOT (200, 40387): https://badges.twitch.tv/v1/badges/global/display?language=en [chatty.util.api.Requests$1/requestResult] [2017-11-10 14:38:19 INFO] [[FFZ Bots]] Response (200, 1,827, gzip): https://api.frankerfacez.com/v1/badge/bot [chatty.util.UrlRequest/performRequest] [2017-11-10 14:38:19 INFO] [FFZ Bots] Found 124 names [chatty.util.ffz.FrankerFaceZ/lambda$requestBotNames$1] [2017-11-10 14:38:19 INFO] GOT (200, 2563): https://badges.twitch.tv/v1/badges/channels/125387632/display?language=en [chatty.util.api.Requests$1/requestResult] [2017-11-10 14:38:19 WARNING] [[BTTV]] Request Error [https://api.betterttv.net/2/channels/amouranth] (java.io.FileNotFoundException: https://api.betterttv.net/2/channels/amouranth) [chatty.util.UrlRequest/performRequest] [2017-11-10 14:38:19 INFO] GOT (200, 970, gzip): https://api.twitch.tv/kraken/communities/127c25a7-c4ca-459d-9e60-ec6e8e5889fb [chatty.util.api.Requests$1/requestResult] [2017-11-10 14:38:19 INFO] GOT (200, 158878, gzip): https://api.twitch.tv/kraken/bits/actions?channel_id=125387632 [chatty.util.api.Requests$1/requestResult] [2017-11-10 14:38:19 INFO] Found 85 cheer emotes [chatty.util.api.Emoticons/setCheerEmotes] [2017-11-10 14:38:19 INFO] GOT (200, 4419, gzip): https://api.twitch.tv/kraken/communities/f180b876-6757-4a51-8cdb-edcd610b7843 [chatty.util.api.Requests$1/requestResult] [2017-11-10 14:38:19 INFO] GOT (200, 2596, gzip): https://api.twitch.tv/kraken/communities/787ac765-e64a-4c53-bd2a-8a7e2f3968e8 [chatty.util.api.Requests$1/requestResult] [2017-11-10 14:38:19 INFO] GOT (200, 938, gzip): https://api.twitch.tv/kraken/communities/9f4c540a-fc41-4fff-8c9b-094ed3b2d5a4 [chatty.util.api.Requests$1/requestResult] [2017-11-10 14:38:19 INFO] GOT (200, 4229, gzip): https://api.twitch.tv/kraken/communities/f446c168-b392-4c3a-917e-d7544acad8b5 [chatty.util.api.Requests$1/requestResult] [2017-11-10 14:38:19 INFO] GOT (200, 989, gzip): https://api.twitch.tv/kraken/communities/3520158c-42dc-493b-856c-617fcba85300 [chatty.util.api.Requests$1/requestResult] [2017-11-10 14:38:19 INFO] GOT (200, 900, gzip): https://api.twitch.tv/kraken/communities/36592f27-0258-4196-a2ef-c04c754c641e [chatty.util.api.Requests$1/requestResult] [2017-11-10 14:38:19 INFO] GOT (200, 1098, gzip): https://api.twitch.tv/kraken/communities/db3f4df0-81e5-464f-a75b-27aaf131f641 [chatty.util.api.Requests$1/requestResult] [2017-11-10 14:38:19 INFO] GOT (200, 2615, gzip): https://api.twitch.tv/kraken/communities/4a998d84-f964-49f2-985b-d623c7486e8a [chatty.util.api.Requests$1/requestResult] [2017-11-10 14:38:19 INFO] Added emote from message: ammoTracer [chatty.gui.components.textpane.ChannelTextPane/addTwitchTagsEmoticons] [2017-11-10 14:38:19 INFO] GOT (200, 1334, gzip): https://api.twitch.tv/kraken/communities/c4bc1282-446d-457c-a576-79f73db94b26 [chatty.util.api.Requests$1/requestResult] [2017-11-10 14:38:19 INFO] GOT (200, 1072, gzip): https://api.twitch.tv/kraken/communities/952f1578-c3e3-4c29-a1c9-d702185d0359 [chatty.util.api.Requests$1/requestResult] [2017-11-10 14:38:19 INFO] GOT (200, 953, gzip): https://api.twitch.tv/kraken/communities/c1817274-7c51-4418-89b5-8ffa27b854c1 [chatty.util.api.Requests$1/requestResult] [2017-11-10 14:38:19 INFO] GOT (200, 1599, gzip): https://api.twitch.tv/kraken/streams/125387632 [chatty.util.api.Requests$1/requestResult] [2017-11-10 14:38:19 INFO] GOT (200, 1613, gzip): https://api.twitch.tv/kraken/streams?offset=0&limit=100&channel=125387632 [chatty.util.api.Requests$1/requestResult] [2017-11-10 14:38:19 WARNING] Could not load icon: https://static-cdn.jtvnw.net/badges/v1/a9811799-dce3-475f-8feb-3745ad12b7ea/1 [chatty.util.api.usericons.Usericon/getIcon] [nojennyno $24.99 49603, nojennyno $9.99 49602, nojennyno $4.99 12951] [coreupted $24.99 115659, coreupted $4.99 115654, coreupted $9.99 115658] [amouranth $24.99 54578, amouranth $4.99 20101, amouranth $9.99 54577] [gaarabestshaman $4.99 3792, gaarabestshaman $24.99 30572, gaarabestshaman $9.99 30571] [2017-11-10 14:38:19 INFO] GET (v5): https://api.twitch.tv/kraken/chat/emoticon_images?emotesets=0,49602,49603,429634,20101,16390,56135,115654,20169,115659,115658,1232,3792,12951,15006,17696,23457,23458,2979,18152,30571,12140,30572,7023,19952,54577,54578,4216,19194,108925,190 [chatty.util.api.TwitchApiRequest/getUrl] [2017-11-10 14:38:20 INFO] [FFZ-WS] Connected (1) [chatty.util.ffz.WebsocketClient/onOpen] SENT: 1 hello ["chatty_0.9b1",false] SENT: 2 sub "room.amouranth" SENT: 3 ready 0 [2017-11-10 14:38:20 INFO] [main] JOIN: #coreupted (delayed) [chatty.Irc/info] [2017-11-10 14:38:20 INFO] GET (v5): https://api.twitch.tv/kraken/streams/32725231 [chatty.util.api.TwitchApiRequest/getUrl] [2017-11-10 14:38:20 INFO] Log: Trying to open C:\Users\Kelly.chatty\logs#coreupted.log [chatty.util.chatlog.LogFile/tryFile] [2017-11-10 14:38:20 INFO] Log: Opened file C:\Users\Kelly.chatty\logs#coreupted.log (locked) [chatty.util.chatlog.LogWriter/addFile] [2017-11-10 14:38:20 INFO] [main] JOINED: #coreupted [chatty.TwitchConnection$IrcConnection/debug] [2017-11-10 14:38:20 INFO] GET (v5): https://badges.twitch.tv/v1/badges/channels/32725231/display?language=en [chatty.util.api.TwitchApiRequest/getUrl] [2017-11-10 14:38:20 INFO] GET (v5): https://api.twitch.tv/kraken/bits/actions?channel_id=32725231 [chatty.util.api.TwitchApiRequest/getUrl] [2017-11-10 14:38:20 INFO] [[FFZ]] Request: http://api.frankerfacez.com/v1/room/coreupted [chatty.util.UrlRequest/performRequest] [2017-11-10 14:38:20 INFO] [[BTTV]] Request: https://api.betterttv.net/2/channels/coreupted [chatty.util.UrlRequest/performRequest] SENT: 4 sub "room.coreupted" RECEIVED: 1 ok ["683b45e4-f853-4c45-bf96-7d799cc93e34",1510349900343.492] [2017-11-10 14:38:20 INFO] [FFZ-WS] Server Time Offset: -96 [chatty.util.ffz.WebsocketManager/parseHelloResponse] RECEIVED: 2 ok RECEIVED: 3 ok [2017-11-10 14:38:20 INFO] GOT (200, 20): https://badges.twitch.tv/v1/badges/channels/32725231/display?language=en [chatty.util.api.Requests$1/requestResult] [2017-11-10 14:38:20 INFO] GOT (200, 14881, gzip): https://api.twitch.tv/kraken/chat/emoticon_images?emotesets=0,49602,49603,429634,20101,16390,56135,115654,20169,115659,115658,1232,3792,12951,15006,17696,23457,23458,2979,18152,30571,12140,30572,7023,19952,54577,54578,4216,19194,108925,190 [chatty.util.api.Requests$1/requestResult] [2017-11-10 14:38:20 INFO] Added 460 emotes. Now 25 emotesets and 0 channels with exclusive emotes (206 global emotes). [chatty.util.api.Emoticons/addEmoticons] [2017-11-10 14:38:20 INFO] Emoticons: Found all remaining 1 favorites [chatty.util.api.EmoticonFavorites/find] RECEIVED: 4 ok [2017-11-10 14:38:20 INFO] [[FFZ]] Response (200, 5,309, gzip): http://api.frankerfacez.com/v1/room/coreupted [chatty.util.UrlRequest/performRequest] [2017-11-10 14:38:20 INFO] [FFZ] (coreupted, local): 15 emotes received. [chatty.util.ffz.FrankerFaceZ/parseResult] [2017-11-10 14:38:20 INFO] Added 15 emotes. Now 25 emotesets and 1 channels with exclusive emotes (206 global emotes). [chatty.util.api.Emoticons/addEmoticons] [2017-11-10 14:38:20 INFO] GOT (200, 15): https://api.twitch.tv/kraken/streams/32725231 [chatty.util.api.Requests$1/requestResult] [2017-11-10 14:38:20 INFO] [[BTTV]] Response (200, 552, gzip): https://api.betterttv.net/2/channels/coreupted [chatty.util.UrlRequest/performRequest] [2017-11-10 14:38:20 INFO] BTTV: Found 5 emotes / 0 bots [chatty.util.BTTVEmotes/loadEmotes] [2017-11-10 14:38:20 INFO] GOT (200, 158878, gzip): https://api.twitch.tv/kraken/bits/actions?channel_id=32725231 [chatty.util.api.Requests$1/requestResult] [2017-11-10 14:38:20 INFO] Added 5 emotes. Now 25 emotesets and 1 channels with exclusive emotes (206 global emotes). [chatty.util.api.Emoticons/addEmoticons] [2017-11-10 14:38:20 INFO] Found 85 cheer emotes [chatty.util.api.Emoticons/setCheerEmotes] [2017-11-10 14:38:21 INFO] [main] JOIN: #gaarabestshaman (delayed) [chatty.Irc/info] [2017-11-10 14:38:21 INFO] GET (v5): https://api.twitch.tv/kraken/streams/31456831 [chatty.util.api.TwitchApiRequest/getUrl] [2017-11-10 14:38:21 INFO] Log: Trying to open C:\Users\Kelly.chatty\logs#gaarabestshaman.log [chatty.util.chatlog.LogFile/tryFile] [2017-11-10 14:38:21 INFO] Log: Opened file C:\Users\Kelly.chatty\logs#gaarabestshaman.log (locked) [chatty.util.chatlog.LogWriter/addFile] [2017-11-10 14:38:21 INFO] [main] JOINED: #gaarabestshaman [chatty.TwitchConnection$IrcConnection/debug] [2017-11-10 14:38:21 INFO] GET (v5): https://badges.twitch.tv/v1/badges/channels/31456831/display?language=en [chatty.util.api.TwitchApiRequest/getUrl] [2017-11-10 14:38:21 INFO] GET (v5): https://api.twitch.tv/kraken/bits/actions?channel_id=31456831 [chatty.util.api.TwitchApiRequest/getUrl] [2017-11-10 14:38:21 INFO] [[BTTV]] Request: https://api.betterttv.net/2/channels/gaarabestshaman [chatty.util.UrlRequest/performRequest] [2017-11-10 14:38:21 INFO] [[FFZ]] Request: http://api.frankerfacez.com/v1/room/gaarabestshaman [chatty.util.UrlRequest/performRequest] SENT: 5 sub "room.gaarabestshaman" [2017-11-10 14:38:21 INFO] GOT (200, 2563): https://badges.twitch.tv/v1/badges/channels/31456831/display?language=en [chatty.util.api.Requests$1/requestResult] RECEIVED: 5 ok [2017-11-10 14:38:21 WARNING] [[FFZ]] Request Error [http://api.frankerfacez.com/v1/room/gaarabestshaman] (java.io.FileNotFoundException: http://api.frankerfacez.com/v1/room/gaarabestshaman) [chatty.util.UrlRequest/performRequest] [2017-11-10 14:38:21 INFO] GOT (200, 15): https://api.twitch.tv/kraken/streams/31456831 [chatty.util.api.Requests$1/requestResult] [2017-11-10 14:38:21 INFO] GOT (200, 158878, gzip): https://api.twitch.tv/kraken/bits/actions?channel_id=31456831 [chatty.util.api.Requests$1/requestResult] [2017-11-10 14:38:21 INFO] Found 85 cheer emotes [chatty.util.api.Emoticons/setCheerEmotes] [2017-11-10 14:38:21 INFO] [[BTTV]] Response (200, 569, gzip): https://api.betterttv.net/2/channels/gaarabestshaman [chatty.util.UrlRequest/performRequest] [2017-11-10 14:38:21 INFO] BTTV: Found 5 emotes / 2 bots [chatty.util.BTTVEmotes/loadEmotes] [2017-11-10 14:38:21 INFO] Added 5 emotes. Now 25 emotesets and 2 channels with exclusive emotes (206 global emotes). [chatty.util.api.Emoticons/addEmoticons] [2017-11-10 14:38:22 INFO] [main] JOIN: #nojennyno (delayed) [chatty.Irc/info] [2017-11-10 14:38:22 INFO] GET (v5): https://api.twitch.tv/kraken/streams/80560897 [chatty.util.api.TwitchApiRequest/getUrl] [2017-11-10 14:38:22 INFO] Log: Trying to open C:\Users\Kelly.chatty\logs#nojennyno.log [chatty.util.chatlog.LogFile/tryFile] [2017-11-10 14:38:22 INFO] Log: Opened file C:\Users\Kelly.chatty\logs#nojennyno.log (locked) [chatty.util.chatlog.LogWriter/addFile] [2017-11-10 14:38:22 INFO] [main] JOINED: #nojennyno [chatty.TwitchConnection$IrcConnection/debug] [2017-11-10 14:38:22 INFO] GET (v5): https://badges.twitch.tv/v1/badges/channels/80560897/display?language=en [chatty.util.api.TwitchApiRequest/getUrl] [2017-11-10 14:38:22 INFO] GET (v5): https://api.twitch.tv/kraken/bits/actions?channel_id=80560897 [chatty.util.api.TwitchApiRequest/getUrl] [2017-11-10 14:38:22 INFO] [[BTTV]] Request: https://api.betterttv.net/2/channels/nojennyno [chatty.util.UrlRequest/performRequest] [2017-11-10 14:38:22 INFO] [[FFZ]] Request: http://api.frankerfacez.com/v1/room/nojennyno [chatty.util.UrlRequest/performRequest] SENT: 6 sub "room.nojennyno" [2017-11-10 14:38:22 INFO] GOT (200, 2563): https://badges.twitch.tv/v1/badges/channels/80560897/display?language=en [chatty.util.api.Requests$1/requestResult] [2017-11-10 14:38:22 INFO] [[BTTV]] Response (200, 551, gzip): https://api.betterttv.net/2/channels/nojennyno [chatty.util.UrlRequest/performRequest] [2017-11-10 14:38:22 INFO] BTTV: Found 5 emotes / 0 bots [chatty.util.BTTVEmotes/loadEmotes] [2017-11-10 14:38:22 INFO] Added 5 emotes. Now 25 emotesets and 3 channels with exclusive emotes (206 global emotes). [chatty.util.api.Emoticons/addEmoticons] [2017-11-10 14:38:22 WARNING] [[FFZ]] Request Error [http://api.frankerfacez.com/v1/room/nojennyno] (java.io.FileNotFoundException: http://api.frankerfacez.com/v1/room/nojennyno) [chatty.util.UrlRequest/performRequest] RECEIVED: 6 ok [2017-11-10 14:38:22 INFO] GOT (200, 15): https://api.twitch.tv/kraken/streams/80560897 [chatty.util.api.Requests$1/requestResult] [2017-11-10 14:38:23 INFO] GOT (200, 158878, gzip): https://api.twitch.tv/kraken/bits/actions?channel_id=80560897 [chatty.util.api.Requests$1/requestResult] [2017-11-10 14:38:23 INFO] Found 85 cheer emotes [chatty.util.api.Emoticons/setCheerEmotes] [nojennyno $24.99 49603, nojennyno $9.99 49602, nojennyno $4.99 12951] [coreupted $24.99 115659, coreupted $4.99 115654, coreupted $9.99 115658] [gaarabestshaman $4.99 3792, gaarabestshaman $24.99 30572, gaarabestshaman $9.99 30571] [2017-11-10 14:38:26 INFO] [Memory] total: 679,936 used: 185,697 free: 494,238 max: 8,364,032 [Uptime] 11s [chatty.util.LogUtil/logMemoryUsage] [2017-11-10 14:38:30 INFO] Saving settings.. [chatty.TwitchClient/saveSettings] Saving settings.. [2017-11-10 14:38:30 INFO] Writing addressbook to C:\Users\Kelly.chatty\addressbook [chatty.Addressbook/saveToFile] Saving addressbook. Saving GUI settings. Saving settings to JSON. [2017-11-10 14:38:30 INFO] Saving settings to file: C:\Users\Kelly.chatty\settings [chatty.util.settings.Settings/saveSettingsToJson] [2017-11-10 14:38:30 INFO] Saving settings to file: C:\Users\Kelly.chatty\login [chatty.util.settings.Settings/saveSettingsToJson] [2017-11-10 14:38:30 INFO] Saving settings to file: C:\Users\Kelly.chatty\statusPresets [chatty.util.settings.Settings/saveSettingsToJson] [2017-11-10 14:38:30 INFO] Saving settings to file: C:\Users\Kelly.chatty\favoritesAndHistory [chatty.util.settings.Settings/saveSettingsToJson] [2017-11-10 14:38:30 INFO] [main] Closing socket. [chatty.Connection/info] [2017-11-10 14:38:30 INFO] [main] Error reading from socket: java.net.SocketException: Socket closed [chatty.Connection/info] [2017-11-10 14:38:30 INFO] [FFZ-WS] Session closed after 10s [CloseReason[1000]] [chatty.util.ffz.WebsocketClient/onClose]

tduva commented 6 years ago

Nothing related to the JIntellitype.dll has changed between v0.8.7 and v0.9b1. Have you updated Java recently or changed anything else?

Maybe you could try the Standalone version.

tduva commented 6 years ago

Just to clarify, the "Event log" you got the error from is the Windows Event log?

kmslogic commented 6 years ago

Yes

On Fri, Nov 10, 2017 at 4:13 PM, tduva notifications@github.com wrote:

Just to clarify, the "Event log" is the Windows Event log?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/chatty/chatty/issues/202#issuecomment-343611486, or mute the thread https://github.com/notifications/unsubscribe-auth/ABrxXZOLw3NBUZa6UMyDtzSgezZtoe4Zks5s1NiEgaJpZM4QaA1r .

kmslogic commented 6 years ago

FWIW I tried beta 2 and it also crashes using the 64bit hotkey version. The vanilla version of beta1 and 2 work fine.

tduva commented 6 years ago

Vanilla version? You mean without the JIntellitype?

kmslogic commented 6 years ago

yes, that's what I mean

On Wed, Nov 15, 2017 at 12:38 PM, tduva notifications@github.com wrote:

Vanilla version? You mean without the JIntellitype?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/chatty/chatty/issues/202#issuecomment-344704638, or mute the thread https://github.com/notifications/unsubscribe-auth/ABrxXYAXp4aPtx2B9Nx7CzTVMSsr69vHks5s2z2rgaJpZM4QaA1r .

spacerecycler commented 6 years ago

For me, this only happens when I let Chatty launch with Java 9.0.1. If I launch it with Java 1.8.0_152 it works just fine. From the error above it looks like it might be an issue with Java 9.0.0 as well from reading the "Faulting application path".

kmslogic commented 6 years ago

can confirm this is with java 9.0.1

On Fri, Nov 17, 2017 at 10:44 AM, spacerecycler notifications@github.com wrote:

For me, this only happens when I let Chatty launch with Java 9.0.1. If I launch it with Java 1.8.0_152 it works just fine. From the error above it looks like it might be an issue with Java 9.0.0 as well from reading the "Faulting application path".

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/chatty/chatty/issues/202#issuecomment-345313416, or mute the thread https://github.com/notifications/unsubscribe-auth/ABrxXTVPiacIbisPAOkJ-Z3KOxt6jwQaks5s3cYIgaJpZM4QaA1r .