[Wine]Visual Page on linux using Wine

Jean-Philippe BATTU jeanpba at free.fr
Thu Jan 6 15:40:37 CST 2005


Hello

I am trying to use wine to run a windows 98/95 apply : Visual Page , an html
editor with drag and drop feature.

First I installed Winex 3.3.1 on my fc3 linux box.
I mount on /mnt/dos_backup, a backup on the windows partition on ext3 filesystem
where I can write.

I try to run the executable with :
[jp at mach ~]$ wine /mnt/dos_backup/Program\ Files/VisualPage/Vpage.exe

and first I get this error :
fixme:font:get_nearest_charset returning DEFAULT_CHARSET face->fsCsb[0] =
00000000 file = /mnt/dos_backup/windows/fonts/vgasys.fon

then a keyboard error
fixme:keyboard:X11DRV_KEYBOARD_DetectLayout Your keyboard layout was not found!
Using closest match instead (French keyboard layout) for scancode mapping.
Please define your layout in windows/x11drv/keyboard.c and submit them
to us for inclusion into future Wine releases.
See the Wine User Guide, chapter "Keyboard" for more information.

and the windows apply arrives, the window is quite good, i can move the mouse
into it but the keyboard doesn't work . And the mouse has no effect in the
windows window. when I move this window using the mouse, the window is not
refresh and the apply doesn't work at all. the only way to stop is to kill -9.

I had many font problems but I still got these messages:

fixme:ole:CoRegisterMessageFilter stub
fixme:font:get_nearest_charset returning DEFAULT_CHARSET face->fsCsb[0] =
00000000 file = /mnt/dos_backup/windows/fonts/sserife.fon
fixme:font:get_nearest_charset returning DEFAULT_CHARSET face->fsCsb[0] =
00000000 file = /mnt/dos_backup/windows/fonts/sserife.fon
fixme:font:get_nearest_charset returning DEFAULT_CHARSET face->fsCsb[0] =
00000000 file = /mnt/dos_backup/windows/fonts/sserife.fon
fixme:font:get_nearest_charset returning DEFAULT_CHARSET face->fsCsb[0] =
00000000 file = /mnt/dos_backup/windows/fonts/sserife.fon
fixme:font:get_nearest_charset returning DEFAULT_CHARSET face->fsCsb[0] =
00000000 file = /mnt/dos_backup/windows/fonts/sserife.fon
fixme:storage:StorageImpl_Commit (0): stub!
fixme:font:get_nearest_charset returning DEFAULT_CHARSET face->fsCsb[0] =
00000000 file = /mnt/dos_backup/windows/fonts/sserife.fon
fixme:mdi:MDIRefreshMenu partially function stub
fixme:font:get_nearest_charset returning DEFAULT_CHARSET face->fsCsb[0] =
00000000 file = /mnt/dos_backup/windows/fonts/sserife.fon
fixme:font:get_nearest_charset returning DEFAULT_CHARSET face->fsCsb[0] =
00000000 file = /mnt/dos_backup/windows/fonts/sserife.fon

and my .wine/config is the following :


[Drive A]
"Path" = "/media/floppy"
"Type" = "floppy"
"Label" = "Floppy"
"Device" = "/dev/fd0"

[Drive C]
"Path" = "/home/battujp/.wine/fake_windows"
"Type" = "hd"
"Label" = "/home/battujp/.wine/fake_windows"
"Filesystem" = "win95"

[Drive D]
"Path" = "/mnt/dos_backup"
"Type" = "hd"
"Label" = "/mnt/dos_backup"
"Filesystem" = "win95"

[Drive E]
"Path" = "/media/cdrom"
"Type" = "cdrom"
"Label" = "/media/cdrom"
"Filesystem" = "win95"
"Device" = "/dev/hdb"

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

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

[Drive Z]
"Path" = "/"
"Type" = "hd"
"Label" = "Root"
"Filesystem" = "win95"

[wine]
"Windows" = "C:\\Windows"
"System" = "C:\\Windows\\System"
"Temp" = "X:\\"
"Path" = "C:\\Windows;C:\\Windows\\System;X:\\;X:\\test;Y:\\"
"GraphicsDriver" = "x11drv"
"ShellLinker" = "wineshelllink"

[Version]
"Windows" = "win98"

[DllOverrides]
"oleaut32" = "builtin, native"
"ole32" = "builtin, native"
"commdlg" = "builtin, native"
"comdlg32" = "builtin, native"
"shell" = "builtin, native"
"shell32" = "builtin, native"
"shfolder" = "builtin, native"
"shlwapi" = "builtin, native"
"shdocvw" = "builtin, native"
"advapi32" = "builtin, native"
"msvcrt" = "native, builtin"
"mciavi.drv" = "native, builtin"
"mcianim.drv" = "native, builtin"
"msi" = "native, builtin"
"*" = "builtin, native"

[x11drv]
"AllocSystemColors" = "100"
"PrivateColorMap" = "N"
"PerfectGraphics" = "N"
"Managed" = "Y"
"UseDGA" = "N"
"UseXVidMode" = "Y"
"UseXRandR" = "Y"
"UseTakeFocus" = "Y"
"DXGrab" = "N"
"DesktopDoubleBuffered" = "Y"

[fonts]
"Resolution" = "96"
"Default" = "-adobe-helvetica-"
"DefaultFixed" = "fixed"
"DefaultSerif" = "-adobe-times-"
"DefaultSansSerif" = "-adobe-helvetica-"

[FontDirs]
"dir1" = "/usr/X11R6/lib/X11/fonts/TTF"
"dir2" = "/usr/X11R6/lib/X11/fonts/Type1"
"dir3" = "/usr/X11R6/lib/X11/fonts/100dpi"
"dir4" = "/mnt/dos_backup/windows/fonts"
"dir5" = "/usr/share/fonts/default/Type1"

[serialports]
"Com1" = "/dev/ttyS0"
"Com2" = "/dev/ttyS1"
"Com3" = "/dev/ttyS2"
"Com4" = "/dev/modem"

[parallelports]
"Lpt1" = "/dev/lp0"

[ppdev]

[spooler]
"FILE:" = "tmp.ps"
"LPT1:" = "|lpr"
"LPT2:" = "|gs -sDEVICE=bj200 -sOutputFile=/tmp/fred -q -"
"LPT3:" = "/dev/lp3"

[ports]

[Debug]

[registry]
"LoadGlobalRegistryFiles" = "Y"
"LoadHomeRegistryFiles" = "Y"
"LoadWindowsRegistryFiles" = "Y"
"WritetoHomeRegistryFiles" = "Y"
"SaveOnlyUpdatedKeys" = "Y"

[Tweak.Layout]
"WineLook" = "Win98"

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


[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"      ; default for most common configurations
"WaveMapper" = "msacm.drv"
"MidiMapper" = "midimap.drv"

[dsound]

[Network]

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

[AppDefaults\\_INS5576._MP\\x11drv]
"Managed" = "N"
"Desktop" = "N"

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

[AppDefaults\\explorer.exe\\x11drv]
"Desktop" = "800x600"

[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"

# [/wineconf]


could you tell me how can I solve the keyboard problem and thus
to run Visual page ???

Thanks in advance for the help you can provide

Cheers



Jean-Philippe BATTU
Grenoble
FRANCE



More information about the wine-users mailing list