Hi
I have an issue playing Lord Of The Rings Online in the current version of Wine.
It crashes out after a few minutes of playing. The following output is in the terminal window:-
fixme:win:FlashWindowEx 0x32d770
fixme:font:ExtTextOutW flags ETO_NUMERICSLOCAL | ETO_NUMERICSLATIN | ETO_PDY unimplemented
fixme:winsock:WSAIoctl unsupported WS_IOCTL cmd (9800000c)
fixme:toolhelp:CreateToolhelp32Snapshot Unimplemented: heap list snapshot
fixme:toolhelp:Heap32ListFirst : stub
fixme:imm:NotifyIME IMC_SETCANDIDATEPOS
fixme:imm:ImmReleaseContext (0x1007a, 0x1e3c28): stub
fixme:win:FlashWindowEx 0x328350
err:gsm:GSM_DriverProc libgsm support not compiled in!
err:gsm:GSM_DriverProc libgsm support not compiled in!
err:gsm:GSM_DriverProc libgsm support not compiled in!
err:gsm:GSM_DriverProc libgsm support not compiled in!
err:gsm:GSM_DriverProc libgsm support not compiled in!
err:gsm:GSM_DriverProc libgsm support not compiled in!
err:gsm:GSM_DriverProc libgsm support not compiled in!
fixme:win:FlashWindowEx 0x3265d0
I've no idea where to start in looking for a solution to this.
Any ideas?
Thanks,
Mike.
Wine 1.41 Lotro Crash
Re: Wine 1.41 Lotro Crash
Your Wine was compiled without libgsm support. You need to compile it with libgsm support. If this is a distro package, contact the package maintainer. If you're compiling it yourself, make sure you have the libgsm development files (and anything else configure complains about).skaro wrote:err:gsm:GSM_DriverProc libgsm support not compiled in!
Thanks - how do I actually do this?
I've grabbed the source for libgsm and compiled it. Which files do I then need to copy and where do I need to copy them to for Wine to see them?
I've tried copying the .h files to /usr/include and libgsm.a to my usr/lib folder but Wine still gives me the error that libgsm development files cannot be found.
Thanks for any help on this.
I've grabbed the source for libgsm and compiled it. Which files do I then need to copy and where do I need to copy them to for Wine to see them?
I've tried copying the .h files to /usr/include and libgsm.a to my usr/lib folder but Wine still gives me the error that libgsm development files cannot be found.
Thanks for any help on this.