Wine 1.41 Lotro Crash

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
skaro
Level 2
Level 2
Posts: 11
Joined: Wed Dec 23, 2009 6:54 am

Wine 1.41 Lotro Crash

Post by skaro »

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.
User avatar
dimesio
Moderator
Moderator
Posts: 13373
Joined: Tue Mar 25, 2008 10:30 pm

Re: Wine 1.41 Lotro Crash

Post by dimesio »

skaro wrote:err:gsm:GSM_DriverProc libgsm support not compiled in!
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
Level 2
Level 2
Posts: 11
Joined: Wed Dec 23, 2009 6:54 am

Post by skaro »

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.
skaro
Level 2
Level 2
Posts: 11
Joined: Wed Dec 23, 2009 6:54 am

Post by skaro »

Sorted now - got libgsm compiled in and touch wood...no crash so far after half an hour of playing!!

Thanks.
Locked