Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
I can't look into this too deep atm, but judging from the error uninstalling should really fix it. I'd recommend uninstalling and checking the install folder to see if it has been cleaned up completely. If not, delete everything and reinstall. Please let me know if this helps.
Just out of interest, can you link me to your friend's steam profile or tell me how many friends he has on his friendlist? This might be related to a known issue. Cheers.
It says he has 126 friends. I will have him try to uninstall and completely clean up the folder.
There was some additional stuff to the error message that i was just made aware of, which can be seen here[puu.sh].
Which is strange,they are a completely unrelated individual.
Hi Rusty Knife
I'm sorry you're experiencing this problem too. The issue the game is running into is related to the game creating textures at runtime used to represent your friends profile pictures. This is why it is referring to your friends name, as I'm using the friends' names for bookkeeping. We have to do this because UE4's OnlineSubsystem doesnt have an API for Profile Pictures (this is something pretty much every UE4 game has to solve themselves). I think the issue might be a race condition where the list is refreshed before all textures are initialized, the game tries to create the texture again (causing the crash because there cant be two transient texture with the same name). I'll try to put in some time tonight to look at the related bit of code, but I can't make any promises.
I know enough to know that I don't know how to provide any solution, whatsover. :D
Your work is appreciated!!
Sorry we've been unable to sort this out but time to look at the game has been pretty sparse. I know that doesn't really matter when you just want to play the game and it's broken. Since this does affect multiple people I'll try to see if I can set up a testbed again soon. If we do manage to sort this out in any way we'll post an announcment with the patch.
Sorry again that this is an issue and thanks so much for spending some of your time on our game!
Renaming an object (Texture2D /Engine/Transient.Texture2D_202) on top of an existing object (Texture2D /Engine/Transient.ProfilePicture????????????) is not allowed
0x00000000B3DFA388 KERNELBASE.dll!UnknownFunction []
0x00000000FA36D05B MajorLeagueGladiator-Win64-Shipping.exe!UnknownFunction []
0x00000000FA2DE7F8 MajorLeagueGladiator-Win64-Shipping.exe!UnknownFunction []
0x00000000FA411FF8 MajorLeagueGladiator-Win64-Shipping.exe!UnknownFunction []
0x00000000FA20531F MajorLeagueGladiator-Win64-Shipping.exe!UnknownFunction []
0x00000000FA220269 MajorLeagueGladiator-Win64-Shipping.exe!UnknownFunction []
0x00000000FA21F8B9 MajorLeagueGladiator-Win64-Shipping.exe!UnknownFunction []
0x00000000FA20AAE2 MajorLeagueGladiator-Win64-Shipping.exe!UnknownFunction []
0x00000000FA1F755D MajorLeagueGladiator-Win64-Shipping.exe!UnknownFunction []
0x00000000FA1F55B0 MajorLeagueGladiator-Win64-Shipping.exe!UnknownFunction []
0x00000000FB5673A7 MajorLeagueGladiator-Win64-Shipping.exe!UnknownFunction []
0x00000000FB574197 MajorLeagueGladiator-Win64-Shipping.exe!UnknownFunction []
0x00000000FB563FFB MajorLeagueGladiator-Win64-Shipping.exe!UnknownFunction []
0x00000000FA342163 MajorLeagueGladiator-Win64-Shipping.exe!UnknownFunction []
0x00000000FA2CBE79 MajorLeagueGladiator-Win64-Shipping.exe!UnknownFunction []
0x00000000FA2D0CFC MajorLeagueGladiator-Win64-Shipping.exe!UnknownFunction []
0x00000000FA2D0D5A MajorLeagueGladiator-Win64-Shipping.exe!UnknownFunction []
0x00000000FA2D6870 MajorLeagueGladiator-Win64-Shipping.exe!UnknownFunction []
0x00000000FB86B4C3 MajorLeagueGladiator-Win64-Shipping.exe!UnknownFunction []
0x00000000B5113034 KERNEL32.DLL!UnknownFunction []
0x00000000B7243691 ntdll.dll!UnknownFunction []
0x00000000B7243691 ntdll.dll!UnknownFunction []
https://i.imgur.com/iVVpekH.png