Andreas Mohr Usenet 10/01 wrote: > > Martin Auer <martin.auer@netage.de> wrote: > > Hi, > > > I very new to wine and do not have much knowledge. Sorry for that, but > > I'm trying to spend more time on wine. I want to run the Checkpoint FW-1 > > for NG Policy Editor under Linux. So I thought, maybi it's possible with > > wine to do so. I downloaded the wine-20011106-1.i386.rpm and the > > wine-devel-20011106-1.i386.rpm on my RedHat 7.1 System and installed it. > > I'm using the standard configuration because I don't know to do it > > better. Sorry again. > > Then I copied the files from an win2000 system and copied the dlls that > > wine said to be needed in the same directory. > > > So, if I start with: > > > wine FwPolicy.exe > > > Following output: > > > err:win32:PE_FindExportedFunction module not found for forward > > 'MSWSOCK.GetTypeB > > yNameA' used by 'WSOCK32.dll' > > err:win32:PE_fixup_imports No implementation for WSOCK32.dll.1113 > > imported from > > E:\fw-1ng\CPNetwork.dll, setting to 0xdeadbeef > > err:win32:PE_FindExportedFunction module not found for forward > > 'MSWSOCK.GetAddre > > ssByNameA' used by 'WSOCK32.dll' > > err:win32:PE_fixup_imports No implementation for WSOCK32.dll.1109 > > imported from > > E:\fw-1ng\Resolve.dll, setting to 0xdeadbeef > Hmm, the "module not found" message seems pretty strange to me. > WTH would it use MSWSOCK ??? > Oh, hmm. You are using *native* wsock32.dll, right ? This can't work AFAIK. > > > fixme:winsock:_get_sock_fd handle 21 is not a socket (GLE 5) > > fixme:winsock:_get_sock_fd handle 23 is not a socket (GLE 5) > Hmm, this surely sounds to me like you're not using latest Wine... > (winsock bug :-\) > > -- > Andreas Mohr, Renningen, Germany > In case you need to contact me after expiry of temporary email address: > my eternal (hopefully) email address is frqr2001 at the domain sneakemail.com Oh, I think my system didn't like the RPMs, so I downloaded the sourcefiles and installed it that way. Now, when I try to start any program with wine I get the error: Bus error (core dumped) I don know what's going wrong. I attached my config-file for further informations Tanks again Martin -- Martin Auer - NetAge Solutions, Dingolfinger Str. 6, 81673 Muenchen Tel.: 089 666584-0, Fax: 089 666584-11, Email: martin.auer@netage.de -------------------------------------------------------------------------- +++ Divide By Cucumber Error. Reinstall Universe And Reboot +++
WINE REGISTRY Version 2 ;; All keys relative to \\Machine\\Software\\Wine\\Wine\\Config ;; ;; 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] "Path" = "/mnt/floppy" "Type" = "floppy" "Label" = "Floppy" "Serial" = "87654321" "Device" = "/dev/fd0" [Drive C] "Path" = "/mnt/anakin" "Type" = "hd" "Label" = "MS-DOS" "Filesystem" = "win95" [Drive D] "Path" = "/mnt/cdrom" "Type" = "cdrom" "Label" = "CD-Rom" "Filesystem" = "win95" ; make sure that device is correct and has proper permissions ! "Device" = "/dev/cdrom" [Drive E] "Path" = "/tmp" "Type" = "hd" "Label" = "Tmp Drive" "Filesystem" = "win95" [Drive F] "Path" = "${HOME}" "Type" = "network" "Label" = "Home" "Filesystem" = "win95" ;[Drive Z] ;"Path" = "/" ;"Type" = "network" ;"Label" = "Root" ;"Filesystem" = "win95" [wine] "Windows" = "c:\\WINNT" "System" = "c:\\WINNT\\system" "Temp" = "e:\\" "Path" = "c:\\WINNT;c:\\WINNT\\system;e:\\;e:\\test;f:\\;c:\\WINNT\\system32" "Profile" = "c:\\Dokumente und Einstellungen\\mauer" "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> [DllDefaults] ; "EXTRA_LD_LIBRARY_PATH" = "${HOME}/wine/cvs/lib" "DefaultLoadOrder" = "native, elfdll, so, builtin" [DllPairs] ; Nicht für sehr alte Wine-Versionen! ;"krnl386" = "kernel32" ;"gdi" = "gdi32" ;"user" = "user32" ;"commdlg" = "comdlg32" ;"commctrl"= "comctl32" ;"ver" = "version" ;"shell" = "shell32" ;"lzexpand"= "lz32" ;"mmsystem"= "winmm" ;"msvideo" = "msvfw32" ;"winsock" = "wsock32" ; Die Dll-Paare werden zusammen mit der Ladereihenfolge ; benötigt. Diese Dlls müssen immer zusammen als Paar ; in der eincompilierten Version, als Windows-Dlls (native) ; usw. geladen werden. Es kann nicht die eine Dll von einem ; Paar in der eincompilierten Version und die andere als ; Windows-Dll geladen werden. [DllOverrides] "kernel32" = "builtin" "gdi32" = "builtin" "user32" = "builtin" "krnl386" = "builtin" "gdi" = "builtin" "user" = "builtin" "toolhelp" = "builtin" "commdlg" = "elfdll, builtin, native" "comdlg32" = "elfdll, builtin, native" "ver" = "builtin, native" "version" = "builtin, native" "shell" = "builtin, native" "shell32" = "builtin, native" "lzexpand" = "builtin, native" "lz32" = "builtin, native" "comctl32" = "builtin, native" "commctrl" = "builtin, native" "wsock32" = "builtin" "winsock" = "builtin" "advapi32" = "builtin, native" "crtdll" = "builtin, native" "ntdll" = "builtin, native" "mpr" = "builtin, native" "winspool.drv" = "builtin, native" "ddraw" = "builtin, native" "dinput" = "builtin, native" "wnaspi32" = "builtin" "icmp" = "builtin" "wow32" = "builtin" "wineps" = "builtin" "win32skrnl" = "builtin" [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" = "N" ; Use a desktop window of 640x480 for Wine ;"Desktop" = "640x480" ; Use XFree86 DGA extension if present "UseDGA" = "Y" ; Use XShm extension if present "UseXShm" = "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" [fonts] ;Read documentation/fonts before adding aliases "Resolution" = "96" "Default" = "-adobe-times-" ;[serialports] ;"Com1" = "/dev/ttyS0" ;"Com2" = "/dev/ttyS1" ;"Com3" = "/dev/ttyS2" ;"Com4" = "/dev/modem" ;[parallelports] ;"Lpt1" = "/dev/lp0" ;[spooler] ;"LPT1:" = "|lpr" ;"LPT2:" = "|gs -sDEVICE=bj200 -sOutputFile=/tmp/fred -q -" ;"LPT3:" = "/dev/lp3" [ports] ;"read" = "0x779,0x379,0x280-0x2a0" ; "write" = "0x779,0x379,0x280-0x2a0" [spy] "Exclude" = "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' "WineLook" = "Win98" [Console] ;"Drivers" = "tty" ;"XtermProg" = "nxterm" ;"InitialRows" = "25" ;"InitialColumns" = "80" ;"TerminalType" = "nxterm" [Clipboard] "ClearAllSelections" = "0" "PersistentSelection" = "1" # </wineconf>