[SOLVED] WoW 4.3 and Wine 1.5.7

I thought what the hell, I'll check out the trial of this game considering everyone on the planet has played it at some point or another. Lots of people are using Wine to play it so I came to the conclusion that it should work fine in Wine, but apparently not.
Using a brand new prefix, the game installed fine (using the full game installer, the installer for the Trial crashes a second after it opens) but it refuses to start, in fact it crashes out instantly:
err:seh:raise_exception Unhandled exception code c0000005 flags 0 addr 0xf772d47c
Running it through winedbg gives this:
htpc@topaz World of Warcraft $ WINEPREFIX=~/Wine/wow WINEDEBUG='' winedbg Wow.exe
WineDbg starting on pid 0023
Unhandled exception: page fault on write access to 0x3699b815 in 32-bit code (0xf77dc47c).
fixme:dbghelp_dwarf:compute_location Only supporting one breg (ecx/18 -> eax/17)
Register dump:
CS:0023 SS:002b DS:002b ES:002b FS:0063 GS:006b
EIP:f77dc47c ESP:ffdd5750 EBP:ffdd5858 EFLAGS:00010212( R- -- I -A- - )
EAX:79a3ea88 EBX:f77f0fc4 ECX:79f8a0e0 EDX:351cd000
ESI:017ce815 EDI:8c58aa90
Stack dump:
0xffdd5750: 7d9f7a60 7d9f8e60 00000001 00000001
0xffdd5760: 00000000 f77f0fc4 ffdd5848 f77db434
0xffdd5770: 79915000 01e73000 00000005 00000000
0xffdd5780: 00000000 00000000 0000000b 00000039
0xffdd5790: 0000005b 0000006e 7d9f8df0 0000007c
0xffdd57a0: 00000000 f77e98ea 00000000 ffdd5770
Backtrace:
=>0 0xf77dc47c _dl_relocate_object+0x105c() in ld-linux.so.2 (0xffdd5858)
1 0xf77e34a5 dl_open_worker+0x3e4() in ld-linux.so.2 (0xffdd5908)
2 0xf77df1ae _dl_catch_error+0x6d() in ld-linux.so.2 (0xffdd5a58)
3 0xf77e2c94 _dl_open+0x93() in ld-linux.so.2 (0xffdd5a58)
4 0xf7499cbe in libdl.so.2 (+0xcbd) (0x00000002)
5 0xf77df1ae _dl_catch_error+0x6d() in ld-linux.so.2 (0xffdd5bd0)
6 0xf749a412 in libdl.so.2 (+0x1411) (0xffdd5bd0)
7 0xf7499d77 dlopen+0x46() in libdl.so.2 (0xffdd5c28)
8 0xf7692826 wine_dlopen+0x35(filename="/usr/bin/../lib/wine/opengl32.dll.so", flag=0x2, error="", errorsize=0x100) [/home/htpc/wine-git/src/wine-git-64-build/libs/wine/../../../wine-git/libs/wine/loader.c:888] in libwine.so.1 (0xffdd5c28)
9 0xf7692905 dlopen_dll+0x64(name=<internal error>, error="", errorsize=0x100, test_only=0, exists=0xffdd5cd0) [/home/htpc/wine-git/src/wine-git-64-build/libs/wine/../../../wine-git/libs/wine/loader.c:284] in libwine.so.1 (0xffdd5c88)
10 0x7bc4cb0f load_builtin_dll.isra+0x39e() in ntdll (0xffdd5f08)
11 0x7bc51055 load_dll+0x4b4(load_path="C:\Program Files\World of Warcraft;.;C:\windows\system32;C:\windows\system;C:\windows;C:\windows\system32;C:\windows;C:\windows\system32\wbem", libname="OPENGL32.dll", flags=0, pwm=0xffdd60b0) [/home/htpc/wine-git/src/wine-git-64-build/dlls/ntdll/../../../wine-git/dlls/ntdll/loader.c:2018] in ntdll (0xffdd6028)
12 0x7bc4fe9b fixup_imports+0x63a(wm=0x1106e0, load_path="C:\Program Files\World of Warcraft;.;C:\windows\system32;C:\windows\system;C:\windows;C:\windows\system32;C:\windows;C:\windows\system32\wbem") [/home/htpc/wine-git/src/wine-git-64-build/dlls/ntdll/../../../wine-git/dlls/ntdll/loader.c:578] in ntdll (0xffdd6128)
13 0x7bc51b57 LdrInitializeThunk+0x1c6(kernel_start=0x7b85c890, unknown2=0, unknown3=0, unknown4=0) [/home/htpc/wine-git/src/wine-git-64-build/dlls/ntdll/../../../wine-git/dlls/ntdll/loader.c:2699] in ntdll (0xffdd6198)
14 0x7b862a80 __wine_kernel_init+0xbdf() [/home/htpc/wine-git/src/wine-git-64-build/dlls/kernel32/../../../wine-git/dlls/kernel32/process.c:1255] in kernel32 (0xffdd7098)
15 0x7bc523c3 __wine_process_init+0x172() [/home/htpc/wine-git/src/wine-git-64-build/dlls/ntdll/../../../wine-git/dlls/ntdll/loader.c:2918] in ntdll (0xffdd7118)
16 0xf7692e82 wine_init+0x2a1(argc=0x2, argv=0xffdd7654, error="", error_size=0x400) [/home/htpc/wine-git/src/wine-git-64-build/libs/wine/../../../wine-git/libs/wine/loader.c:831] in libwine.so.1 (0xffdd7178)
17 0x7bf00dab main+0x7a(argc=0x2, argv=0xffdd7654) [/home/htpc/wine-git/src/wine-git-64-build/loader/../../wine-git/loader/main.c:230] in <wine-loader> (0xffdd75b8)
18 0xf74b73d5 __libc_start_main+0xf4() in libc.so.6 (0x00000000)
0xf77dc47c _dl_relocate_object+0x105c in ld-linux.so.2: movl %edi,0x0(%esi,%edx,1)
Wine itself works fine, I've got other games installed into other prefixes which all work without issue.
This is on kernel 3.4.4 with an nVidia GT430 using the 302.17 drivers.
The debug info was gotten from my own build, but I get the same behavior with my package or the official Arch package.
Any ideas? I must be missing something obvious here.
EDIT: Looks like the WoW binaries were broken for some reason. Works using a newly downloaded (10GB!) client. Wasn't a Wine or system issue.
Last edited by Enverex (2012-06-29 14:30:39)

Try:
- Reset the iOS device. Nothing will be lost
Reset iOS device: Hold down the On/Off button and the Home button at the same time for at
least ten seconds, until the Apple logo appears.
- Restore from backup. See:                                 
iOS: How to back up                                                                
- Restore to factory settings/new iOS device.             
If still problem, make an appointment at the Genius Bar of an Apple store since it appears you have a hardware problem.
  Apple Retail Store - Genius Bar

Similar Messages

  • [SOLVED] WoW and arch64 bit

    Hello all,
    I've successfully ran WoW in Arch32, and I've recently upgraded my rig to and installed Arch64.  I followed the wiki in installing wine, including the 32bit libraries.
    I used the same install of WoW, an when i run it:
    WINEARCH=win32 WINEPREFIX=/mnt/gamedata/games/.win32-wow wine wow.exe -opengl
    I went the login page, entered my WoW credentials and I get a message:
    "There was an error logging in.  Please try again later..."
    I copied my WoW directory to my windows partition and rebooted.
    This time I booted into windows 7 64bit, and launched WoW.  Logged into Wow and was able to play just fine.
    Any idea why I can't run it on Arch64?
    --nixIT
    Last edited by nixIT (2011-05-29 04:48:41)

    themattbeballin wrote:
    Did you install lib32-libldap from the [multilib] repo?
    multilib/lib32-libldap 2.4.22-3 [installed]
    Lightweight Directory Access Protocol (LDAP) client libraries (32-bit)
    After-thought here... but just to make sure, you should also have the lib32- equivalent of your graphics driver libraries installed...
    Mine would be:
    multilib/lib32-nvidia-utils 270.41.19-1 [installed]
    NVIDIA drivers utilities and libraries. (32-bit)
    Last edited by themattbeballin (2011-05-29 04:36:36)

  • [SOLVED] wine and wine-silverlight

    hello
    i wanted to watch netflix so i installed netflix desktop
    i needed wine-silverlight for that but it conflicts with wine
    how can i install both of them? or is there an other way to watch netflix on my linux computer?
    Last edited by Fearce (2014-04-04 18:07:12)

    In many cases you can use wine-silverlight instead of wine. The improved API may result in a few bugs in other functions becoming visible, so if that is the case you can use the precompiled pipelight and wine-compholio packages from the pipelight repository. http://fds-team.de/cms/pipelight-instal … tion_1_2_1
    Or you can modify some variables in the PKGBUILDs: https://wiki.archlinux.org/index.php/Pi … _variables
    Last edited by progandy (2014-04-04 17:19:57)

  • RE: RunCommand and Win 95

    Actually, NT just renamed the mapping layer for WOW
    type cmd /? to see the same (more) options on the NT interpreter
    and command.com /? for the MSDos command interpreter
    -----Original Message-----
    From: Tim Sawyer [SMTP:[email protected]]
    Sent: Wednesday, April 14, 1999 11:32 AM
    To: '[email protected]'
    Subject: Re: RunCommand and Win 95
    On Wed, 14 Apr 1999, Daniel Nguyen wrote:
    Hi,
    You can not use Copy command on windows : it is a Dos command. So you
    should make a
    bat file and launch it with the runcommand for instance.Or use command.com with appropriate parameters. (sorry, I don't remember
    exactly, and I have no DOS based machine here ... :)) )To run it using command.com, I think you need to run
    command /ccopy <source> <dest>
    (the /c specifies the command that you want to run)
    but this will not work on NT, cos NT doesn't have a command.com. This
    doesn't sound like the right way to go about doing the copy though...
    Tim Sawyer
    PanCredit
    Leeds, UK.
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive <URL:http://pinehurst.sageit.com/listarchive/>-
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive <URL:http://pinehurst.sageit.com/listarchive/>

    Christina,
    Since you are in a mixed environment, you should avoid using the operating
    system commands for portability reasons. You can use the -fns option on
    the ftexec command which allows you to override the environment/registry
    variable FORTE_NS_ADDRESS.
    Example: ftexec.exe -fns computername:portnumber
    Hope this helps in your situation.
    Doug Laures
    Senior Technical Consultant
    Claremont Technology Group
    Columbus OH
    To: forte-users @ Sagesoln.com
    cc: (bcc: Douglas Laures/Central Region/Claremont)
    From: BuPEDV @ compuserve.com @ INTERNET@INTERLIANT
    Date: 10/15/97 07:11:20 AM AST
    Subject: Re: RunCommand and ftexec
    Hello Christina,
    try the task.part.OperatingSystem.SetEnv() - method befor you make the
    start with RunCommand. in SetEnv you set FORTE_NS_ADRESS to server2:6000.
    Because the RunCommand executes a new shell, the calling Apllication A
    works with it's old adress.
    Hope it helps.
    Joseph Mirwald
    EMAIL: [email protected]
    Christina Tomacelli wrote:
    Dear forte-users,
    I have the following problem.
    I have an application A that uses a certain environment (say Aenv, with
    FORTE_NS_ADDRESS=server1:5000). This application executes at a certain time
    a RunCommand and calls a "ftexec" which runs another Forte' application
    (B). Application B belongs to a different environment (say Benv, with
    FORTE_NS_ADDRESS=server2:6000).
    When I call application B from application A, application B reads the same
    FORTE_NS_ADDRESS which was set before start executing application A (that
    is, application B uses FORTE_NS_ADDRESS=server1:5000, which is incorrect).
    I can have mixed platform UNIX and Windows 95, so FORTE_NS_ADDRESS can be
    an environment variable or a line in forte.ini.
    Can you think of a workaround to this problem ?
    TIA
    Cristina Tomacelli
    (See attached file: firma.txt)

  • Memory violation / segmentation fault at k3b, kdenlive and wine

    Hello, i cant run k3b, kdenlive and wine.
    When i try to run some of listed apliactions i got segmentation fault.
    Here are some logs:
    strace k3b
    http://wklej.org/id/350797/
    valgrind k3b
    http://wklej.org/id/350806/
    strace kdenlive
    http://wklej.org/id/350801/
    valgrind k3b
    http://wklej.org/id/350807/
    I launched Wine separated version installed by PlayOnLinux, and just made a bash script in /usr/bin/wine:
    #!/bin/bash
    /home/webnull/.PlayOnLinux/WineVersions/1.1.44/usr/bin/wine $@
    And wine runs from /home/webnull/.PlayOnLinux/WineVersions/1.1.44/usr/bin/win using /usr/bin/wine but this is not a solution, its just a shortcut to other installed wine.
    @edit
    SOLVED: BUG IN GLIBC 2.12-2 OR BINUTILS 2.20.1-3 JUST DOWNGRADED THESE PACKAGES USING http://schlunix.org/archlinux/core/os/
    -- WebNuLL
    Last edited by webnull (2010-06-15 14:31:49)

    Here is some additional information that may or may not be of any relevance. I do not know.
    On the old server, I compiled the code with the compilation commands: f95 program.for
    I was able to compile and execute code with small, medium size or large arrays (with or without the additional -openmp flag).
    If I repeat the same command: f95 program.for
    on the new server, I get the following compilation error message for programs with medium size and large arrays:
    In function `newmaxmalecor':
    /mnt/ide0/home/gustaf/education/programming/cesprod100//chicago.for:4340: relocation truncated to fit: R_X86_64_32 against symbol
    If I compile with the additional flags: f95 -xmodel=medium -m64 program.for
    on the new server, there are no compilation errors and I can run the code in sequence.
    However, when I compile with
    f95 -xmodel=medim -m64 -openmp program.for
    on the new server, compilation works, but I cannot execute the code with medium size and large arrays.
    The programs for which I have to add the "-xmodel=medium" flag on the new server to be able to compile the code and run it in sequence, are exactly the ones for which I get segmentation faults when I introduce the openmp flag and try to execute the code in parallel fashion.
    Is this just a coincidence?
    Lage

  • Running .bat files as administrator on win 7 and win 2k8 machines

    I have .bat which will be copied onto Win 7 and Win 2k8 machines remotely. The batch file contains scripts to stop and restart Windows services, like,
    net stop "Adobe Acrobat Update Service".
    Now when I run this batch file, I get "System error 5 has occurred. Access is denied."
    I understand that I need to run this batch file as administrator (here by administrator I mean, Windows default administrator.).
    Does anyone have a solution for this?
    P.S: 1) "run as" command inside the .bat file won't work, since you need to run the .bat file itself as administrator (here by administrator I mean, Windows default administrator.).
    2) I can create another batch file (say b.bat) containing the "run as" command and invoking the the original batch file (say a.bat), which has the command net stop "Adobe Acrobat Update Service". But still, this won't solve the issue, since you can run as,
    the user, who has administrator privileges and not run as administrator (here by administrator I mean, Windows default administrator.) itself.

    Suhas,
    Can you explain me why you want to do this?
    Maby there are there some beter ways to achive your goal.
    The reason why this doesn't work is UAC who strips the administrator tokens from your user account.
    So it is not nesseary to use the default windows administrator account. Just a user with administrative priviliges will do you only need to run this command elevated.
    There are several ways to run this command elevated:
    Just right click on the batch file and choose the option run as administator.
    Quite simple but a no go if you wanna have a fully automated solution
    Use PsExec.exe  from the pstools suite (avaible
    here)
    If you use the command like this:
    PSEXEC -u domain\user -p password -h net stop spooler
    PSEXEC -u domain\user -p password -h net start spooler
    Or from a remote machine (pcX = remote management machine, pcY = machine where you want to restart the service.)
    Execute this command on machine pcX:
    PSEXEC \\pcY -u domain\user -p password -h net stop spooler
    PSEXEC \\pcY -u domain\user -p password -h net start spooler
    Create a sheduled task with the "highest privlilges" that executes your batch file.
    etc ...
    Kind Regards
    DFT
    IM me - TWiTTer: @DFTER

  • I am trying to setup air print with a canon PIXMA iP7250 and win 7 64bit

    I am trying to setup air print using a canon PIXMA iP 7250 printer  and win 7 64bit

    Did you read the instruction manual?
    http://www.canon-europe.com/Support/Consumer_Products/products/printers/InkJet/P IXMA_iP_series/PIXMA_iP7250.aspx?faqtcmuri=tcm:13-982915&page=1&type=faq

  • Mac Pro -- Installing XP and Win 7 on a SEPARATE Internal Drive

    I would like to install Windows XP SP2 and Windows 7 onto the second Internal Drive in my Mac Pro. I am planning to install Win XP on the first partition and Win 7 onto the second Partition of Drive 2.
    Will this work?
    Drive 1 - GUID partition Scheme -- 1 partition -- Snow Leopard
    Drive 2 - MBR Partition Scheme -- 2 partitions -- WinXP -- Windows 7
    Drive 3 - MBR Partition Scheme -- 3 partitions -- Linux
    Drive 4 - MBR Partition Scheme -- 1 partition -- NTFS Shared Data
    Can I use MBR or do I need to use GUID Partition Scheme on my second drive holding Win XP and Win 7?
    P.S. I do not plan to use Bootcamp assistant to install WIndows XP and Win 7. I only will be using the Mac OS X Install Disk to install the Bootcamp Drivers.
    And What does this mean in the Bootcamp Guide:
    "Note: If your computer has more than one internal disk and you want to install
    Boot Camp on a disk that isn’t in the first hard drive bay, remove the drives in the lower numbered bays. You can reinstall the drives after you install Boot Camp."
    What does Apple mean by lower number bays? Drive 1 or Drives 3 and 4?
    And why do I need to remove drives?
    Rob

    I thought it might be possible, and while you must use MBR, and while Windows 7 can install on its own without BCA, the same is not true of XP. People have tried, and the conclusion was a no go.
    Don't know what Linux requires.
    GPT is fine for data drives though, and is required when you get into drives of 2TB and larger.
    As long as you format the drive partition table as MBR you are fine.
    The only time when you used GPT you have to also use BCA to add the MBR and have a hybrid partition. GPT actually includes an "MBR holder" to prevent XP and others from wrecking havoc on GPT volumes that they don't support.
    Never used XP, and for one purpose alone I just used XP Mode instead.
    Apple tech notes are full of misinformation and support for Windows on their own Macs is sadly missing.
    BUT: remove any and all drives that are GPT or have OS X during the install of Windows (both XP and 7). Otherwise it won't install. Then put them back. And if you want to play safe, then use the drive bay #1 at the front of the Mac for Windows, yes.
    http://developer.apple.com/technotes/tn2006/tn2166.html
    http://www.microsoft.com/whdc/device/storage/GPT_FAQ.mspx

  • After i install window 8.1, i can't see window icon in my start up disk, i see only mac icon 10.10, but i can see both mac and win icon in my window boot camp control. i want to see window icon in my mac Yosemite 10.10.2,system preference, start up disk

    After i install window 8.1, i can't see window icon in my start up disk, i see only mac icon 10.10, but i can see both mac and win icon in my window boot camp control. i want to see window icon in my mac Yosemite 10.10.2,system preference, start up disk.

    Third-party NTFS software interferes with the Apple NTFS drivers, which control whether you can see the Bootcamp partition in the Startup Disk option. As a test, can you uninstall all third-party NTFS software and check System Preferences -> Startup Disk?

  • Is fox 35 and win. 8.1 and theAMD A8 compatable ?

    Have loaded and uninstalled fox 35 several times----no error warnings---set fox for default-----but the result is a Franken browser part Explorer 11 and part Fox 35 and not usable . On the 1st uninstall Explorer 11 vanished but it's still there---when I reload Fox it's the same Franken browser and I found Exp. 11 when I tried ''new internet connection'' it seems 11 is already running but not showing any longer on desktop or in programs but it is intact and not a franken browser. Is there conflict with using Fox 35 and Win. 8.1 and the AMD A8 ??

    Hello,
    In order to better assist you with your issue please provide us with a screenshot. If you need help to create a screenshot, please see [[How do I create a screenshot of my problem?]]
    Once you've done this, attach the saved screenshot file to your forum post by clicking the '''Browse...''' button below the ''Post your reply'' box. This will help us to visualize the problem.
    Thank you!

  • Adobe products under OS X and Win XP

    Can anyone give me a comparison of the performance of Photoshop,etc. when running them under OS X and Win XP (boot camp of course on the same machine).
    I'm assuming CS2. Just raw performance...I will have to factor in the time I would save using the awesomely productive OS X and clunky old XP.
    Thanks!

    sonicsoul,
    Up to now there's a HUGE difference of speed and performance with Photoshop CS2 between XP and OSX. The thing that makes Phosothop CS2 slower on MacOS X (Intel CD) is that the app is created for PowerPC, so running Photoshop CS2 (or any other app that's not yet Universal) with Rosetta, will make the app work HALF speed as on a PowerPC one. On windowsXP it works reaaaaaaally fast. I'm gonna use it till Adobe launches a Universal version. And I suggest that you do the same.
    Hope that answers your question.

  • Printing from Adobe Reader X with HP UPD PCL6 ver 61.107.4.8232 and Win 7 x64

    Hello,
    I have a Windows 2003 32-bit server with HP UPD PCL6 driver, version 61.107.4.8232 installed for several HP P4014dn printers.  I'm running into an issue printing from Adobe X on Win 7 x64 machines.  There is a delay of about 5-10 minutes, per page, before the job is spooled and printed.
    Any thoughts on why this only affects Win 7 x64 machines?  Printing works without any issues on Win XP and Win 7 32-bit machines.
    Thanks in advance.

    This is true when printing a .pdf file opened thru IE and a saved .pdf file.

  • My MacBook Pro keyboard not working correctly after Win7 bootcamp installation. In OSx boot it keep Win keyboard. How can I have Mac keyboard in OS boot and Win keyboard in Win boot?

    My MacBook Pro keyboard not working correctly after Win7 bootcamp installation.
    Installation went well but when I boot either with OSx or Win it always keeps Windows keyboard.
    How can I have Mac keyboard in OS boot and Win keyboard in Win boot?

    Hi - I have the exact same model as your MacBook and had a few questions as mine is acting up. I upgraded the ram to 8gb (2x 4GB ram) and ever since then my computer has not been running as smoothly and the start up time is horrendous. Have you encountered this problem? And if so how did you fix? What would you advise me do?
    I was thinking of reverting back to the original factory 4GB then rebooting the entire computer. Any suggestions?
    Thanks in advance!
    Allen

  • Few days before I brought one iphone 5 by second party and this phone make a unlock but it sometime have a cellular network most of time say no service can u solve this problem please and I put serial number it say this phone is replace can u help me for

    Few days before I brought one iphone 5 by second party and this phone make a unlock but it sometime have a cellular network most of time say no service can u solve this problem please and I put serial number it say this phone is replace can u help me for original serial number....

    If Apple's service database says that your iPhone was replaced, then Apple will no longer provide any service for that phone.
    First, get a new SIM from your cell carrier and see if that corrects the problem. If it does not, try the usual steps for addressing software problems: restart, reset, restore.
    http://support.apple.com/kb/HT1430
    http://support.apple.com/kb/HT1414
    If you try restoring from a backup and that doesn't fix the problem, try restoring to factory settings and, if the problem goes away, then sync back your apps and content. You'll lose the app data and settings, but if the problem is due to a corrupt cache or settings file, restoring to factory settings should cure it.
    If none of that helps, your device may have developed a hardware fault. Again, Apple will provide no service for it, so you will need to pay some independent repair shop to fix your iPhone.
    Regards.

  • HT4367 I have tried to restore my Apple tv (gen 3 and win 8.1)

    I have tried to restore my Apple tv (gen 3 and win 8.1) according to the Apple description but it fails. I have tried three different usb cables with no luck. iTunes does not seem to recognise that i have connected the Apple TV via usb. Any suggestions?

    See:  "If your Apple TV still does not respond or if you were unable to follow the above steps"  here >  Apple TV (2nd and 3rd generation): Restoring your Apple TV

Maybe you are looking for