http://bugs.winehq.org/show_bug.cgi?id=11300
Summary: Bug starting starcraft consurning DirectX-d3d
Product: Wine
Version: 0.9.53.
Platform: PC
URL: http://rafb.net/p/Ejwzue41.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Forsakensoul(a)mail.bg
Created an attachment (id=10394)
--> (http://bugs.winehq.org/attachment.cgi?id=10394)
this is the error i get in the terminal
While trying to start Starcraft i get the error in the attachment
--
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=13190
Summary: Office 2007: regression failure (>=0.9.60) to run office
components
Product: Wine
Version: 1.0-rc1
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: barlad2004(a)yahoo.fr
CC: rob(a)codeweavers.com
Hey!
As of version 0.9.60 (and any higher version, including 1.0rc1), the Office
2007 components can be installed using the appropriate guides but cannot be
run. For example, Word crashes and pops up a window asking if the user wants to
debug. If you restart the software, it asks whether the user wants to enter
safe mode. Safe mode does not work either.
Version 0.9.59 of wine can install and run the software just fine (provided you
follow the installation guides and current limitations shown on the AppDB still
stand).
Regression testing shows that the following commit is the culprit:
aa83f5a5aa5ffab8bbc25b8fb76e1dcdb5ae8a96 is first bad commit
commit aa83f5a5aa5ffab8bbc25b8fb76e1dcdb5ae8a96
Author: Rob Shearman <rob(a)codeweavers.com>
Date: Fri Apr 11 11:00:46 2008 +0100
ole32: Use I_RpcExceptionFilter instead of custom exception filter for RPC
calls.
:040000 040000 c1d53a011dc1c58aa7df4bb5dd5f8feb109d5b44
1b0f7553ddc560c18da78970547395845d296b3b M dlls
Hope it helps! let me know if you need more information.
B.
--
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=11762
Summary: Can get dod4 to run
Product: Wine
Version: 0.9.55.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: emkay(a)gmx.de
Created an attachment (id=11021)
--> (http://bugs.winehq.org/attachment.cgi?id=11021)
error msg
i m on kubuntu 7.10 32bit.
i got the patched deb wine file and the needed dll in my system32 folder.
When i try to start dod4 sp i get the error as shown in the attched jpgfile and
error
"fixme:win:EnumDisplayDevicesW ((null),0,0x33f91c,0x00000000), stub!"
when i try to start mp i get the attched error msg.
--
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=13158
Summary: Soldier Of Fortune: Payback doesn't launch with runtime
module error
Product: Wine
Version: 1.0-rc1
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvcrt
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: roland(a)mxchange.org
Created an attachment (id=12962)
--> (http://bugs.winehq.org/attachment.cgi?id=12962)
Missing DLLs, first startup
I was able to install the named game ("Activision Value" needs to be added to
AppDB!) from retailer CD but it is refusing to run. What I have done so far:
- Launched the game, but it complains about missing DLLs (see "Missing DLLs,
first startup" log for details)
- Added d3dx9_32.dll, d3dx9_36.dll msvcp80.dll and msvcr80.dll from
dll-files.com to the SoF:PB root directory because of it is complaining about
missing such files and the built-in d3dx9 file is lacking about a function
- Launched the game again (see "Launch problem, second startup" for details).
If you need a relay I can create it for you. :)
--
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=12914
Summary: wineprefixcreate overrides custom entries in
Explorer\\Shell Folders
Product: Wine
Version: 0.9.59.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: tools
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: aelschuring(a)hotmail.com
I have been playing with specifying custom paths for user shell folders, in
order to be able to use the same wineprefix for multiple users (r/o C: drive,
r/w D:). But it seems that every time I run wineprefixcreate, it overrides some
of the paths specified in
[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Shell Folders].
I'll shorten this up for brevity:
arno@master:~$ wine --version
wine-0.9.59
arno@master:~$ rm -fr .wine
arno@master:~$ wineprefixcreate
Could not load Mozilla. HTML rendering will be disabled.
/home/arno/.wine updated successfully.
arno@master:~$ grep '\\profiles\\' .wine/user.reg
"AppData"="C:\\windows\\profiles\\arno\\Application Data"
"Cookies"="C:\\windows\\profiles\\arno\\Cookies"
"Desktop"="C:\\windows\\profiles\\arno\\Desktop"
"Favorites"="C:\\windows\\profiles\\arno\\Favorites"
"History"="C:\\windows\\profiles\\arno\\Local Settings\\History"
arno@master:~$ sed -i 's/\(\\profiles\\\\\)arno/\1test/' .wine/user.reg
arno@master:~$ grep '\\profiles\\' .wine/user.reg
"AppData"="C:\\windows\\profiles\\test\\Application Data"
"Cookies"="C:\\windows\\profiles\\test\\Cookies"
"Desktop"="C:\\windows\\profiles\\test\\Desktop"
"Favorites"="C:\\windows\\profiles\\test\\Favorites"
"History"="C:\\windows\\profiles\\test\\Local Settings\\History"
arno@master:~$ wineprefixcreate
Could not load Mozilla. HTML rendering will be disabled.
/home/arno/.wine updated successfully.
arno@master:~$ grep '\\profiles\\' .wine/user.reg
"AppData"="C:\\windows\\profiles\\arno\\Application Data"
"Cookies"="C:\\windows\\profiles\\arno\\Cookies"
"Desktop"="C:\\windows\\profiles\\test\\Desktop"
"Favorites"="C:\\windows\\profiles\\test\\Favorites"
"History"="C:\\windows\\profiles\\arno\\Local Settings\\History"
Also, the overrides that are displayed here do not come from userdef.reg
(tested by modifying userdef.reg), they appear to be coming directly from
[Software\\Microsoft\\Windows
NT\\CurrentVersion\\ProfileList]\\"ProfilesDirectory"
I'm not sure what the intended behaviour of wineprefixcreate should be (I think
it should not modify existent keys, only add missing ones), but at least the
inconsistent behaviour is a bug.
--
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=11886
Summary: wine-0.9.57 fails to run
Product: Wine
Version: 0.9.56.
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: juergenw_(a)freenet.de
After unpacking the wine-0.9.57 tarball, I have compiled & installed wine using
./tools/wineinstall as usual, but trying to run wine on my Fedora 7 system
(kernel-2.6.23.15-80.fc7) yields this output at the console:
X Error of failed request: BadMatch (invalid parameter attributes)
Major opcode of failed request: 1 (X_CreateWindow)
Serial number of failed request: 22
Current serial number in output stream: 26
wine-0.9.56 runs normal on the same machine.
--
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=11397
Summary: Chess Tactics for Beginners "Cannot change Visible in
OnShow or OnHide"
Product: Wine
Version: 0.9.54.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rob(a)ladle.net
CC: rob(a)ladle.net
When running Chess Tactics for Beginners, from Convekta software (
http://www.chessok.com/ ), it installs fine, but then won't run.
I run
wine ./wine/drive_c/Program Files/Chess Tactics for Beginners/tactics.EXE
and get the splash screen and the initial application window. When I click on
the splash screen, I get three popups. The first one is titled "Error", with
the text "Runtime error 501 (249)", the second one is titled "tactics", with
the text "Cannot change Visible in OnShow or OnHide." The third one is titled
"Error", with the text "Runtime error 501 (249)". After I click OK on the
third one, the application window goes away. There were no messages on my
console, either.
If I run
wine ./tactics.EXE
the same things happen.
I note that this same text shows up in bug 6352 which is about CT-Art 3.0, also
from the same company. However, there's a report that this was fixed. I
installed wine tonight from the repository, and also re-installed "CTfB", to
try to duplicate the fix in 6352. No such luck.
Thanks,
Rob
--
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=11608
Summary: printf("%Lf") broken
Product: Wine
Version: 0.9.44.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: muntyan(a)tamu.edu
The following program (compiled with mingw cross-compiler on linux) prints
"-0.000000".
#include <stdio.h>
int main (void)
{
printf ("%Lf\n", (long double)1);
return 0;
}
--
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=12335
Summary: Audio Not working at all, winecfg included
Product: Wine
Version: 0.9.58.
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mark.ellul(a)gmail.com
Hi,
I am running Ubuntu 7.10 AMD 64, with Wine 0.9.58 (0.9.48 had this problem as
well).
My motherboard is a asus p5w Deluxe which uses the ALSA driver for sound.
Basically the bug is there is no sound working at all.
I ran winecfg from the terminal and change the audio settings but nothing
worked and nothing was logged to the console.
What would be my next step to get some meaningful logs to you...
PS: dmesg doesn't bring up anything...
Thanks and Regards
Mark
--
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=14514
Summary: Error 339 - Component 'CSFTP32.OCX' not correctly
registered
Product: Wine
Version: 1.1.1
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jpeacock(a)rjssoftware.com
Created an attachment (id=14848)
--> (http://bugs.winehq.org/attachment.cgi?id=14848)
Error Log with Backtrace
Immediately on starting up WinSpool/400 Report Download (see
http://appdb.winehq.org/objectManager.php?sClass=application&iId=7836 for more
details) you receive an error message:
Error 339 - Component 'CSFTP32.OCX' not correctly registered: file is missing
or invalid - Trace Point: 800
This appears in a pop-up box, followed by another, followed by the launch of
the program. However, the sidebar and main page areas of the software are
blank, and after a couple seconds the entire applications crashes.
This is using a vanilla install with the winetricks:
corefonts vcrun6 vb5run
--
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.