similar to: Problem with ToolBook (16bit)

Displaying 20 results from an estimated 100 matches similar to: "Problem with ToolBook (16bit)"

2011 Jan 17
1
Re: Problem with ToolBook (16bit)
Hello, I browsed for toolbook-related problems, but I did not find a thread where a solution is offered. I also have an application (DGS Phrasen), which I recently added to the AppDB, which has a toolbook-related problem, namely the error message <<cannot find L"C:\\windows\\system32\\TB60.exe">>. Did you find any solution to the problem in this thread?
2008 Nov 09
10
T-Online Internet-Telefon (impossible to run the application
hey guys! after the installation of the "T-Online Internet-Telefon" (http://service.t-online.de/c/12/70/42/54/12704254.html) finally worked (thanks for improving wine!) it is now unfortunately impossible to run the application. the terminal gives the following output: Code: whizer at whizer-laptop:~$ wine "/home/whizer/.wine/dosdevices/c:/Program
2010 May 15
0
Toolbook problem?
Hi I'm running an application that uses toolbook files such as tb70net.exe and others. winevdm.exe crashes leaving a long logfile starting with: wine: cannot find L"C:\\windows\\system32\\TB70.exe" mario at arrayan:~/.wine-bottles/Pipo/drive_c/Program Files/Pipouni> fixme:hook:Set WindowsHookEx16 System-global hooks (7) broken in Win16 wine: Unhandled page fault on read access
2011 Jan 18
0
Re: Toolbook problem?
Hello, I have a similar problem for the program "DGS Phrasen". The program installs the executables TB...EXE in C:\windows\asym\runtime Maybe you can find them there as well. However, I do not know how to fix the error, since the computer cannot find the files in this folder. Changing the user path, the system path, or copying the files to C:\windows\system32 does not help.
2010 Jan 28
5
Compiling problem on Ubuntu 9.10 64 bit
Hello, I''m trying to compile wxruby for Ruby 1.9 on Ubuntu Karmic 64 bit, but I can''t get it to work. I''ve already done this for the 32 bit version (on another machine, of course), so I don''t see where''s the problem with that. I thought, I had all neccessary libraries installed, but maybe you know better... After compiling for a long time, rake fails
2009 Sep 12
4
Wine 1.01 wont start steam?
Hey I managed to walkaround that you cant run the MSI installer for steam in Wine 1.01 , but i cant start the steam program. First i got that it crashed in update but i walkaround that as well, now i cant start the program steam, no error messege or anything.... Any ideas?
2007 Nov 09
6
Wx::Notebook tabs, bug reports on...
Thank you Alex for the answer to my previous question -- it was exactly what I was looking for! Moving on, I have some bugs to report: I''m using the Wx::Notebook class and it looks to me like Wx::NB_LEFT, Wx::NB_RIGHT, and Wx::NB_BOTTOM are defined incorrectly. To get my tabs to appear on the bottom, for example, I find I have to use Wx::NB_LEFT. Same symptom in
2019 Apr 21
1
Do grsync/rsync work well on Mac?
Hi, I experience a slow backup problem with Time Machine on Mac. The info below does not help to reduce the backup time to a reasonable period. https://support.apple.com/en-us/HT204412 So I'd like to use grsync/rsync to incrementally back my disk. I know that Time Machine somehow can create hard links to manage incremental links. Since grsync/rsync is primarily targeted at Linux, is it a
2011 Apr 18
3
No Internet, no asterisk
Hi, this is an old outstanding problem, unfortunately I don't remember how to walkaround it. I use asterisk 1.8.3 and I have a public IP in my network interface. As soon as the Internet connection goes down, phones stop working. I want to be able to use pstn, isdn and the gsm gateway even if the Internet connection goes down, how can I achieve it? Thank you, Darkbasic
2008 Oct 24
0
Wine release 1.1.7
The Wine development release 1.1.7 is now available. What's new in this release (see below for details): - Improved device management for DOS drives. - Many Richedit fixes. - Various installer fixes, particularly for IE 7. - First steps of Direct3D 10 implementation. - Various bug fixes. The source is available from the following locations:
2007 Apr 18
0
[PATCH 10/21] i386 Use protected segment for 16bit stack
Use prepare_protected_segment macro to set up the 16-bit stack. Whee!! This code is almost readable now. Signed-off-by: Zachary Amsden <zach@vmware.com> Index: linux-2.6.14-zach-work/arch/i386/kernel/cpu/common.c =================================================================== --- linux-2.6.14-zach-work.orig/arch/i386/kernel/cpu/common.c 2005-11-04 16:54:45.000000000 -0800 +++
2007 Apr 19
1
Wine 16bit threads on FreeBSD 6.2
Hello wine users, I am trying to run a old 16bit Foxpro 2.5 application (we no longer have the source code) in Wine 9.0.34 under FreeBSD 6.2 here is the console output i get wine --version wine-0.9.34 Sam# wine '/root/.wine/drive_c/FPW250/votereg.exe' err:heap:HEAP_CreateSystemHeap system heap base address 0x80000000 not available Fatal error 'No current thread. ' at line 317 in
2007 Apr 18
0
[PATCH 10/21] i386 Use protected segment for 16bit stack
Use prepare_protected_segment macro to set up the 16-bit stack. Whee!! This code is almost readable now. Signed-off-by: Zachary Amsden <zach@vmware.com> Index: linux-2.6.14-zach-work/arch/i386/kernel/cpu/common.c =================================================================== --- linux-2.6.14-zach-work.orig/arch/i386/kernel/cpu/common.c 2005-11-04 16:54:45.000000000 -0800 +++
2009 Feb 13
0
[LLVMdev] 16bit loads being promoted to 32bit?
On Thu, Feb 12, 2009 at 4:53 PM, Villmow, Micah <Micah.Villmow at amd.com> wrote: > The > problem that I am having is somewhere along the line the 16bit load is being > promoted to a 32bit load For the given testcase, that's clearly illegal. Either there's a serious bug in LLVM, or you're misinterpreting the meaning of the DAG. Are you sure you aren't seeing a
2001 Aug 01
1
half-life reports non-16bit graphics when emulated. any suggestions?
hey all, when i try to run hl.exe with the wine emulator. I get an error saying that i'm not running in 16-bit color mode. i have set up my Xfree4.1.0 to only run at 16-bit color. I still get the error. is there a place where i can set this in the wine emulator. i have looked for the wine.conf files. they are no where to be found. i installed wine from a rpm off of winehq.com. Can anyone
2004 Dec 11
1
Handling "raw" audio (8000 signed 16bit big-endian)
Does anyone know if there is a "format-raw.c" routine available for Asterisk-0.9.0? Jim -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20041211/c7ffe360/attachment.htm
2008 Sep 26
2
Old 16bit windows game in Linux!!!!
I have Ubuntu 8.04 and I am trying to run and old Windows 95/3.1 MPOG game called Legends Of Kesmai. The Game needs to be in the root directory i.e. C:\legends and also needs to be run in 16 bit color. I have managed to change my color to 16 bit via editing my xorg.conf and changing the 24's to 16's. However when I try to execute the lokclient.exe file, it just closes itself without any
2004 Dec 28
1
How to convert from Microsft PCM 16bit to float
Dear all, I have one simple question. I understand that speex_encode and speex_decode takes float * as an arguement to encode and decode the sound. However, when I get the PCM data from the sound card under win32, it is a just 16 bit array. May I know how do I convert this 16 bit value to speex float format and to convert back? Is there got any routine to do this? YueWeng
2005 Mar 14
1
When decrypt using SPEEXDEC it's impossible decrypt to 8bit, the only way is 16bit.
Dear speex developer, I have a problem: I use SPEEXENC on my mono 8bit 11024 Khz Wav - works OK When decrypt using SPEEXDEC it's impossible decrypt to 8bit, the only way is 16bit. Is there any help? Thank you Rosta Janca -------------- next part -------------- An HTML attachment was scrubbed... URL:
2011 Jun 16
1
16bit vs. 24bit
I bought this recently http://www.amazon.com/Tascam-US-100-USB-Audio-Interface/dp/B002QQC1ZI But i have been thinking maybe it would have been better to get a 24bit version http://tascam.com/product/us-600/images/ I guess i am streaming at a lower quality, but if i were recording the 24 bit would be better no? Thoughts? -winn -------------- next part -------------- An HTML attachment was