Questions tagged [windows-7-x64]

for questions specifically about the x64 version of Windows 7.

1819 questions
0
votes
2 answers

OpenOPC on Windows: Clas not registered

I'm having problems with OpenOPC library (OpenOPC-1.2.0.win32-py2.7) on Windows 7 64bit machine. >>> import OpenOPC >>> i =OpenOPC.client() Traceback (most recent call last): File "", line 1, in File "OpenOPC.py", line 170, in…
mrjames
  • 87
  • 1
  • 7
0
votes
1 answer

.reg File-Created DSN Works But Does Not Display in Data Sources (ODBC)

If I double-click on a registry key file that contains the following Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\Software\ODBC\ODBC.INI\permits_db_conn_new_app] "Driver"="c:\\Windows\\system32\\sqlncli10.dll" …
octopusgrabbus
  • 10,555
  • 15
  • 68
  • 131
0
votes
0 answers

SQL Server 2012 DBCC memorystatus has wrong information. How can I correct it?

I have a Windows 7 64-bit machine with 16GB ram, 24GB pagefile, 500GB HD and SQL Server 2012 Standard Edition 64-bit running on it. I set the Maximum Server Memory to 1024MB through SSMS. With 5 minutes of starting up, it routinely uses all my…
0
votes
1 answer

Paros is not launching

OS: Windows7 64-bit Java: jdk1.8.0_05 I have downloaded "paros-3.2.13-win.exe" and installed successfully. When I double-click desktop icon "Paros 3.2.13" it was not launched. The following screen was shown: Please help me to find out the problem…
Ripon Al Wasim
  • 36,924
  • 42
  • 155
  • 176
0
votes
1 answer

apply-BootMedia.cmd DISM.exe version

can anyone point me in the direction of the correct version of DISM.exe for Windows 7 SP1 to create the Intel Galileo Boot SD ? The version shown is the current version on my Laptop which seem like it is incorrect as it fails due to unsupported…
0
votes
0 answers

OneDrive signing in with acces token

at the moment i am accessing OneDrive via manually signing in with a webbrowser (WinForm). But I want to create a Service which synchronizes my data on OneDrive all x-minutes. So when i start my computer the service starts and should already be…
0
votes
2 answers

Error Could not create the Java virtual machine while creating Websphere 7 profile

I try run PMT (Profile Management Tool) from RAD (Rational Application Development) but I got the error "Could not create the Java virtual machine" even when I started RAD as Administrator. I searched in the internet and all recomendations I saw…
Jim C
  • 3,957
  • 25
  • 85
  • 162
0
votes
1 answer

Deploying play framework could not find or load main class

I'm preparing a deploy using Distcommand in Windows 7. (play 2.0.4) The zip is generated successful but when I'm trying to start the application with this command: java -Dhttp.port=9001 -cp "e:\deploy\test-1.0-SNAPSHOT\lib\*"…
0
votes
4 answers

TTS Voices for Windows7 64 bits

I'm currently looking for TTS Voices for win7 64bits. I have troubles with Microsoft voices. I installed MS Hortense Fr-fr. I switch folders in regedit for put that one in wowsys64 folder. And when I try to change voice in…
0
votes
0 answers

DirectX won't let me use D3D_DRIVER_TYPE_HARDWARE despite having a DirectX11 capable Graphics adapter

I'd like to use SharpDX for the rendering Engine of a WPF project (Windows 7, 64 bit, DirectX10 / 11) but i'm running into problems getting the samples to work. I can use the DirectX 9 samples though. The problem is likely not directly related to…
0
votes
3 answers

Run a .jar file on Windows 7

I have downloaded a .jar file and it won't run on my computer. I have installed Java RE 5.0 and have Java 7 update 72. Every time I double click on the file it pops up and closes. I have reinstalled the java re and java 7u72 and still no…
Lucas
  • 1
  • 1
  • 3
0
votes
0 answers

RtlFreeHeap blocking mysteriously

I have a process that has ~6.5 GB of memory allocated. I have a boost multi-index map of ~160k orders. Each order has a map of boost variants. Each map has probably ~50 elements. Most of the variant types are about 16 bytes except for strings, and…
Matthew Reddington
  • 1,409
  • 3
  • 13
  • 24
0
votes
1 answer

Error to load packages installed using apm link in Windows 7

Today I installed the Atom Editor (manually and using choco) - version: 0.136.0. After that, I install packages using apm link, because I'm behind a company proxy and this is the best solution for me. But, when I open Atom, I get a lot errors:…
Patrick Maciel
  • 4,874
  • 8
  • 40
  • 80
0
votes
1 answer

Why does my Ecstatic Search request return all results? not one?

I've followed the guides on the elasticsearch.org site to add data and then test the Search filter. I get back all the records though, not just on the first record. The command I run is... curl -XPOST 127.0.0.1:9200/bank/_search?pretty -d…
jeff porter
  • 6,560
  • 13
  • 65
  • 123
0
votes
2 answers

BeautifulSoup import error in python 2.7 Windows 7

I'm new with Python and I'm trying to use the BeautifulSoup 4.3.2 package but I get the next error: Traceback (most recent call last): File "C:\Users\Name\Documents\NetBeansProjects\PythonPruebas\src\prueba.py", line 10, in from…
Drow
  • 1
  • 1