Displaying 20 results from an estimated 59 matches for "msvcr100".
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 support ?
2010 Nov 13
4
DLLs not found if set to native only (vcrun2010)
Hi,
I've got a problem which is kinda odd.
I know how to tell wine that it should use native and buildin libs, but since today I have a problem with vcrun2010s dlls: MSVCR100.dll and MSVCP100.dll (I had never installed it since now).
When I set it to "native, buildin" the game tells me it has unimplemented functions, I should use the native version, so I set it to native only, which results in this:
Code:
err:module:import_dll Library MSVCR100.dll (which is n...
2019 Mar 03
0
Wine release 3.0.5
...riched20: Properly handle \0 inside rtf input.
user32: LoadImage should not only search in the working directory.
winealsa.drv: Don't crash when getting NULL event from midi.
Frédéric Fauberteau (1):
wineserver: Support debug registers on NetBSD.
Gijs Vermeulen (2):
msvcr100: Add Concurrency::wait stub.
msvcp100: Add Concurrency::_GetCombinableSize stub.
Hans Leidekker (4):
wbemprox: Implement StdRegProv.CreateKey.
msi: Allow recursive changes to the target folder path.
msi: Support substorage transforms in MsiDatabaseApplyTransform.
msi:...
2012 Jul 07
2
[LLVMdev] Crash using the JIT on x86 but work on x64
...all stack is different then the x86 Debug build.
Call stack using LLVM in x86 Debug:
ntdll.dll!778515de()
[Les frames ci-dessous sont peut-être incorrects et/ou manquants, aucun symbole chargé pour ntdll.dll]
ntdll.dll!778515de()
ntdll.dll!7784014e()
> msvcr100d.dll!_write(int fh, const void * buf, unsigned int cnt) Ligne 83 + 0x9 octets C
msvcr100d.dll!_write(int fh, const void * buf, unsigned int cnt) Ligne 82 + 0xc octets C
013df8f4()
msvcp100d.dll!std::_Container_base12::_Orphan_all() Ligne 200 C++
LLVM_Test_Console...
2013 Oct 01
1
[LLVMdev] jit code linkage at run time
Hi,
I am using llvm to generate jit code for numerical computation on window 7
64 platform. There is a function call, pow, in the jit code. The problem
is that at run time, the pow function call sometimes links to msvcrt.dll,
and sometimes to msvcr100.dll. These two calls from two dlls return
different results, causing sporadic results.
I tried to make the pow function either intrinsic or function call. Both
did not work.
My question is that:
Is there a way to tell the jit engine to link the pow function to a
specific dll?
or
are there an...
2014 Jun 27
0
Wine release 1.7.21
...scrrun/tests: Run test on fixed drive.
iphlpapi/tests: Skipping test on access error.
Piotr Caban (18):
msvcrt: Use size_t to store indexes in qsort.
msvcrt: Allocate data with 16-bytes alignement if small blocks heap is used.
msvcrt: Add small blocks heap tests.
msvcr100: Add _SpinWait implementation.
msvcr100/tests: Add _SpinWait tests.
msvcr100: Add critical_section class stub.
msvcr100: Add critical_section::scoped_lock implementation.
msvcr100: Add critical_section class implementation.
msvcr110: Add critical_section::try_lock_for...
2017 Mar 03
0
Wine release 2.3
...s when choosing a font
37976 Poedit 1.7.4 crashes on unimplemented function msvcr120.dll.??0_ReentrantBlockingLock at details@Concurrency@@QAE at XZ
38354 Multiple games and applications need msvcr120.dll._except1 (Audacity 2.1.0, Tera Online)
39895 MalwareBytes Anti-malware software needs msvcr100.dll.lldiv implementation
40488 Revenant crashes when starting a new game
40948 Multiple apps need api-ms-win-crt-locale-l1-1-0.dll.__initialize_lconv_for_unsigned_char
40956 unimplemented function msvcr110.dll._Lock_shared_ptr_spin_lock when starting Zoner Photo Studio 18
41394 3DMark20...
2017 Jul 20
0
Wine release 2.0.2
...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 on Windows
39895 MalwareBytes Anti-malware software needs msvcr100.dll.lldiv implementation
40629 Noto Nastaliq Urdu font crashes notepad during shaping
40798 ACDSee Pro 9 (64-bit) needs msvcr120.dll.??0event at Concurrency@@QEAA at XZ
40948 Multiple apps need api-ms-win-crt-locale-l1-1-0.dll.__initialize_lconv_for_unsigned_char
40956 unimplemented fun...
2012 Dec 21
0
Wine release 1.5.20
...Messenger 2008/2009 crashes with initialization failure due to atl80.dll AtlCreateRegistrar being a stub (registration of COM servers failed at install time)
30685 Billy can't open file: Error5 Function CheckFile
31246 QQMusic deadlock on exit with buitin msvcr80
31325 EA Origin wants msvcr100.dll._get_timezone (purist)
31542 msvcrt sprintf doesn't respect " " flag for E format.
31720 ScriptControl can't be used for jscript
31731 Toad: Installer infinite loop on destination folder dialog
31845 unimplemented function msvcr90.dll.fread_s
31947 NVIDIA GeForc...
2018 Feb 02
0
Wine release 3.1
...msvcp100: Add _Concurrent_queue_base_v4 push/pop implementation.
msvcp120: Add _Concurrent_queue_base_v4 tests.
msvcp120: Add _Concurrent_queue_base_v4 multi-threaded tests.
msvcp100: Support exceptions while copying object in _Concurrent_queue_base_v4::_Internal_push.
msvcr100: Add _NonReentrantPPLLock at details class stub.
msvcr100: Use scoped_lock internal buffer when locking critical_section.
msvcr100: Add _NonReentrantPPLLock class implementation.
msvcr100: Add _ReentrantPPLLock class implementation.
Sebastian Lackner (4):
include: Add shell...
2017 Feb 03
0
Wine release 2.1
...litches in Agarest Generations of War
36501 Dyn Updater v4.1.10 'DynUpConfig' tool crashes on startup ('Win32_NetworkAdapterConfiguration' WMI class 'Description' property missing)
37034 Stars!: Crashes on startup
38192 Harry Potter 7 Part 2 crash at begins
38773 msvcr100/110/120 is missing reader_writer_lock (required for MSVC 2013)
39180 Witcher 3 Wild hunt Wine 1.7.50 not working
39920 Nanocad 5.: file open/import dialog does not open
40133 No Limits 2 help system needs GetOverhangMetrics()
40392 ComicRack 0.9.x (.NET 4.5 app) hangs/crashes on startup...
2014 Sep 05
0
Wine release 1.7.26
...ter signing in
36808 Serif PhotoPlus X5 installation fails with dialog stating "this action is not supported, please use setup.exe"
36997 Git error message: "Tweaking file descriptors doesn't work with this MSVCRT.dll"
37028 QQ crashes because unimplemented function msvcr100.dll._strnset_s
37078 Full Spectrum Warrior demo installer: 'Next' button has no effect after path selection (needs msi builtin 'OutOfNoRbDiskSpace' property)
37086 Assassin's Creed: wrong colors in the menus and in-game with built-in d3dx9_36
37100 Norton Power Eraser:...
2010 Jun 18
0
Wine release 1.2-rc4
...black background input text box
22979 winhelp: Gets stuck in infinite loop loading some help files
23054 WinHEX: Cannot open website link in help
23092 FL Studio built-in file browser fails with long pathnames and/or long filenames
23116 No sound inDawn Of War - Soulstorm Demo
23130 MSVCR100.dll fails to initialize, needs kernel32.RtlPcToFileHeader
23143 SlingPlayer 2 unable to remember password
23200 cygwin build broken in dlls/ws2_32/tests/sock.c
23202 Cyberboard Player has missing disabled icons on menubar
23206 Print output from builtin notepad lacks spaces
23231 Can...
2011 Apr 19
1
Running IMVU through Wine
...512353334
matching libeay32.dll 1027002819
matching library.zip 913701767
matching libsndfile-1.dll 333382038
matching MemoryHook.dll 3358037825
matching mozctl.dll 1735073185
matching mozctlx.dll 1283056952
matching msvcp100.dll 1199568884
matching msvcp90.dll 2285584434
matching msvcr100.dll 594004205
matching msvcr90.dll 2176198774
matching npvivoxvoiceplugin.dll 3220276455
matching nspr4.dll 2958784859
matching nss3.dll 3744486448
matching nssckbi.dll 451929926
matching nssdbm3.dll 1749316742
matching nssutil3.dll 2184243511
matching ortp.dll 1472645044
matching...
2009 Aug 18
1
Application trying to use IPv6
...\iphlpapi.dll
ModLoad: 7eb40000 7eb56000 C:\windows\system32\netapi32.dll
ModLoad: 7e9a0000 7e9fd000 C:\windows\system32\rpcrt4.dll
ModLoad: 7ea20000 7eaf9000 C:\windows\system32\ole32.dll
ModLoad: 7e8c0000 7e98f000 C:\windows\system32\oleaut32.dll
ModLoad: 78aa0000 78b5d000 C:\alleg_beta\MSVCR100.dll
ModLoad: 78050000 780bc000 C:\alleg_beta\MSVCP100.dll
ModLoad: 7e560000 7e578000 C:\windows\system32\imm32.dll
ModLoad: 7e6f0000 7e77a000 C:\windows\system32\winex11.drv
ModLoad: 7e500000 7e52a000 C:\windows\system32\winealsa.drv
fixme:mixer:ALSA_MixerInit No master control found on HDA...
2010 Jun 25
0
Wine release 1.2-rc5
...shlwapi/tests: Make the XXX_Construct() functions static.
ntdll: Fix a typo in a parameter name.
ws2_32/tests: Fix a typo in a variable name.
msvcr90/tests: Make test_invalid_parameter_handler() static.
winemenubuilder: Add a trailing '\n' to a FIXME() call.
msvcr100: The msvcr100 debug channel is unused so remove it.
mmdevapi/tests: Add a trailing '\n' to an ok() call.
wined3d: Remove spaces after '\n's.
shell32/tests: Make I{DataObject,ShellBrowser}Impl_Construct() static.
d3dxof: Make fdi_{alloc,free}() static.
d...
2016 Feb 03
0
Wine release 1.8.1
...driver installer needs setupx.dll16.DiBuildDriverIndex in Win9X mode
39454 64-bit StarCraft II v3.0 client crashes immediately on startup (SetThreadContext on self with only DRx registers/CONTEXT_DEBUG_REGISTERS provided)
39611 Any Video Converter (AVC) crashes after converting a video, needs msvcr100.dll._wtmpnam_s
39660 some *-config scripts in configure.ac are not crosscompiling friendly
39678 Zararadio can not read folder/file name path with Latin characters
39739 Cobra 11 - Burning Wheels demo: crashes when starting the tutorial
39752 The elder scrolls IV: Oblivion issues
3980...
2013 May 10
0
Wine release 1.5.30
...RT/ARM require msvcr110.dll.__crtGetShowWindowMode (MirandaIM, FinalBurn, ...)
33282 Bioshock infinite wants _vscwprintf_p
33325 Shadowgrounds survivor crashes compiling shaders
33336 ParseURLFromOutsideSourceW( ) , "res" variable is set twice
33367 Builtin msvcr90 with native msvcr100 may cause crashes
33424 Armored Fist 3 crashes on start
33443 ACT2000 contact database crash straight after start up.
33468 SnagIt 9 needs msvcr90.dll._mbstok_s
33469 KDE Dolphin: unimplemented netapi32.dll.NetGetAnyDCName
33473 Key DACL prevents creation of registry keys.
33500 C...
2011 May 13
0
Wine release 1.3.20
...work
23492 Windows Driver Kit (WDK) 7.1.0 install fails (check for superclassed case in AtlModuleRegisterWndClassInfoA/W before returning new wndproc)
23643 America's Army 3.0 goes black after about ten minutes of play
24138 OpenGL Layered Windows Demo crashes on unimplemented function msvcr100.dll._swprintf
24452 FurMark doesn't exit
24567 Multiple apps need msvcp71.dll (purist) (3dmark06, Titan Quest)
24585 Senstools, fails to install with an error about tempfiles on startup
24650 Mass Effect 2 (demo/full version): hangs if you alt+tab away and back
24792 nmake output...
2017 May 12
0
Wine release 2.8
...x9: Support setting strings in effect.
d3dx9: Sort preshader opcode table.
d3dx9: Add 'log' preshader opcode.
Piotr Caban (6):
msvcrt: Fix '%z' format handling in strftime.
msvcp90: Don't overwrite pointers to class members in basic_streambuf:swap.
msvcr100: Add _invalid_parameter_noinfo_noreturn implementation.
msvcp90: Call invalid_parameter_handler on index out of range in basic_string::operator[].
msvcp110: Add placeholder::_Ph* exports.
msvcr100: Add reader_writer_lock::scoped_lock implementation.
Sebastian Lackner (3):
p...