Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vc2015 does not install #711

Closed
ornithologistnightmare opened this issue Jan 1, 2017 · 21 comments
Closed

vc2015 does not install #711

ornithologistnightmare opened this issue Jan 1, 2017 · 21 comments

Comments

@ornithologistnightmare
Copy link

ornithologistnightmare commented Jan 1, 2017

i'm trying to run reaktor 6 on a debian machine; i have wine 1.9.24-1 installed (the development version is the system default). i need vc2015 for reaktor; i believe that i also need vc2012 as a prerequisite for the former.

after having checked the wine database, the installer for vc2015 doesn't seem to be working too well. i have all 3 msxml packages installed in addition to all vc versions apart from 12 and 15; furthermore, i have tested the latest winetricks version in addition to the one from the latest debian package in xp mode and windows 7 mode.

the error report for vc2015 is as follows:

Using native,builtin override for following DLLs: api-ms-win-crt-conio-l1-1-0 api-ms-win-crt-heap-l1-1-0 api-ms-win-crt-locale-l1-1-0 api-ms-win-crt-math-l1-1-0 api-ms-win-crt-runtime-l1-1-0 api-ms-win-crt-stdio-l1-1-0 atl140 msvcp140 msvcr140 ucrtbase vcomp140 vcruntime140
Executing winetricks_early_wine regedit C:\windows\Temp\_vcrun2015\override-dll.reg
Executing cd /home/tc/.cache/winetricks/vcrun2015
Executing wine vc_redist.x86.exe
err:ole:CoInitializeEx Attempt to change threading model of this apartment from multi-threaded to apartment threaded
err:ole:apartment_getclassobject DllGetClassObject returned error 0x80040111
err:ole:CoGetClassObject no class object {f5078f1b-c551-11d3-89b9-0000f81fe221} could be created for context 0x1

for vc 2012, the result is similar:

Executing w_do_call vcrun2012
Executing load_vcrun2012 
Using native,builtin override for following DLLs: atl110 msvcp110 msvcr110 vcomp110
Executing winetricks_early_wine regedit C:\windows\Temp\_vcrun2012\override-dll.reg
Executing cd /home/tc/.cache/winetricks/vcrun2012
Executing wine vcredist_x86.exe
err:ole:CoInitializeEx Attempt to change threading model of this apartment from multi-threaded to apartment threaded
err:ole:apartment_getclassobject DllGetClassObject returned error 0x80040111
err:ole:CoGetClassObject no class object {f5078f1b-c551-11d3-89b9-0000f81fe221} could be created for context 0x1
------------------------------------------------------
Note: command wine vcredist_x86.exe returned status 17.  Aborting.
------------------------------------------------------
@slyscorpion
Copy link

slyscorpion commented Jan 1, 2017

What's your winetricks version?

winetricks --version

@austin987
Copy link
Contributor

austin987 commented Jan 1, 2017 via email

@ornithologistnightmare
Copy link
Author

ornithologistnightmare commented Jan 1, 2017

i reiterate: i'm trying to run reaktor 6 on a debian machine.

the output of winetricks --version is 20161228 - sha1sum: 88e74e4f5fff86e2947a6ece1c970430c7b09144.

forcing a reinstall of msxml3, 4 and 6 led to the installer dialog showing up for both vc2012 and vc2015. both installers failed:

vc2012

vc2015

i need concrt140.dll to fix the error (according to the wine crashlog); this appears in vc2015.

@austin987
Copy link
Contributor

austin987 commented Jan 1, 2017 via email

@jre-wine
Copy link
Contributor

jre-wine commented Jan 2, 2017

The debian packages are built with xml support. They always install ("depends") libxml2, from each architecture (i386 and amd64).

With Debian's winetricks "winetricks vcrun2015" gives both the 64-bit warning if used with a 64-bit prefix, and the version information.

$ winetricks vcrun2015
------------------------------------------------------
You are using a 64-bit WINEPREFIX. If you encounter problems, please retest in a clean 32-bit WINEPREFIX before reporting a bug.
------------------------------------------------------
Using winetricks 20160425 - sha1sum: 76ddd858a9d69fb14c74980575a3add862640f53 with wine-2.0-rc2 (Debian 2.0~rc2-1)
[...]

The only suppressed output I'm aware of in the debian packages are the Wine fixme messages.

I couldn't reproduce this here, tested 32- and 64-bit, debian stretch and jessie-backports (the latter with vanilla winetricks). I don't see these lines:

err:ole:apartment_getclassobject DllGetClassObject returned error 0x80040111
err:ole:CoGetClassObject no class object {f5078f1b-c551-11d3-89b9-0000f81fe221} could be created for context 0x1

@austin987
Copy link
Contributor

Thanks @jre-wine, that's what I expected. f5078f1b-c551-11d3-89b9-0000f81fe221 corresponds to MSXML:
https://support.microsoft.com/en-us/kb/924191

which is why I suspected the package wasn't compiled correctly or missing libxml on the host (I missed 'debian' when reading the first comment the first time, my mistake).

@austin987
Copy link
Contributor

@ReceivedChunky, can you try this in a clean WINEPREFIX?

$ WINEPREFIX=$HOME/.wine-msxml-test WINEARCH=win32 winetricks -q vcrun2015

@ornithologistnightmare
Copy link
Author

@austin987 here is the full output of the command upon its first run:

tc@tc:~/Documents$ WINEPREFIX=$HOME/.wine-msxml-test WINEARCH=win32 ./winetricks -q vcrun2015
Using winetricks 20161228 - sha1sum: 88e74e4f5fff86e2947a6ece1c970430c7b09144 with wine-1.9.24 (Debian 1.9.24-1)
Executing w_do_call vcrun2015
Executing load_vcrun2015 
------------------------------------------------------
Working around wine bug 37781 
------------------------------------------------------
------------------------------------------------------
This may fail in non-XP mode, see https://bugs.winehq.org/show_bug.cgi?id=37781
------------------------------------------------------
Using native,builtin override for following DLLs: api-ms-win-crt-conio-l1-1-0 api-ms-win-crt-heap-l1-1-0 api-ms-win-crt-locale-l1-1-0 api-ms-win-crt-math-l1-1-0 api-ms-win-crt-runtime-l1-1-0 api-ms-win-crt-stdio-l1-1-0 atl140 msvcp140 msvcr140 ucrtbase vcomp140 vcruntime140
Executing winetricks_early_wine regedit /S C:\windows\Temp\_vcrun2015\override-dll.reg
Executing cd /home/tc/.cache/winetricks/vcrun2015
Executing wine vc_redist.x86.exe /q
err:ole:CoInitializeEx Attempt to change threading model of this apartment from multi-threaded to apartment threaded
err:ole:CoInitializeEx Attempt to change threading model of this apartment from multi-threaded to apartment threaded
err:mscoree:LoadLibraryShim error reading registry key for installroot
err:mscoree:LoadLibraryShim error reading registry key for installroot
err:mscoree:LoadLibraryShim error reading registry key for installroot
err:mscoree:LoadLibraryShim error reading registry key for installroot
err:mscoree:LoadLibraryShim error reading registry key for installroot
err:mscoree:LoadLibraryShim error reading registry key for installroot
err:mscoree:LoadLibraryShim error reading registry key for installroot
err:mscoree:LoadLibraryShim error reading registry key for installroot

curiously, a second run yielded something which told me that vcrun2015 was already installed:

tc@tc:~/Documents$ WINEPREFIX=$HOME/.wine-msxml-test WINEARCH=win32 ./winetricks -q vcrun2015
Using winetricks 20161228 - sha1sum: 88e74e4f5fff86e2947a6ece1c970430c7b09144 with wine-1.9.24 (Debian 1.9.24-1)
Executing w_do_call vcrun2015
vcrun2015 already installed, skipping

@austin987
Copy link
Contributor

austin987 commented Jan 2, 2017 via email

@ornithologistnightmare
Copy link
Author

i still get the same error from running it inside the prefix. whenever i run:

tc@tc:~/.wine-msxml-test/drive_c/Program Files/Native Instruments/REAKTOR/Reaktor 6$ WINEPREFIX=$HOME/.wine-msxml-test WINEARCH=win32 wine "./Reaktor 6.exe"

i still have the same error involving concrt140.dll:

Unhandled exception: unimplemented function concrt140.dll.??0_ReentrantBlockingLock@details@Concurrency@@QAE@XZ called in 32-bit code (0x7b43bf1c).
Register dump:
 CS:0023 SS:002b DS:002b ES:002b FS:0063 GS:006b
 EIP:7b43bf1c ESP:0032f514 EBP:0032f598 EFLAGS:00200216(   - --  I   -A-P- )
 EAX:7b4287f9 EBX:00000004 ECX:0032f540 EDX:0032f5c4
 ESI:7e2c4410 EDI:00000000
Stack dump:
0x0032f514:  00320000 7bc4f691 7bc509ea 00110060
0x0032f524:  00000000 00000007 80000100 00000001
0x0032f534:  00000000 7b43bf1c 00000002 7e2c4410
0x0032f544:  7e2c463d 00000000 00000000 00393b01
0x0032f554:  01a4465c 03e40000 47ff3f00 00000001
0x0032f564:  7bc4f4a8 03e95dd8 7bc3dd16 0032f590
Backtrace:
=>0 0x7b43bf1c in kernel32 (+0x2bf1c) (0x0032f598)
  1 0x7e2c43f7 in concrt140 (+0x43f6) (0x0032f5d8)
  2 0x7e2c1f31 in concrt140 (+0x1f30) (0x0032f610)
  3 0x013b7daf in reaktor 6 (+0xfb7dae) (0x0032f638)
  4 0x013b7205 in reaktor 6 (+0xfb7204) (0x0032f7f8)
  5 0x013b1c1a in reaktor 6 (+0xfb1c19) (0x0032f984)
  6 0x0138c88c in reaktor 6 (+0xf8c88b) (0x0032fa8c)
  7 0x01393cce in reaktor 6 (+0xf93ccd) (0x0032fae8)
  8 0x0138d644 in reaktor 6 (+0xf8d643) (0x0032fb10)
  9 0x0138d772 in reaktor 6 (+0xf8d771) (0x0032fb34)
  10 0x0048178e in reaktor 6 (+0x8178d) (0x0032fc84)
  11 0x00481439 in reaktor 6 (+0x81438) (0x0032fce0)
  12 0x017533be in reaktor 6 (+0x13533bd) (0x0032fcf0)
  13 0x0048733b in reaktor 6 (+0x8733a) (0x0032fdc0)
  14 0x0175425b in reaktor 6 (+0x135425a) (0x0032fdfc)
  15 0x00487be3 in reaktor 6 (+0x87be2) (0x0032fe04)
  16 0x018e0b23 in reaktor 6 (+0x14e0b22) (0x0032fe50)
  17 0x7b46017c in kernel32 (+0x5017b) (0x0032fe68)
  18 0x7b46114a in kernel32 (+0x51149) (0x0032fe98)
  19 0x7bc806fc (0x0032feb8)
  20 0x7bc836af (0x0032ffa8)
  21 0x7bc806da (0x0032ffc8)
  22 0x7bc52b47 (0x0032ffe8)
0x7b43bf1c: addl	$12,%esp
Modules:
Module	Address			Debug info	Name (80 modules)
PE	  330000-  333000	Deferred        api-ms-win-crt-heap-l1-1-0
PE	  340000-  343000	Deferred        api-ms-win-crt-locale-l1-1-0
PE	  350000-  355000	Deferred        api-ms-win-crt-math-l1-1-0
PE	  360000-  364000	Deferred        api-ms-win-crt-runtime-l1-1-0
PE	  370000-  374000	Deferred        api-ms-win-crt-stdio-l1-1-0
PE	  380000-  3ed000	Deferred        msvcp140
PE	  400000- 3266000	Export          reaktor 6
PE	 3270000- 3348000	Deferred        ucrtbase
PE	 3350000- 3365000	Deferred        vcruntime140
PE	10000000-10003000	Deferred        api-ms-win-crt-conio-l1-1-0
PE	7a820000-7a824000	Deferred        opengl32
PE	7b410000-7b5ad000	Export          kernel32
PE	7bc10000-7bc14000	Deferred        ntdll
PE	7d290000-7d294000	Deferred        uxtheme
PE	7d4f0000-7d4f4000	Deferred        winex11
PE	7d570000-7d574000	Deferred        imm32
PE	7dad0000-7dad4000	Deferred        ws2_32
PE	7db10000-7db19000	Deferred        msacm32
PE	7db30000-7dba8000	Deferred        winmm
PE	7dbf0000-7dbf5000	Deferred        jsproxy
PE	7dc10000-7dc16000	Deferred        winhttp
PE	7dc50000-7dc58000	Deferred        oleaut32
PE	7dd90000-7dd93000	Deferred        powrprof
PE	7ddb0000-7ddb5000	Deferred        api-ms-win-crt-multibyte-l1-1-0
PE	7ddc0000-7ddc4000	Deferred        iphlpapi
PE	7ddf0000-7ddf4000	Deferred        wined3d
PE	7df20000-7df24000	Deferred        rpcrt4
PE	7dfb0000-7dfb8000	Deferred        ole32
PE	7e0d0000-7e0d4000	Deferred        dsound
PE	7e120000-7e124000	Deferred        psapi
PE	7e160000-7e164000	Deferred        dxgi
PE	7e180000-7e184000	Deferred        dbghelp
PE	7e1f0000-7e231000	Deferred        crypt32
PE	7e2c0000-7e2fb000	Export          concrt140
PE	7e2e0000-7e2ea000	Deferred        winspool
PE	7e320000-7e34f000	Deferred        comctl32
PE	7e410000-7e414000	Deferred        version
PE	7e430000-7e437000	Deferred        gdi32
PE	7e560000-7e59b000	Deferred        user32
PE	7e6b0000-7e6b8000	Deferred        shlwapi
PE	7e730000-7e890000	Deferred        shell32
PE	7e960000-7e9f9000	Deferred        comdlg32
PE	7ea50000-7ea54000	Deferred        bcrypt
PE	7ea70000-7ea73000	Deferred        api-ms-win-crt-utility-l1-1-0
PE	7ea80000-7ea83000	Deferred        api-ms-win-crt-time-l1-1-0
PE	7ea90000-7ea94000	Deferred        api-ms-win-crt-string-l1-1-0
PE	7eaa0000-7eaa3000	Deferred        api-ms-win-crt-filesystem-l1-1-0C:\windows\system32\api-ms-win-crt-filesystem-l1-1-0.dll
PE	7eac0000-7eac3000	Deferred        api-ms-win-crt-environment-l1-1-C:\windows\system32\api-ms-win-crt-environment-l1-1-0.dll
PE	7ead0000-7ead4000	Deferred        api-ms-win-crt-convert-l1-1-0
PE	7eb40000-7eb43000	Deferred        api-ms-win-core-localization-l1-C:\windows\system32\api-ms-win-core-localization-l1-2-1.dll
PE	7eb50000-7eb53000	Deferred        api-ms-win-core-fibers-l1-1-1
PE	7eb60000-7eb63000	Deferred        api-ms-win-core-interlocked-l1-1C:\windows\system32\api-ms-win-core-interlocked-l1-1-0.dll
PE	7eb70000-7eb73000	Deferred        api-ms-win-core-rtlsupport-l1-1-C:\windows\system32\api-ms-win-core-rtlsupport-l1-1-0.dll
PE	7eb90000-7eb93000	Deferred        api-ms-win-core-util-l1-1-0
PE	7eba0000-7eba3000	Deferred        api-ms-win-core-memory-l1-1-0
PE	7ebb0000-7ebb3000	Deferred        api-ms-win-core-profile-l1-1-0
PE	7ebc0000-7ebc3000	Deferred        api-ms-win-core-file-l1-2-0
PE	7ebe0000-7ebe3000	Deferred        api-ms-win-core-processthreads-lC:\windows\system32\api-ms-win-core-processthreads-l1-1-1.dll
PE	7ebf0000-7ebf3000	Deferred        api-ms-win-core-debug-l1-1-0
PE	7ec00000-7ec03000	Deferred        api-ms-win-core-console-l1-1-0
PE	7ec20000-7ec23000	Deferred        api-ms-win-core-synch-l1-2-0
PE	7ec30000-7ec33000	Deferred        api-ms-win-core-sysinfo-l1-1-0
PE	7ec40000-7ec43000	Deferred        api-ms-win-core-localization-l1-C:\windows\system32\api-ms-win-core-localization-l1-2-0.dll
PE	7ec50000-7ec53000	Deferred        api-ms-win-core-datetime-l1-1-0
PE	7ec70000-7ec73000	Deferred        api-ms-win-core-processenvironmeC:\windows\system32\api-ms-win-core-processenvironment-l1-1-0.dll
PE	7ec80000-7ec83000	Deferred        api-ms-win-core-processthreads-lC:\windows\system32\api-ms-win-core-processthreads-l1-1-0.dll
PE	7ec90000-7ec93000	Deferred        api-ms-win-core-synch-l1-1-0
PE	7eca0000-7eca3000	Deferred        api-ms-win-core-libraryloader-l1C:\windows\system32\api-ms-win-core-libraryloader-l1-1-0.dll
PE	7ecc0000-7ecc3000	Deferred        api-ms-win-core-heap-l1-1-0
PE	7ecd0000-7ecd3000	Deferred        api-ms-win-core-file-l2-1-0
PE	7ece0000-7ece3000	Deferred        api-ms-win-core-handle-l1-1-0
PE	7ecf0000-7ecf3000	Deferred        api-ms-win-core-namedpipe-l1-1-0C:\windows\system32\api-ms-win-core-namedpipe-l1-1-0.dll
PE	7ed10000-7ed14000	Deferred        api-ms-win-core-file-l1-1-0
PE	7ed20000-7ed23000	Deferred        api-ms-win-core-timezone-l1-1-0
PE	7ed40000-7ed44000	Deferred        advapi32
PE	7efe0000-7efe3000	Deferred        api-ms-win-core-errorhandling-l1C:\windows\system32\api-ms-win-core-errorhandling-l1-1-0.dll
PE	7eff0000-7eff3000	Deferred        api-ms-win-core-string-l1-1-0
PE	f6500000-f6503000	Deferred        usp10
PE	f7370000-f7373000	Deferred        api-ms-win-appmodel-runtime-l1-1C:\windows\system32\api-ms-win-appmodel-runtime-l1-1-1.dll
PE	f75c0000-f75c3000	Deferred        api-ms-win-core-sysinfo-l1-2-1
Threads:
process  tid      prio (all id:s are in hex)
00000008 (D) C:\Program Files\Native Instruments\REAKTOR\Reaktor 6\Reaktor 6.exe
	0000002c    0
	0000002a    0
	00000029    0
	00000009    0 <==
0000000e services.exe
	00000020    0
	0000001f    0
	00000017    0
	00000016    0
	00000014    0
	00000010    0
	0000000f    0
00000012 winedevice.exe
	0000001e    0
	0000001b    0
	0000001a    0
	00000019    0
	00000018    0
	00000013    0
0000001c plugplay.exe
	00000022    0
	00000021    0
	0000001d    0
00000023 explorer.exe
	00000028    0
	00000027    0
	00000026    0
	00000025    0
	00000024    0
System information:
    Wine build: wine-1.9.24 (Debian 1.9.24-1)
    Platform: i386
    Version: Windows XP
    Host system: Linux
    Host version: 4.8.0-kali1-amd64

@slyscorpion
Copy link

@ReceivedChunky

This error

Unhandled exception: unimplemented function concrt140.dll.??0_ReentrantBlockingLock@details@Concurrency@@QAE@XZ called in 32-bit code (0x7b43bf1c).

is a Wine bug and should be reported here: https://bugs.winehq.org/

When reporting the bug to Wine's Bugzilla, please make sure to add your backtrace as an attachment and add the "unimplemented function concrt140.dll.??0_ReentrantBlockingLock@details@Concurrency@@QAE@XZ" in the title of the bug report :)

@austin987
Copy link
Contributor

austin987 commented Jan 3, 2017 via email

@ornithologistnightmare
Copy link
Author

ornithologistnightmare commented Jan 3, 2017

the bug report has been submitted here. my intuition is already gnawing at me, pointing out that this is going to take a lot longer than i thought as has happened before. might just be me.

concrt140 does not appear on the menu if i run WINEPREFIX=$HOME/.wine-msxml-test WINEARCH=win32 winecfg. vcruntime140 does, but no matter what the priority settings are, the error is the same.

i believe that the problem concerns the absence of concrt140 on the system.

@edran
Copy link

edran commented Jan 4, 2017

FYI I'm having a similar issue with vcrun2012 / 2013 / 2015 (Ubuntu 14.04, wine 1.6.2, latest winetricks).

For instance:

$ WINEPREFIX=$HOME/.wine-msxml-test WINEARCH=win32 winetricks -q vcrun2012
Using winetricks 20170101 - sha1sum: ed948de8a10666cab5fe393765a9804c532639d0 with wine-1.6.2 and WINEARCH=win32
Executing w_do_call vcrun2012
Executing load_vcrun2012 
Executing mkdir -p /home/edran/.cache/winetricks/vcrun2012
Executing cd /home/edran/.cache/winetricks/vcrun2012
Downloading http://download.microsoft.com/download/1/6/B/16B06F60-3B20-4FF2-B699-5E9B7962F9AE/VSU_4/vcredist_x86.exe to /home/edran/.cache/winetricks/vcrun2012
--2017-01-04 17:55:13--  http://download.microsoft.com/download/1/6/B/16B06F60-3B20-4FF2-B699-5E9B7962F9AE/VSU_4/vcredist_x86.exe
Resolving download.microsoft.com (download.microsoft.com)... 23.12.99.212, 2a02:26f0:2d:484::e59, 2a02:26f0:2d:489::e59
Connecting to download.microsoft.com (download.microsoft.com)|23.12.99.212|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 6554576 (6.2M) [application/octet-stream]
Saving to: ‘vcredist_x86.exe’

100%[===================================================================>] 6,554,576   2.47MB/s   in 2.5s   

2017-01-04 17:55:16 (2.47 MB/s) - ‘vcredist_x86.exe’ saved [6554576/6554576]

Executing cd /home/edran
Using native,builtin override for following DLLs: atl110 msvcp110 msvcr110 vcomp110
Executing winetricks_early_wine regedit /S C:\windows\Temp\_vcrun2012\override-dll.reg
Executing cd /home/edran/.cache/winetricks/vcrun2012
Executing wine vcredist_x86.exe /q
err:winediag:xrandr12_init_modes Broken NVIDIA RandR detected, falling back to RandR 1.0. Please consider using the Nouveau driver instead.
fixme:heap:HeapSetInformation (nil) 1 (nil) 0
fixme:ntdll:NtQueryInformationToken QueryInformationToken( ..., TokenElevation, ...) semi-stub
err:ole:CoInitializeEx Attempt to change threading model of this apartment from multi-threaded to apartment threaded
err:winediag:xrandr12_init_modes Broken NVIDIA RandR detected, falling back to RandR 1.0. Please consider using the Nouveau driver instead.
fixme:heap:HeapSetInformation (nil) 1 (nil) 0
fixme:ntdll:NtQueryInformationToken QueryInformationToken( ..., TokenElevation, ...) semi-stub
err:ole:CoInitializeEx Attempt to change threading model of this apartment from multi-threaded to apartment threaded
fixme:advapi:DecryptFileW (L"C:\\users\\edran\\Temp\\{33d1fd90-4274-48a1-9bc1-97e33d9c2d6f}\\", 00000000): stub
------------------------------------------------------
Note: command wine vcredist_x86.exe /q returned status 180.  Aborting.
------------------------------------------------------

@qwertychouskie
Copy link
Contributor

Wine 1.6.2? The latest is 2.0-rc3. Try updating.

@slyscorpion
Copy link

slyscorpion commented Jan 5, 2017

@ReceivedChunky

concrt140 does not appear on the menu if i run WINEPREFIX=$HOME/.wine-msxml-test WINEARCH=win32 winecfg

You can try writing it in and setting it to native, built-in in the winecfg menu...

Try using "concrt140" (without " " ) in winecfg...

@ornithologistnightmare
Copy link
Author

...writing it in?

@qwertychouskie
Copy link
Contributor

@ReceivedChunky
http://i.imgur.com/QviWFMk.png

@ornithologistnightmare
Copy link
Author

the same errors still come regardless of whether it's set to builtin or native.

@austin987
Copy link
Contributor

Please try with 4c8d076

@ornithologistnightmare
Copy link
Author

ornithologistnightmare commented Jan 20, 2017

vcrun 2012 and 2015 installed in a clean prefix; i moved my stuff over and reaktor's working like a charm! it's not the end of my troubles with ni stuff though; i'm gonna need vc2013 to run massive. i'll create another issue if the problem persists.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants