-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug (Windows)] App fails to proceed past splash screen #402
Comments
I am seeing this exact issue - this set of errors, from what the logs show, seem to indicate something has changed in the CreeperHost API that the app is not handling properly. |
This actually appears to be an issue with a change introduced in the latest Windows Insider builds. If you look far enough down in the stacktrace, it looks like it starts with the Here's the related issue at oshi: oshi/oshi#1554 And here's the PR (that they've already merged) for that related issue: oshi/oshi#1566 Looks like you just need to update your |
I'm having the same issue, where can I find the dev builds? (If they are available) |
Unfortunately, they are not as there is no system in place for non-release Overwolf builds at Overwolfs end(Yet, we're promised it's coming). We will try and get this fix rolled out this coming week as it seems to be impacting a fair few people. |
Thanks @ThePaul-T! In the meantime I could at least play with some friends using the MultiMC 5 app. |
any fix for this yet? same issue still occurs on the latest insider build of windows |
Still encountering this issue. Log file from .ftba/logs directory: https://pste.ch/ikevaropah OS: Windows 10 Education Dev (OS Build 21390.2025) |
(Note: I don't necessarily know what I'm talking about, so take anything I say with a grain of salt... Apologies if I'm blatantly wrong regarding something.) Per Paul_T on Discord on 06/24/2021, "I know we already updated to the latest available version of OSHI in the last update, if that hasn't fixed it we'll need to dig deeper, so copies of logs etc are still important.". Looking at the archive for app version 1.21.701.1746, it does appears to include OSHI v5.7.0 as stated, which should fix this. The OSHI PR mentioned above was actually reverted and replaced by a version bump from JNA v5.7.0 to JNA v5.8.0 in oshi/oshi#1576 (which was still included in OSHI v5.6.1). The upstream JNA fix in question was applied in PR java-native-access/jna#1327. However, it appears that the FTB-App archive does not include JNA v5.8.0, instead the archive contains JNA v5.5.0, so the upstream fix for this issue isn't actually present despite updating OSHI. |
Alright. Windows 11 Preview, as far as I'm aware the latest versions of the FTB App and Overwolf, but let me do a reinstall after posting this... Here are the logs -- both the After downloading the installers for both Overwolf and FTB to make sure the most recent versions were installed, the problem persists. |
Closing as we don't support windows 11 insider right now. We have fixed the issue internally though 👍 should have a fix released soon. |
Operating System:
OS: Win 10 Version Dev (OS Build 21327.1010)
App Version:
App: 1.21.13.1631
UI Version:
UI: N/A
Log Files:
ftbapp.log: https://pste.ch/osiquhahus
background.html.log: https://pste.ch/oxohekonoc
Other logs can be provided on request
** Debug Code: **
FTB Debug Code: FTB-DBGALALAWALIH
Describe the bug
The FTB App fails to proceed past the splash screen. This appears to be due to an unexpected fault in background.html:
However, A) I have no idea what's causing this "unmapped relationship", B) There's no indication to the user that this is happening
To Reproduce
Steps to reproduce the behaviour:
Expected behaviour
the App proceeds past the splash and I get to actually play minecraft.
The text was updated successfully, but these errors were encountered: