Hello I have troubles running TextAloundMp3 under wine. TextAloudMP3 version is 1.459 Wine version is 20050725 My TextAloudMp3 directory looks like: $ ls TextAloudMp3 -rw------- 1 atom users 842 Sep 9 14:31 27bluL2.gif -rw------- 1 atom users 842 Sep 9 14:31 27bluR2.gif -rw------- 1 atom users 842 Sep 9 14:31 27blulft.gif -rw------- 1 atom users 845 Sep 9 14:31 27blurgt.gif -rw------- 1 atom users 306688 Sep 9 14:31 AppCloserProject.exe -rw------- 1 atom users 7891 Sep 9 14:31 AudioHelp.chl -rw------- 1 atom users 493 Sep 9 14:31 AudioTest.chl -rw------- 1 atom users 4050 Sep 9 14:31 FAQ2Grey2.jpg drwx------ 2 atom users 4096 Sep 9 14:31 Files -rw------- 1 atom users 66560 Sep 9 14:31 KEYPUSH.DLL -rw------- 1 atom users 2498 Sep 9 14:31 KeyMapping.chl -rw------- 1 atom users 152820 Sep 9 14:31 NV.mp3 -rw------- 1 atom users 874 Sep 9 14:31 Phoneme.chl -rw------- 1 atom users 21109 Sep 9 14:31 QuickStart.html -rw------- 1 atom users 2404 Sep 9 14:31 Readme.txt -rw------- 1 atom users 2976 Sep 9 14:31 TABox.jpg -rw------- 1 atom users 8457 Sep 9 14:31 TABox2NologoFlatGray.jpg -rw------- 1 atom users 490 Sep 9 14:31 TAExport.txt -rw------- 1 atom users 1242 Sep 9 14:31 TAIntro.chl -rw------- 1 atom users 622 Sep 9 14:31 TEXTAL~1.cnt -rw------- 1 atom users 45923 Sep 9 14:31 TEXTAL~1.hlp -rw------- 1 atom users 91 Sep 9 14:31 TextAloud Home Page.url -rw------- 1 atom users 441227 Sep 9 14:31 TextAloudMP3.dbg -rw------- 1 atom users 640512 Sep 9 14:31 TextAloudMP3.exe -rw------- 1 atom users 410672 Sep 9 14:31 TextAloudMP31.dbg -rw------- 1 atom users 123629 Sep 9 14:31 TextAloudMP32.dbg -rw------- 1 atom users 203890 Sep 9 14:31 TextAloudMP33.dbg -rw------- 1 atom users 224 Sep 9 14:31 UserTranslations.chl -rw------- 1 atom users 1824 Sep 9 14:31 attl1nv2.gif -rw------- 1 atom users 1666 Sep 9 14:31 blueyellowsplit.gif -rw------- 1 atom users 3068 Sep 9 14:31 inspire.gif -rw------- 1 atom users 192512 Sep 9 14:42 lame_enc.dll -rw------- 1 atom users 4626 Sep 9 14:31 logo.gif -rw------- 1 atom users 4715 Sep 9 14:31 nxtuplgo11.jpg -rw------- 1 atom users 2387 Sep 9 14:31 redbnow.gif -rw------- 1 atom users 19423 Sep 9 14:31 taban4n.gif -rw------- 1 atom users 8034 Sep 9 14:31 tabtn2n.gif -rw------- 1 atom users 1573 Sep 9 14:31 tips.chl -rw------- 1 atom users 4436 Sep 9 14:31 unins000.dat -rw------- 1 atom users 72835 Sep 9 14:31 unins000.exe -rw------- 1 atom users 6845 Sep 9 14:31 wabtn2n.gif I've copied the lame_enc.dll manually from my windows dir WINNT/system32/ My ~/.wine/config file looks like: WINE REGISTRY Version 2 ;; All keys relative to \\Machine\\Software\\Wine\\Wine\\Config ;; If you think it is necessary to show others your complete config for a ;; bug report, filter out empty lines and comments with ;; grep -v "^;" ~/.wine/config | grep '.' ;; ;; MS-DOS drives configuration ;; ;; Each section has the following format: ;; [Drive X] ;; "Path"="xxx" (Unix path for drive root) ;; "Type"="xxx" (supported types are 'floppy', 'hd', 'cdrom' and 'network') ;; "Label"="xxx" (drive label, at most 11 characters) ;; "Serial"="xxx" (serial number, 8 characters hexadecimal number) ;; "Filesystem"="xxx" (supported types are 'msdos'/'dos'/'fat', 'win95'/'vfat', 'unix') ;; This is the FS Wine is supposed to emulate on a certain ;; directory structure. ;; Recommended: ;; - "win95" for ext2fs, VFAT and FAT32 ;; - "msdos" for FAT16 (ugly, upgrading to VFAT driver strongly recommended) ;; DON'T use "unix" unless you intend to port programs using Winelib ! ;; "Device"="/dev/xx" (only if you want to allow raw device access) ;; ;; NOTICE: Uncomment and modify the drives you want to use. ;;[Drive A] ;;"Path" = "/mnt/fd0" ;;"Type" = "floppy" ;;"Label" = "Floppy" ;;"Filesystem" = "win95" ;;"Serial" = "87654321" ;;"Device" = "/dev/fd0" [Drive C] "Path" = "fake_windows" "Type" = "hd" "Label" = "MS-DOS" "Filesystem" = "win95" ;;[Drive D] ;;"Path" = "/path/to/drive_d" ;;"Type" = "hd" ;;"Label" = "LABEL" ;;"Filesystem" = "win95" ;;[Drive E] ;;"Path" = "/path/to/cdrom" ;;"Type" = "cdrom" ;;"Label" = "CD-Rom" ;;"Filesystem" = "win95" [Drive F] "Path" = "/tmp" "Type" = "hd" "Label" = "Tmp Drive" "Filesystem" = "win95" [Drive H] "Path" = "../" "Type" = "network" "Label" = "Home" "Filesystem" = "win95" [Drive S] "Path" = "/mnt/vss" "Type" = "network" "Label" = "VSS" "Filesystem" = "win95" [Drive Z] "Path" = "/" "Type" = "network" "Label" = "Root" "Filesystem" = "win95" [wine] "Windows" = "c:\\Windows" "System" = "c:\\Windows\\System" "Temp" = "f:\\" "Path" = "c:\\Windows;c:\\Windows\\System;f:\\;h:\\;z:\\" "Profile" = "c:\\Windows\\Profiles\\Administrator" "GraphicsDriver" = "x11drv" ; Wine doesn't pass directory symlinks to Windows programs by default. ; Enabling this may crash some programs that do recursive lookups of a whole ; subdir tree in case of a symlink pointing back to itself. ;"ShowDirSymlinks" = "1" "ShellLinker" = "wineshelllink" # <wineconf> [Version] ; Windows version to imitate (win95,win98,winme,nt351,nt40,win2k,winxp,win20,win30,win31)" }, "Windows" = "win98" ; DOS version to imitate ;"DOS" = "6.22" ; Be careful here, wrong DllOverrides settings have the potential ; to pretty much kill your setup. [DllOverrides] "rpcrt4" = "builtin, native" "oleaut32" = "builtin, native" "ole32" = "builtin, native" "commdlg" = "builtin, native" "comdlg32" = "builtin, native" "ver" = "builtin, native" "version" = "builtin, native" "shell" = "builtin, native" "shell32" = "builtin, native" "shfolder" = "builtin, native" "shlwapi" = "builtin, native" "shdocvw" = "builtin, native" "lzexpand" = "builtin, native" "lz32" = "builtin, native" "comctl32" = "builtin, native" "commctrl" = "builtin, native" "advapi32" = "builtin, native" "crtdll" = "builtin, native" "mpr" = "builtin, native" "winspool.drv" = "builtin, native" "ddraw" = "builtin, native" "dinput" = "builtin, native" "dsound" = "builtin, native" "opengl32" = "builtin, native" "msvcrt" = "native, builtin" "msvideo" = "builtin, native" "msvfw32" = "builtin, native" "mcicda.drv" = "builtin, native" "mciseq.drv" = "builtin, native" "mciwave.drv" = "builtin, native" "mciavi.drv" = "native, builtin" "mcianim.drv" = "native, builtin" "msacm.drv" = "builtin, native" "msacm" = "builtin, native" "msacm32" = "builtin, native" "midimap.drv" = "builtin, native" ; you can specify applications too "notepad.exe" = "native, builtin" ; default for all other dlls "*" = "native, builtin" [AppDefaults\\msimn.exe\\DllOverrides] ; For ie6 "*comctl32" = "builtin" ; For Outlook97 "mapi" = "native, builtin" "mapi32" = "native, builtin" ; Native dlls needed for various parts of the install "ole32" = "native, builtin" "compobj" = "native, builtin" "ole2" = "native, builtin" "ole2nls" = "native, builtin" "ole2conv" = "native, builtin" "ole2prox" = "native, builtin" "ole2thk" = "native, builtin" "storage" = "native, builtin" "olepro32" = "native, builtin" "rpcrt4" = "native, builtin" "oleaut32" = "native, builtin" "msvcrt" = "native, builtin" "wininet" = "native, builtin" ; for the ie runonce "setupapi" = "native, builtin" "devenum" = "native, builtin" "quartz" = "native, builtin" "urlmon" = "native" "shdocvw" = "native, builtin" "jscript" = "native, builtin" "wintrust" = "native, builtin" "shlwapi" = "native, builtin" "secur32" = "native, builtin" "crypt32" = "native, builtin" "ddraw" = "native, builtin" ; allow launching user.exe (for Remedy) "*user.exe" = "native,builtin" ; default for all other dlls "*" = "builtin, native" [AppDefaults\\IEXPLORE.EXE\\DllOverrides] ; For ie6 "*comctl32" = "builtin" ; For Outlook97 "mapi" = "native, builtin" "mapi32" = "native, builtin" ; Native dlls needed for various parts of the install "ole32" = "native, builtin" "compobj" = "native, builtin" "ole2" = "native, builtin" "ole2nls" = "native, builtin" "ole2conv" = "native, builtin" "ole2prox" = "native, builtin" "ole2thk" = "native, builtin" "storage" = "native, builtin" "olepro32" = "native, builtin" "rpcrt4" = "native, builtin" "oleaut32" = "native, builtin" "msvcrt" = "native, builtin" "wininet" = "native, builtin" ; for the ie runonce "setupapi" = "native, builtin" "devenum" = "native, builtin" "quartz" = "native, builtin" "urlmon" = "native" "shdocvw" = "native, builtin" "jscript" = "native, builtin" "wintrust" = "native, builtin" "shlwapi" = "native, builtin" "secur32" = "native, builtin" "crypt32" = "native, builtin" "ddraw" = "native, builtin" ; allow launching user.exe (for Remedy) "*user.exe" = "native,builtin" ; default for all other dlls "*" = "builtin, native" [x11drv] ; Number of colors to allocate from the system palette "AllocSystemColors" = "100" ; Use a private color map "PrivateColorMap" = "N" ; Favor correctness over speed in some graphics operations "PerfectGraphics" = "N" ; Color depth to use on multi-depth screens ;;"ScreenDepth" = "16" ; Name of X11 display to use ;;"Display" = ":0.0" ; Allow the window manager to manage created windows "Managed" = "Y" ; Use a desktop window of 640x480 for Wine ;"Desktop" = "640x480" ; Use XFree86 DGA extension if present ; (make sure /dev/mem is accessible by you !) "UseDGA" = "Y" ; Use XShm extension if present "UseXShm" = "Y" ; Use XVidMode extension if present "UseXVidMode" = "Y" ; Enable DirectX mouse grab "DXGrab" = "N" ; Create the desktop window with a double-buffered visual ; (useful to play OpenGL games) "DesktopDoubleBuffered" = "N" ; Code page used for captions in managed mode ; 0 means default ANSI code page (CP_ACP == 0) "TextCP" = "0" ; Use this if you have more than one port for video on your setup ; (Wine uses for now the first 'input image' it finds). ;; "XVideoPort" = "43" ; Run in synchronous mode (useful for debugging X11 problems) ;;"Synchronous" = "Y" [fonts] ;Read the Fonts topic in the Wine User Guide before adding aliases ;See a couple of examples for russian users below "Resolution" = "100" ;"Resolution" = "96" "Default" = "-adobe-helvetica-" "DefaultFixed" = "fixed" "DefaultSerif" = "-adobe-times-" "DefaultSansSerif" = "-adobe-helvetica-" ;;Alias0 = System, -microsoft-georgia- ;; default TrueType fonts with russian koi8-r encoding ;"Default" = "-monotype-arial-*-*-*--*-*-*-*-*-*-koi8-r" ;"DefaultFixed" = "-monotype-courier new-*-*-*--*-*-*-*-*-*-koi8-r" ;"DefaultSerif" = "-monotype-times new roman-*-*-*--*-*-*-*-*-*-koi8-r" ;"DefaultSansSerif" = "-monotype-arial-*-*-*--*-*-*-*-*-*-koi8-r" ;; default cyrillic bitmap X fonts ;"Default" = "-cronyx-helvetica-" ;"DefaultFixed" = "fixed" ;"DefaultSerif" = "-cronyx-times-" ;"DefaultSansSerif" = "-cronyx-helvetica-" ; the TrueType font dirs you want to make accessible to wine [FontDirs] "dir1" = "/usr/share/fonts/corefonts" "dir2" = "/usr/share/fonts/TTF" ; "dir3" = "/usr/X11R6/lib/X11/fonts/TTF/" ; "dir1" = "/usr/X11R6/lib/X11/fonts/TrueType" ; "dir2" = "/usr/share/fonts/truetype" ; "dir3" = "/usr/X11R6/lib/X11/fonts/TT" ; "dir4" = "/usr/share/fonts/TT" [serialports] "Com1" = "/dev/ttyS0" "Com2" = "/dev/ttyS1" "Com3" = "/dev/ttyS2" "Com4" = "/dev/modem" [parallelports] "Lpt1" = "/dev/lp0" [ppdev] ;; key: io-base of the emulated port ;; value : parport-device{,timeout} ;; timeout for auto closing an open device ( not yet implemented) ;"378" = "/dev/parport0" ;"278" = "/dev/parport1" ;"3bc" = "/dev/parport2" [spooler] "FILE:" = "tmp.ps" "LPT1:" = "|lpr" "LPT2:" = "|gs -sDEVICE=bj200 -sOutputFile=/tmp/fred -q -" "LPT3:" = "/dev/lp3" [ports] ;"read" = "0x779,0x379,0x280-0x2a0" ;"write" = "0x779,0x379,0x280-0x2a0" [Debug] ;"RelayExclude" = "RtlEnterCriticalSection;RtlLeaveCriticalSection" ;"RelayInclude" = "user32.CreateWindowA" ;"SnoopExclude" = "RtlEnterCriticalSection;RtlLeaveCriticalSection" ;"SpyExclude" = "WM_SIZE;WM_TIMER;" [registry] ;These are all booleans. Y/y/T/t/1 are true, N/n/F/f/0 are false. ;Defaults are read all, write to Home ; Global registries (stored in /etc) "LoadGlobalRegistryFiles" = "Y" ; Home registries (stored in ~user/.wine/) "LoadHomeRegistryFiles" = "Y" ; Load Windows registries from the Windows directory "LoadWindowsRegistryFiles" = "Y" ; TRY to write all changes to home registries "WritetoHomeRegistryFiles" = "Y" ; Registry periodic save timeout in seconds ; "PeriodicSave" = "600" ; Save only modified keys "SaveOnlyUpdatedKeys" = "Y" [Tweak.Layout] ;; supported styles are 'Win31'(default), 'Win95', 'Win98' ;; this has *nothing* to do with the windows version Wine returns: ;; set the "Windows" value in the [Version] section if you want that. "WineLook" = "Win95" [Console] ;"Drivers" = "tty" ;"XtermProg" = "nxterm" ;"InitialRows" = "25" ;"InitialColumns" = "80" ;"TerminalType" = "nxterm" [Clipboard] "ClearAllSelections" = "0" "PersistentSelection" = "1" ; List of all directories directly contain .AFM files [afmdirs] "1" = "/usr/share/ghostscript/fonts" "2" = "/usr/share/a2ps/afm" "3" = "/usr/share/enscript" "4" = "/usr/X11R6/lib/X11/fonts/Type1" [WinMM] "Drivers" = "wineoss.drv" #"Drivers" = "winearts.drv" "WaveMapper" = "msacm.drv" "MidiMapper" = "midimap.drv" [dsound] ;; HEL only: Number of waveOut fragments ahead to mix in new buffers. ;"HELmargin" = "5" ;; HEL only: Number of waveOut fragments ahead to queue to driver. ;"HELqueue" = "5" ;; Max number of fragments to prebuffer ;"SndQueueMax" = "28" ;; Min number of fragments to prebuffer ;"SndQueueMin" = "12" ;; sample AppDefaults entries ;[AppDefaults\\iexplore.exe\\DllOverrides] ;"shlwapi" = "native" ;"rpcrt4" = "native" ;"ole32" = "native" ;"shdocvw" = "native" ;"wininet" = "native" ;"shfolder" = "native" ;"shell32" = "native" ;"shell" = "native" ;"comctl32" = "native" ; ;[AppDefaults\\setup.exe\\x11drv] ;"Desktop" = "800x600" ; ;[AppDefaults\\sol.exe\\Version] ;"Windows" = "nt40" ; ;; Some games (Quake 2, UT) refuse to accept emulated dsound devices. ;; You can add an AppDefault entry like this for such cases. ;[AppDefaults\\pickygame.exe\\dsound] ;"EmulDriver" = "N" ;; Kazaa Lite [AppDefaults\\KazaaLite.kpp\\DllOverrides] "*" = "builtin, native, so" ;"shdoclc" = "native" "shdocvw" = "native" "shlwapi" = "native" "commctrl" = "native" ;"comdlg32" = "native" "oleaut32" = "native" "ole32" = "native" # </wineconf> # end of config file When I run it with the following command: wine TextAloudMp3.exe I can see the following exception message in the popup window: "Unhandled exception 0x0eedfade at address 0x0000:0x40466498" Then I click OK to show the debug info: err:ole:marshal_object couldn't get IPSFactory buffer for interface {00000131-0000-0000-c000-000000000046} err:ole:marshal_object couldn't get IPSFactory buffer for interface {00000001-0000-0000-c000-000000000046} err:ole:StdMarshalImpl_MarshalInterface Failed to create ifstub, hres=0x80040155 err:ole:CoMarshalInterface Failed to marshal the interface {00000001-0000-0000-c000-000000000046}, 80040155 wine: Unhandled exception (thread 0009), starting debugger... Warning: the specified Windows directory L"c:\\Windows" is not accessible. Warning: the specified System directory L"c:\\Windows\\System" is not accessible. WineDbg starting on pid 0x8 Unhandled exception: 0x0eedfade in 32-bit code (0x00000000). In 32 bit mode. Register dump: CS:0000 SS:0000 DS:0000 ES:0000 FS:0000 GS:0000 EIP:00000000 ESP:00000000 EBP:00000000 EFLAGS:00000000( - 00 - - - ) EAX:00000000 EBX:00000000 ECX:00000000 EDX:00000000 ESI:00000000 EDI:00000000 Stack dump: 0x00000000: 00000000 00000000 00000000 00000000 0x00000010: 00000000 00000000 00000000 00000000 0x00000020: 00000000 00000000 00000000 00000000 0x00000030: 00000000 00000000 00000000 00000000 0x00000040: 00000000 00000000 00000000 00000000 0x00000050: 00000000 00000000 00000000 00000000 Backtrace: =>1 0x00000000 (0x00000000) 0x00000000: addb %al,0x0(%eax) Modules: Module Address Debug info Name (86 modules) PE 0x00400000-005a6000 Deferred textaloudmp3 PE 0x10000000-1004b000 Deferred lame_enc ELF 0x40000000-40015000 Deferred ld-linux.so.2 ELF 0x4001e000-40037000 Deferred libwine.so.1 ELF 0x40038000-40147000 Deferred libc.so.6 ELF 0x40147000-4014b000 Deferred libdl.so.2 ELF 0x4014b000-401b5000 Deferred ntdll<elf> \-PE 0x40160000-401b5000 \ ntdll ELF 0x401be000-402b3000 Deferred libwine_unicode.so.1 ELF 0x402b3000-402d5000 Deferred libm.so.6 ELF 0x402de000-402e7000 Deferred libnss_compat.so.2 ELF 0x402e7000-402fc000 Deferred libnsl.so.1 ELF 0x402fc000-40306000 Deferred libnss_nis.so.2 ELF 0x40306000-40310000 Deferred libnss_files.so.2 ELF 0x40420000-40511000 Deferred kernel32<elf> \-PE 0x40450000-40511000 \ kernel32 ELF 0x40630000-40739000 Deferred user32<elf> \-PE 0x40650000-40739000 \ user32 ELF 0x40739000-407b6000 Deferred gdi32<elf> \-PE 0x40750000-407b6000 \ gdi32 ELF 0x407b6000-407ee000 Deferred advapi32<elf> \-PE 0x407d0000-407ee000 \ advapi32 ELF 0x407ee000-40863000 Deferred oleaut32<elf> \-PE 0x40810000-40863000 \ oleaut32 ELF 0x40863000-408d1000 Deferred ole32<elf> \-PE 0x40880000-408d1000 \ ole32 ELF 0x408d1000-4090f000 Deferred rpcrt4<elf> \-PE 0x408f0000-4090f000 \ rpcrt4 ELF 0x4090f000-4092c000 Deferred iphlpapi<elf> \-PE 0x40920000-4092c000 \ iphlpapi ELF 0x4092c000-40948000 Deferred mpr<elf> \-PE 0x40930000-40948000 \ mpr ELF 0x40948000-40960000 Deferred version<elf> \-PE 0x40950000-40960000 \ version ELF 0x40960000-40974000 Deferred lz32<elf> \-PE 0x40970000-40974000 \ lz32 ELF 0x40974000-40988000 Deferred olepro32<elf> \-PE 0x40980000-40988000 \ olepro32 ELF 0x40988000-40a1f000 Deferred comctl32<elf> \-PE 0x409a0000-40a1f000 \ comctl32 ELF 0x40a1f000-40a44000 Deferred winspool.drv<elf> \-PE 0x40a30000-40a44000 \ winspool.drv ELF 0x40a44000-40aec000 Deferred shell32<elf> \-PE 0x40a60000-40aec000 \ shell32 ELF 0x40aec000-40b38000 Deferred shlwapi<elf> \-PE 0x40b00000-40b38000 \ shlwapi ELF 0x40b38000-40bc0000 Deferred comdlg32<elf> \-PE 0x40b50000-40bc0000 \ comdlg32 ELF 0x40bc0000-40c31000 Deferred winmm<elf> \-PE 0x40bd0000-40c31000 \ winmm PE 0x40c40000-40c55000 Deferred keypush ELF 0x40c55000-40cc4000 Deferred libfreetype.so.6 ELF 0x40cc4000-40cd5000 Deferred libz.so.1 ELF 0x40cd5000-40cfb000 Deferred libfontconfig.so.1 ELF 0x40cfb000-40d1b000 Deferred libexpat.so.0 ELF 0x40d1b000-40d8c000 Deferred winex11.drv<elf> \-PE 0x40d30000-40d8c000 \ winex11.drv ELF 0x40d8c000-40d8f000 Deferred xlcdef.so.2 ELF 0x40d95000-40d9e000 Deferred libsm.so.6 ELF 0x40d9e000-40db5000 Deferred libice.so.6 ELF 0x40db5000-40dba000 Deferred libxxf86dga.so.1 ELF 0x40dba000-40dbf000 Deferred libxxf86vm.so.1 ELF 0x40dbf000-40dcd000 Deferred libxext.so.6 ELF 0x40dcd000-40e93000 Deferred libx11.so.6 ELF 0x40e93000-40efb000 Deferred libgl.so.1 ELF 0x40efb000-40f4d000 Deferred libpthread.so.0 ELF 0x40f4d000-40f55000 Deferred libxrender.so.1 ELF 0x40f55000-40f58000 Deferred libxrandr.so.2 ELF 0x40f58000-40f74000 Deferred ximcp.so.2 ELF 0x40f74000-40f8f000 Deferred imm32<elf> \-PE 0x40f80000-40f8f000 \ imm32 ELF 0x40f98000-40fa1000 Deferred libxcursor.so.1.0.2 ELF 0x40fee000-4100a000 Deferred libcups.so.2 ELF 0x4100a000-41039000 Deferred libssl.so.0.9.7 ELF 0x41039000-41130000 Deferred libcrypto.so.0.9.7 ELF 0x41190000-411c5000 Deferred wineoss.drv<elf> \-PE 0x411a0000-411c5000 \ wineoss.drv ELF 0x411c5000-411dd000 Deferred msacm.drv<elf> \-PE 0x411d0000-411dd000 \ msacm.drv ELF 0x411dd000-411fc000 Deferred msacm32<elf> \-PE 0x411f0000-411fc000 \ msacm32 ELF 0x413b0000-413c5000 Deferred midimap<elf> \-PE 0x413c0000-413c5000 \ midimap ELF 0x417e1000-417f5000 Deferred shfolder<elf> \-PE 0x417f0000-417f5000 \ shfolder ELF 0x7bf00000-7bf07000 Deferred <wine-loader> Threads: process tid prio (all id:s are in hex) 00000008 (D) H:\WindowsProgs\TextAloud MP3\TextAloudMP3.exe 00000009 0 <== WineDbg terminated on pid 0x8 Help me please in solving this problem. Oter programs like TestTrack work fine on my machine. Thank You for any help. __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com _______________________________________________ wine-users mailing list wine-users@xxxxxxxxxx http://www.winehq.org/mailman/listinfo/wine-users