Displaying 7 results from an estimated 7 matches for "vcruntime".
2010 Jul 29
2
NWN2
Hi all
I have managed to install NWN2 and have installed DirectX9 and .Net 2.0 and the VCruntimes and also added the following to my registry
[HKEY_CURRENT_USER\Software\Wine\Direct3D]
OffscreenRenderingMode = fbo
UseGLSL = enabled
VideoMemorySize = 256
but very clearly NWN doesn't find the graphics card as it wine about nt having 128M of graphics memory and no 3D ability.
Any ideas?
2020 Aug 15
5
Supporting libunwind on Windows 10 (32bit; 64bit) for MSVC and Clang
...gram Files\Windows
Kits\10\include\10.0.18362.0\ucrt\stdlib.h:1190:20: note: 'getenv' has been
explicitly marked deprecated here
_Check_return_ _CRT_INSECURE_DEPRECATE(_dupenv_s)
^
C:\Program Files\Microsoft Visual
Studio\2019\Preview\VC\Tools\MSVC\14.27.29109\include\vcruntime.h:320:55:
note: expanded from macro '_CRT_INSECURE_DEPRECATE'
#define _CRT_INSECURE_DEPRECATE(_Replacement) _CRT_DEPRECATE_TEXT(
\
^
C:\Program Files\Microsoft Visual
Studio\2019\Preview\VC\Tools\MSVC\14.27.29109\include\vcrunt...
2011 Jan 01
6
Easy question
Recently used winetricks to install the vcrun2005 for another game and whent to reinstall my diablo 2 (i currently use the blizzard installer downloaded from the site) and its poping up with:
microsoft visual c++ runtime library runtime error
error: This application has requested the runtime to terminate in an unusual way.
Ubuntu 10.10
2009 Aug 07
2
Wine and SQL Server
I work in an office with a proprietary Windows Only app that connects to SQL Server and a Network share. I can get the app to install, map my network drive using cifs and then winecfg, but I'm getting some sort of ActiveX error when it tries to connect to the SQL Server.
Has anyone done this sort of thing before?
2011 Nov 21
0
Issues in running Abstractspoon todo list
Hello,
Please can someone help me get abstractspoon's todo list (ver 6.3.8) to
run under kubuntu.
I have:
wine1.3 (& related libraries/apps), winetricks and the vcruntime
libraries that I got with the script below:
|wgethttp://winetricks.org/winetricks
EXE="winetricks"
chmod +x $EXE
$EXE vcrun2005
$EXE vcrun2008
rinka at Rinka:~$ uname -a
Linux Rinka 3.0.0-13-generic #22-Ubuntu SMP Wed Nov 2 13:27:26 UTC 2011 x86_64 x86_64 x86_64 GNU/Linux
I've sea...
2011 Nov 30
1
wine-users Digest, Vol 76, Issue 79
...had exactly the same experience. Here's (hopefully) the details
you need:
(Incidentally, I'd sent this mail awhile ago to this list).
I'm trying to run abstractspoon's todo list (ver 6.3.8) to run under
kubuntu.
I have:
wine1.3 (& related libraries/apps), winetricks and the vcruntime
libraries that I got with the script below:
|wgethttp://winetricks.org/winetricks
EXE="winetricks"
chmod +x $EXE
$EXE vcrun2005
$EXE vcrun2008
rinka at Rinka:~$ uname -a
Linux Rinka 3.0.0-13-generic #22-Ubuntu SMP Wed Nov 2 13:27:26 UTC 2011 x86_64 x86_64 x86_64 GNU/Linux
|Here's...
2016 Oct 24
2
RuntimeDyLdCOFF and RTTI on Windows
...h MS link) and run the static build I
>>> get the expected behavior. Correspondingly I'd consider the RTTI
>>> emission in Clang to work correctly.
>>>
>>> When I load the object files with RuntimeDyLd at runtime, I face the
>>> following troubles in vcruntime140.dll:
>>> * invoking dynamic_cast: the RTTI Complete Object Locator queried in
>>> __RTDynamicCast (rtti.cpp) has incomplete data, which tricks the runtime
>>> to always belief the number of base classes is zero, that's why
>>> dynamic_cast never succeeds
&...