vjott Posted January 26, 2013 Posted January 26, 2013 I tried it on my main OS (Windows 8 x64 Professional). My screen goes black and I can only see and use my cursor.
MagicAndre1981 Posted January 26, 2013 Posted January 26, 2013 ok, so we all have the same issue (black screen)
wango911 Posted January 27, 2013 Posted January 27, 2013 (edited) Just like everyone else, have a nearly vanilla build of Windows 8 Pro x64 (without updates) with only VS2012 Express installed for the runtimes in VMWare Workstation 9.0.1, and running the program gives me a black screen, even with disabled UAC via CMD. Why does Windows 8's DWM have to be unbelievely unstable??? I hope this issue is resolved soon since I have hope this will be a quality program once finished. Edited January 27, 2013 by wango911
burfadel Posted January 27, 2013 Posted January 27, 2013 Maybe a repackage could be done? You can actually copy the requried VC runtime files into the program folder, you don't need to install the actual debug runtime on your system.That said, I tried it out and it did nothing! No black screen, no error messages either. It just came up with the message that it was a test, and once I clicked okay the screen went blank for a fraction of a second, but when it came back up there wasn't any chance.
MagicAndre1981 Posted January 27, 2013 Posted January 27, 2013 he only needs to compile it as Release. Providing the DLL is not allowed
FraggyMDL Posted January 27, 2013 Posted January 27, 2013 Actually I don't get a black screen. The desktop comes back after 1 second of black screen.
wango911 Posted January 27, 2013 Posted January 27, 2013 Actually I don't get a black screen. The desktop comes back after 1 second of black screen.Meaning it worked for you?
vladdsp Posted January 27, 2013 Posted January 27, 2013 I loaded MSVCR110D.dll, now it: , Windows 8 Pro x64
MagicAndre1981 Posted January 27, 2013 Posted January 27, 2013 this 7B means you've downloaded the 32Bit DLL. You need the 64Bit DLL.
vladdsp Posted January 27, 2013 Posted January 27, 2013 this 7B means you've downloaded the 32Bit DLL. You need the 64Bit DLL.Many thanks, I will look for x64
chmichael Posted January 27, 2013 Posted January 27, 2013 Anyone can upload the VC++ Debug DLL files ?It needs: msvcp110d.dll & msvcr110d.dllThank you
bphlpt Posted January 27, 2013 Posted January 27, 2013 Anyone can upload the VC++ Debug DLL files ?It needs: msvcp110d.dll & msvcr110d.dllThank youNO!he only needs to compile it as Release. Providing the DLL is not allowed Cheers and Regards
bigmuscle Posted January 27, 2013 Author Posted January 27, 2013 Is there anyone who could run it? (and please do not complain about missing DLLs, this is only developer preview which requires to have debugging runtime installed). I have checked the code and do not understand why it should end up with the black screen :-(
paul44 Posted January 27, 2013 Posted January 27, 2013 Is there anyone who could run it? (and please do not complain about missing DLLs, this is only developer preview which requires to have debugging runtime installed). I have checked the code and do not understand why it should end up with the black screen :-(I can run it without error or log being produced but nothing at all happens :-/
Recommended Posts