https://bugs.winehq.org/show_bug.cgi?id=39437
Bug ID: 39437
Summary: Visual Studio 2015-compiled C++ programs do not run
(unimplemented function
api-ms-win-crt-runtime-l1-1-0.dll._seh_filter_dll)
Product: Wine
Version: 1.7.52
Hardware: x86
URL: https://www.microsoft.com/en-us/download/confirmation.
aspx?id=48145
OS: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: madewokherd(a)gmail.com
Distribution: ---
Created attachment 52551
--> https://bugs.winehq.org/attachment.cgi?id=52551
C++ Hello World program compiled with Visual Studio 2015
Attached HelloWorld.exe is a C++ program compiled with Visual Studio 2015. It
depends on vcruntime140.dll and msvcp140.dll, which Wine does not have.
The redistributable package for these files can be downloaded here:
https://www.microsoft.com/en-us/download/confirmation.aspx?id=48145
Currently fails in PROCESS_ATTACH of msvcp140.dll, with:
wine: Call from 0x7b83a76c to unimplemented function
api-ms-win-crt-runtime-l1-1-0.dll._initialize_onexit_table, aborting
This exception is apparently handled by calling another function we don't
implement:
wine: Call from 0x7b83a76c to unimplemented function
api-ms-win-crt-runtime-l1-1-0.dll._seh_filter_dll, aborting
Calls to this function spam the terminal until the stack overflows. I put that
in the subject because it's more noticeable, but the first issue is
_initialize_onexit_table
--
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.
https://bugs.winehq.org/show_bug.cgi?id=5850
winetest(a)luukku.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |00cpxxx(a)gmail.com,
| |winetest(a)luukku.com
--
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.
http://bugs.winehq.org/show_bug.cgi?id=32217
Bug #: 32217
Summary: PES 2010 - PROGRAM ERROR
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nickarditsa(a)yahoo.gr
Classification: Unclassified
Created attachment 42492
--> http://bugs.winehq.org/attachment.cgi?id=42492
Program Error Details
I have installed PES 2010 in UBUNTU 12.04, and even the installation was
succesful, when i try to execute the game, i have this message:
"The program pes2010.exe has encountered a serious problem and needs to close.
We are sorry for the inconenience".
In the details of the program it says "Unhandled exception: assertion failed in
32-bit code (0x680011b2)"
I have attached the Program Error Details...
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
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.
http://bugs.winehq.org/show_bug.cgi?id=31720
Bug #: 31720
Summary: ScriptControl can't be used for jscript
Product: Wine
Version: 1.5.13
Platform: x86
URL: http://netikka.net/dev/scriptcontroltest.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: jscript
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ocean04(a)suomi24.fi
Classification: Unclassified
This small sample doesn't work
http://netikka.net/dev/scriptcontroltest.exe
procedure TForm1.Button1Click(Sender: TObject);
var sc: olevariant;
begin
sc:=createoleobject('ScriptControl');
sc.language:='JScript';
showmessage(sc.eval(edit1.text+'/'+edit2.text));
end;
First thing you need: winetricks msscript
Builtin jscript shows empty result. No fixmes in terminal.
(Also noticed errors are not handled, like letters or zerodivide)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
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.
https://bugs.winehq.org/show_bug.cgi?id=38538
Bug ID: 38538
Summary: Win32 toolbar separator is drawn as a red bar
Product: Wine
Version: 20050930
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: comctl32
Assignee: wine-bugs(a)winehq.org
Reporter: support(a)securenetterm.com
Distribution: ---
In wine version 1.7.41 and 1.7.42 the first separator in a toolbar is drawn
with a red color. All the remaining separators on the toolbar is draw
correctly. In version 1.7.40 and prior versions,the toolbar is drawn
correctly.
--
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.
https://bugs.winehq.org/show_bug.cgi?id=40217
Bug ID: 40217
Summary: Ubuntu vivid / wily use libgnutls 28 instead of 26
Product: Packaging
Version: unspecified
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: wine-packages
Assignee: michael(a)fds-team.de
Reporter: michael(a)fds-team.de
CC: michael(a)fds-team.de, sebastian(a)fds-team.de
Distribution: Ubuntu
The Ubuntu builds use the correct build dependencies for libgnutls but the
"Recommends" entry is wrong:
{{ =" libgnutls-deb0-28,\n" if debian_version >= 8 else ""
}}
{{ =" libgnutls26,\n" if debian_version < 8 else ""
}}
Ubuntu vivid/wily also use libgnutls 28, so we need to change this construct to
be compatible with launchpad and recommend the correct version.
--
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.
https://bugs.winehq.org/show_bug.cgi?id=40590
Bug ID: 40590
Summary: not opening
Product: Wine
Version: 1.9.9
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: daniel.cova1981(a)gmail.com
Created attachment 54441
--> https://bugs.winehq.org/attachment.cgi?id=54441
info
wine does not open
--
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.
https://bugs.winehq.org/show_bug.cgi?id=3864
fjfrackiewicz(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |fjfrackiewicz(a)gmail.com
--- Comment #25 from fjfrackiewicz(a)gmail.com ---
Still an issue in Wine 1.9.15:
wine setup.exe
fixme:heap:RtlSetHeapInformation (nil) 1 (nil) 0 stub
fixme:localspl:monitor_load L"redmon32.dll",InitializePrintMonitor2 not
implemented
--
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.
https://bugs.winehq.org/show_bug.cgi?id=3599
Bruno Jesus <00cpxxx(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEEDINFO |NEW
--- Comment #26 from Bruno Jesus <00cpxxx(a)gmail.com> ---
Still present in 1.9.15, can be tested with Cups PDF printer. Instead of
printing the drawings it prints things like comment 2.
--
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.
https://bugs.winehq.org/show_bug.cgi?id=40627
Bug ID: 40627
Summary: Unimplemented function
msvcp110.dll.??0_Pad@std@@QAE@XZ
Product: Wine
Version: 1.8.2
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvcp
Assignee: wine-bugs(a)winehq.org
Reporter: cole.malachuk(a)gmail.com
Distribution: ---
I have encountered this bug with the "BethesdaNetLauncher.exe" program. As soon
as it launches, i get this error message and this terminal output.
I'm running wine 1.8.2 on Mac OS X 10.11.4.
Wine terminal output:
fixme:msvcp:_Mtx_init unknown flags ignorred: 2
fixme:msvcp:_Mtx_init unknown flags ignorred: 2
fixme:msvcp:_Mtx_init unknown flags ignorred: 2
fixme:msvcp:_Mtx_init unknown flags ignorred: 2
fixme:msvcp:_Mtx_init unknown flags ignorred: 2
fixme:msvcp:_Mtx_init unknown flags ignorred: 2
fixme:msvcp:_Mtx_init unknown flags ignorred: 2
fixme:msvcp:_Mtx_init unknown flags ignorred: 2
err:wintab32:LoadTablet LoadTabletInfo(0x1004a) failed
fixme:system:SetProcessDPIAware stub!
wine: Call from 0x7b82708d to unimplemented function
msvcp110.dll.??0_Pad@std@@QAE@XZ, aborting
wine: Unimplemented function msvcp110.dll.??0_Pad@std@@QAE@XZ called at address
0x7b82708d (thread 0009), starting debugger...
Unhandled exception: unimplemented function msvcp110.dll.??0_Pad@std@@QAE@XZ
called in 32-bit code (0x7b82708d).
Program error message crash report:
Register dump:
CS:001b SS:0023 DS:0023 ES:0023 FS:1007 GS:000f
EIP:7b82708d ESP:0032fb94 EBP:0032fc08 EFLAGS:00000212( - -- I -A- - )
EAX:7b8198d5 EBX:0032fd00 ECX:00000000 EDX:00000000
ESI:00000002 EDI:43965ee0
Stack dump:
0x0032fb94: 0032fc2c 00000008 7b827028 80000100
0x0032fba4: 00000001 00000000 7b82708d 00000002
0x0032fbb4: 438420b5 43842826 672405a8 0032fde0
0x0032fbc4: 67180e20 00a76578 0032fc2c 3238ec97
0x0032fbd4: 00a76578 00000000 0032fc3c 00a86a90
0x0032fbe4: 00000000 00a76578 0032fc2c 0032fbe7
0200: sel=1007 base=7ffc0000 limit=00000fff 32-bit rw-
Backtrace:
=>0 0x7b82708d _RaiseException+0x74() in kernel32 (0x0032fc08)
1 0x43842019 ___wine_spec_unimplemented_stub+0x24() in msvcp110 (0x0032fc38)
2 0x437ef4cd __wine_stub_msvcp110_dll_106+0x28() in msvcp110 (0x0032fcb0)
3 0x0043bfd6 in bethesdanetlauncher (+0x3bfd5) (0x0032fcb0)
4 0x0043ac89 in bethesdanetlauncher (+0x3ac88) (0x0032fd18)
5 0x00439ca0 in bethesdanetlauncher (+0x39c9f) (0x0032fe74)
6 0x0045b884 in bethesdanetlauncher (+0x5b883) (0x0032fec0)
7 0x7b84348c _call_process_entry+0xb() in kernel32 (0x0032fed8)
8 0x7b845731 _start_process+0x96() in kernel32 (0x0032ff18)
9 0x7bc5f27c _call_thread_func_wrapper+0xb() in ntdll (0x0032ff28)
10 0x7bc6129d _call_thread_func+0x68() in ntdll (0x0032ffa8)
11 0x7bc5f242 _call_thread_entry_point+0x11() in ntdll (0x0032ffc8)
12 0x7bc3f875 _start_process+0x19() in ntdll (0x0032ffe8)
0x7b82708d _RaiseException+0x74 in kernel32: addl $12,%esp
Modules:
Module Address Debug info Name (265 modules)
PE 330000- 33a000 Deferred qico
PE 400000- 58c000 Export bethesdanetlauncher
PE 590000- a52000 Deferred qt5gui
PE b70000- c72000 Deferred qwindows
PE 10000000-101c2000 Deferred clientlibrary
PE 40001000-401bd000 Stabs libwine.1.0.dylib
ELF 40796000-407d1000 Deferred ws2_32<elf>
\-PE 407a0000-407c7000 \ ws2_32
ELF 41182000-411c4000 Deferred wldap32<elf>
\-PE 41190000-411b8000 \ wldap32
ELF 411de000-411f8000 Deferred version<elf>
\-PE 411e0000-411f5000 \ version
ELF 414c1000-414eb000 Deferred iphlpapi<elf>
\-PE 414d0000-414e3000 \ iphlpapi
ELF 41600000-41743000 Deferred user32<elf>
\-PE 41610000-416e1000 \ user32
ELF 417a9000-417cc000 Deferred mpr<elf>
\-PE 417b0000-417c5000 \ mpr
ELF 417cc000-417f0000 Deferred imm32<elf>
\-PE 417d0000-417e9000 \ imm32
ELF 43000000-4311a000 Deferred gdi32<elf>
\-PE 43010000-4309a000 \ gdi32
ELF 4311a000-43196000 Deferred advapi32<elf>
\-PE 43120000-43171000 \ advapi32
ELF 43196000-431fe000 Deferred wininet<elf>
\-PE 431a0000-431e5000 \ wininet
ELF 431fe000-4328b000 Deferred shlwapi<elf>
\-PE 43200000-43251000 \ shlwapi
ELF 4328b000-4349e000 Deferred shell32<elf>
\-PE 43290000-4343a000 \ shell32
ELF 4349e000-435f9000 Deferred ole32<elf>
\-PE 434a0000-43578000 \ ole32
ELF 435f9000-43695000 Deferred rpcrt4<elf>
\-PE 43600000-4365c000 \ rpcrt4
ELF 43695000-437de000 Deferred oleaut32<elf>
\-PE 436a0000-43758000 \ oleaut32
ELF 437de000-43932000 Stabs msvcp110<elf>
\-PE 437e0000-43883000 \ msvcp110
ELF 43932000-43a0f000 Deferred msvcr110<elf>
\-PE 43940000-439c3000 \ msvcr110
PE 43a0f000-43a4f000 Deferred libncurses.5.4.dylib
PE 43a4f000-43ad4000 Deferred libfreetype.6.dylib
ELF 43ad4000-43b26000 Deferred winmm<elf>
\-PE 43ae0000-43b10000 \ winmm
ELF 43b26000-43b4b000 Deferred msacm32<elf>
\-PE 43b30000-43b44000 \ msacm32
ELF 43b4b000-43c02000 Deferred winemac<elf>
\-PE 43b50000-43bbb000 \ winemac
ELF 48476000-48494000 Deferred wintab32<elf>
\-PE 48480000-48490000 \ wintab32
ELF 48494000-484cf000 Deferred uxtheme<elf>
\-PE 484a0000-484c4000 \ uxtheme
PE 65000000-6544b000 Deferred qt5widgets
PE 67000000-67492000 Deferred qt5core
ELF 7b800000-7b931000 Stabs kernel32<elf>
\-PE 7b810000-7b8e0000 \ kernel32
ELF 7bc00000-7bcef000 Stabs ntdll<elf>
\-PE 7bc10000-7bc9e000 \ ntdll
ELF 7bf00000-7bf04000 Deferred <wine-loader>
PE 90028000-902cc000 Deferred libmecabra.dylib
PE 902cc000-902d9000 Deferred libkxld.dylib
PE 902d9000-902e3000 Deferred libsystem_networkextension.dylib
PE 90337000-90570000 Deferred coreimage
PE 90628000-90a5b000 Deferred facecore
PE 90a5b000-90a5e000 Deferred loginsupport
PE 90a5e000-90a7a000 Deferred cfopendirectory
PE 90a7a000-90ade000 Deferred systemconfiguration
PE 90ade000-90b33000 Deferred symbolication
PE 90b33000-90b6a000 Deferred corevideo
PE 90b6a000-90baa000 Deferred navigationservices
PE 90baa000-90bab000 Deferred veclib
PE 90bfe000-90bff000 Deferred libsystem_blocks.dylib
PE 90bff000-90fda000 Deferred liblapack.dylib
PE 90fda000-910cb000 Deferred diskimages
PE 910d7000-910db000 Deferred libpam.2.dylib
PE 910db000-91102000 Deferred libpng.dylib
PE 91102000-911cc000 Deferred discrecording
PE 91218000-91229000 Deferred langanalysis
PE 91229000-9122a000 Deferred carbon
PE 9122a000-91265000 Deferred ldap
PE 912f5000-9141c000 Deferred coretext
PE 915d9000-9160b000 Deferred dictionaryservices
PE 9160b000-9160f000 Deferred libextension.dylib
PE 91d24000-91d27000 Deferred libsystem_secinit.dylib
PE 91d27000-91d5b000 Deferred libsystem_m.dylib
PE 91d5b000-91d65000 Deferred applesrp
PE 91d65000-91d70000 Deferred carbonsound
PE 91d70000-91d71000 Deferred liblaunch.dylib
PE 91d71000-91d80000 Deferred libz.1.dylib
PE 91da7000-91e03000 Deferred printcore
PE 91e03000-91f02000 Deferred launchservices
PE 91f09000-91f59000 Deferred opencl
PE 91f59000-92080000 Deferred libsqlite3.dylib
PE 92080000-920f6000 Deferred searchkit
PE 924b2000-924b6000 Deferred libdyld.dylib
PE 925c6000-925d4000 Deferred speechrecognitioncore
PE 925d4000-925e5000 Deferred libgl.dylib
PE 92619000-9264d000 Deferred gss
PE 9264d000-92662000 Deferred corebluetooth
PE 92662000-92678000 Deferred libcginterfaces.dylib
PE 92678000-926b8000 Deferred libglimage.dylib
PE 926b8000-928f2000 Deferred libfosl_dynamic.dylib
PE 928f2000-928f5000 Deferred libcgxtype.a.dylib
PE 928f5000-928f9000 Deferred libcorevmclient.dylib
PE 92928000-9293a000 Deferred libbsm.0.dylib
PE 9293a000-92943000 Deferred netfs
PE 92944000-9295f000 Deferred liblzma.5.dylib
PE 9295f000-9296e000 Deferred opengl
PE 92979000-92a0b000 Deferred coresymbolication
PE 92a0b000-92aa1000 Deferred libsystem_c.dylib
PE 92aa1000-92aa4000 Deferred libsystem_configuration.dylib
PE 92aa4000-92c78000 Deferred imageio
PE 92c78000-92ca3000 Deferred libxslt.1.dylib
PE 92ca3000-92cfb000 Deferred hiservices
PE 92cfb000-92d3f000 Deferred libglu.dylib
PE 92d3f000-92d42000 Deferred libcvmspluginsupport.dylib
PE 92d42000-92ec8000 Deferred uifoundation
PE 92ec8000-933f7000 Deferred vimage
PE 933f7000-93400000 Deferred libsystem_pthread.dylib
PE 93400000-936fc000 Deferred carboncore
PE 936fc000-93707000 Deferred libsystem_notify.dylib
PE 93707000-93711000 Deferred libgfxshared.dylib
PE 93746000-93802000 Deferred backup
PE 93802000-93806000 Deferred servicemanagement
PE 9386b000-93874000 Deferred libsystem_dnssd.dylib
PE 93874000-9387e000 Deferred diskarbitration
PE 938a1000-938a5000 Deferred libscreenreader.dylib
PE 938a5000-938a6000 Deferred coreservices
PE 938a6000-938fb000 Deferred coreaudio
PE 938fb000-93915000 Deferred libsystem_malloc.dylib
PE 93915000-945f7000 Deferred appkit
PE 945f7000-949bf000 Deferred hitoolbox
PE 949c5000-949d2000 Deferred libcsfde.dylib
PE 949d2000-94c8f000 Deferred coredata
PE 94c8f000-94cb6000 Deferred multitouchsupport
PE 94ce4000-94d02000 Deferred libcrfsuite.dylib
PE 953b2000-953ed000 Deferred mediakit
PE 953ed000-95404000 Deferred liblinearalgebra.dylib
PE 9543d000-954dc000 Deferred colorsync
PE 957e0000-957e2000 Deferred libremovefile.dylib
PE 9580f000-95812000 Deferred libsystem_coreservices.dylib
PE 95812000-95885000 Deferred corewlan
PE 95891000-95896000 Deferred libgif.dylib
PE 95896000-958f0000 Deferred ae
PE 958f0000-959d7000 Deferred unorm8_rgba.dylib
PE 959d7000-959d9000 Deferred libdiagnosticmessagesclient.dyli
PE 959d9000-95a41000 Deferred libcorecrypto.dylib
PE 95a41000-95a70000 Deferred libarchive.2.dylib
PE 95a70000-95a84000 Deferred libsasl2.2.dylib
PE 95a84000-95a88000 Deferred libsystem_sandbox.dylib
PE 95a88000-95aa7000 Deferred libresolv.9.dylib
PE 95aa7000-95b3c000 Deferred performanceanalysis
PE 95b3c000-95b50000 Deferred sharing
PE 95b50000-95bd2000 Deferred iokit
PE 95bd2000-95db5000 Deferred quartzcore
PE 95dbd000-96071000 Deferred security
PE 96071000-96077000 Deferred libcompiler_rt.dylib
PE 9616f000-96176000 Deferred libunwind.dylib
PE 96176000-9617b000 Deferred libheimdal-asn1.dylib
PE 9617b000-9617e000 Deferred libradiance.dylib
PE 9617e000-96180000 Deferred libsystem.b.dylib
PE 96180000-961a5000 Deferred protectedcloudstorage
PE 96244000-9624e000 Deferred commonauth
PE 9624e000-96255000 Deferred speechrecognition
PE 96256000-96342000 Deferred libvmisc.dylib
PE 96346000-96347000 Deferred libopenscriptingutil.dylib
PE 96347000-963f0000 Deferred libcorestorage.dylib
PE 974c4000-9763e000 Deferred audiotoolbox
PE 9763e000-9767b000 Deferred remoteviewservices
PE 9767b000-976a4000 Deferred iconservices
PE 976a4000-976c1000 Deferred openscripting
PE 976c1000-976c4000 Deferred securityhi
PE 976c4000-976cd000 Deferred fsevents
PE 9772c000-97bc1000 Deferred corefoundation
PE 97bc1000-97be5000 Deferred libjpeg.dylib
PE 97be5000-97bfd000 Deferred libsystem_coretls.dylib
PE 97c7b000-98075000 Deferred coregraphics
PE 98075000-9818f000 Deferred desktopservicespriv
PE 98b32000-98b5d000 Deferred libdispatch.dylib
PE 98b5d000-98b6f000 Deferred libsystem_trace.dylib
PE 98b6f000-98b74000 Deferred iosurface
PE 98b7a000-98b7b000 Deferred libenergytrace.dylib
PE 98b7b000-98bd8000 Deferred libtiff.dylib
PE 98bd8000-98c80000 Deferred metadata
PE 98c80000-98cc4000 Deferred metal
PE 98cc4000-98cc8000 Deferred libutil.dylib
PE 98cc8000-98d06000 Deferred debugsymbols
PE 98e7c000-9909b000 Deferred libicucore.a.dylib
PE 9909b000-990a9000 Deferred libbz2.1.0.dylib
PE 990a9000-990ab000 Deferred trustevaluationagent
PE 990ab000-990b9000 Deferred speechsynthesis
PE 990b9000-9915a000 Deferred qd
PE 9915a000-992b4000 Deferred libblas.dylib
PE 992b4000-992b5000 Deferred libkeymgr.dylib
PE 992b5000-99329000 Deferred ats
PE 99329000-995b8000 Deferred cfnetwork
PE 995b8000-995da000 Deferred libsystem_kernel.dylib
PE 99711000-9971a000 Deferred libcldcpuengine.dylib
PE 9971a000-9975b000 Deferred applejpeg
PE 9975b000-997ca000 Deferred libsystem_network.dylib
PE 997ca000-997cd000 Deferred libquarantine.dylib
PE 99db3000-99dbf000 Deferred libchinesetokenizer.dylib
PE 9a07c000-9a07d000 Deferred libmetal_timestamp.dylib
PE 9a07d000-9a0f4000 Deferred securityfoundation
PE 9a0f4000-9a14c000 Deferred libcups.2.dylib
PE 9a157000-9a177000 Deferred generationalstorage
PE 9a177000-9a17c000 Deferred commonpanels
PE 9a17c000-9a230000 Deferred iobluetooth
PE 9a230000-9a25b000 Deferred libsystem_info.dylib
PE 9a25b000-9a284000 Deferred libxpc.dylib
PE 9a284000-9a2da000 Deferred htmlrendering
PE 9a32b000-9a430000 Deferred libjp2.dylib
PE 9a430000-9a437000 Deferred libsystem_platform.dylib
PE 9a479000-9a480000 Deferred imagecapture
PE 9a480000-9a48c000 Deferred libcommoncrypto.dylib
PE 9a554000-9a561000 Deferred crashreportersupport
PE 9a561000-9a5d5000 Deferred datadetectorscore
PE 9a5d5000-9a5e3000 Deferred opendirectory
PE 9a5e3000-9a735000 Deferred coreui
PE 9a735000-9a738000 Deferred efilogin
PE 9a738000-9a744000 Deferred netauth
PE 9a744000-9a749000 Deferred libcache.dylib
PE 9a74d000-9a753000 Deferred libmacho.dylib
PE 9a7a8000-9a7c2000 Deferred kerberos
PE 9a97d000-9a9c7000 Deferred sharedfilelist
PE 9ad68000-9b0c4000 Deferred libobjc.a.dylib
PE 9b0c4000-9b13f000 Deferred heimdal
PE 9b13f000-9b231000 Deferred libiconv.2.dylib
PE 9b292000-9b2db000 Deferred libfontregistry.dylib
PE 9b353000-9b6d7000 Deferred foundation
PE 9b6d7000-9b6dd000 Deferred tcc
PE 9b6dd000-9b72d000 Deferred libcurl.4.dylib
PE 9b79e000-9b88a000 Deferred unorm8_bgra.dylib
PE 9b88a000-9b8bc000 Deferred coreservicesinternal
PE 9b8f5000-9ba38000 Deferred libvdsp.dylib
PE 9c42c000-9c42d000 Deferred applicationservices
PE 9c42d000-9c42e000 Deferred accelerate
PE 9c6e9000-9c795000 Deferred languagemodeling
PE 9c796000-9c7aa000 Deferred libcmph.dylib
PE 9c7aa000-9c7c4000 Deferred libsystem_asl.dylib
PE 9cb84000-9cba8000 Deferred apple80211
PE 9cba8000-9cc14000 Deferred corewifi
PE 9cc17000-9cc18000 Deferred libunc.dylib
PE 9cc2a000-9cc6c000 Deferred libauto.dylib
PE 9cc6c000-9cc76000 Deferred findmydevice
PE 9cc76000-9cc77000 Deferred audiounit
PE 9d127000-9d130000 Deferred coredaemon
PE 9d130000-9d137000 Deferred ioaccelerator
PE 9d137000-9d1d9000 Deferred ink
PE 9d1f6000-9d20d000 Deferred libcompression.dylib
PE 9d20d000-9d211000 Deferred libcorefscache.dylib
PE 9d33c000-9d354000 Deferred libmarisa.dylib
PE 9d505000-9d51e000 Deferred libsparseblas.dylib
PE 9d51e000-9d522000 Deferred help
PE 9d522000-9d528000 Deferred print
PE 9d528000-9d58d000 Deferred osservices
PE 9e092000-9e0bc000 Deferred librip.a.dylib
PE 9e0bc000-9e0e0000 Deferred libc++abi.dylib
PE 9e0e0000-9e0f0000 Deferred libxar.1.dylib
PE 9e0f0000-9e1e5000 Deferred libxml2.2.dylib
PE 9e213000-9e215000 Deferred liblangid.dylib
PE 9e215000-9e316000 Deferred libfontparser.dylib
PE 9e318000-9e407000 Deferred libcrypto.0.9.8.dylib
PE 9e407000-9e45e000 Deferred libc++.1.dylib
PE 9ed25000-9ed2f000 Deferred libcopyfile.dylib
Threads:
process tid prio (all id:s are in hex)
00000008 (D) C:\Program Files\Bethesda.net Launcher\BethesdaNetLauncher.exe
00000027 0
00000026 0
00000009 0 <==
0000000e services.exe
0000001e 0
0000001d 0
00000014 0
00000010 0
0000000f 0
00000012 winedevice.exe
0000001c 0
00000019 0
00000018 0
00000013 0
0000001a plugplay.exe
00000020 0
0000001f 0
0000001b 0
00000021 explorer.exe
00000025 0
00000024 0
00000023 0
00000022 0
System information:
Wine build: wine-1.8.2
Platform: i386
Version: Windows XP
Host system: Darwin
Host version: 15.4.0
mac-mini:~ Cole$ wine.bin(29359,0x407c9000) malloc: *** error for object
0xf883bbc0: pointer being freed was not allocated
*** set a breakpoint in malloc_error_break to debug
--
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.