[wplug] Wine Fun

Wise, Jeremey jeremey.wise at agilysys.com
Mon Apr 19 14:08:13 EDT 2004


Sent to wine-users but figured I would CC to update or get any thoughts from LUG.
***************************************
Trying to take the leap from XP (corp provided) to Linux (SuSE 9). Purchased and used winerack from SuSE and it was ok but there are some details that I have to get working that I can't figure out. I decided to scrap their iteration of WINE in favor of going hardcore and (hopfully) becoming an better Wine user for it :>). I have RTFMed, I poked around in the archives but as there is not a search function on the entire list archive I gave up after a few months reading.

Programs that are stopping me from using Linux; 1)Lotus Sametime ->no current Linux port. I can get the application started but it hangs (errors below). Fun fact... it only works Sometime (server issues) in Windows so this should be fun.
2) MS Office 2003 ->required for some Exchange 2003 filters and features for common mailbox rules. Outlook is all I really care about :>)
3) IBM eConfig

Current /wine/wisej/.wine/config file (modified by me in attempt to get Sometime working) Open to flames about structure (or just point me to archive and docs)
***************
# /home/wisej/.wine/config
linux:/home/wisej/.wine # ls
.  ..  config  config.jjw  fake_windows  system.reg  user.reg  userdef.reg linux:/home/wisej/.wine # cat config 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) ;; [Drive A] "Type" = "floppy"
"Path" = "/media/floppy"
"Label" = "/media/floppy"
"Device" = "/dev/fd0"

[Drive C]
"Path" = "${HOME}/.wine/fake_windows"
"Type" = "hd"
"Label" = "fake_windows"
"Filesystem" = "win95"

[Drive D]
"Path"="/media/cdrom"
"Label"="cdrom"
"Type"="cdrom"
"FS"="win95"
"Device"="/dev/cdrom"

[Drive E]
"Path"="/media/dvd"
"Label"="dvd"
"Type"="cdrom"
"FS"="win95"
"Device"="/dev/dvd"

[Drive F]
"Path"="/media/floppy"
"Label"="floppy"
"Type"="cdrom"
"FS"="win95"
"Device"="/dev/floppy"

[Drive G]
"Path"="/media/sda1"
"Label"="sda1"
"Type"="cdrom"
"FS"="win95"
"Device"="/dev/sda1"

[Drive H]
"Path"="/media/smb"
"Label"="smb"
"Type"="cdrom"
"FS"="win95"
"Device"="/dev/smb"

[Drive M]
"Type" = "cdrom"
"Path" = "/media/cdrom"
"Label" = "/media/cdrom"
"FS" = "win95"
"Device" = "/dev/sr0"

[Drive X]
"Type" = "hd"
"Path" = "/tmp"
"Label" = "Tmp Drive"
"FS" = "win95"

[Drive Y]
"Type" = "network"
"Path" = "${HOME}"
"Label" = "Home"
"FS" = "win95"

[Drive Z]
"Type" = "network"
"Path" = "/"
"Label" = "Root"
"FS" = "win95"

[wine]
"Windows" = "C:\\Windows"
"System" = "C:\\Windows\\System"
"Temp" = "C:\\Windows\\Temp"
"Path" = "C:\\Windows;C:\\Windows\\System;C:\\Program Files\\Lotus\Sametime Client;C:\\econfig"
"Profile" = "c:\\windows\\Profiles\\Administrator"
"GraphicsDriver" = "x11drv"
;"ShowDirSymlinks" = "1"
;"ShowDotFiles" = "1"
"ShellLinker" = "wineshelllink"

# <wineconf>

[Version]
; Windows version to imitate (win95,win98,winme,nt351,nt40,win2k,winxp,win20,win30,win31)
"Windows" = "winxp"
; DOS version to imitate
;"DOS" = "6.22"

; Be careful here, wrong DllOverrides settings have the potential ; to pretty much kill your setup.
[DllOverrides]
"msvcrt" = "native,builtin"
"msi" = "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"
; Use the take focus protocol
"UseTakeFocus" = "Y"
; Enable DirectX mouse grab
"DXGrab" = "N"
; Create the desktop window with a double-buffered visual ; (useful to play OpenGL games) "DesktopDoubleBuffered" = "N"
; 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"
;
; Use the Render extension to render client side fonts (default "Y") ;;"ClientSideWithRender" = "Y"
; Fallback on X core requests to render client side fonts (default "Y") ;;"ClientSideWithCore" = "Y"
; Set both of the previous two to "N" in order to force X11 server side fonts ; ; Anti-alias fonts if using the Render extension (default "Y") ;;"ClientSideAntiAliasWithRender" = "Y"
; Anti-alias fonts if using core requests fallback (default "Y") ;;"ClientSideAntiAliasWithCore" = "Y"
;

[fonts]
;Read the Fonts topic in the Wine User Guide before adding aliases ;See a couple of examples for russian users below "Resolution" = "96"
"Default" = "-adobe-helvetica-"
"DefaultFixed" = "fixed"
"DefaultSerif" = "-adobe-times-"
"DefaultSansSerif" = "-adobe-helvetica-"

;; 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/X11R6/lib/X11/fonts/truetype"
"dir2" = "/usr/X11R6/lib/X11/fonts/TrueType"
"dir3" = "/usr/X11R6/lib/X11/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" = "RtlLeaveCriticalSection;RtlEnterCriticalSection;TlsGetValue;_EnterSysLevel;_LeaveSysLevel;RtlAllocateHeap;RtlFreeHeap;RtlReAllocateHeap;LOCAL_Lock;LOCAL_Unlock"
;"RelayInclude" = "user32.CreateWindowA"
;"RelayFromExclude" = "user32;x11drv"
;"RelayFromInclude" = "sol.exe"
;"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
; Where to find the global registries
;"GlobalRegistryDir" = "/etc";
; 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" = "Win98"

[Clipboard]
"ClearAllSelections" = "0"
"PersistentSelection" = "1"

; List of all directories directly contain .AFM files [afmdirs] "1" = "/usr/share/ghostscript/fonts"
"2" = "/usr/share/enscript/afm"
"3" = "/usr/X11R6/lib/X11/fonts/Type1"
"4" = "/usr/lib/wine/afm"

[WinMM]
; Uncomment the "Drivers" line matching your sound setting.

;"Drivers" = "wineoss.drv"      ; default for most common configurations
"Drivers" = "winearts.drv"    ; for KDE
"Drivers" = "winealsa.drv"    ; for ALSA users
;"Drivers" = "winejack.drv"    ; for Jack sound server
;"Drivers" = "winenas.drv"     ; for NAS sound system
;"Drivers" = "wineaudioio.drv" ; for Solaris machines
;"Drivers" = ""                ; to disable sound
"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"
;; Forces emulation mode (using wave api) ;"HardwareAcceleration" = "Emulation"
;; Sets default playback device (0 - number of devices - 1)
;"DefaultPlayback" = "0"        ; use first device (/dev/dsp)
;"DefaultPlayback" = "1"        ; use second device (/dev/dsp1)
;"DefaultPlayback" = "2"        ; use third device (/dev/dsp2)
;; Sets default capture device (0 - number of devices - 1)
;"DefaultCapture" = "0"         ; use first device (/dev/dsp)
;"DefaultCapture" = "1"         ; use second device (/dev/dsp1)
;"DefaultCapture" = "2"         ; use third device (/dev/dsp2)

[Network]
;; Use the DNS (Unix) host name always as NetBIOS "ComputerName" (boolean, default "Y").
;; Set to N if you need a persistent NetBIOS ComputerName that possibly differs ;; from the Unix host name. You'll need to set ComputerName in ;; HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\ComputerName\ComputerName, too.
;"UseDnsComputerName" = "N"

[ppd]
"generic" = "/usr/lib/wine/ppd/generic.ppd"

# </wineconf>

#########################################
# Application dependent sections follow # #########################################

; 3 InstallShield versions who like to put their full screen window in front, ; without any chance to switch to another X11 application.
; So just catch them in a desktop window.

[AppDefaults\\_INS0432._MP\\x11drv]
"Desktop" = "640x480"

[AppDefaults\\_INS0466._MP\\x11drv]
"Desktop" = "640x480"

[AppDefaults\\_INS0576._MP\\x11drv]
"Desktop" = "640x480"

[AppDefaults\\_INS5176._MP\\x11drv]
"Desktop" = "640x480"

[AppDefaults\\_INS5576._MP\\x11drv]
"Desktop" = "640x480"

[AppDefaults\\nlnotes.exe\\x11drv]
;"Desktop" = "800x600"
"Synchronous" = "Y"

[AppDefaults\\notes.exe\\DllOverrides]
"msvcrt" = "native"
"msvcrt40" = "native"
"crtdll" = "native"
"imagehlp" = "native"
"rnaph" = "native"

[AppDefaults\\nlnotes.exe\\DllOverrides]
"msvcrt" = "native"
"msvcrt40" = "native"
"crtdll" = "native"
"imagehlp" = "native"
"rnaph" = "native"

[AppDefaults\\nhldaemn.exe\\DllOverrides]
"msvcrt" = "native"
"msvcrt40" = "native"
"crtdll" = "native"
"imagehlp" = "native"
"rnaph" = "native"

[AppDefaults\\Connect.exe\\DllOverrides]
"mfc42"="native"
"msvcrt" = "native"
"msvcrt40" = "native"
"crtdll" = "native"
"imagehlp" = "native"
"rnaph" = "native"
"connecte" = "native"
"connect" = "native"
"stthinmcs" = "native"
"aimUI" = "native"
"autoaway" = "native"
"ASLang04" = "native"
"ASLang04" = "native"
"ASLang0401" = "native"
"ASLang06" = "native"
"ASLang07" = "native"
"STMeetLang04" = "native"
"STMeetLang0401" = "native"
"STMeetLang06" = "native"
"STMeetLang07" = "native"
"STMeetLang08" = "native"
"STMeetLang09" = "native"
"STMeetLang06" = "native"


[AppDefaults\\SCPortfolio.exe\\DllOverrides]
"mfc42"="native"
**********************
Connect.exe is in /home/wisej/.wine/fake_windows/Programfiles/Lotus/Sametime Client/

Error:
*********************
# Sametime
wisej at linux:~/.wine/fake_windows/Program Files/Lotus/Sametime Client> wine Connect.exe --debugmsg +loaddll trace:loaddll:load_dll Loaded module 'C:\WINDOWS\SYSTEM\kernel32.dll' : builtin trace:loaddll:load_dll Loaded module 'C:\WINDOWS\SYSTEM\advapi32.dll' : builtin trace:loaddll:load_dll Loaded module 'C:\WINDOWS\SYSTEM\gdi32.dll' : builtin trace:loaddll:load_dll Loaded module 'C:\WINDOWS\SYSTEM\user32.dll' : builtin trace:loaddll:load_dll Loaded module 'C:\WINDOWS\SYSTEM\iphlpapi.dll' : builtin trace:loaddll:load_dll Loaded module 'C:\WINDOWS\SYSTEM\ws2_32.dll' : builtin trace:loaddll:load_dll Loaded module 'C:\WINDOWS\SYSTEM\WSOCK32.dll' : builtin trace:loaddll:load_dll Loaded module 'C:\WINDOWS\SYSTEM\WINMM.dll' : builtin trace:loaddll:load_dll Loaded module 'C:\Windows\System\MSVCRT.DLL' : native trace:loaddll:load_dll Loaded module 'C:\Windows\System\MFC42.DLL' : native trace:loaddll:load_dll Loaded module 'C:\WINDOWS\SYSTEM\rpcrt4.dll' : builtin trace:loaddll:load_dll Loaded module 'C:\WINDOWS\SYSTEM\ole32.dll' : builtin trace:loaddll:load_dll Loaded module 'C:\WINDOWS\SYSTEM\shlwapi.dll' : builtin trace:loaddll:load_dll Loaded module 'C:\Windows\System\COMCTL32.DLL' : builtin trace:loaddll:load_dll Loaded module 'C:\WINDOWS\SYSTEM\SHELL32.dll' : builtin trace:loaddll:load_dll Loaded module 'C:\Windows\System\OLEAUT32.DLL' : builtin trace:loaddll:load_dll Loaded module 'C:\Windows\System\MSVCP60.DLL' : native trace:loaddll:load_dll Loaded module 'C:\WINDOWS\SYSTEM\lz32.dll' : builtin trace:loaddll:load_dll Loaded module 'C:\WINDOWS\SYSTEM\VERSION.dll' : builtin
trace:loaddll:MODULE_LoadModule16 Loaded module 'krnl386.exe' : builtin
trace:loaddll:MODULE_LoadModule16 Loaded module 'system' : builtin
trace:loaddll:MODULE_LoadModule16 Loaded module 'GDI.EXE' : builtin
trace:loaddll:MODULE_LoadModule16 Loaded module 'USER.EXE' : builtin trace:loaddll:load_dll Loaded module 'C:\WINDOWS\SYSTEM\x11drv.dll' : builtin
trace:loaddll:MODULE_LoadModule16 Loaded module 'display' : builtin trace:loaddll:load_dll Loaded module 'C:\WINDOWS\SYSTEM\winealsa.drv' : builtin trace:loaddll:load_dll Loaded module 'C:\WINDOWS\SYSTEM\msacm32.dll' : builtin trace:loaddll:load_dll Loaded module 'C:\WINDOWS\SYSTEM\msacm.drv' : builtin trace:loaddll:load_dll Loaded module 'C:\WINDOWS\SYSTEM\midimap.drv' : builtin trace:loaddll:load_dll Loaded module 'C:\Program Files\Lotus\Sametime Client\connecte.dll' : native fixme:font:WineEngCreateFontInstance just using first face for now trace:loaddll:load_dll Loaded module 'C:\WINDOWS\SYSTEM\msvfw32.dll' : builtin fixme:ole:CoRegisterMessageFilter stub trace:loaddll:load_dll Loaded module 'C:\Program Files\Lotus\Sametime Client\connect.ocx' : native trace:loaddll:load_dll Loaded module 'C:\Windows\System\OLEPRO32.DLL' : builtin trace:loaddll:load_dll Loaded module 'C:\Program Files\Lotus\Sametime Client\connect.dll' : native trace:loaddll:load_dll Loaded module 'C:\Program Files\Lotus\Sametime Client\autoaway.dll' : native trace:loaddll:load_dll Loaded module 'C:\Program Files\Common Files\Lotus\Sametime\vpaot.ocx' : native trace:loaddll:load_dll Loaded module 'C:\Program Files\Common Files\Lotus\Sametime\vpcore.ocx' : native trace:loaddll:load_dll Loaded module 'C:\Program Files\Lotus\Sametime Client\VpStore.ocx' : native trace:loaddll:load_dll Loaded module 'C:\Program Files\Common Files\Lotus\Sametime\VpList.ocx' : native trace:loaddll:load_dll Loaded module 'C:\Program Files\Common Files\Lotus\Sametime\treeui.ocx' : native trace:loaddll:load_dll Loaded module 'C:\Program Files\Common Files\Lotus\Sametime\directui.ocx' : native trace:loaddll:load_dll Loaded module 'C:\Program Files\Common Files\Lotus\Sametime\ListUI.ocx' : native trace:loaddll:load_dll Loaded module 'C:\Program Files\Common Files\Lotus\Sametime\CommUI.ocx' : native trace:loaddll:load_dll Loaded module 'C:\Program Files\Lotus\Sametime Client\AimBase.ocx' : native trace:loaddll:load_dll Loaded module 'C:\Program Files\Lotus\Sametime Client\Aim.ocx' : native trace:loaddll:load_dll Loaded module 'C:\Program Files\Lotus\Sametime Client\AimUI.ocx' : native trace:loaddll:load_dll Loaded module 'C:\Program Files\Common Files\Lotus\Sametime\MeetUI.ocx' : native trace:loaddll:load_dll Loaded module 'C:\Program Files\Common Files\Lotus\Sametime\InviteUI.ocx' : native fixme:menu:TrackPopupMenuEx not fully implemented fixme:menu:TrackPopupMenuEx not fully implemented fixme:menu:TrackPopupMenuEx not fully implemented
wine: Unhandled exception (thread 0009), starting debugger...
trace:loaddll:load_dll Loaded module 'C:\WINDOWS\SYSTEM\kernel32.dll' : builtin trace:loaddll:load_dll Loaded module 'C:\WINDOWS\SYSTEM\advapi32.dll' : builtin
trace:loaddll:MODULE_LoadModule16 Loaded module 'krnl386.exe' : builtin
trace:loaddll:MODULE_LoadModule16 Loaded module 'system' : builtin WineDbg starting on pid 8 No debug information in ELF 'wine' ((nil)) Breakpoint 1 at 0x4000dd60 No debug information in ELF '/usr/lib/libntdll.dll.so' (0x40028000) No debug information in ELF '/usr/lib/libwine.so.1' (0x40118000) No debug information in ELF '/usr/lib/libwine_unicode.so.1' (0x40130000) No debug information in ELF '/lib/i686/libc.so.6' (0x40222000)
*** Invalid address 0x40019f28
No debug information in ELF '/lib/libdl.so.2' (0x40379000) No debug information in ELF '/lib/ld-linux.so.2' (0x40000000) No debug information in ELF '/usr/lib/wine/wsock32.dll.so' (0x406e3000) No debug information in ELF '/usr/lib/wine/ws2_32.dll.so' (0x40700000) No debug information in ELF '/usr/lib/wine/user32.dll.so' (0x4072a000) No debug information in ELF '/usr/lib/wine/gdi32.dll.so' (0x40880000) No debug information in ELF '/usr/lib/wine/advapi32.dll.so' (0x40906000) No debug information in ELF '/usr/lib/wine/kernel32.dll.so' (0x40936000) No debug information in ELF '/usr/lib/wine/iphlpapi.dll.so' (0x40a08000) No debug information in ELF '/usr/lib/wine/winmm.dll.so' (0x40a25000) No debug information in ELF '/usr/lib/wine/shell32.dll.so' (0x40a94000) No debug information in ELF '/usr/lib/wine/ole32.dll.so' (0x40b20000) No debug information in ELF '/usr/lib/wine/rpcrt4.dll.so' (0x40ba0000) No debug information in ELF '/usr/lib/wine/shlwapi.dll.so' (0x40bea000) No debug information in ELF '/usr/lib/wine/comctl32.dll.so' (0x40c42000) No debug information in ELF '/usr/lib/wine/oleaut32.dll.so' (0x40cf7000) No debug information in ELF '/usr/lib/libungif.so.4' (0x40d84000) No debug information in ELF '/usr/lib/libjpeg.so.62' (0x40d8c000) No debug information in ELF '/usr/X11R6/lib/libX11.so.6' (0x40dac000) No debug information in ELF '/usr/lib/wine/version.dll.so' (0x40ea8000) No debug information in ELF '/usr/lib/wine/lz32.dll.so' (0x40ec2000) No debug information in ELF '/usr/lib/libfreetype.so.6' (0x40ee6000) No debug information in ELF '/usr/lib/wine/x11drv.dll.so' (0x40f3c000)
wait4: Interrupted system call
*** Invalid address 0x3c00fab0
No debug information in ELF '/usr/X11R6/lib/libICE.so.6' (0x40fca000) No debug information in ELF '/usr/X11R6/lib/libXext.so.6' (0x40fe1000) No debug information in ELF '/usr/lib/libGL.so.1' (0x40ffd000) No debug information in ELF '/lib/i686/libpthread.so.0' (0x41073000) No debug information in ELF '/usr/X11R6/lib/libXcursor.so.1' (0x410c4000) No debug information in ELF '/usr/X11R6/lib/libXrender.so.1' (0x410cd000) No debug information in ELF '/usr/X11R6/lib/X11/locale/lib/common/xlcDef.so.2' (0x410d5000) No debug information in ELF '/usr/X11R6/lib/X11/locale/lib/common/ximcp.so.2' (0x410d8000) No debug information in ELF '/usr/lib/gconv/ISO8859-1.so' (0x4111d000) No debug information in ELF '/usr/lib/wine/winealsa.drv.so' (0x4112f000) No debug information in ELF '/usr/lib/libasound.so.2' (0x41161000) No debug information in ELF '/usr/lib/wine/msacm.drv.so' (0x41202000) No debug information in ELF '/usr/lib/wine/msacm32.dll.so' (0x4121a000) No debug information in ELF '/usr/lib/wine/midimap.drv.so' (0x41350000) No debug information in ELF '/usr/lib/wine/msvfw32.dll.so' (0x416dd000) No debug information in ELF '/usr/lib/wine/olepro32.dll.so' (0x41827000) No debug information in 32bit DLL 'C:\Program Files\Lotus\Sametime Client\Connect.exe' (0x400000) No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\NTDLL.DLL' (0x40050000) No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\KERNEL32.DLL' (0x40960000) No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\ADVAPI32.DLL' (0x40910000) No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\GDI32.DLL' (0x408a0000) No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\USER32.DLL' (0x40750000) No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\IPHLPAPI.DLL' (0x40a10000) No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\WS2_32.DLL' (0x40710000) No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\WSOCK32.DLL' (0x406f0000) No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\WINMM.DLL' (0x40a30000) No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MSVCRT.DLL' (0x78000000) No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MFC42.DLL' (0x5f400000) No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\RPCRT4.DLL' (0x40bc0000) No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\OLE32.DLL' (0x40b40000) No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\SHLWAPI.DLL' (0x40c00000) No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\COMCTL32.DLL' (0x40c50000) No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\SHELL32.DLL' (0x40ab0000) No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\OLEAUT32.DLL' (0x40d10000) No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MSVCP60.DLL' (0x780c0000) No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\LZ32.DLL' (0x40ed0000) No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\VERSION.DLL' (0x40eb0000) No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\X11DRV.DLL' (0x40f50000) No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\WINEALSA.DRV' (0x41140000) No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MSACM32.DLL' (0x41220000) No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MSACM.DRV' (0x41210000) No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MIDIMAP.DRV' (0x41360000) No debug information in 32bit DLL 'C:\PROGRAM FILES\LOTUS\SAMETIME CLIENT\CONNECTE.DLL' (0x10000000) No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MSVFW32.DLL' (0x416f0000) No debug information in 32bit DLL 'C:\PROGRAM FILES\LOTUS\SAMETIME CLIENT\CONNECT.OCX' (0x4173b000) No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\OLEPRO32.DLL' (0x41830000) No debug information in 32bit DLL 'C:\PROGRAM FILES\LOTUS\SAMETIME CLIENT\CONNECT.DLL' (0x4183b000) No debug information in 32bit DLL 'C:\PROGRAM FILES\LOTUS\SAMETIME CLIENT\AUTOAWAY.DLL' (0x41970000) No debug information in 32bit DLL 'C:\PROGRAM FILES\COMMON FILES\LOTUS\SAMETIME\VPAOT.OCX' (0x41977000) No debug information in 32bit DLL 'C:\PROGRAM FILES\COMMON FILES\LOTUS\SAMETIME\VPCORE.OCX' (0x41aa0000) No debug information in 32bit DLL 'C:\PROGRAM FILES\LOTUS\SAMETIME CLIENT\VPSTORE.OCX' (0x41aad000) No debug information in 32bit DLL 'C:\PROGRAM FILES\COMMON FILES\LOTUS\SAMETIME\VPLIST.OCX' (0x41afe000) No debug information in 32bit DLL 'C:\PROGRAM FILES\COMMON FILES\LOTUS\SAMETIME\TREEUI.OCX' (0x41bc9000) No debug information in 32bit DLL 'C:\PROGRAM FILES\COMMON FILES\LOTUS\SAMETIME\DIRECTUI.OCX' (0x41c64000) No debug information in 32bit DLL 'C:\PROGRAM FILES\COMMON FILES\LOTUS\SAMETIME\LISTUI.OCX' (0x41ccd000) No debug information in 32bit DLL 'C:\PROGRAM FILES\COMMON FILES\LOTUS\SAMETIME\COMMUI.OCX' (0x41d40000) No debug information in 32bit DLL 'C:\PROGRAM FILES\LOTUS\SAMETIME CLIENT\AIMBASE.OCX' (0x41dd7000) No debug information in 32bit DLL 'C:\PROGRAM FILES\LOTUS\SAMETIME CLIENT\AIM.OCX' (0x41df7000) No debug information in 32bit DLL 'C:\PROGRAM FILES\LOTUS\SAMETIME CLIENT\AIMUI.OCX' (0x41e20000) No debug information in 32bit DLL 'C:\PROGRAM FILES\COMMON FILES\LOTUS\SAMETIME\MEETUI.OCX' (0x41e47000) No debug information in 32bit DLL 'C:\PROGRAM FILES\COMMON FILES\LOTUS\SAMETIME\INVITEUI.OCX' (0x41f26000) Unhandled exception: page fault on read access to 0x00000040 in 32-bit code (0x41e75a0c).
In 32-bit mode.
0x41e75a0c (MEETUI.OCX.DllUnregisterServer+0x112aa in MEETUI.OCX): movl 0x40(%eax),%ecx
Wine-dbg>
***************************************
My guess is that the MEETUI.OCX file is calling for the server registration (login) and failing for some reason. Their does not seem to be any way to check if there are network issues(IPTABLES -F used prior to running). I was going to load up a Sneefer to see what could be seen.

Any comments. Flames accepted so long as they provide direction:>P

PS: Tried IRC channel (penguinpages handle) and nobody home.... is that still active? (first time IRC user)

******************************

Jeremey Wise 


-----Original Message-----
From: wplug-bounces+jeremey.wise=agilysys.com at wplug.org [mailto:wplug-bounces+jeremey.wise=agilysys.com at wplug.org] On Behalf Of Benjamin Slavin
Sent: Thursday, April 15, 2004 8:39 PM
To: General user list
Subject: Re: [wplug] Wine Fun

Jeremey,

I've had my own fun with Wine, and have made a few contributions to the Wine 
AppDB. I would be happy to help you out if I can.

My experience has been primarily with CodeWeavers' CrossOver Office, but I've 
used WineX and the official Wine distribution (the latter, from the FreeBSD 
ports system).

I'm sure that there are others on the list as well, so if you have any 
problems after checking out the AppDB, it won't hurt to ask.

AppDB lives at: http://appdb.winehq.org/

  --Ben Slavin

On Thursday 15 April 2004 03:41 pm, Alexandros Papadopoulos wrote:
> On Thursday 15 April 2004 21:44, Wise, Jeremey wrote:
> > Anyone have any experience with Wine. I have tried go get a few apps
> > working with it and have had less then great results. Is their any
> > Wine talent / experience out their?
>
> http://www.winehq.org/site/supported_applications is a good resource -
> it helped me get Lotus Notes and M$-Office working (#@$%! company
> policies!)
>
> For more information, http://www.winehq.org/site/forums
>
> Cheers
>
> -A
> _______________________________________________
> wplug mailing list
> wplug at wplug.org
> http://www.wplug.org/mailman/listinfo/wplug

_______________________________________________
wplug mailing list
wplug at wplug.org
http://www.wplug.org/mailman/listinfo/wplug




More information about the wplug mailing list