http://bugs.winehq.org/show_bug.cgi?id=11707
Summary: Starcraft with wine 0.9.55 (Ubuntu 7.10)
Product: Wine
Version: 0.9.55.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: shakaran(a)gmail.com
Created an attachment (id=10931)
--> (http://bugs.winehq.org/attachment.cgi?id=10931)
Output from terminal
Hello guys,
I install Starcraft (my favourite old game) perfectly (great work!), but when i
go to multiplayer zone, the screen not work because it is freeze. It occurs
when the game connect to "Battle.net servers".
I attach a output from terminal and a screenshot for help
Thanks you.
PD: I have a screenshot of the problem here =>
http://img505.imageshack.us/img505/2635/sccrashvd8.png
Also this problem has been posted in WineHq Forum:
http://forum.winehq.org/viewtopic.php?t=40
My X11 display cannot be switched from 32 bpp to 8 bpp
and this might be what is causing the system to crash. Also, I notice
that the requested display is 1.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=12681
Summary: Office 2000 does not install
Product: Wine
Version: 0.9.59.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: neptunia(a)mail.ru
After copying files the installer's window disappers with no trace. No registry
entries for Office created. No new menues in the start menu either. Only a
folder "Microsoft Office" in "Program Files" folder created.
--
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=12691
Summary: 3DMark99 MAX Basic Edition: Fails on DX 6.1 verification
Product: Wine
Version: 0.9.60
Platform: PC
URL: http://www.futuremark.com/download/3dmark99max/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: liquid.acid(a)gmx.net
CC: jb.faq(a)gmx.de
Hi there,
starting the 3dmark.exe fails. The app starts but displays this error message
"3DMark needs DirectX 6.1 in order to run.
Install DirectX 6.1 and try again"
and then exits.
Makes it impossible to use the benchmark (and test wine's DX6 implementation on
my i915 card).
The issue has been reported by multiple testers in the AppDB. This should not
be related to my OpenGL driver.
Any traces from the app you need?
Cheers,
Tobias
--
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=11977
Summary: In Alpha Prime demo, mouse input is ignored
Product: Wine
Version: 0.9.57.
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: robin-wine(a)kallisti.net.nz
In the Alpha Prime demo, which is available through Steam, mouse input is
ignored. On the menus the pointer doesn't move and in the game, your direction
isn't changed.
--
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=12811
Summary: apt-get update is missing
Product: WineHQ.org
Version: unspecified
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: www-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Ronny.Standtke(a)gmx.net
I just followed the steps given on the follwing page to install wine on
Kubuntu-8.04:
http://www.winehq.org/site/download-deb
I was surprised that wine-0.9.59 was installed although 0.9.60 was already
released.
Then I noticed that one essential step is missing in your instructions: After
adding the repository to your system's list of APT sources you have to call
"apt-get update" before trying to install wine...
--
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=12895
Summary: Winedbg can't return the value of a double
Product: Wine
Version: 0.9.60
Platform: Other
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: winedbg
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: m.b.lankhorst(a)gmail.com
struct test
{
int a;
double b;
int c;
};
int main()
{
struct test data;
data.a = 1;
data.b = 2;
data.c = 3;
*(char *)0 = 0;
}
If you compile this code with winegcc and then run this code with winedbg, it
won't print the structure correctly:
Wine-dbg>print data
{a=1, b=
Needing an integral value
c is never printed in this case, but an individual 'print data.c' will work.
--
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=12892
Summary: Winedbg crashes on a simple mingw binary
Product: Wine
Version: 0.9.60
Platform: Other
OS/Version: other
Status: NEW
Severity: major
Priority: P2
Component: dbghelp
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: m.b.lankhorst(a)gmail.com
Created an attachment (id=12598)
--> (http://bugs.winehq.org/attachment.cgi?id=12598)
Crashy file
A simple one-line null pointer cross-compiled with i586-mingw32msvc-gcc -g -O2
crashes winedbg after it is trying to get a backtrace. If I strip the file it
will work.
--
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=12885
Summary: application sees IPv6 enabled, even if whole system has
it disabled / blacklisted
Product: Wine
Version: 0.9.60
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jaarli(a)mbnet.fi
uTorrent 1.8 build 9704 says "IPv6 is installed" or so even when I have
blacklisted whole ipv6 module, and no data is moving at all between internet
and utorrent. Meaning that no tracker hosts are found not to mention no payload
moving etc.
Also I am seeing "WARNING: Trying to create a socket of type SOCK_RAW, this
will fail unless you have special permissions." at the console.
Even when IPv6 is installed / not disabled, my ISP doens't support it, and
again no data is moving in utorrent 1.8
Neither of those errors doesn't show up with uTorrent 1.7.7, but then again
1.7.7 doesn't support IPv6 itself either.
--
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=12857
Summary: Guitar Pro 5 window jumps by the size of the window
decoration
Product: Wine
Version: 0.9.60
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: winex11.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dominic.sacre(a)gmx.de
When I open Guitar Pro 5, the main window is initially displayed in the upper
left corner of the screen, but then immediately jumps a little downward and to
the right. The distance seems to be exactly the width/height of the window
decoration. The window then keeps jumping further down/right by the same amount
every time I open a new file, hit play/stop, and on a few other occasions.
I'm using xfwm4. This problem seems to have been introduced by some change in
0.9.59, I can't reproduce it with 0.9.58.
--
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=12833
Summary: no hide button in FlashFxp
Product: Wine
Version: 0.9.60
Platform: PC
URL: http://www.filesearching.com/cgi-
bin/s?q=FlashFXP_21_Setup.exe&t=f&d=&l=en
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: geist1(a)sms.at
Using 0.9.60 in kubuntu 8.04 doesnt give me the "hide/minimise" Button.
Only 2 Buttons are displayed : Maximise and Close.
Worked correctly in 0.9.59.
Acording to the forum i did some hunting for the problem.
spuuk@GST:~/wine-git$ git bisect good
fc29e334f6dcaf566bc17c5c5514929a395686f8 is first bad commit
commit fc29e334f6dcaf566bc17c5c5514929a395686f8
Author: Vincent Povirk <madewokherd+d41d(a)gmail.com>
Date: Sat Apr 12 20:30:42 2008 -0400
start.exe: Add /Unix switch for native file managers.
:040000 040000 5733b96c3e0b65c9a02620c8b070c36cadf82698
016c4b86a6518cd781a0b1ceffa5e0ea12cc851b M programs
This problem only happens, if Compiz Desktop Effects are disbaled.
When enabled (and the x-server is restarted) the hide/minimise button is
visible and working.
--
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.