http://bugs.winehq.org/show_bug.cgi?id=59236 --- Comment #4 from Louis Lenders <xerox.xerox2000x@gmail.com> --- (In reply to sldev from comment #3)
(In reply to Louis Lenders from comment #1)
Hi, Could you also post the console output before the crash?
I attached wine-warnings.zip with the output.
Some relevant lines seem to be: libEGL warning: pci id for fd 317: 10de:2488, driver (null) pci id for fd 319: 10de:2488, driver (null) pci id for fd 320: 10de:2488, driver (null) libEGL warning: egl: failed to create dri2 screen And the crash happens at: wine: Unhandled page fault on read access to 0000000000000878 at address 00000001405EF4AF (thread 00f4), starting debugger...
Hi, your log contains a bunch of serious errors that I guess you first need to fix: 0564:err:winediag:NtCreateFile Too many open files, ulimit -n probably needs to be increased 087c:err:module:import_dll Loading library IPHLPAPI.DLL (which is needed by L"D:\\.wine\\drive_c\\Program Files\\SecondLifeViewer\\llplugin\\libcef.dll") failed (error c000011f). - Have you tried increase it? These errors really should be fixed first I guess. -Also it might be worth (if it still crashes) to try disable EGL and see if that changes anything (Create the registry key HKEY_CURRENT_USER\Software\Wine\X11 Driver\UseEGL and set it to "N") -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.