【求助】W10更新后游戏打不开了
杀戮尖塔吧
全部回复
仅看楼主
level 1
1424188591 楼主
玩150小时了突然玩不了,下面是troubleshoot的文件内容,有大佬能帮忙看一下什么问题吗
2022-03-15 17:12:21,490 main ERROR appenders contains an invalid element or attribute "Sentry"
2022-03-15 17:12:21,496 main ERROR Unable to locate appender "Sentry" for logger config "root"
09:12:22.319 INFO desktop.DesktopLauncher> time: 1647335542317
09:12:22.951 INFO desktop.DesktopLauncher> version: 2022-03-07
09:12:22.951 INFO desktop.DesktopLauncher> libgdx: 1.9.5
09:12:22.952 INFO desktop.DesktopLauncher> default_locale: zh_CN
09:12:22.952 INFO desktop.DesktopLauncher> default_charset: GBK
09:12:22.952 INFO desktop.DesktopLauncher> default_encoding: GBK
09:12:22.952 INFO desktop.DesktopLauncher> java_version: 1.8.0_144
09:12:22.952 INFO desktop.DesktopLauncher> os_arch: amd64
09:12:22.952 INFO desktop.DesktopLauncher> os_name: Windows 10
09:12:23.025 INFO desktop.DesktopLauncher> os_version: 10.0
09:12:23.027 INFO core.SystemStats> MEMORY STATS:
Free Memory: 59Mb
Max Memory: 882Mb
Allocated Memory: 75Mb
Unallocated Memory: 807Mb
Total Free Memory: 866Mb
Used Memory: 15Mb
09:12:23.029 INFO core.SystemStats> DISK STATS:
Total Space: 102,399Mb
Usable Space: 17,687Mb
Free Space: 17,687Mb
09:12:23.160 INFO core.DisplayConfig> Reading info.displayconfig
09:12:23.490 INFO core.DisplayConfig> DisplayConfig successfully read.
09:12:23.490 INFO desktop.DesktopLauncher> [FULLSCREEN_MODE]
09:12:23.490 INFO desktop.DesktopLauncher> Running the game in: 1366 x 768
09:12:25.030 INFO desktop.DesktopLauncher> Settings successfully loaded
09:12:25.030 INFO desktop.DesktopLauncher> Launching application...
09:12:33.842 INFO ststwitch.TwitchConfig> The 'twitchconfig.txt' already exists, not overwriting it.
09:12:33.896 INFO core.CardCrawlGame> DistributorPlatform=steam
09:12:33.897 INFO core.CardCrawlGame> isModded=false
09:12:33.897 INFO core.CardCrawlGame> isBeta=false
src\clientdll\steamclient.cpp (397) : Couldn't fit all the environmental variables in allotted space
Setting breakpad minidump AppID = 646570
SteamInternal_SetMinidumpSteamID: Caching Steam ID: 76561198885685632 [API loaded no]
09:12:48.745 INFO steam.SteamIntegration> [SUCCESS] Steam API initialized successfully.
09:12:48.976 INFO steam.SteamIntegration> BUILD ID: 8335972
09:12:49.090 INFO steam.SteamIntegration> CURRENT LANG: english
09:12:49.123 INFO steam.SteamIntegration> ACCOUNT ID: 925419904
09:12:49.123 INFO steam.SteamIntegration> requestGlobalStats
09:12:49.124 INFO steam.SteamTicker> Steam Ticker initialized.
09:12:49.257 INFO core.CardCrawlGame> No migration
09:12:49.592 INFO core.Settings> Initializing display settings...
09:12:49.592 INFO core.DisplayConfig> Reading info.displayconfig
09:12:49.593 INFO core.DisplayConfig> DisplayConfig successfully read.
09:12:49.593 INFO core.Settings> Initializing sound settings...
09:12:49.594 INFO core.Settings> Initializing game settings...
09:12:49.655 INFO steam.SSCallback> 1Bloop: 646570
09:12:50.375 INFO localization.LocalizedStrings> Loc Strings load time: 579ms
09:12:51.049 INFO audio.MusicMaster> Music Volume: 0.5032464
09:12:51.056 INFO audio.SoundMaster> Sound Effect Volume: 0.5032464
09:12:51.068 INFO audio.SoundMaster> Loaded 368 Sound Effects
09:12:51.068 INFO audio.SoundMaster> SFX load time: 15ms
09:12:58.545 INFO cards.AbstractCard> Card Image load time: 7371ms
09:13:37.460 INFO helpers.ImageMaster> Texture load time: 38165ms
09:14:16.252 INFO helpers.FontHelper> Font load time: 38513ms
09:14:19.907 INFO unlock.UnlockTracker> RED UNLOCKS: 9/9
09:14:19.908 INFO unlock.UnlockTracker> GREEN UNLOCKS: 9/9
09:14:19.908 INFO unlock.UnlockTracker> BLUE UNLOCKS: 9/9
09:14:19.908 INFO unlock.UnlockTracker> PURPLE UNLOCKS: 3/9
09:14:19.908 INFO unlock.UnlockTracker> RELIC UNLOCKS: 15/24
09:14:38.042 INFO unlock.UnlockTracker> CARDS SEEN: 350/0
09:14:40.968 INFO unlock.UnlockTracker> RELICS SEEN: 172/0
09:15:04.942 INFO panels.TopPanel> Twitch Integration enabled due to presence of 'twitch.properties` file.
09:15:05.507 INFO panels.TopPanel> Not starting twitch integration because enabled=false
09:15:11.430 INFO core.DisplayConfig> Reading info.displayconfig
09:15:11.592 INFO core.DisplayConfig> DisplayConfig successfully read.
Exception in thread "LWJGL Application" com.badlogic.gdx.utils.GdxRuntimeException: java.lang.ExceptionInInitializerError
at com.badlogic.gdx.backends.lwjgl.LwjglApplication$1.run(LwjglApplication.java:133)
Caused by: java.lang.ExceptionInInitializerError
at com.megacrit.cardcrawl.cards.tempCards.Shiv.<init>(Shiv.java:31)
at com.megacrit.cardcrawl.cards.green.Accuracy.<init>(Accuracy.java:30)
at com.megacrit.cardcrawl.helpers.CardLibrary.addGreenCards(CardLibrary.java:543)
at com.megacrit.cardcrawl.helpers.CardLibrary.initialize(CardLibrary.java:416)
at com.megacrit.cardcrawl.core.CardCrawlGame.create(CardCrawlGame.java:282)
at com.badlogic.gdx.backends.lwjgl.LwjglApplication.mainLoop(LwjglApplication.java:149)
at com.badlogic.gdx.backends.lwjgl.LwjglApplication$1.run(LwjglApplication.java:126)
Caused by: java.lang.ArrayIndexOutOfBoundsException: 27
at com.megacrit.cardcrawl.screens.options.OptionsPanel.languageLabels(OptionsPanel.java:1067)
at com.megacrit.cardcrawl.screens.options.OptionsPanel.<init>(OptionsPanel.java:160)
at com.megacrit.cardcrawl.screens.options.SettingsScreen.<init>(SettingsScreen.java:18)
at com.megacrit.cardcrawl.dungeons.AbstractDungeon.<clinit>(AbstractDungeon.java:276)
... 7 more
2022年03月15日 15点03分 1
1