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=23723
Summary: Multiple games from Sonalysts cannot play sound files
(stored in Sfx.agg)
Product: Wine
Version: 1.2
Platform: x86
URL: http://www.gamershell.com/download_8369.shtml
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
Created an attachment (id=29727)
--> (http://bugs.winehq.org/attachment.cgi?id=29727)
rzipped +file traces
This bug affects every game from the developer Sonalysts:
Jane's 688(I) Hunter-Killer
Fleet Command
Sub Command
Dangerous Waters
Symptom: all these games are missing sound effects and voices (only music
works). The games store their sound files (.wav) in a Sfx.agg archive. Running
the games in Wine with winedebug=+file reveals that Wine cannot find the
appropriate sound files. A typical line from the log:
warn:file:OpenFile (C:\Program Files\Sonalysts Combat Simulations\Dangerous
Waters Demo\Audio\Sfx\sfx.agg+pinged.wav): return = HFILE_ERROR error= 2
Notice the path to the relevant sound file: '\sfx.agg+pinged.wav'.
Apparently in a native Windows environment it doesn't cause problems, but does
in Wine.
A 'dirty' workaround is to extract the .wavs using an utility called agg.exe,
and placing them into a directory named: sfx.agg+.
You can test the issue using the demo of Dangerous Waters, link added to URL.
--
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=23440
Summary: Windows Live Essentials installation aborts on startup
Product: Wine
Version: 1.2-rc5
Platform: x86-64
URL: http://g.live.com/1rewlive3/en/wlsetup-all.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: mshtml
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
Created an attachment (id=29238)
--> (http://bugs.winehq.org/attachment.cgi?id=29238)
Terminal output from wine-1.2-rc5-80-gee68473
With bug 14287 fixed, the Windows Live Essentials installer starts up, but
aborts after showing a loading screen for a moment with the following error
message:
Couldn't install programs
Please try installing Windows Live programs again.
Error: OnCatalogResult: 0x80004001
Next steps: an unknown error occurred.
Clicking "close" on this error dialog results in a crash.
A workaround is 'winetricks ie6'. The culprit appears to be mshtml:
* Removing all overrides added by winetricks except mshtml doesn't bring back
the error (though there's a failure shortly afterward unless native urlmon is
used)
* Removing only the override for mshtml makes this error return
The following line appears in terminal output as the error message appears:
fixme:mshtml:CustomDoc_SetUIHandler (0x198940)->(0x8b00264)
--
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.