search for: teb

Displaying 20 results from an estimated 42 matches for "teb".

Did you mean: tab
2006 Jul 13
2
windows.h not found
Hi, I've got a newly installed wine running on a Sun Fire X2100 and redhat. Now I want to compile some cpp-sources, but wineg++ ist aborted because it can't find the include windows.h. Is there a another include for wine? Any help? cheers teb
2008 Dec 19
1
24, file has vanished
...server with Debian. The copy made with rsync, the instruction is the next: rsync -av --iconv=WINDOWS-1252,utf-8 directory from windows 2000 server directory from Debian There are the error: file has vanished What happenned? thanks -- Xavi Aranda Equip T?cnic ? ASSOCIACI? PER A JOVES TEB Carrer dels Salvador, 6 baixos 08001 - Barcelona 934425867 ? xavier.aranda@ravalnet.org
2010 Sep 22
3
Support for spaces in plaintext passwords?
Hi! I have problems with my cellphone. It does not seem to quote the strings to the login command. I can logon using ie SquirrelMail but if i try to login using AndroidMail it just says "autentication failed". If i try maualy i get similar results. Changing password for test to "password-" a login test password- a OK Logged in. Changing password for test to "password
2012 Jul 31
0
Wine release 1.5.10
...}DirectoryObject. Alexandre Julliard (40): user32/tests: Try to fix a test that frequently fails on Windows. opengl32: Generate a header file containing function tables for all OpenGL functions. opengl32: Generate a function table with null OpenGL entry points and store it in the TEB. winex11: Fill a function table with the standard OpenGL functions and store it in the TEB. opengl32: Call standard OpenGL functions through the TEB function table. opengl32: Call OpenGL extension functions through the TEB function table. opengl32: Redirect standard OpenGL f...
2011 Dec 04
3
[LLVMdev] Implement implicit TLS on Windows - need advice
Hi! LLVM currently does not implement the implicit TLS model on Windows. This model is easy: - a thread local variable ends up in the .tls section - to access a thread local variable, you have to do (1) load pointer to thread local storage from TEB On x86_64, this is gs:0x58, on x86 it is fs:0x2C. (2) load pointer to thread local state. In general, the index is stored in variable _tls_index. For a .exe, _tls_index is always 0. (3) load offset of variable to start of .tls section. (4) the thread local variable can now accessed...
2016 May 17
2
buscar y reemplazar tabs dentro de un archivo
Estimado Eric Las filas que faltan, ¿son filas enteras, donde todo es valor NA o ?? en un data.frame? Porque si es así podrías importar todo y luego buscar (filtrar) los que no son NA. Copio y pego un código que utilizo en un trabajo, posiblemente le sea útil. Tratamientos$Tratamiento[Tratamientos$Tratamiento == ""] <- NA # asignar NA a las celdas vacías Tratamientos<-
2002 Jul 15
1
Winbind problems when mapping shares
...hat anyone can provide. Thanks in advance. Peter The smb.conf is as follows: [global] workgroup = PEP netbios name = IBM9672 interfaces = 161.186.129.96 encrypt passwords = Yes min passwd length = 8 map to guest = Bad User password server = teb-pri cc-dc1 benn-dc1 pep-dc2 pep-dc3 log level = 1 log file = /var/log/samba/%U.log keepalive = 30 os level = 2 wins server = 10.10.211.242 kernel oplocks = No winbind uid = 10000-20000 winbind gid = 10000-20000 template homedir...
2019 May 14
4
Handling of the x18 register in Wine on AArch64
...et this issue settled by at least some sort of compromise. Background: On AArch64, x18 is a platform specific register; some platforms treat it as reserved for platform specific use, while others (Linux) don't and treat it as any free temporary register. On Windows, it is used to hold the TEB pointer. When calling Wine builtin functions from the Windows native code, the Wine builtin functions can clobber the x18 register, as the Wine code is built for the ABI and calling conventions used on Linux. This part is easy to work around by compiling Wine with the flag -ffixed-x18, which ma...
2011 Dec 06
0
[LLVMdev] Implement implicit TLS on Windows - need advice
...de> wrote: > Hi! > > LLVM currently does not implement the implicit TLS model on Windows. This > model is easy: > > - a thread local variable ends up in the .tls section > - to access a thread local variable, you have to do >  (1) load pointer to thread local storage from TEB >      On x86_64, this is gs:0x58, on x86 it is fs:0x2C. >  (2) load pointer to thread local state. In general, the index is stored in > variable _tls_index. For a .exe, _tls_index is always 0. >  (3) load offset of variable to start of .tls section. >  (4) the thread local variable...
2012 Jan 19
8
sumarizar
*Hola!!! resulta que tengo unos datos de divisas ordenados por fechas (días) los que he convertido a formato tipo YYYY-MM-DD donde DD siempre es 01:* * * * EUR.resto$date<-as.Date(EUR.resto$date) EUR.resto$mo <- substr(EUR.resto$date,6,7) EUR.resto$yr <- substr(EUR.resto$date, 1,4)
2020 Aug 01
0
Wine release 5.14
...mplement NtSetInformationProcess(ProcessThreadStackAllocation). ntdll: Avoid private Unix functions in RtlCreateUserStack(). ntdll: Call virtual_set_large_address_space() directly from the Unix side. winegc: Support overriding the default PE file alignment. ntdll: Update the TEB and PEB structures for newer Windows versions. include: Add 64-bit versions of the TEB and PEB for WoW64 mode. ntdll: Store the thread startup info in the ntdll_thread_data structure. ntdll: Allocate 64-bit TEB and PEB in WoW64 mode. ntdll: Store the filesystem redirection f...
2004 Aug 10
0
wine and alsa oss emulation with aoss
...49335597 web: http://www.iao.fhg.de pgp#: 12AF7964@wwwkey.pgp.net -------------- next part -------------- wine winemine sock_init: shutdown() causes EOF wineserver: starting (pid=20418) 0008: *fd* (nil) -> 17 0009: *fd* 6 <- 17 0009: init_thread( unix_pid=20415, unix_tid=20415, teb=0x550a9000, entry=(nil), reply_fd=6, wait_fd=8 ) 0009: *fd* 8 <- 18 0009: init_thread() = 0 { pid=0008, tid=0009, boot=1, version=147 } 0009:trace:virtual:NtAllocateVirtualMemory 0x550a9000 00001f98 80000000 00000040 View: 0x550a9000 - 0x550aafff (anonymous) 0x550a9000 - 0x550aafff c-rwx 0...
2009 Apr 25
2
patches mentioned in bug report comments
Where are the patches mentioned in the bug report comments? The specific one I'm refering to is http://bugs.winehq.org/show_bug.cgi?id=15323#c12. The comment mentions that it's attached, but I can't seem to access the attachment.
2006 Jul 14
0
ld -r failed with status 256
Hi, I'm trying to compile (windows) cpp-sources on a Sun Fire X2100 using wineg++. I have managed that all sources are compiled without complain, but finally ld aborts with an error message about i386 and x86-64 architecures. Any idea, what I should do? thx, teb $wineg++ *.cpp ld: Relocatable linking with relocations from format elf32-i386 (/usr/lib/wine/libwinecrt0.a(exe_entry.o)) to format elf64-x86-64 (a.EjEWYl.o) is not supported winebuild: ld -r failed with status 256 winegcc: winebuild failed.
2001 Jun 06
1
Newbie question: Running WINE on SuSE LINUX PPC (Macintosh Computer).
Has anyone succeeded on using WINE on PPC computer via SuSE Linux 7.0 (or Darwin?) Thanks, Tony K.
2015 Jun 26
0
Wine release 1.7.46
...38691 Dia Portable 0.97 crashes on startup in libcairo-2 38695 valgrind shows uninitialized memory in dlls/gdi32/freetype.c:WineEngInit() (win64) 38713 Link failure due to use of libunwind in ntdll 38719 64-bit ARM Windows applications from Windows SDK for Windows 10 crash when accessing TEB/PEB members (AArch64 platform specific register X18 must be reserved for TEB) 38739 valgrind shows a possible leak in ole32/tests/usrmarshal.c 38747 msvcrt.dll does not implement _getwch, _getwche, and _ungetwch 38752 Foobar2000 UPnP/DLNA media server hangs on exit 38758 SlingPlayer 1.x...
2002 Mar 21
4
ExitThread won't.
Okay, so with complete lack of any other ideas, I tried to figure out what was wrong with my app (Proxomitron), which is leaving unkillable processes around. So I went into ExitThread, and added something like: DPRINTF("%08lx:Exiting thread...(%d)\n", GetCurrentThreadId(),getpid()); exit(code); right at the top of the function. And, lo and behold, the processId matches the
2013 Feb 15
0
Wine release 1.5.24
...ground 30183 Fchart installation crashes 30246 EA Origin:Crashes when using openssl 1.0.1 30839 BSTR cache corrupts most of cached BSTR entries 31308 Remote Tools for Visual Studio 2012 RC installer for Windows on ARM (WoA) crashes because TPIDRURW (user TLS register) needs to be set to TEB address 31706 Sacred Underworld: Some models glow like a Christmas tree 31977 YoudaoDict crash at start 32520 EVE Online and other games want d3d11.dll.D3D11CreateDevice 32669 Ghost Master: invisible mouse pointer unless 'Enhanced Cursor' option selected 32808 installer of PP...
2017 Jul 21
0
Wine release 2.13
...ntdll: Don't copy cached debug registers from the parent thread. wined3d: Make sure we are still using the correct window before setting pixel format. ntdll: Add platform-specific versions of the thread data structure. ntdll: Move the plaform-independent thread data to the GdiTebBatch TEB field. ntdll: Move the plaform-specific thread data to the SystemReserved2 TEB field. ntdll: Add support for debug registers in exceptions on x86-64. user32: Don't exclude clipped children from the copied window bits since they may be up to date. ntdll: Call NtR...
2016 Aug 05
0
Wine release 1.9.16
...ed3d: Introduce wined3d_swapchain_resize_target(). dxgi: Implement IDXGISwapChain_ResizeTarget(). dxgi/tests: Add test for IDXGISwapChain_ResizeTarget(). d3dx9/tests: Fix compilation when the INFINITY macro is not available. Ken Thomases (3): ntdll: For Mac 64-bit, poke the TEB address to %gs:0x30 and re-enable the inlining of NtCurrentTeb(). kernel32: For Mac 64-bit, re-enable the inlining of various functions, leveraging the TEB self pointer at %gs:0x30. ntdll: For Mac 64-bit, poke NtCurrentTeb()->ThreadLocalStoragePointer to the corresponding offset from...