Skip to content
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 Client: Getting a white screen background where the Valheim Plus logo usually is #796

Open
SirFrostingham opened this issue Mar 21, 2023 · 29 comments
Labels
bug Something isn't working

Comments

@SirFrostingham
Copy link

  • OS: [e.g. Windows Client, Windows Server, or Linux Server] Windows Client
  • Valheim Game Version: [e.g. 0.4.11, etc] latest
  • V+ Mod Version: [e.g. 0.9, 0.9.2, etc.] latest

Windows Client: Getting a white screen background where the Valheim Plus logo usually is.

To Reproduce

Steps for the devs to reproduce the behavior:

  1. Launch the game with just Valheim Plus mod
  2. White background shows where Valheim Plus logo usually is

Expected behavior

Should show Valheim Plus logo.

Troubleshooting

What steps have you taken to try to fix? N/A

Screenshots

image

Additional context

None. I removed all mods and loaded the game with Valheim Plus mod only.

@SirFrostingham SirFrostingham added the bug Something isn't working label Mar 21, 2023
@PuszkaPotato
Copy link

Look at this PR #793

@SirFrostingham
Copy link
Author

Tested. Still reproduces today.

@SSimp258
Copy link

Tested. Still reproduces today.

Make sure you've updated to the latest Bepinex version of 5.4.2100.

@SirFrostingham
Copy link
Author

I've been installing from here: https://github.com/valheimPlus/ValheimPlus/releases/latest

I install from whatever that is daily.

Just checked and it goes here: https://github.com/valheimPlus/ValheimPlus/releases/tag/0.9.9.11

@Grantapher
Copy link

Grantapher commented Mar 27, 2023

Official release is broken with the new version of Valheim. You can use one of the community fixes or wait. So far, we've been waiting over two months with no idea when the owner will return.

See #793 for the current fixes.

@SirFrostingham
Copy link
Author

SirFrostingham commented Mar 27, 2023

Waiting. I have this built into a game launcher for clients that connect to my server. Sure I can add a step to pull BepInEx in the launcher, but I’ll just wait. No worries.

@As5kh
Copy link

As5kh commented Mar 27, 2023

I tried it #793
I rent a G portal sever and after, I add this version seems to work ( display and everything ) but i didn't manage to server on my server due to an error of version :/

@SirFrostingham
Copy link
Author

Ok. Scratch waiting... I went to #793 and used the Thunderstore mod posted in the top "edit" post: https://valheim.thunderstore.io/package/Grantapher/ValheimPlus_Grantapher_Temporary/

Thank you very much for uploading that @Grantapher!

@Grantapher
Copy link

Glad it worked out.

@Grantapher
Copy link

@As5kh GPortal requires some extra steps, I recommend searching through the discord, a bunch of people have got the fix working on GPortal.

@fbda
Copy link

fbda commented Mar 30, 2023

Tested. Still reproduces today.

Make sure you've updated to the latest Bepinex version of 5.4.2100.

I using a ZAP Game Server. As an user i cannot update BepInEx, so when there is an official BepInEx (Valheim Plus) update for the Gaming Server Partner?

@ersan
Copy link

ersan commented Mar 30, 2023

Tested. Still reproduces today.

Make sure you've updated to the latest Bepinex version of 5.4.2100.

I using a ZAP Game Server. As an user i cannot update BepInEx, so when there is an official BepInEx (Valheim Plus) update for the Gaming Server Partner?

If they have no way of updating BepInExPack outside of Valheim Plus Official you need to find a new server host.

@KayHude
Copy link

KayHude commented Mar 30, 2023

Tested. Still reproduces today.

Make sure you've updated to the latest Bepinex version of 5.4.2100.

I using a ZAP Game Server. As an user i cannot update BepInEx, so when there is an official BepInEx (Valheim Plus) update for the Gaming Server Partner?

I'd suggest to get in touch with ZAP and politely ask them how they want to continue with a possibly abandoned mod.

@SirFrostingham
Copy link
Author

@Grantapher - Does your patch still work? with just ValheimPlus running, I'm now getting a server crash. I removed all mods but that one. Looks like there was a recent update? Thanks for your time.

@Grantapher
Copy link

It should be, make sure you go through the install instructions and then failing that join the discord and post your logs there.

@SirFrostingham
Copy link
Author

SirFrostingham commented Apr 1, 2023

It was working fine a few days ago, now there is a constant crash. sad panda face It may not be this temp mod.

Note I have custom automation and don’t use a launcher. I snag your mod off of thunderstore though (in my automation).

@SirFrostingham
Copy link
Author

@Grantapher I checked the server crash logs and I had zero crashes before the 3/29 V+ temp mod update.

@SirFrostingham
Copy link
Author

SirFrostingham commented Apr 1, 2023

crash.zip

Unity is crashing.

@SirFrostingham
Copy link
Author

@Grantapher I checked that discord and others are stating your temp mod was working before the update.

@Grantapher
Copy link

Grantapher commented Apr 1, 2023

Are you still using thunderstore? If so, is your mod up to date there? version ending in 13. (see compatibility here)

Also, is it steam or xbox game pass version?

@SirFrostingham
Copy link
Author

SirFrostingham commented Apr 1, 2023

I am on a PC for both client and server. Reviewing server versions request.

@SirFrostingham
Copy link
Author

@Grantapher

image

@Grantapher
Copy link

Make sure to check your BepInExPack_Valheim and Valheim game versions as well and match them up with compatibility in the release

@SirFrostingham
Copy link
Author

SirFrostingham commented Apr 1, 2023

Got it. My BepInEx does not match your intended target version, because I am still getting the packaged version of BepInEx that comes from V+ mod’s WindowsServer.zip release (example: https://github.com/valheimPlus/ValheimPlus/releases/tag/0.9.9.11).

I always liked how they packaged BepInEx with the release. I guess maybe I can backport to the prior version (before the last update) or automate the install of BepInEx.

Thanks for your time.

@Grantapher
Copy link

The zips attached to the release come with the correct version of bepinex, or did you use an old release?

@SirFrostingham
Copy link
Author

SirFrostingham commented Apr 1, 2023

Oh I see… I can get the zips from your page like I was already getting from V+ mod. This is a very simple change to my automation for me to fix. I was still installing V+ mod from the source and your thunderstorm package on top of that (which was overwriting the older V+ mod DLL plug-in).

Thank you!

@Strength7828
Copy link

Strength7828 commented Apr 1, 2023

Deleted - duplicate comment. for xbox game pass users check #806

@Grantapher
Copy link

@SirFrostingham yep I tried my best to keep the same format of the official mod's releases.

@SirFrostingham
Copy link
Author

SirFrostingham commented Apr 1, 2023

Verified working server now with the updated BepInEx in place. Thanks for the help. I am very thankful you patched the need and keeping VaheimPlus mod alive.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

9 participants