mmtrt / leagueoflegends

Unofficial league of legends snap repo
https://snapcraft.io/leagueoflegends
GNU Lesser General Public License v2.1
220 stars 27 forks source link

Client Crashed #91

Closed bonber closed 4 months ago

bonber commented 4 years ago

Hi when repair program is active, i recibed this: "MIDIMAP_drvOpen No software synthesizer midi port found, Midi sound output probably won't work." The game doesn't start after that. If i reinstall goes well, until repair program appear. Rewards

mmtrt commented 4 years ago

Is this happen after new launcher update installed?

bonber commented 4 years ago

Yes, i take a game but crashed when i restart. After a new splash update

mmtrt commented 4 years ago

try this https://github.com/mmtrt/leagueoflegends/issues/86#issuecomment-542162609

Ignacy-s commented 4 years ago

try this #86 (comment)

Had the same problem and it seems to work. Same as, there was an unhandled exception and a midi sound report right before it (tho it is likely not the issue itself). What does that hack from the comment do? Looks like it "disables" the bugsplatter reporter and sets its permissions to 0 and owner to root? EDIT: I've read up from the linked thread. I will put this fix in the readme file for this snap, to make it easier for others to find.

Usually the game worked first time after installation. The bug would occur only the second time, the game would have a strange "update-repair" splash and then stop working at all. Below screenshot of the splash screen seen before the game gets botched. Screenshot at 2019-10-21 19-30-35

bonber commented 4 years ago

Hi, i solved temporarily the problem, when leagueoflegends is instaled i created a new directory with root permissions "sudo mkdir '/snap/leagueoflegends/common/.wine/drive_c/Riot Games/Riot Client'" The new client doesn't install and if you kill all process and execute again it works. Rewards.