How-To : WoW sur Linux

Répondre
Partager Rechercher
bon j'ai essayé de lancer la version installée depuis windows et ca fonctionne.
Donc laissons de coté le pb de l'installation, jeverait ca quand j'aurais mon jeu original.

En attendant j'ai un autre petit probleme

Je lance le jeu avec
Code:
cedega WoW.exe
Le jeu se lance en Direct3D comme ca il me semble.
En plein écran il fonctionne tres bien, en mode fenetré par contre il rame énormement, la souris disparait .... Enfin passons moi je veut de l'opengl plein écran si possible

Code:
cedega WoW.exe -opengl
Que ce soit en mode fenétré ou plein écran j'ai des bugs d'affichage.
2tant doné que j'utilise une carte Ati, j'ai ajouté à .trasngamming/config les 3 lignes présentes dans le premier post.
Seulement le problème persiste.
Toutes les lignes ajouté à la configuration de cedega:
Code:
##pour wow
  [AppDefaultsWoW.exeDllOverrides]
  "cfgmgr32" = "native"
  
  [AppDefaultsWoW.exed3dgl]
  "AnisotropicTextureFiltering" = "Y"
  "VertexShaderMode" = "Hardware"
  "VertexShaders" = "Y"
  "PixelShaders" = "N"
  "PixelShadersLevel" = "1.3"
  "ClipSpaceFix" = "Y"
  "FixedProgram" = "No"
  
  [AppDefaultsWoW.exeVersion]
  "Windows" = "win98"
  
  [AppDefaultsWoW.exex11drv]
  "Managed" = "Y"
  "Desktop" = "1152x864"
  "UseDGA" = "N"
  "UseXShm" = "Y"
  "DXGrab" = "N"
  "UseXVidMode" = "Y"
  "UseXRandR" = "Y"
  
  [AppDefaultsWoW.exeWinMM]
  "Drivers" = "winealsa.drv"
  "WaveMapper" = "msacm.drv"
  "MidiMapper" = "midimap.drv"
  
  [AppDefaultsWoW.exewineoss]
  "UseMMap" = "N"
  "FullDuplex" = "N"
  ;; Specify a mapping for what digital audio devices to use
  ;"dsp0" = "/dev/dsp0"
  ;"mixer0" = "/dev/mixer0"
  
  [AppDefaultsWoW.exewinealsa]
  "UseMMap" = "Y"
  "pcm0" = "hw"
  "ctl0" = "hw"
  
  
  [AppDefaultsWoW.exeopengl]
  "FixedGLExtensionBuffer" = "Y"
  "GLExtensionBuffer" = "-GL_ARB_vertex_buffer_object"
Pour avoir l'opengl plein ecran tu dois supprimer les lignes suivantes :

Code:
  [AppDefaults\\WoW.exe\\x11drv]
  "Managed" = "Y"
  "Desktop" = "1152x864"
  "UseDGA" = "N"
  "UseXShm" = "Y"
  "DXGrab" = "N"
  "UseXVidMode" = "Y"
  "UseXRandR" = "Y"
J'ai fait cette configuration car il m'est impossible d'avoir un mode plein ecran sans avoir de probleme lorsque je change de bureau virtuel

Comme le mode fenetré peut avoir quelque bug (comme la souris qui disparait en D3D ou la souris qui fait des bon en OpenGL) j'ai utilisé cette astuce pour avoir une fenetre dans lequel le jeux se croit en fullscreen
Ah merci, ça marche maintenant pour le checkout mais... j'suis confronté à un autre problème
C'est à l'étape make:

Citation :
WineCVS.sh - Progress(u) : Green is current

0 = Uninstall
1 = Cleanup
2 = CVS checkout
3 = Configure
4 = Make depend
5 = Make
6 = Make install
7 = Finish up

-------------------------------------------

Compiling ...




--------- Error log - file /root/.WineCVS/sources/cvscedega/ErrorLog : ---------
ts_xlib.c:1175: warning: return type defaults to `int'
ts_xlib.c: In function `TSXOpenIM':
ts_xlib.c:1176: error: `XIM' undeclared (first use in this function)
ts_xlib.c:1176: error: syntax error before "r"
ts_xlib.c:1178: error: `r' undeclared (first use in this function)
ts_xlib.c:1178: warning: implicit declaration of function `XOpenIM'
ts_xlib.c:1178: error: `a0' undeclared (first use in this function)
ts_xlib.c:1178: error: `a1' undeclared (first use in this function)
ts_xlib.c:1178: error: `a2' undeclared (first use in this function)
ts_xlib.c:1178: error: `a3' undeclared (first use in this function)
ts_xlib.c: At top level:
ts_xlib.c:1183: error: syntax error before "TSXCheckIfEvent"
ts_xlib.c:1183: error: syntax error before '*' token
ts_xlib.c:1183: warning: type defaults to `int' in declaration of `TSXCheckIfEvent'
ts_xlib.c:1183: error: `TSXCheckIfEvent' declared as function returning a function
ts_xlib.c:1183: warning: type defaults to `int' in declaration of `XPointer'
ts_xlib.c:1183: error: syntax error before "a3"
ts_xlib.c:1186: warning: type defaults to `int' in declaration of `wine_tsx11_lock'
ts_xlib.c:1186: error: 'wine_tsx11_lock' redeclared as different kind of symbol
../include/ts_xlib.h:19: error: previous declaration of 'wine_tsx11_lock' was here
ts_xlib.c:1186: error: 'wine_tsx11_lock' redeclared as different kind of symbol
../include/ts_xlib.h:19: error: previous declaration of 'wine_tsx11_lock' was here
ts_xlib.c:1186: warning: data definition has no type or storage class
ts_xlib.c:1187: warning: type defaults to `int' in declaration of `r'
ts_xlib.c:1187: warning: implicit declaration of function `XCheckIfEvent'
ts_xlib.c:1187: error: `a0' undeclared here (not in a function)
ts_xlib.c:1187: error: `a1' undeclared here (not in a function)
ts_xlib.c:1187: error: `a2' undeclared here (not in a function)
ts_xlib.c:1187: error: `a3' undeclared here (not in a function)
ts_xlib.c:1187: error: initializer element is not constant
ts_xlib.c:1187: warning: data definition has no type or storage class
ts_xlib.c:1188: warning: type defaults to `int' in declaration of `wine_tsx11_unlock'
ts_xlib.c:1188: error: 'wine_tsx11_unlock' redeclared as different kind of symbol
../include/ts_xlib.h:20: error: previous declaration of 'wine_tsx11_unlock' was here
ts_xlib.c:1188: error: 'wine_tsx11_unlock' redeclared as different kind of symbol
../include/ts_xlib.h:20: error: previous declaration of 'wine_tsx11_unlock' was here
ts_xlib.c:1188: warning: data definition has no type or storage class
ts_xlib.c:1189: error: syntax error before "return"
ts_xlib.c:1192: error: syntax error before '*' token
ts_xlib.c:1192: error: syntax error before '*' token
ts_xlib.c: In function `TSXSynchronize':
ts_xlib.c:1194: error: syntax error before '*' token
ts_xlib.c:1196: warning: implicit declaration of function `XSynchronize'
ts_xlib.c:1196: warning: assignment makes pointer from integer without a cast
ts_xlib.c: At top level:
ts_xlib.c:1201: error: syntax error before '*' token
ts_xlib.c:1203: error: syntax error before '*' token
make[1]: *** [ts_xlib.o] Erreur 1
make[1]: Leaving directory `/root/.WineCVS/sources/cvscedega/winex/tsx11'
make: *** [tsx11/libwine_tsx11.so] Erreur 2


Error in Make

Try fixing the error based on the output above, and
run the script again, without paramaters (Eg: WineCVS.sh)
Je sais plus trop ce qu'il faut faire là
Citation :
Publié par kathryl
Pour avoir l'opengl plein ecran tu dois supprimer les lignes suivantes :

Code:
  [AppDefaults\\WoW.exe\\x11drv]
    "Managed" = "Y"
    "Desktop" = "1152x864"
    "UseDGA" = "N"
    "UseXShm" = "Y"
    "DXGrab" = "N"
    "UseXVidMode" = "Y"
    "UseXRandR" = "Y"
J'ai fait cette configuration car il m'est impossible d'avoir un mode plein ecran sans avoir de probleme lorsque je change de bureau virtuel

Comme le mode fenetré peut avoir quelque bug (comme la souris qui disparait en D3D ou la souris qui fait des bon en OpenGL) j'ai utilisé cette astuce pour avoir une fenetre dans lequel le jeux se croit en fullscreen
Alors le probleme persiste, je veut dire les erreurs 3D

Sinon je remet les lignes, j'aime bien switcher avec les autres bureau, c'est excellent, jouer en surfant et y a mm pas de temps de latence entre les bureaux
je vais faire un screen
Tu as appliqué le correctif en rapport avec la derniere version de WoW qui aime plus l'opengl ?
(je parie ma chaussette que oui)

Rajoute :
Code:
SET gxApi "opengl"
Avec les lignes:
Code:
SET gxColorBits "24"
SET gxDepthBits "24"
Verifie aussi les couleurs de ton actuelle configuration de X (16/32 Bits)
Tu utilise le mode OpenGL avec la configuration fenetré forcée ?
je venait editer mon precedent mais vu que ta deja répondue

Je voulais ajouter que sans le mode fenétré force (les lignes que tu m'avait demandé de supprimé il y a quelques msgs) tout le systeme plante


Je vais voir pour ce que tu vient de me dire.

edit --
Mon wow est en version 1.2.4 donc je ne crois pas qu'il y a le fameux pb avec l'opengl.
J'ai tt de mm ajouté les lignes et rien ne change

J'ai voulu faire un screen mais les problemes graphiques n'apparaisse pas dessus ^
En gros c'est le classique, de gros triangles "3D" qui se baladent sur l'écran, apparaissent, disparaissent
Citation :
vendor string: Mandrakelinux (X.Org X11 6.7.0, patch level 3mdk)
vendor release number: 60700000
X.Org version: 6.7.0
Voilà, j'utilise Xorg 6.7.0.
Oui j'ai essayé de réinstaller plusieurs fois, rien à faire. Toujours le même problème
Citation :
Publié par Minto
Voilà, j'utilise Xorg 6.7.0.
Oui j'ai essayé de réinstaller plusieurs fois, rien à faire. Toujours le même problème
Quel est ta distribution Linux ?
Essaye d'installer les paquet de developpement Xorg 6.7 pour voir

Citation :
Publié par ffomnislash
Mon wow est en version 1.2.4 donc je ne crois pas qu'il y a le fameux pb avec l'opengl.
J'ai tt de mm ajouté les lignes et rien ne change

J'ai voulu faire un screen mais les problemes graphiques n'apparaisse pas dessus ^
En gros c'est le classique, de gros triangles "3D" qui se baladent sur l'écran, apparaissent, disparaissent
Quel sont tes drivers ATI actuellement installé ?
Citation :
Quel est ta distribution Linux ?
J'ai Mandrake officiel 10.1.
Qu'est-ce que t'appelles les "paquets de developpement" ? Je peux les récupérer où ?

Merci
J'ai pris le fichier XOrg-devel-6.7.0-0vl6.1.ppc.rpm j'pense que c'est le bon.
Quand je fais clic droit / gurpmi, il me demande le l'installer, je mets ok: " Tout est déjà installé "
Donc apparemment, j'ai déjà ces paquets de developpement, ou alors c'était pas le bon fichier
ppc c'est powerpc donc processeur Mac/Appel ca doit pas etre les bon
A moins que tu soit sous Mac ?

Pour la version de tes drivers ATI tu retrouvera l'information avec un
Code:
# glxinfo | grep version
qui te donnera

Code:
kathryl@PSY kathryl $ glxinfo | grep version
server glx version string: 1.3
client glx version string: 1.3
OpenGL version string: 1.5.3 NVIDIA 71.67
glu version: 1.3
Notamment la partie en gras qui est la version de tes drivers
En gros
Code:
[ffomnislash@Anubis ~]$ glxinfo | grep version
     server glx version string: 1.2
     client glx version string: 1.3
     OpenGL version string: 1.3.4769 (X4.3.0-8.8.25)
     glu version: 1.3
Ben justement la version des drivers c'est 1.3.4769 ou 4.3.0-8.8.25 ?

edit --
la derniere version sur le site set la 8.10.19, je vais les mettre à jour

edit 2 --
J'ai installé la dernière version des drivers. (8.10.19)
Deja j'obtiens bien plus de fps avec glxgear
Au niveau de wow c'est jouable, ce qui n'était pas le cas avant, mais j'ai toujours des triangles qui se baladent ^. J'ai bien tte les lignes de configuration dans .transgmming/config (c'est à dire celle pour wow et les 3 concernant les bugs ati).

[ffomnislash@Anubis World of Warcraft]$ glxinfo | grep version
server glx version string: 1.2
client glx version string: 1.3
OpenGL version string: 1.3.4893 (X4.3.0-8.10.19)
glu version: 1.3
Voilà j'ai fini l'installation de cedega en prenant la version payante... Maintenant, j'ai un ptit problème à celle de wow.
Déjà quand je mets cedega Installer.exe, j'obtiens

Citation :
$ Missing symbol {Error%dOpening%s}! (SymbolTable::UnmappedSymbolSubstitution)
Missing symbol {ContactTechSupport}! (SymbolTable::UnmappedSymbolSubstitution)
J'en tiens pas compte, j'installe les 4cd et quand la barre d'installation arrive au bout, j'ai ça:
http://membres.lycos.fr/mintology1/erreur.jpg

Ensuite je lance quand même: (je sais pas si c'est une erreur tout ça, j'l'enlèverai si c'en est pas une)

Citation :
cedega WoW.exe
wine: Unhandled exception, starting debugger...
WineDbg starting on pid 1
No debug information in ELF '/usr/lib/transgaming_cedega//winex/bin/wine' (0x00000000)
Breakpoint 1 at 0x4000b5a0
No debug information in ELF '/usr/lib/transgaming_cedega//winex/pthread_lib/libntdll.so' (0x40016000)
No debug information in ELF '/usr/lib/transgaming_cedega//winex/pthread_lib/libwine.so' (0x4011a000)
No debug information in ELF '/usr/lib/transgaming_cedega//winex/lib/libwine_unicode.so' (0x4012f000)
No debug information in ELF '/usr/lib/transgaming_cedega//winex/lib/libwine_port.so' (0x401f7000)
No debug information in ELF '/lib/tls/libm.so.6' (0x40208000)
No debug information in ELF '/lib/tls/libc.so.6' (0x4022b000)
No debug information in ELF '/lib/tls/libpthread.so.0' (0x4034a000)
No debug information in ELF '/lib/libdl.so.2' (0x4035b000)
No debug information in ELF '/lib/ld-linux.so.2' (0x40000000)
No debug information in ELF '/usr/lib/transgaming_cedega//winex/lib/libkernel32.so' (0x40719000)
No debug information in ELF '/usr/lib/transgaming_cedega//winex/lib/libcomctl32.so' (0x4079a000)
No debug information in ELF '/usr/lib/transgaming_cedega//winex/lib/libuser32.so' (0x4081f000)
No debug information in ELF '/usr/lib/transgaming_cedega//winex/lib/libgdi32.so' (0x40947000)
No debug information in ELF '/usr/lib/transgaming_cedega//winex/lib/libadvapi32.so' (0x409be000)
No debug information in ELF '/usr/lib/transgaming_cedega//winex/lib/libshell32.so' (0x409e5000)
No debug information in ELF '/usr/lib/libpng.so.3' (0x40a6f000)
No debug information in ELF '/lib/libz.so.1' (0x40a95000)
No debug information in ELF '/usr/lib/transgaming_cedega//winex/lib/libole32.so' (0x40aa6000)
No debug information in ELF '/usr/lib/transgaming_cedega//winex/lib/librpcrt4.so' (0x40b0b000)
No debug information in ELF '/usr/lib/transgaming_cedega//winex/lib/libshlwapi.so' (0x40b51000)
No debug information in ELF '/usr/lib/transgaming_cedega//winex/lib/libwsock32.so' (0x40b91000)
No debug information in ELF '/usr/lib/transgaming_cedega//winex/lib/libws2_32.so' (0x40b9e000)
No debug information in ELF '/usr/lib/transgaming_cedega//winex/lib/libiphlpapi.so' (0x40bb6000)
No debug information in ELF '/usr/lib/transgaming_cedega//winex/lib/libopengl32.so' (0x40bc5000)
No debug information in ELF '/usr/lib/transgaming_cedega//winex/lib/libwine_tsx11.so' (0x40c44000)
No debug information in ELF '/usr/X11R6/lib/libSM.so.6' (0x40c64000)
No debug information in ELF '/usr/X11R6/lib/libICE.so.6' (0x40c6d000)
No debug information in ELF '/usr/lib/libGL.so.1' (0x40c85000)
No debug information in ELF '/usr/lib/transgaming_cedega//winex/lib/libGLU.so.1' (0x40cfd000)
No debug information in ELF '/usr/X11R6/lib/libXext.so.6' (0x40db8000)
No debug information in ELF '/usr/X11R6/lib/libX11.so.6' (0x40dc6000)
No debug information in ELF '/usr/lib/libGLcore.so.1' (0x40e91000)
No debug information in ELF '/usr/lib/tls/libnvidia-tls.so.1' (0x415e2000)
No debug information in ELF '/usr/lib/transgaming_cedega//winex/lib/libddraw.so' (0x4167c000)
No debug information in ELF '/usr/lib/transgaming_cedega//winex/lib/libglu32.so' (0x416c1000)
No debug information in ELF '/usr/lib/transgaming_cedega//winex/lib/libimm32.so' (0x416c9000)
No debug information in ELF '/usr/lib/transgaming_cedega//winex/lib/libwinmm.so' (0x416d8000)
No debug information in ELF '/usr/lib/transgaming_cedega//winex/lib/libmsacm32.so' (0x417bd000)
No debug information in ELF '/usr/lib/transgaming_cedega//winex/lib/libwininet.so' (0x417cf000)
No debug information in ELF '/usr/lib/transgaming_cedega//winex/lib/libwineserver.so' (0x417ee000)
No debug information in ELF '/usr/lib/libfreetype.so.6' (0x41d4e000)
No debug information in ELF '/usr/lib/transgaming_cedega//winex/lib/libx11drv.so' (0x41dba000)
No debug information in ELF '/usr/X11R6/lib/X11/locale/lib/common/xlcDef.so.2' (0x41e3a000)
No debug information in ELF '/usr/X11R6/lib/X11/locale/lib/common/ximcp.so.2' (0x41e3d000)
No debug information in ELF '/usr/lib/gconv/ISO8859-15.so' (0x41e5c000)
No debug information in ELF '/usr/X11R6/lib/libXcursor.so.1' (0x41e6d000)
No debug information in ELF '/usr/X11R6/lib/libXrender.so.1' (0x41e76000)
No debug information in 32bit DLL 'C:\Program Files\World of Warcraft\WoW.exe' (0x00400000)
No debug information in 32bit DLL 'NTDLL.DLL' (0x40054000)
No debug information in 32bit DLL 'KERNEL32.DLL' (0x4074c000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM32\MSVCRT.DLL' (0x406d3000)
No debug information in 32bit DLL 'ADVAPI32.DLL' (0x409d0000)
No debug information in 32bit DLL 'GDI32.DLL' (0x40966000)
No debug information in 32bit DLL 'USER32.DLL' (0x40856000)
No debug information in 32bit DLL 'COMCTL32.DLL' (0x407a8000)
No debug information in 32bit DLL 'RPCRT4.DLL' (0x40b2e000)
No debug information in 32bit DLL 'OLE32.DLL' (0x40ac5000)
No debug information in 32bit DLL 'SHLWAPI.DLL' (0x40b6e000)
No debug information in 32bit DLL 'SHELL32.DLL' (0x40a0b000)
No debug information in 32bit DLL 'IPHLPAPI.DLL' (0x40bbd000)
No debug information in 32bit DLL 'WS2_32.DLL' (0x40ba6000)
No debug information in 32bit DLL 'WSOCK32.DLL' (0x40b95000)
No debug information in 32bit DLL 'DDRAW.DLL' (0x41692000)
No debug information in 32bit DLL 'OPENGL32.DLL' (0x40c01000)
No debug information in 32bit DLL 'GLU32.DLL' (0x416c6000)
No debug information in 32bit DLL 'IMM32.DLL' (0x416cf000)
No debug information in 32bit DLL 'C:\PROGRAM FILES\WORLD OF WARCRAFT\DIVXDECODER.DLL' (0x10000000)
No debug information in 32bit DLL 'WINMM.DLL' (0x416e6000)
No debug information in 32bit DLL 'MSACM32.DLL' (0x417c2000)
No debug information in 32bit DLL 'C:\PROGRAM FILES\WORLD OF WARCRAFT\FMOD.DLL' (0x4172e000)
No debug information in 32bit DLL 'WININET.DLL' (0x417da000)
No debug information in 32bit DLL 'X11DRV.DLL' (0x41dd9000)
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code (0x00000000).
In 32-bit mode.
Register dump:
CS:0073 SS:007b DS:007b ES:007b FS:003b GS:0033
EIP:00000000 ESP:406c2740 EBP:406c2814 EFLAGS:00210246( R- 00 I Z- -P1 )
EAX:416c0300 EBX:40c423f0 ECX:40c3d110 EDX:416bfb60
ESI:40c3cdf0 EDI:00000001
Stack dump:
0x406c2740 (NTDLL.DLL.memcpy+0x42d720): 40c05a6c 406c2758 00000002 409acdac
0x406c2750 (NTDLL.DLL.memcpy+0x42d730): 40060255 409acdac 00000000 00000000
0x406c2760 (NTDLL.DLL.memcpy+0x42d740): 00000000 ffffffff 00000000 00000000
0x406c2770 (NTDLL.DLL.memcpy+0x42d750): 403a5ddc 406c2794 40988433 4039be70
0x406c2780 (NTDLL.DLL.memcpy+0x42d760): 00000000 4039be70 416bf238 00000001
0x406c2790 (NTDLL.DLL.memcpy+0x42d770): 00000864 406c27d0 4169ec9a 00000864
0x406c27a0 (NTDLL.DLL.memcpy+0x42d780):

Backtrace:
=>0 0x00000000 (ebp=406c2814)
1 0x40c05a6c (OPENGL32.DLL.wglGetSwapIntervalEXT+0x29c in libopengl32.so) (ebp=406c2814, null call assumed)
2 0x40c05df1 (OPENGL32.DLL.EntryPoint+0x81 in libopengl32.so) (ebp=406c2820)
3 0x4008ae33 (KERNEL32.DLL.__wine_call_from_16_regs+0x6887 in libntdll.so) (ebp=406c2844)
4 0x400865a1 (KERNEL32.DLL.__wine_call_from_16_regs+0x1ff5 in libntdll.so) (ebp=406c286c)
5 0x4008671f (KERNEL32.DLL.__wine_call_from_16_regs+0x2173 in libntdll.so) (ebp=406c2894)
6 0x40086767 (KERNEL32.DLL.__wine_call_from_16_regs+0x21bb in libntdll.so) (ebp=406c28b8)
7 0x400c833c (NTDLL.DLL.wine_server_call+0x1de4 in libntdll.so) (ebp=406c2964)
8 0x400c84df (NTDLL.DLL.wine_server_call+0x1f87 in libntdll.so) (ebp=406c2a98)
9 0x4034fb3c (NTDLL.DLL.memcpy+0xbab1c in libpthread.so.0) (ebp=406c2afc)
10 0x402ea93a (NTDLL.DLL.memcpy+0x5591a in libc.so.6) (ebp=00000000)

0x00000000: addb %al,0x0(%eax)
Modules:
Address Module Name
0x00400000-00b26000 (PE) C:\Program Files\World of Warcraft\WoW.exe
0x10000000-10069000 (PE) C:\PROGRAM FILES\WORLD OF WARCRAFT\DIVXDECODER.DLL
0x40054000-40056000 (PE) NTDLL.DLL
0x406d3000-40719000 (PE) C:\WINDOWS\SYSTEM32\MSVCRT.DLL
0x4074c000-4074e000 (PE) KERNEL32.DLL
0x407a8000-407aa000 (PE) COMCTL32.DLL
0x40856000-40858000 (PE) USER32.DLL
0x40966000-40968000 (PE) GDI32.DLL
0x409d0000-409d2000 (PE) ADVAPI32.DLL
0x40a0b000-40a0d000 (PE) SHELL32.DLL
0x40ac5000-40ac7000 (PE) OLE32.DLL
0x40b2e000-40b30000 (PE) RPCRT4.DLL
0x40b6e000-40b70000 (PE) SHLWAPI.DLL
0x40b95000-40b97000 (PE) WSOCK32.DLL
0x40ba6000-40ba8000 (PE) WS2_32.DLL
0x40bbd000-40bbf000 (PE) IPHLPAPI.DLL
0x40c01000-40c03000 (PE) OPENGL32.DLL
0x41692000-41694000 (PE) DDRAW.DLL
0x416c6000-416c8000 (PE) GLU32.DLL
0x416cf000-416d1000 (PE) IMM32.DLL
0x416e6000-416e8000 (PE) WINMM.DLL
0x4172e000-417bd000 (PE) C:\PROGRAM FILES\WORLD OF WARCRAFT\FMOD.DLL
0x417c2000-417c4000 (PE) MSACM32.DLL
0x417da000-417dc000 (PE) WININET.DLL
0x41dd9000-41ddb000 (PE) X11DRV.DLL
Threads:
process tid prio
00000001 (D) C:\Program Files\World of Warcraft\WoW.exe
00000002 0 <==
WineDbg terminated on pid 1
Et voilà j'en suis là. Quand j'essaie de lancer l'icône sur le bureau, ça fait une fenêtre en chargement qui se charge pas.

++
Il se pourrait que WoW soit mal installé mais c'est difficile a dire.

Tu lance bien WoW en allant dans le repertoire de WoW et en le lancant de la facon suivante ?

Code:
# cd ~/Transgaming_Drive/World\ of\ Warcraft/
# cedega WoW.exe
[edit : nan rien, problème résolu]

Par contre, maintenant que cvscedega est installé, j'ai un problème, il ne fonctionne pas.
J'ai bien dans mon home le .cvscedega et dedans le config
Ma partition avec windows est montée dans /mnt/windows/
Déjà, dilemme. Dans le fichier config faut que je mette dans le Path du C /mnt/windows/ ou je laisse le home/floflo/.cvscedega/c_drive/ ?
De toutes façons, j'ai testé avec les deux, j'ai le même résultat à chaque fois, ça marche pas.
En général, j'ai toujours à la fin ça de commun :
Code:
err:win:GetDesktopWindow Wine init error: either you're trying to use an invalid native USER.EXE config, or some graphics/GUI libraries or DLLs didn't initialize properly. Aborting.
Avec parfois des trucs comme
Code:
Could not load graphics driver 'x11drv'
Personne a une idée d'où ça peut venir ? La je suis paumé...
Minto> Il faudrait essayer avec une version de WoW recopié d'une partition Windows, si cela fonctionne cela voudrais dire que l'installation c'est mal deroulé sous Linux.

Pitit Flo -TMP> Supprime le repertoire .cvscedega et relance cvscedega. n'utilise pas ta partition native de Windows si tu es en NTFS, recopie plutot ton installation de WoW dans un endroit de ton linux
Bonjour, j'ai désormais passe sous Linux et j'ai quelques petits problèmes avec WoW. J'ai tout réussi avec Cedega 4.3 en suivant les instruction sur le site. Au début j'étais capable de me connecter sur WoW mais je ne voyais pas mon perso et je ne voyais pas les autre perso (je ne voyais pas les items dynamique si on peu dire, je ne voyais pas npc,tables,etc..) juste le décor Ironforge (la place ou j'étais).
Et puis mon ami a fait des petits changement cote drivers de ATI et puis la je ne suis même plus capable d'ouvrir WoW via cedega, on me dit qu'on a pas pu lancer 3D accélération. Alors j'ai cliquer et jme suis dit que le site doit avoir un forum. J'y suis aller, j'ai lu le How-To et j'ai essayer d'installe CVS Cedega mais en vain.

J'ai l'erreur suivante:

<code>
--------- Error log - file /root/.WineCVS/sources/cvscedega/ErrorLog : ---------/root/.WineCVS/Functions/RunWineCVS: line 728: cvs: command not found
</code>

Je ne sais plus du tout si je suis dans le bon chemin si je doit installer CVS Cedega ou bien si j'ai problème de drivers, mais j'ai chercher partout des tuto, des readme et tout, sans réussir a trouver comment aller sur WoW et tout bien voir.

Je suis un peu nouveau a Linux mais a date je sais bien me débrouiller alors toute aide offerte est grandement accepter pcq sans WoW je ne vais pas vraiment sous Linux je vais plutôt sur Windows et sa me dégonfle.

Si jamais quelqu'un veut m'aider en ligne voici mon e-mail: c_belle_une_fille@hotmail.com

Je vous remercie beaucoup d'avance en attendant patiemment vos réponses.


Ratius
Répondre

Connectés sur ce fil

 
1 connecté (0 membre et 1 invité) Afficher la liste détaillée des connectés