search for: msvcr120

Displaying 20 results from an estimated 76 matches for "msvcr120".

2017 Jul 21
0
Wine release 2.13
...---------------------------- Changes since 2.12: Akihiro Sagawa (3): po: Update Japanese translation. ntdll: Allow map_view() to allocate fixed memory between reserved area and non-reserved area. gdi32: Return non-zero VREFRESH value for display devices. Alex Henrie (10): msvcr120: Correct asinh specfile definitions. msvcr120: Correct erff specfile definition. msvcr120: If erff is not available, fall back to erf. msvcr120: Add acosh. msvcr120: Add atanh. msvcr120: Add erfc. msvcr120: Add expm1. msvcr120: Add log1p. msvcr120: Se...
2017 Jul 20
0
Wine release 2.0.2
...demo shows only some parts of background in ConfigTool 35563 Custom game development library expects non-zero value for ProcessVmCounters info class member 'WorkingSetSize' 37404 A right click on a registry key does not select it 37976 Poedit 1.7.4 crashes on unimplemented function msvcr120.dll.??0_ReentrantBlockingLock at details@Concurrency@@QAE at XZ 39685 Multiple applications crash on startup, need unimplemented function msvcr120.dll.??0event at Concurrency@@QAE at XZ (Rollcage Redux v1.3.8, ARC client, Playstation Now) 39856 Regedit: Default registry key is not the same as...
2017 Oct 29
3
adding msvcr100.dll interception support to compiler-rt ?
I've found that interception_win.cc line 835: "msvcr110.dll" //VS2012 "msvcr120.dll" //VS2013 interception is supported by commit 916b81 3 years ago , currently I'm build project with msvc100 , application will crash in un-intercepted free. adding msvcr100.dll to this list makes sanitizer working correctly , I wonder if compiler rt can including this msvc100.dll supp...
2014 Oct 23
2
[LLVMdev] compiler-rt with MSVC 2013
Hello! I'm wondering whether compiler-rt is expected to be buildable with MSVC 2013. I am currently getting: Error 49 error LNK2005: _free already defined in asan_malloc_win.obj E:\llvm\crt_build\lib\asan\MSVCRT.lib(MSVCR120.dll) Which seems to be the only issue (aside from ~50 warnings, which I'll happily work on cleaning up). I get this when I build the ALL_BUILD project in the solution from cmake. Thanks! ~Aaron
2018 Jan 02
0
Wine release 2.0.4
...8 crashes when adding a video track ('IAMTimelineGroup', '{9eed4f00-b8a6-11d2-8023-00c0df10d434}' not implemented, 'qedit.dll') 43290 MyLifeOrganized crashes when mousing over tabs 43293 strange behavior- Eudora scrambles email addresses 43324 Beamng.drive requires msvcr120.dll.vsscanf 43453 Magic Online (Magic The Gathering: Online) Crashes due to race condition in secur32 43475 XM6 TypeG crashes on startup. 43503 FUJITSU Software ATLAS: unimplemented function msvcr80.dll._ismbcl0 called in 32-bit code 43527 Magic Online (Magic The Gathering: Online) Cr...
2015 May 29
0
Wine release 1.7.44
.../dev/null, /dev/full and so on 38149 Wrong alignment for D3D structures 38152 PureBasic IDE crashes when launching online help ("F1" key) 38170 wine fails to start on raspian/raspberry pi 2 (wine requires a 3G/1G memory split) 38195 Firefox 36.0.1 crash at pdf.js demo needing msvcr120.dll.copysignf 38294 select() does not report exception on socket after non-blocking connect() fails 38313 broken surround sound in skyrim (and possibly games which do not have advanced sound settings) 38378 msvcr120.dll.fmaxf is needed by Sonkwo 38389 Samsung Smart View 2.0 locks up/cra...
2017 Oct 20
0
Wine release 2.0.3
...ion with sfnt2fon ---------------------------------------------------------------- Changes since 2.0.2: Akihiro Sagawa (1): oleaut32: Fix parse error when converting non-ascii string to VT_DATE. Alex Henrie (5): comctl32/listview: When adding a scrollbar, update the other one. msvcr120: Add acosh. msvcr120: Add atanh. msvcr120: Add expm1. msvcr120: Add log1p. Alexandre Julliard (1): user32: Always update the visible region for cross-process DCEs. Alistair Leslie-Hughes (2): dplayx: Implement IDirectPlay4 EnumConnections. dmime: Support more i...
2014 Oct 23
2
[LLVMdev] compiler-rt with MSVC 2013
...MSVC build, with /VERBOSE > passed to the linker: > > 2> Searching D:\Program Files (x86)\Microsoft Visual Studio > 12.0\VC\lib\MSVCRT.lib: > ... > 2> Found __imp__free > 2> Referenced in MSVCRT.lib(crtdll.obj) > 2> Loaded MSVCRT.lib(MSVCR120.dll) > 2>MSVCRT.lib(MSVCR120.dll) : error LNK2005: _free already defined in > asan_malloc_win.obj > ... > > The ninja build has: > Processed /DISALLOWLIB:libcmtd.lib > Processed /DISALLOWLIB:msvcrt.lib > Processed /DISALLOWLIB:msvcrtd.lib > > The MSVC build has:...
2014 Oct 23
2
[LLVMdev] compiler-rt with MSVC 2013
...<aaron at aaronballman.com>: >> Hello! I'm wondering whether compiler-rt is expected to be buildable >> with MSVC 2013. I am currently getting: >> >> Error 49 error LNK2005: _free already defined in asan_malloc_win.obj >> E:\llvm\crt_build\lib\asan\MSVCRT.lib(MSVCR120.dll) >> >> Which seems to be the only issue (aside from ~50 warnings, which I'll >> happily work on cleaning up). I get this when I build the ALL_BUILD >> project in the solution from cmake. >> >> Thanks! >> >> ~Aaron >> ____________________...
2017 Apr 20
0
Wine release 2.0.1
...Wine Notepad command line parser eats the first 2 letters when the path starts with / (it should only do this for valid command line options) 30308 Property sheet fails to display Page Title 35993 Graphical Glitches in Agarest Generations of War 38354 Multiple games and applications need msvcr120.dll._except1 (Audacity 2.1.0, Tera Online) 38485 New Marvel Heroes 2015 Launcher crashes on unimplemented function dhcpcsvc.dll.DhcpRequestParams 39048 MIDI Clock Messages are Corrupted Between Wine and ALSA 39920 Nanocad 5.: file open/import dialog does not open 40392 ComicRack 0.9.x (...
2014 Oct 23
2
[LLVMdev] compiler-rt with MSVC 2013
...;>> >>> 2> Searching D:\Program Files (x86)\Microsoft Visual Studio >>> 12.0\VC\lib\MSVCRT.lib: >>> ... >>> 2> Found __imp__free >>> 2> Referenced in MSVCRT.lib(crtdll.obj) >>> 2> Loaded MSVCRT.lib(MSVCR120.dll) >>> 2>MSVCRT.lib(MSVCR120.dll) : error LNK2005: _free already defined in >>> asan_malloc_win.obj >>> ... >>> >>> The ninja build has: >>> Processed /DISALLOWLIB:libcmtd.lib >>> Processed /DISALLOWLIB:msvcrt.lib >>> P...
2016 Oct 07
0
Wine release 1.8.5
...s return FALSE 38310 Trackbar control (msctls_trackbar32) does not send WM_CTLCOLORSTATIC as it does in Windows 39034 SuperTux 0.3.5a crashes on startup 39074 IXMLDOMDocument::cloneNode crash 39181 "When Monster Strikes", "The Vanishing of Ethan Carter Redux" require msvcr120.dll._set_FMA3_enable 39195 msvcr120.dll.nextafter is needed by Sonkwo 39475 PhysX 9.15.0428 installer does not run ('advapi32.RegOpenCurrentUser' must return a real handle instead of 'HKEY_CURRENT_USER' for user root key) 39677 Zararadio crashes when it has to change from a...
2014 Dec 12
0
Wine release 1.7.33
...winmm: Allow any period value for setJoyCapture. winmm: Handle invalid threshold values in joySetThreshold. winmm/tests: Add joystick tests. Erich Hoover (1): ddraw: Fix inverted logic for enumerating secondary devices. Fran?ois Gouget (4): Assorted spelling fixes. msvcr120/tests: Make test_lconv*() static. dwrite: Add a trailing '\n' to a FIXME(). dwrite: Fix compilation on systems that don't support nameless unions. Gerald Pfeifer (1): wordpad: Check for array index before using it in registry_set_filelist. Hans Leidekker (11):...
2014 Oct 23
3
[LLVMdev] compiler-rt with MSVC 2013
...;>>>>>>> with MSVC 2013. I am currently getting: >>>>>>>>>> >>>>>>>>>> Error 49 error LNK2005: _free already defined in asan_malloc_win.obj >>>>>>>>>> E:\llvm\crt_build\lib\asan\MSVCRT.lib(MSVCR120.dll) >>>>>>>>>> >>>>>>>>>> Which seems to be the only issue (aside from ~50 warnings, which I'll >>>>>>>>>> happily work on cleaning up). I get this when I build the ALL_BUILD >>>>>>>&...
2014 Oct 23
2
[LLVMdev] compiler-rt with MSVC 2013
...gt;>> Hello! I'm wondering whether compiler-rt is expected to be buildable >>>> with MSVC 2013. I am currently getting: >>>> >>>> Error 49 error LNK2005: _free already defined in asan_malloc_win.obj >>>> E:\llvm\crt_build\lib\asan\MSVCRT.lib(MSVCR120.dll) >>>> >>>> Which seems to be the only issue (aside from ~50 warnings, which I'll >>>> happily work on cleaning up). I get this when I build the ALL_BUILD >>>> project in the solution from cmake. >>>> >>>> Thanks! >&g...
2014 Jan 09
1
Windows linking problems
...se MS Visual Studio: "Multi-threaded" runtime library means static linking. All necessary functions from MS Visual C++ runtime are statically linked into .dll/.exe file. "Multi-threaded DLL" runtime library means dynamic linking: a program requires msvcr80.dll/msvcr90.dll/.../msvcr120.dll to work. Often this means that a MS Visual C++ 20YY redistributable package must be installed into user's system. Also: README file, section "Building with MSVC": "build libogg_static.lib (load win32\libogg_static.sln, change solution configuration to "Release" a...
2016 Apr 12
0
Wine release 1.8.2
...ils on startup, complaining with 'Not enough memory to load program!' 37115 Calling ReadFile from WINBASEAPI (WinBase.h) with zero read length causes hang 37288 Not implemented feature System.Drawing.Pen.ResetTransform() 37536 Native MSVCP120.dll override requires implementation of msvcr120.dll._W_Gettnames (Desura client) 37556 CompareStringW should abort on the first nonmatching character to avoid invalid memory access. 38314 Mouse Wheel doesn't work for Jagged Alliance 2 version 1.13 (it uses MOUSEHOOKSTRUCTEX) 39591 Crimzon Clover: Page fault on launch 39838 Wreckf...
2019 Mar 03
0
Wine release 3.0.5
...45320 cmd creates an environment variable with an empty name 45347 Google Chrome installer crashes on unimplemented function propsys.dll.InitPropVariantFromCLSID 45523 FIFA 18 Demo needs KERNEL32.dll.SetProcessWorkingSetSizeEx 45538 Multiple applications crash on unimplemented function msvcr120.dll.?wait at Concurrency@@YAXI at Z (Amazon Workspaces client, EnginePrime, Bethesda Launcher Updater) 45569 League of Legends 8.12+ needs NtQueryInformationProcess(ProcessCookie) stub 45588 .Net Framework 4.5.2 (WPF) System.Windows.Media.PixelFormat requires windowscodecs.dll.IWICPixelFormat...
2018 Oct 12
0
Wine release 3.18
...hes at launch with "GetQueuedCompletionStatusEx() failed: 120" error 45910 nProtect GameGuard used by multiple MMORPG games crashes on unimplemented function wevtapi.dll.EvtExportLog (4Story, Phantasy Star Online 2) 45915 x64dbg/x32dbg crash during shutdown on unimplemented function msvcr120.dll.??0_Scoped_lock at _NonReentrantPPLLock@details at Concurrency@@QAE at AAV123@@Z 45923 Regression in register_avicap_devices 45928 Microsoft Windows SDK for Windows 10 (.NET 4.6) installer fails, claims KB3118401 is needed ('ucrtbase.dll' missing version resource, >= 10.0.0)...
2014 Sep 20
3
vsnprintf_s and vsnprintf
lvqcl wrote: > Why? We can use vsnprintf_s for MSVS, and vsnprintf for MinGW. > > MSVS version of vsnprintf_s is located inside (statically linked) msvcp???.lib > or (dynamically linked) msvcp???.dll. They are part of MSVS runtime, and compatible > with WinXP. So it is safe to use it in FLAC. Oh, ok. I missed this bit. I know so very little about Windows. However, if you compile