League Of Legends görüntü bozuk

Başlatan SogukGece, 27 Ekim 2012 - 21:14:17

« önceki - sonraki »

0 Üyeler ve 2 Ziyaretçi konuyu incelemekte.

SogukGece

League of legends oyunu bilgisayarıma playonlinux la yükledim ve gayet güzel çalıştı ama oyunda böyle gözüküyor:

sistemim linuxmint maya
intel kullanıyorum görüntü driverim yüklü mü bilmiyorum

if

@SogukGece, lspci -k | grep -A2 VGA
glxinfo | grep render
çıktılarını alayım.

SogukGece

Hemen cevap verdiğiniz için cok teşekkür ederim


harun@HK ~ $ lspci -k | grep -A2 VGA
00:02.0 VGA compatible controller: Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller (rev 07)
Subsystem: Dell Device 0402
Kernel driver in use: i915
harun@HK ~ $ glxinfo | grep render
direct rendering: Yes
OpenGL renderer string: Mesa DRI Mobile Intel® GM45 Express Chipset
    GL_EXT_vertex_array_bgra, GL_NV_conditional_render,
harun@HK ~ $


if

Rica ederim:)

Ekran kartı sürücüsü kurulu @SogukGece.

Oyunlarla ve Wine ile çok nadir temasım olduğu için bir öneri getiremeyeceğim. Oyunu nasıl kurdunuz? Wine ile mi PlayonLinux ile mi?

Oyunu uçbirimde açınız ve yukarıda verdiğiniz ekrana geliniz. Uçbirim çıktılarını buraya geçiniz.

SogukGece

maalesef playonlinux dan açıyorum
oyunu wine den açınca açılmıyor playonlinuxdan açılıyor.

if

@SogukGece, wine'ı derleyerek, yamalayarak ve bazı ayarlar yaparak kullanabilenler varmış[1]. Epey uğraşmak gerekiyor.

[1] http://appdb.winehq.org/objectManager.php?sClass=version&iId=19141&iTestingId=73457&bShowAll=true

SogukGece

#6
bunu denemistim ama bu adımda kaldım ben
THIRD: edit the script file as you need. Please, read the comments and pay special attention to the highlighted lines here. I have tested wine 1.5.7 and it works, but I have better performance with wine 1.5.5, so it's up to you. I made it easy to change the wine version with a global variable, so you can use my script with multiple wine versions without too much editing ;)

#!/bin/bash
#
# Author: Danilo Riffo (aka. DanAlucard)
# License: GPL v3
#
# made for own usage and for the WineHQ - League of Legends community
#
#

.
.
.

    #change this to the specific wine version you want to use.
Wine_version="1.5.5"

    scriptWD=$(pwd)  #this variable stores this script location for future use
.
.
.
echo "running LoL Installer..."

    # if you have the web-based installer (about 2MiB), use this
GC_DONT_GC=1 $WINE $scriptWD/LeagueofLegends.exe
# if you are not using the web-based installer comment the previous line.
 
# if you have the full installer (about 2 GiB), uncomment and use this
# instead of the previous one:
#$WINE /path_to/LoL_installer/setup.exe      #This must point to the full LoL installer.

# if you have an already working LoL installation, just copy the Riot Games folder
# into your new wineprefix and comment the previous two installer lines.
#cp -R "PATH/TO/YOUR/EXISTING/Riot Games" $WINEPREFIX/drive_c/

#################################################################################
#create the loltask script to optimize LoL threading                            #
#################################################################################
.
.
.

burda ne yapmam gerekiyor?
Yardım ettiğiniz için teşekkürler.


Mesaj tekrarı yüzünden mesajınız birleştirildi. Bu mesajın gönderim tarihi : 27 Ekim 2012 - 22:16:35

önceki postumda yazdığım adımı hallettimde o script i uçbirimden "sh Install.LoL-on-Wine" yazınca

harun@HK ~ $ sh Install.LoL-on-Wine.sh
sh: 0: Can't open Install.LoL-on-Wine.sh

if


SogukGece

Aslında o işi de yaptım script i yaptıktan sonra kodun sonunda hata verirse iptal ediniz diyor bende iptal ediyorum script i iptal etmeyince de masaüstünde bir script daha olması gerekiyormuş bende olmuyor.

sh '/home/harun/İndirilenler/Install-LoL-on-Wine.sh'
gksu: unrecognized option '--version'
downloading wine source...
--2012-10-28 08:44:43--  http://downloads.sourceforge.net/project/wine/Source/wine-1.5.5.tar.bz2
Resolving downloads.sourceforge.net (downloads.sourceforge.net)... 216.34.181.59
Connecting to downloads.sourceforge.net (downloads.sourceforge.net)|216.34.181.59|:80... connected.
HTTP request sent, awaiting response... 302 Found
Location: http://citylan.dl.sourceforge.net/project/wine/Source/wine-1.5.5.tar.bz2 [following]
--2012-10-28 08:44:43--  http://citylan.dl.sourceforge.net/project/wine/Source/wine-1.5.5.tar.bz2
Resolving citylan.dl.sourceforge.net (citylan.dl.sourceforge.net)... 212.118.44.106, 2a03:1800:1:7::2
Connecting to citylan.dl.sourceforge.net (citylan.dl.sourceforge.net)|212.118.44.106|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 20158084 (19M) [application/octet-stream]
Saving to: `wine-1.5.5.tar.bz2.1'

100%[======================================>] 20.158.084  1,24M/s   in 17s     

2012-10-28 08:45:00 (1,16 MB/s) - `wine-1.5.5.tar.bz2.1' saved [20158084/20158084]

extracting wine source...
going into /home/harun/wine-1.5.5
downloading Wine patches, so it can properly run LoL...
--2012-10-28 08:45:08--  http://bugs.winehq.org/attachment.cgi?id=40818
Resolving bugs.winehq.org (bugs.winehq.org)... 209.46.25.134
Connecting to bugs.winehq.org (bugs.winehq.org)|209.46.25.134|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 3194 (3,1K) [text/plain]
Saving to: `patch1.patch'

100%[======================================>] 3.194       --.-K/s   in 0,002s 

2012-10-28 08:45:09 (1,70 MB/s) - `patch1.patch' saved [3194/3194]

--2012-10-28 08:45:09--  http://bugs.winehq.org/attachment.cgi?id=40819
Resolving bugs.winehq.org (bugs.winehq.org)... 209.46.25.134
Connecting to bugs.winehq.org (bugs.winehq.org)|209.46.25.134|:80... connected.
HTTP r

if

@SogukGece, o hata nedir? Betiği nasıl sonlandırdınız?

SogukGece


Hunk #2 succeeded at 2840 (offset 41 lines).
configuring wine...
/home/harun/İndirilenler/Install-LoL-on-Wine.sh: 146: [: x86_64: unexpected operator
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for g++... no
checking for c++... no
checking for gpp... no
checking for aCC... no
checking for CC... no
checking for cxx... no
checking for cc++... no
checking for cl.exe... no
checking for FCC... no
checking for KCC... no
checking for RCC... no
checking for xlC_r... no
checking for xlC... no
checking whether we are using the GNU C++ compiler... no
checking whether g++ accepts -g... no
checking for cpp... cpp
checking whether gcc -m32 works... no
configure: error: Cannot build a 32-bit program, you need to install 32-bit development libraries.
Watch out for configure errors, because I'm going to compile wine.
If there are erros, hit CTRL+C to stop the script and take a look at them.
Compilation will take a while, so close all your applications (not mandatory), press enter and go to drink something (mandatory :D)...



Mesaj tekrarı yüzünden mesajınız birleştirildi. Bu mesajın gönderim tarihi : 28 Ekim 2012 - 10:03:34

görüldüğü gibi hepsi hata veriyor bende ctrl+c yapmak zorunda kaldım
Devam edince de bişey yapmıyor.

if

configure: error: Cannot build a 32-bit program, you need to install 32-bit development libraries.

Gerekli paketler olmadan derleme yapamaz.
http://wiki.winehq.org/Recommended_Packages

SogukGece

böyle bir hata alıyorum

harun@HK ~ $ sudo gedit /etc/apt/sources.list
[sudo] password for harun:
sudo: gedit: command not found
harun@HK ~ $ deb http://archive.ubuntu.com/ubuntu/ packagebase main restricted universe multiverse
No command 'deb' found, did you mean:
Command 'debc' from package 'devscripts' (main)
Command 'derb' from package 'libicu-dev' (main)
Command 'dab' from package 'bsdgames' (universe)
Command 'debi' from package 'devscripts' (main)
Command 'xdeb' from package 'xdeb' (universe)
deb: command not found
harun@HK ~ $ deb http://archive.ubuntu.com/ubuntu/ packagebase main restricted universe multiverse
No command 'deb' found, did you mean:
Command 'debc' from package 'devscripts' (main)
Command 'derb' from package 'libicu-dev' (main)
Command 'dab' from package 'bsdgames' (universe)
Command 'debi' from package 'devscripts' (main)
Command 'xdeb' from package 'xdeb' (universe)
deb: command not found



Mesaj tekrarı yüzünden mesajınız birleştirildi. Bu mesajın gönderim tarihi : 28 Ekim 2012 - 10:42:02

Kısacası ne yapmam gerektiğini açıklarmısınız ben pek anlamadım da

if

Gedit yüklü değilmiş.

sudo nano /etc/apt/sources.list ile açarsınız dosyayı ve orada yazan depoları eklersiniz. ctrl+o ile kaydeder, ctrl+x ile çıkarsınız.

Ninoslayer

Ayarlar menüsünü açabiliyorsan ordan bir ayar değiştirerek bu sorun hallediliyordu. Hangisi olduğunu hatılamıyorum ancak deniyerek bulabilirsin.

KemalALKIN

arkadasim playonlinux programindaki bir menude wine surumlerini yonet var oradan lol diye yazan son surum olan lol yazili wineye tikla vekur de sonra yapilandir yani disli isareti olan buyuk butona tikla ve oradan oyununmakinesine tikla ve kurdugumuz lol wine olarak oradaki listeden degistir ve oyunu dene ek olarak belirteyim intel onboard ekran karti zaten normalde gereksiz bir sey yani hd modelleri haric oyun vb sikinti cikarir hele birde wine uzerinde daha zor aklinizda kalsin....

not: kusura bakmayin mobilden tr klavye zor yaziliyor oyuzden imla hatalarini makul gorun
www.tckemal.ist

SogukGece

#16
@KemalALKIN
dediğinizi tam olarak yapamadım resimli anlatım yaparmısınız lütfen

heartsmagic

Resimli anlatım beklemek yerine neden yapamadığını, neyi bulamadığını belirtebilirsin burada @SogukGece.
Hayattan çıkarı olmayanların, ölümden de çıkarı olmayacaktır.
Hayatlarıyla yanlış olanların ölümleriyle doğru olmalarına imkân var mıdır?


Böylece yalan, dünyanın düzenine dönüştürülüyor.

SogukGece


heartsmagic

Sen Playonlinux uygulamasını kurdun mu?
Hayattan çıkarı olmayanların, ölümden de çıkarı olmayacaktır.
Hayatlarıyla yanlış olanların ölümleriyle doğru olmalarına imkân var mıdır?


Böylece yalan, dünyanın düzenine dönüştürülüyor.

SogukGece


if

@SogukGece, son durum nedir? Derlemeye devam ediyor musunuz?

KemalALKIN

SogukGece

Youtube üzerinden yüzlerce video ile dediğim yeri görüp anlayacaksınız :)...
www.tckemal.ist

SogukGece


aslında bir sorunum var bu paragrafı anlamadım anlayan ve ne yapacagımı bilen varsa lütfen söylesin

LİNUX MİNT
What you should be able to do is just go over to the Other Software tab to where the Ubuntu repos are configured and check a Source Code box for the Ubuntu repos, but for some reason it's not there.
So, to add the repo manually run

sudo gedit /etc/apt/sources.list

Make a duplicate of this line noting that "packagebase" should match the version of Linux Mint you are using:

deb http://archive.ubuntu.com/ubuntu/ packagebase main restricted universe multiverse

and then change the deb at the beginning to deb-src

deb http://archive.ubuntu.com/ubuntu/ packagebase main restricted universe multiverse
deb-src http://archive.ubuntu.com/ubuntu/ packagebase main restricted universe multiverse

Save the file then run

sudo apt-get update
sudo apt-get build-dep wine1.5

sitenin linki:
http://wiki.winehq.org/Recommended_Packages

if

@Sogukgece, yazılım kaynaklarını açıp Diğer yazılımlar altındaki kaynak kod olanları işaretleyeceksiniz, sonra güncelleme yapacaksınız.