search for: x64

Displaying 20 results from an estimated 3621 matches for "x64".

Did you mean: u64
2019 Dec 17
7
Hosted printer drivers can not be used
...ould you like to view the print troubleshooter for assistance? The procedure number is out of range. [Yes] [No] In the clients event log, this entry is logged: Windows could not load print processor KOAYTJ_P because EnumDatatypes failed. Error code 126. Module: C:\WINDOWS\system32\spool\PRTPROCS\x64\KOAYTJ_P.DLL. Please obtain and install a new version of the driver from the manufacturer (if available), or choose an alternate driver that works with this print device I noticed, that on my Windows 2008 R2 reference system, in the printer management drivers list, the drivers print processor is s...
2013 Jan 28
0
add x64 printer drivers with cupsaddsmb fail
Hello, I have set up a cups print server and would like to offer Point'n'Print functionnality for the windows computer clients. So, i've followed informations from the man page of cupsaddsmb as resumed below: -configure smb.conf -add x86 and x64 PS drivers (from x86 and x64 windows 2008 installs). -add x86 and x64 CUPS drivers (from cups SVN) I then launch cupsaddsmb using the following command : "[root at newcups]# cupsaddsmb -H localhost -U root -h localhost -a -v" It showed me lots of line scrolls through the terminal (.. co...
2015 Apr 29
0
cups automatic driver install (WERR_ACCESS_DENIED)
...#39;http_basic' registered GENSEC backend 'http_ntlm' registered GENSEC backend 'krb5' registered GENSEC backend 'fake_gssapi_krb5' registered Printer Driver hp4 successfully installed. Running command: smbclient //localhost/print$ -N -A /tmp/075335545d5bf -c 'mkdir x64;put /tmp/07533554ccef1 x64/hp4.ppd;put /usr/share/cups/drivers/x64/ps5ui.dll x64/ps5ui.dll;put /usr/share/cups/drivers/x64/pscript.hlp x64/pscript.hlp;put /usr/share/cups/drivers/x64/pscript.ntf x64/pscript.ntf;put /usr/share/cups/drivers/x64/pscript5.dll x64/pscript5.dll' Domain=[TEST] OS=[Win...
2013 Apr 09
2
Getting Started
...oy app, I''m about ready to throw up my hands in despair thinking this is just a sign of more to come here.: => Booting WEBrick => Rails 3.2.13 application starting in development on http://0.0.0.0:3000 => Call with -d to detach => Ctrl-C to shutdown server Exiting C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bundler-1.3.5/lib/bundler/rubygems_integration.rb:214:in `block in replace_gem'': Please install the sqlite3 adapter: `gem install activerecord-sqlite3-adapter` (sqlite3 is not part of the bundle. Add it to Gemfile.) (LoadError) from C:/Ruby200-x64/lib/r...
2019 Apr 10
3
Unable to upload printer drivers.
Hi Tested if i could upgrade my kyocera drivers but no go.. ( where i have currently 6.3.909.0 installed. ) Tried/Tested with win10 and win7 x64. ( 4.9.6 ) with the windows printer manager. ( as shown on the wiki ) KyoceraClassicUniversal v3.3_signed KX_741525_UPD_signed_EU All get : HRESULT: 0x0000023f (ERROR_APP_INIT_FAILURE) ( see below ) Tested them all, and atm only one works.. http://downloads.van-belle.nl/samba4/Kyocera/KyoClas...
2017 Sep 28
1
rgl crash on windows 7
...t R and do NOT load rgl, but type this WITHOUT parentheses: rgl:::.onUnload We get the same crash. On my laptop I can load rgl just fine, after loading rgl I see: R> getLoadedDLLs() Filename Dynamic.Lookup base base FALSE methods C:/Program Files/R/R-3.4.1/library/methods/libs/x64/methods.dll FALSE utils C:/Program Files/R/R-3.4.1/library/utils/libs/x64/utils.dll FALSE digest c:/kw/R/win-library/3.4/digest/libs/x64/digest.dll TRUE grDevices C:/Program Files/R/R-3.4.1/library/grDevices/libs/x64/grDevices.dll FALSE graphics C...
2012 Jun 04
2
Windows architecture fact
We recently fixed the hardwaremodel and architecture facts on Windows as they were always returning i386[1]. The change will be in the upcoming 1.6.10 release of Facter[2]. The new behavior is that hardwaremodel will return something like i686, ia64, x64, etc, while the architecture fact will return either x86 or x64. Since the new behavior will likely affect puppet users that are trying to write manifests to select the appropriate package architecture, I''m writing to get feedback on this. In particular, is ''x64'' the lea...
2008 Apr 13
2
Testing my Flac x64 build
Hi! Because I'm currently running Vista x64 I thought I could try to do an x64 build of the Flac command line encoder. I used NAnt scripts instead of Visual Studio since Visual C++ Express 2008 doesn't support x64 builds (if anyone's interested, I can clean them up somewhat and send them to you). I took great care to use the exa...
2016 Apr 21
2
Creating Syslinux UEFI usb boot
On Thu, Apr 21, 2016 at 6:39 AM, Gene Cumm <gene.cumm at gmail.com> wrote: > On Thu, Apr 21, 2016 at 3:29 AM, Atle Holm <atle at team-holm.net> wrote: >> Under EFI/BOOT are the following files: >> BOOTIA32.EFI (from efi32/efi/syslinux.efi) >> BOOTX64.EFI (from efi64/efi/syslinux.efi) >> ldlinux.sys (copied from root of partition) >> lua.c32 >> mboot.c32 >> menu.c32 >> syslinux.cfg >> vesamenu.c32 >> KS.CFG (vmware specific) >> BOOT.CFG (vmware specific) >> autoselect.lua >> >>...
2014 Nov 03
8
[LLVMdev] [PATCH] Protection against stack-based memory corruption errors using SafeStack
...ack.ll new file mode 100644 index 0000000..ee47ea3 --- /dev/null +++ b/test/CodeGen/X86/safestack.ll @@ -0,0 +1,1504 @@ +; RUN: llc -mtriple=i386-pc-linux-gnu < %s -o - | FileCheck --check-prefix=LINUX-I386 %s +; RUN: llc -mtriple=x86_64-pc-linux-gnu < %s -o - | FileCheck --check-prefix=LINUX-X64 %s +; RUN: llc -mtriple=x86_64-apple-darwin < %s -o - | FileCheck --check-prefix=DARWIN-X64 %s + +%struct.foo = type { [16 x i8] } +%struct.foo.0 = type { [4 x i8] } +%struct.pair = type { i32, i32 } +%struct.nest = type { %struct.pair, %struct.pair } +%struct.vec = type { <4 x i32> } +%cl...
2013 Apr 13
3
Cannot reach http://localhost:3000 after starting Ruby on Rails server
...the directory that I want the server to start, the following prompt shows up: C:\Users\Brian\railsapp>rails server => Booting WEBrick => Rails 3.2.13 application starting in development on http://0.0.0.0:3000 => Call with -d to detach => Ctrl-C to shutdown server Exiting C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bundler-1.3.5/lib/bundler/ rubygems_integ ration.rb:214:in `block in replace_gem'': Please install the sqlite3 adapter: `ge m install activerecord-sqlite3-adapter` (sqlite3 is not part of the bundle. Add it to Gemfile.) (LoadError) from C:/Ruby200-x64/lib/ru...
2014 Jul 22
2
[LLVMdev] [LLVMDev][3.5]: assertion failed in RuntimeDyldELF.cpp
...nning make check leads to a series of failed assertions like ******************** FAIL: LLVM :: ExecutionEngine/MCJIT/test-setcond-fp.ll (6185 of 11245) ******************** TEST 'LLVM :: ExecutionEngine/MCJIT/test-setcond-fp.ll' FAILED ******************** Script: -- /cygdrive/z/dev/llvm/x64/static/Release+Asserts/bin/lli -use-mcjit -mtriple=x86_64-unknown-cygwin-elf /cygdrive/z/dev/llvm/x64/llvm/test/ExecutionEngine/MCJIT/test-setcond-fp.ll > /dev/null -- Exit Code: 134 Command Output (stderr): -- assertion "RealOffset <= INT32_MAX && RealOffset >= INT32_MIN...
2007 Apr 30
3
Old problem with get_file_version , Windows 2003 x64 (Jerry, you know this one!)
Jerry, All, I am trying to get x64 drivers installed onto a Samba 3.0.24 server, however I am getting an error that looks like it was last seen in 2005, ie when Windows checks the driver is uploaded OK, it thinks it's not for the correct architecture: [2007/04/30 17:18:04, 3] smbd/dosmode.c:unix_mode(147) unix_mode(x64/3/UNI...
2019 Apr 08
4
Unable to upload printer drivers
Hi, Am 25.03.2019 um 14:12 schrieb Marco Gaiarin via samba: > [...] > Some drivers there's no way to load (for example, some samsung MFP). > Some other load, but you have to do 2-5 try before they work. I did now try many different drivers from different vendors none of them worked thus I think there is something else wrong. I then did some more tests, trying to find anything being
2012 Jun 24
2
Win 64 package build - ERROR: loading failed for 'x64'
I have developed an R package that works under Win32, but when I attempt to build it on Win64, I get ERROR: loading failed for 'x64' More precisely, I developed and tested the package under Win32 and it works. But when I move to a 64 bit Windows 7 (Home Premium) system, and attempt to build both 32 bit and 64 bit packages, the 32 bit package seems to build, but the 64 bit build fails. 'rcmd build test' works fine,...
2016 Apr 25
0
Creating Syslinux UEFI usb boot
...e Cumm <<gene.cumm at gmail.com>> wrote: > > > On Thu, Apr 21, 2016 at 3:29 AM, Atle Holm <<atle at team-holm.net>> wrote: > > > > > Under EFI/BOOT are the following files: > > > BOOTIA32.EFI (from efi32/efi/syslinux.efi) > > > BOOTX64.EFI (from efi64/efi/syslinux.efi) > > > ldlinux.sys (copied from root of partition) > > > lua.c32 > > > mboot.c32 > > > menu.c32 > > > syslinux.cfg > > > vesamenu.c32 > > > KS.CFG (vmware specific) > > > BOOT.CFG (vmware specif...
2019 Nov 22
1
Samba4 - Printer Drivers install fails
....c:236(connect_acl_xattr) > ? connect_acl_xattr: setting 'inherit acls = true' 'dos filemode = > true' and 'force unknown acl user = true' for service print$ > [2019/11/22 14:31:25.121861,? 3] > ../source3/lib/util.c:313(unix_clean_name) > ? unix_clean_name [x64/3] > [2019/11/22 14:31:25.121920,? 2] > ../source3/smbd/open.c:3987(open_directory) > ? open_directory: unable to create x64/3. Error was > NT_STATUS_OBJECT_NAME_COLLISION > [2019/11/22 14:31:25.121995,? 3] > ../source3/lib/util.c:313(unix_clean_name) > ? unix_clean_name [x6...
2020 Aug 02
4
8.2.2004 Quick recovery and fix for unbootable machines
...t sdX1) 1800+0 records in 1800+0 records out 7372800 bytes (7.4 MB, 7.0 MiB) copied, 0.980893 s, 7.5 MB/s 2) Turn off secureboot in your UEFI hardware. 3) Boot the USB key. You should get a colourful screen with icons and a filename below. Use the left/right arrow keys to select the correct grubx64.efi. Hit space to boot. Your usual grub menu should appear and the system should boot normally. HOW TO FIX THE PROBLEM ===================== 1) We need to downgrade the shim package. Now your system is running get an older copy of the correct shim package for your architecture from the CentOS i...
2008 Oct 23
1
[LLVMdev] Windows x64 support
Hi, I'm using LLVM for JIT compilation of shaders for my ray tracer (http://www.indigorenderer.com). My primary development target is 32 bit and 64 bit Windows. JIT compilation of shaders is working great for x86 code, but for x64 code LLVM doesn't really work, due to ABI incompatibilties in the form of calling convention errors with x64 windows, I think. Anyway, my questions are as follows: Is x64 JIT on Windows supposed to work currently? If not, is x64 JIT on Windows a LLVM development goal? And if so, is ther...
2014 Sep 30
2
[LLVMdev] Windows Installer
Hi Hans, I think installer.bat found my visual Studio installation because it installed the Win32 toolsets but not the x64 ones. (It took me a while to work this out ;-) I installed the x64 toolsets by hand and they seem to work. I think the installer ran as administrator. I explicitly ran it that way again (asking it to uninstall first) just to be sure. It didn't seem to make any difference. IIRC, it did pop...