http://bugs.winehq.org/show_bug.cgi?id=13306
Summary: Swichmax 2 close in the try to export
Product: Wine
Version: 1.0-rc1
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: obelich(a)gmail.com
Created an attachment (id=13167)
--> (http://bugs.winehq.org/attachment.cgi?id=13167)
this is the error send swich max 2
Hiyas we have test the wine with swich max 2 and there have many problems firs
dont show the movie you are make and other if you try to export to swf the
progrman send error and close sorry my english is to bad i speak spanish here
are the file text send error message, and i install the flash player for
windows in wine the program say need it to install before the instalation.
--
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=12001
Summary: chemsketch won't display
Product: Wine
Version: 0.9.57.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: emkay(a)gmx.de
Hi since x57 chemsketch wont open its main window, when i start the app the
icon of the developer appears in the right bottom corner but there is no main
window opening in which i can use the app and i also got no wine task in my
taskbar. With wine x56 and x55 everything was fine. i attchent the errror file.
please dont ask me to do regression test i cant follow the tutorial. I already
created a fresh wine folder.
greets Emkay
Severity is major cause now the app is of no use.
--
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=19746
Summary: Adobe Reader 7 w/ FEAD installer causes a page fault
Product: Wine
Version: 0.9.40.
Platform: PC
URL: ftp://ftp.adobe.com/pub/adobe/reader/win/7x/7.0/enu/Ad
beRdr70_enu.exe
OS/Version: Linux
Status: NEW
Keywords: download, Installer
Severity: normal
Priority: P3
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
Created an attachment (id=23094)
--> (http://bugs.winehq.org/attachment.cgi?id=23094)
wine-1.1.27-221-g4e1a4ec console output
There are multiple downloads for Adobe Reader 7. The one in question,
AdbeRdr70_enu.exe, uses the FEAD optimizer. This version causes a page fault
during extraction.
Backtrace:
=>0 0xb7c99e00 strcpy+0x10() in libc.so.6 (0x00e3f7cc)
1 0x7bc75285 NTDLL_strcpy+0x24(dst="", src=0x0)
[/home/test/wine-git/dlls/ntdll/string.c:149] in ntdll (0x00e3f7ec)
First reported with 0.9.40 (confirmed, same bug).
Same with latest git.
--
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=18571
Summary: Top level window loses focus when selecting a menu
item
Product: Wine
Version: 1.1.21
Platform: Other
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: thunderbird2k(a)gmail.com
Hi,
For a couple of days I have been trying to locate a bug in a program I'm
working. The program itself is written in Smalltalk using Visualworks. Under
the hood Visualworks is doing all win32 gui drawing itself (it also works on
other platforms).
The program in question has a top level window on which a win32 interface is
drawn including a menu bar. Clicking on the menu bar inactivates the top level
window. I have been debugging it for some days and I think it is somehow
related to SetFocus. Disabling all SetFocus / SetForegroundWindow calls in
user32 appears to make the issue disappear. The app itself only calls SetFocus
but Wine itself makes SetForegroundWindow calls.
The menu window has WS_POPUP and WS_DISABLED set (the top level window also has
WS_DISABLED set). Further Alexandre suspects there is something wrong with the
focus handling code in case of WM_MOUSEACTIVATE.
I have uploaded a test app which illustrates the problem to: (note the server
isn't always online) http://roderick.student.utwente.nl/menutest.tar.gz
I have also attached a log of +win,+msg to here. The app window is called
'vwnt'.
Regards,
Roderick
--
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=16736
Summary: kernel32/format_msg.c: compiler errors
Product: Wine
Version: 1.1.12
Platform: Macintosh
OS/Version: Linux
Status: NEW
Keywords: source
Severity: minor
Priority: P2
Component: build-env
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
austin@ubuntu-ppc:~/wine-git/dlls/kernel32$ make
gcc -c -I. -I. -I../../include -I../../include -D__WINESRC__ -D_KERNEL32_
-D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing
-Wdeclaration-after-statement -Wwrite-strings -Wtype-limits -Wpointer-arith -g
-O2 -o format_msg.o format_msg.c
format_msg.c: In function ‘FormatMessageA’:
format_msg.c:140: warning: unused variable ‘args’
format_msg.c: In function ‘FormatMessageW’:
format_msg.c:361: warning: unused variable ‘args’
format_msg.c: At top level:
format_msg.c:71: warning: ‘load_messageW’ defined but not used
format_msg.c:101: warning: ‘load_messageA’ defined but not used
Looking at the code:
{
LPDWORD args=(LPDWORD)_args;
#if defined(__i386__) || defined(__sparc__)
/* This implementation is completely dependent on the format of the va_list on
x86 CPUs */
Seems this needs to be implemented for non-x86/sparc
--
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=10366
Summary: EAccess Violation in winex11.drv when printing
Product: Wine
Version: 0.9.48.
Platform: PC
URL: http://www.gestionaleopen.it/
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: wine-x11driver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alessandro.marraccini(a)lunet.it
when I try to print anything from "Gestionale Open" I receive an "EAccess
Violation" in winex11.drv.
Can You help me?
Buona Vita
Alessandro Marraccini
--
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=18376
Summary: msxml3 crash when running office 2007 sp1 installer
Product: Wine
Version: unspecified
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msxml3
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mike.kaplinskiy(a)gmail.com
CC: mike.kaplinskiy(a)gmail.com
Created an attachment (id=20950)
--> (http://bugs.winehq.org/attachment.cgi?id=20950)
msxml crash log
The office 2007 sp1 installer crashes with the following output in msxml3.
Using native msxml3 fixes the problem, but doesn't quite get the updates
installed (for another bug).
(To make the installer at least get to this point, apply
http://www.winehq.org/pipermail/wine-devel/2009-May/075385.html on top of
current git)
--
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=15349
Summary: Spore crashes when leaving water
Product: Wine
Version: 1.1.5
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jufofu(a)yahoo.com
After leaving water (water evolution stage plays okay) and seeing the evolution
line, Spore crashes.
--
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=11839
Summary: Visualworks Smalltalk menu z-order pfui
Product: Wine
Version: CVS/GIT
Platform: Other
URL: http://www.cincomsmalltalk.com/scripts/DownloadCD.ssp
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
The menus in VisualWorks Smalltalk show up behind the app.
To repeat, download
ftp://anonymous:VWInstallerTest@ftp.cincomsmalltalk.com//pub/cstnc/visualworks/vwnc7.5/CST07NC_apr07.2.iso
Mount the image, cd to it, then do
wine cmd /c installWin.bat
Then start the app via the menu, or do
cd .wine/drive_c/Program\ Files/Cincom/vw7.5nc
wine bin/win/visual.exe image/visualnc.im
Then try any of the menus. As of yesterday's git,
they pop up *behind* the app.
--
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=20029
Summary: Msxml2.DOMDocument.6.0 unimplemented
Product: Wine
Version: 1.1.29
Platform: PC
URL: http://www.solidworks.com/sw/downloads.htm
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: knan-wine(a)anduin.net
Created an attachment (id=23571)
--> (http://bugs.winehq.org/attachment.cgi?id=23571)
plain console output, 1.1.29
After working around bug #20028 , (see that bug for how to reproduce, just add
winetricks gdiplus) Solidworks Viewer 2009 still won't load a file, but shows
an error box and crashes.
The relevant error is
err:ole:CoGetClassObject no class object {88d96a05-f192-11d4-a65f-0040963251e5}
could be created for context 0x17
which turns out to be the guid of Msxml2.DOMDocument.6.0 , which is implemented
in msxml6.dll. As none of the new interfaces in msxml6 is implemented in wine
yet, this obviously fails.
winetricks msxml6 works around the issue. I can load a file and manipulate it
just fine.
--
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.