hexaa |
Monday 22 December 2014 at 16:00
|
hexaa
|
Hey,
so I installed LoL again with the help of playonlinux and firs teverything was working really well.
The lobby and the championselect are working perfectly fine.
But once I start a game I got a bugslpat error message after the character frame was loaded (not the image itself only the frame).
I checked other threads in this forum and i managed to get this fixed by putting setting "x3d_platform=1" in the game.cfg".
Now everything seems to load (although without char pictures or progress bars), but I can live with that.
After some time, it seems to start and I get a almost black screen with only some status text and information texts.
The sounds are all good, but everything besides is all black.
Does anybody know what could cause that?
I'm using a farily old HD Radeon 4850 with the distro driver I guess, and I'm not that experienced with linux to install a legacy driver for that one.
I would be happy for any clues or help.
Thanks in advance and happy holidays / merry christmas everybody.
Best regards.
|
Ronin DUSETTE |
Monday 22 December 2014 at 17:53
|
Ronin DUSETTE
|
Full computer specs and debug logs please. Posts without them get locked. :)
|
hexaa |
Monday 22 December 2014 at 19:39
|
hexaa
|
Right, I'm sorry for that.
- Linux Mint 17 LTS
Linux minti 3.13.0-24-generic #47-Ubuntu SMP Fri May 2 23:30:00 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux
- AMD Phenom(tm) II X3 720 Processor
- Cinnamon
- HD Radeon 4850
description: VGA compatible controller
product: RV770 [Radeon HD 4850]
vendor: Advanced Micro Devices, Inc. [AMD/ATI]
physical id: 0
bus info: pci@0000:01:00.0
version: 00
width: 64 bits
clock: 33MHz
capabilities: pm pciexpress msi vga_controller bus_master cap_list rom
configuration: driver=radeon latency=0
resources: irq:44 memory:d0000000-dfffffff memory:fbdf0000-fbdfffff ioport:d000(size=256) memory:fbdc0000-fbddffff
Using the wine version 1.7.19-LeagueOfLegends2 for it.
There is nothing related to the issue in the debugger logs, because there is no real crash or anything I guess.
I have to kill it manually though to get out of the game then, because the menu ingame isn't showing neither.
|
Ronin DUSETTE |
Monday 22 December 2014 at 21:00
|
Ronin DUSETTE
|
Try to enable GLSL in PlayOnLinux -> Configure -> select virtual drive -> Display tab and see if that helps.
|
hexaa |
Monday 22 December 2014 at 22:18
|
hexaa
|
Did not help, stayed the same.
|
petch |
Monday 22 December 2014 at 22:27
|
petch
|
|
Ronin DUSETTE |
Monday 22 December 2014 at 22:55
|
Ronin DUSETTE
|
That was going to be my next suggestion. :)
|
hexaa |
Tuesday 23 December 2014 at 11:40
|
hexaa
|
Alright I got it to work by installing : sudo apt-get install libtxc-dxtn-s2tc0:i386
After i installed that, I had trouble opening the ingame menu or shop.
I set x3d_platform back to 0 -> x3d_platform=0 in the game.cfg , and that fixed the issue.
Graphics seems to work now with decent fps (haven't tried too much yet though).
I have one control issue left, but that only occurs if I use a virtual desktop.
The game is in fullscreen mode within that virtual desktop and I can easily tab out of it.
However, if I refocus it, the controls seems to be messed up, I can barely control anything and the button actions are different.
Any clue about that one? It isn't that of a problem, because if I don't tab out, it stays correct and reloading back into game fixes it too.
Thank you Ronin DUSETTE and petch for your help, I really apprictiate your work here.
|
Ronin DUSETTE |
Tuesday 23 December 2014 at 20:48
|
Ronin DUSETTE
|
No problem. As for that issue, I have had that happen in a few apps, but I never found a solution.
|
hexaa |
Sunday 28 December 2014 at 16:54
|
hexaa
|
Still have this issue.
Does anybody else have a clue? It's quite annoying tbh.
|
iiwii |
Tuesday 6 January 2015 at 7:06
|
iiwii
|
Remove "x3d_platform=1" from game.cfg and install these.
On Mint Linux 17.1 I had to install some 32bit libraries
sudo apt-get install libtxc-dxtn0 libtxc-dxtn-s2tc0:i386
If you are using Fedora then
yum install libtxc_dxtn.x86_64 libtxc_dxtn.i686
|