http://bugs.winehq.org/show_bug.cgi?id=9325
Summary: When pressing DELETE key character ,(comma) is
displayed.
Product: Wine
Version: 0.9.43.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: vanek(a)vsoft.sk
When pressing DELETE key character ,(comma) is displayed. It happens only if
the Slovak keyboard layout is activated.
Note: the virtual code of DELETE key in Windows is 0x2E (comma in Ascii), it
seemed that it is not recognized as function key.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10885
Summary: Some bitmaps are drawn topside-down (Lazarus 0.9.24)
Product: Wine
Version: 0.9.51.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-gdi-(printing)
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bugzilla(a)tut.by
Created an attachment (id=9788)
--> (http://bugs.winehq.org/attachment.cgi?id=9788)
Lazarus 0.9.24 being run under WINE 0.9.51
Some icons are drawn incorrectly in Lazarus 0.9.24 (win32 version).
Please see attachments.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11067
Summary: Kid Pix Deluxe 4 Home Edition installer hangs near end
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: other
Status: NEW
Keywords: Installer, regression
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
The darn installer hangs at the end now.
I don't think it was doing this a year ago.
The processes running when it hangs are (note the running
process with no name):
dank 9563 0.0 2.9 2661916 15100 pts/2 SL+ 18:40 0:00
/media/cdrom/setup.exe
dank 9583 36.1 8.3 2671908 43116 pts/2 RLl+ 18:40 3:02
dank 9709 0.0 2.9 2661200 15000 pts/2 SL+ 18:44 0:00
winemenubuilder.exe -w c:\windows\profiles\All Users\Start Menu\Pr
ograms\The Learning Company\Kid Pix Deluxe 4\User Guide.lnk
dank 9852 0.0 2.8 2661016 14752 pts/2 SL+ 18:45 0:00
c:\windows\system32\QuickTime\QuickTimeUpdateHelper.exe -QTInitDef
aultMediaPlayerSetting
dank 9930 0.0 2.9 2662352 15076 pts/2 SLl+ 18:45 0:00 C:\Program
Files\QuickTime\qttask.exe
dank 9957 0.4 3.3 2665236 17228 pts/2 SL+ 18:45 0:01 c:\Program
Files\The Learning Company\Kid Pix Deluxe 4\Third Party
\Acrobat Reader 5 Installer.exe
dank 9961 0.0 2.6 2657352 13544 pts/2 SL+ 18:45 0:00
C:\windows\temp\pft9f95~tmp\Setup.exe /SMS
The strange process has a couple fd's open to
/home/dank/.wine/drive_c/windows/temp/2e41.rra
which /bin/file thinks is a ms office document,
but which openoffice can't open.
I think the pft9f95~tmp installer was for Adobe.
I tried logging the install, and I did succeed, but
+relay is 1 gigabyte *compressed*. All it's doing at the
end is lots of variant twiddling and waiting.
Native dcom98 didn't help.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9724
Summary: Intellicad - Unhandled exception when saving
Product: Wine
Version: 0.9.44.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mikesg(a)abv.bg
Created an attachment (id=8156)
--> (http://bugs.winehq.org/attachment.cgi?id=8156)
Console with trace
When trying to save a drawing in 4m - Ingellicad an unhandled exception is
thrown. See details below. The console output is attached.
Wine version: wine-0.9.44
OS: Fedora Core 7
GCC version: 4.1.2.20070502 (Red Hat 4.1.2-12)
Windows: No windows, just a clean wine install
Program: 4M - Intellicad 6 classic. Download demo:
http://www.4msa.com/downloads/SetupICADClassic64_E.exe
Install: wine SetupICADClassic64_E.exe
How to run: I had to copy mfc71.dll,msvcr71.dll and msvcp71.dll from a Win XP
SP2 install into drive_c/windows/system32 folder
Command line: wine "C:\ICAD6CLASSIC\icad.exe"
How to reproduce:
Run the program, in welcome dialog click 'Start Evaluation', in program
command line type 'line', click two points in black screen and hit Enter or
right-click. Try to save (Ctrl+S). Choose a path, could be in drive_c.
When a path is selected and save process begins the program crashes.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11325
Summary: wpkg doesn't seem to work
Product: Wine
Version: CVS/GIT
Platform: Other
URL: http://wpkg.org/WPKG_with_Wine
OS/Version: other
Status: NEW
Keywords: Installer
Severity: normal
Priority: P2
Component: msxml3
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
wpkg is an interesting looking unattended
installation system for windows apps, said
to work on wine as long as you have ie6,
so I tried it without.
To work around bug 5541, you have to redirect the output of cscript.
Here's the recipe:
rm -rf .wine
winetricks vcrun6 wsh56
wget http://wpkg.org/files/stable/wpkg-0.9.10.tar.bz2
tar -xjvf wpkg-0.9.10.tar.bz2
cd wpkg-0.9.10
wine cscript wpkg.js /synchronize /debug | cat
This fails because of an msxml problem.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11310
Summary: PowerCad Pro 7
Product: Wine
Version: 0.9.53.
Platform: PC
URL: http://www.graebert.com/
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ziemi_(a)poczta.onet.pl
Created an attachment (id=10418)
--> (http://bugs.winehq.org/attachment.cgi?id=10418)
zipped log and screenshots
When I'd to select layer form Property Toolbar, a window appears far under
Toolbar - it schould appeard very close under Toolbar, see fig1.
When I try to dock Toolbar, the only size of it is very big it should be
something like not docked, see fig2. I think the second problem is conected
with first one. Also in Wine 0.9.52.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11060
Summary: z-order problem with Gecko prompt window starting
Heredis 9 for first time
Product: Wine
Version: CVS/GIT
Platform: Other
URL: http://www.heredis.com/fr/heredis_demo_PC.asp
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: shdocvw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
While trying to reproduce bug 10859, I noticed
that when Heredis 9 starts for the first time on
a fresh .wine, the Gecko download prompt comes up
under the Heredis splash screen, and is hard to
use.
The real fix is for us to package Gecko with Wine,
I think. Can't we just check it in to git?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10903
Summary: Fail to run Visere
Product: Wine
Version: 0.9.4.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-gdiplus
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hovh03(a)yahoo.com
Created an attachment (id=9818)
--> (http://bugs.winehq.org/attachment.cgi?id=9818)
The output when run the program above
After download and install Visere at http://www.dmmd.net/ using the command
line:
wine msiexec /i Visere_3.1.2.msi
I run the program:
wine Visere.exe, the following error was generated:
fixme:ole:CoGetClassObject CLSCTX_REMOTE_SERVER not supported
err:ole:CoGetClassObject no class object {a1f4e726-8cf1-11d1-bf92-0060081ed811}
could be created for context 0x17
wine: Call from 0x7b8447d0 to unimplemented function
gdiplus.dll.GdipCreateHBITMAPFromBitmap, aborting
Please see the attachment for the full error log.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10711
Summary: unhandled page fault when installing EccoPro 4.01 16 &
32-bit versions
Product: Wine
Version: 0.9.5.
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: wine-files
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: adri_l01(a)yahoo.com
Created an attachment (id=9544)
--> (http://bugs.winehq.org/attachment.cgi?id=9544)
log of page fault
I am running Ubuntu 7.04 Fiesty Fox for AMD64.
When I try to run the setup program for EccoPro 4.01 (whether directly or from
the autorun) the install screen starts up and displays a message "Searching for
installed components" at which point it freezes and the uncontrolled page fault
shows up. Clicking on the button at the top of the window kills the program as
expected, though no screen updates are taking place.
All other programs I have tried to install using Wine 0.9.5 have worked
properly.
Thanks.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10466
Summary: Radmin viewer 3.1: "Scanning for Active Servers" action
does not work properly in main viewer window
Product: Wine
Version: 0.9.48.
Platform: PC
URL: http://www.famatech.com/download/rview31.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bugs.radmin(a)gmail.com
We got an error:
1. Installed Radmin server 3.1 (http://www.famatech.com/download/rserv31.exe)
on a windows computer.
2. Installed Radmin viewer 3.1 on a linux computer with wine installed.
3. Started Radmin viewer
"Tools" --> "Scanning for Active Servers" action does not work properly in main
viewer window.
Correct behavior: Only running computers with radmin server installed and
radmin port opened should be checked with checkmark.
Wine behavior: All running computers became checked with checkmark.
The error was tested on Fedora Core 7 installation with the last wine package
from fedora update site (fedora_mirror/fedora/linux/updates/7/i386/).
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.