http://bugs.winehq.org/show_bug.cgi?id=19890
Summary: Commit 0932f4a1137974f4326fbba8b2d68d8e9b2aed70
crashes game if joystick connected.
Product: Wine
Version: 1.1.28
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-dinput
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: janhouse(a)gmail.com
Created an attachment (id=23339)
--> (http://bugs.winehq.org/attachment.cgi?id=23339)
Winedbg log file
I did regression test (from 1.1.28 to 1.1.27) and found out that
"commit 0932f4a1137974f4326fbba8b2d68d8e9b2aed70
Author: Vitaliy Margolen <wine-patches(a)kievinfo.com>
Date: Sat Aug 15 11:59:05 2009 -0600
dinput: Get default axes configuration from the device for joydev."
crashes Trine game if joystick is plugged in USB at the time of launching game.
I added output from winedbg as 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=19809
Summary: all cygwin apps crash on exit if run outside
wineconsole
Product: Wine
Version: 1.1.27
Platform: PC
URL: http://cygwin.com
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
cd .wine/drive_c/cygwin/bin
wine true.exe
crashes, whereas
cd .wine/drive_c/cygwin/bin
wine wineconsole true.exe
does not crash.
On windows, cygwin apps do not crash on exit, even if you
ssh in to the windows box (i.e. have no real console).
This makes it more difficult to run the firefox and chrome build scripts.
--
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=19808
Summary: Golden Tiger Casino seems to lock up when init
Product: Wine
Version: 1.1.27
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ald4rius(a)hotmail.com
That casino worked fine with Wine 1.0.1.
I got a problem with Eve Online and updated to 1.1.27, than now seems to work
well. But now the casino doesn't init.
After of loading the progress bar it opens the window, and then appear a window
with 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=19783
Summary: Visual C++ 2005 Express: building Firefox: mt.exe
crashes while linking mkdepend
Product: Wine
Version: 1.1.27
Platform: PC
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
To reproduce the first time:
First, get the tools and source code. The scripts run on Windows -
that's why they use cygwin! - but I'll show how to run them on Wine here.
wget http://kegel.com/wine/vc2005x.sh
wget http://kegel.com/wine/firefox-download-and-build.sh
wget http://winezeug.googlecode.com/svn/trunk/winetricks
sh winetricks -q dotnet20 msxml6 cygwin
In the cygwin setup dialog, select cabextract, wget, and mercurial.
sh vc2005x.sh
sh firefox-download-and-build.sh
Then start a wineconsole (so msys doesn't explode):
cd ~/.wine/drive_c/mozilla-build
wineconsole cmd
Then inside that wineconsole, start a mozilla msys bash
shell with visual C/mozilla env settings:
start-msvc8-wine.bat
And inside *that*, cd to the source directory and do the build:
$ cd /c/demo/firefox-191src
$ make -f client.mk
This will churn happily for about 20 minutes before it
bumps into a real need for mt.exe, and then crash:
make[1]: Entering directory `/c/demo/firefox-191src/ff-dbg/config/mkdepend'
link -NOLOGO -OUT:mkdepend.exe -PDB:mkdepend.pdb host_cppsetup.obj
host_ifparser.obj host_include.obj host_main.obj host_parse.obj host_pr.obj
...
0037:Call KERNEL32.BeginUpdateResourceW(00158e30
L"C:\\demo\\firefox-191src\\ff-dbg\\config\\mkdepend\\mkdepend.exe",00000000)
ret=01051d26
0037:Ret KERNEL32.BeginUpdateResourceW() retval=0014d8e2 ret=01051d26
0037:Call
KERNEL32.UpdateResourceW(0014d8e2,00000018,00000001,00000409,0015c318,00000152)
ret=01051d76
0037:Ret KERNEL32.UpdateResourceW() retval=00000001 ret=01051d76
0037:Call KERNEL32.EndUpdateResourceW(0014d8e2,00000000) ret=01051db0
trace:seh:raise_exception code=c0000005 flags=0 addr=0x7ee22a14 ip=7ee22a14
tid=0037
...
Unhandled exception: page fault on read access to 0xcd4eb404 in 32-bit code
(0x7ee22a14).
Backtrace:
=>0 0x7ee22a14 write_raw_resources+0x454(updates=0x13b4b0)
[dlls/kernel32/resource.c:1038] in kernel32 (0x0033f8b8)
1 0x7ee23969 EndUpdateResourceW+0xf9(hUpdate=0x13b492, fDiscard=0)
[dlls/kernel32/resource.c:1635] in kernel32 (0x0033f8e8)
2 0x01051db0 in mt (+0x51db0) (0x0033f8f8)
...
0x7ee22a14 write_raw_resources+0x454 [dlls/kernel32/resource.c:1038] in
kernel32: movl 0x4(%eax),%edx
1038 p = address_from_rva( base, mapping_size,
data->OffsetToData, data->Size );
To reproduce quickly after initial run:
cd ~/.wine/drive_c/mozilla-build
wineconsole cmd
In wineconsole:
start-msvc8-wine.bat
cd /c/demo/firefox-191src/ff-dbg/config
make
(You can set WINEDBUG when running make; the output
will come out on the terminal where you started wineconsole.)
--
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=19697
Summary: NTE Quick Cross 14.0 fails to display icons due to
"invalid floating point exception"
Product: Wine
Version: 1.1.27
Platform: PC
URL: http://www.nteinc.com/qc14/qc14setup.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: gdiplus
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: arethusa26(a)gmail.com
Created an attachment (id=22996)
--> (http://bugs.winehq.org/attachment.cgi?id=22996)
NTE Quick Cross 14.0 winedbg backtrace
With wine-1.1.27-40-g0c862de, when launching the NTE Quick Cross 14.0
application with builtin gdiplus, the application displays several dialog boxes
stating "Invalid floating point operation", and the icons in the application
toolbar are not rendered. winedbg shows a backtrace in:
First chance exception: invalid float operation in 32-bit code (0x7e5aa891).
...
Backtrace:
=>0 0x7e5aa891 arc2polybezier+0x201(points=0x146a48, x1=64.000000, y1=0.000000,
x2=6.000000, y2=6.000000, startAngle=4.712389, sweepAngle=90.000000)
[/home/andrew/wine-git/dlls/gdiplus/gdiplus.c:168] in gdiplus (0x0033f3c8)
1 0x7e5ba942 GdipAddPathArc+0xe2(path=0x147f60, x1=64.000000, y1=0.000000,
x2=6.000000, y2=6.000000, startAngle=270.000000, sweepAngle=90.000000)
[/home/andrew/wine-git/dlls/gdiplus/graphicspath.c:187] in gdiplus (0x0033f428)
I've attached the complete backtrace.
--
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=19554
Summary: Men of War crashes on boot
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nathan.whittington(a)gmail.com
Created an attachment (id=22783)
--> (http://bugs.winehq.org/attachment.cgi?id=22783)
crash log
The game crashes just after the intro videos and before the 'Loading' window
comes up.
This is a regression that was broken with this commit:
commit 40565211fb70bff4b1622570a6b11edd646c00bd
Author: Henri Verbeet <hverbeet(a)codeweavers.com>
Date: Mon Jun 29 10:11:23 2009 +0200
wined3d: Prevent GL calls from DestroyContext() if we failed to make the GL
context current.
This can happen if the window is destroyed before the device is released.
:040000 040000 9ea4ffa5fa3865f84b854623d40ccf25829078a4
f9899f5fd0a869d682581ee44349784aa982872a M dlls
--
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=19259
Summary: Battleforge installer quits unexpectedly
Product: Wine
Version: 1.1.25
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: startaq(a)gmail.com
Created an attachment (id=22300)
--> (http://bugs.winehq.org/attachment.cgi?id=22300)
Log with WINEDEBUG=+msi
The Battleforge installer (when run from the Battleforge DVD), quits with the
error message:
err:seh:raise_exception Exception frame is not in stack limits => unable to
dispatch exception.
after selecting the destination directory and clicking on next.
A logfile with WINEDEBUG=+msi is attached, I hope this helps.
--
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=19244
Summary: Mavis Bacon crashes wine and enabling +relay works as
a workaround
Product: Wine
Version: 1.1.25
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: quintin(a)last.za.net
Created an attachment (id=22264)
--> (http://bugs.winehq.org/attachment.cgi?id=22264)
Crash log where WINEDEBUG=+relay is omitted
I am trying to run Mavis Bacon Teaches Typing Platinum 20.
I can successfully run it on my office PC, using the same distro (Ubuntu
Desktop 8.10) with it's default wine installation (1.1.25). I have to change my
resolution to 1024x768 though.
I tried the same here, though it doesn't help. The crash message is different
also (see attached).
When trying to generate the debugging information, however, the application
suddenly started running. It's running very slowly (has 3D rendering and seem
unresponsive, typing keys feels like it take about 100-200 ms to respond).
So running this command crashes:
wine MavisBeacon.exe > crash.log 2>&1
And running the following command works:
WINEDEBUG=+relay wine MavisBeacon.exe > crash.log 2>&1
I attached crash.log for the former command (the one that crashes). Also, I
don't know if the log is complete, because after I receive the crash dialog
wine freezes, and I have to press Ctrl+C. It seems to be incomplete, since it
ends at Backtrace:
Further, disabling sound simply causes a Segmentation fault. Not sure if this
is related. I think it's rather a rendering problem, since I had problems with
the rendering on my office machine as well (where the 1024x768 workaround
helped).
Any requests on what I should try to help find the 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=19243
Summary: WebSlingPlayer Firefox remote doesn't work
Product: Wine
Version: 1.1.19
Platform: PC
URL: http://www.sling.com/sling_player
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
Created an attachment (id=22263)
--> (http://bugs.winehq.org/attachment.cgi?id=22263)
Screenshot of remote
To get this far:
Run "winetricks firefox3 flash9 wmp9"
Override quartz.dll and qcap.dll with natives.
Go to http://www.sling.com/sling_player and install the Firefox plugin.
Restart Firefox and go back to http://www.sling.com/sling_player
On connecting to the Slingbox, a remote control should load, but it is
basically just a white box. Some remote have numbers but they are not
functional.
The remote is required to control what is being viewed.
The only clue in the console is a fixme when I mouseover where the buttons
should be:
fixme:gdiplus:GdipIsVisibleRegionPointI (0x9b0ae58 -40 -27 (nil) 0x32ea34):
stub
Same in 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=19131
Summary: GNU Emacs 22.3 multiple graphical glitches
Product: Wine
Version: 1.1.24
Platform: PC
URL: http://ftp.gnu.org/gnu/emacs/windows/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: b0ntrict0r(a)yandex.ru
GNU Emacs 22.3 compiled for Windows works well on wine but looks quite odd.
Attached screenshot illustrates the problem. Emacs is running on its default
configuration now.
1. Two thin blue lines shows real window borders. As you can see there are
misdrawn vertical transparent strips at the right and bottom window borders.
2. There is a gap between menu bar and unfolded menu.
3. When scrolling buffer with C-n/C-v/C-p, or with PgUp/PgDn, or with arrows
buttons, the lower half of the buffer is not rendered at all. Moving text
cursor on symbols which should be shown in this part of the buffer makes them
visible.
I'm also in doubt whether toolbar is filled with right colour.
The other problem is that moving Emacs window to the different workspace or
switching current workspace makes Emacs window to complely disappear but I
don't know is this problem WM-specific (I'm using dwm 5.4.1).
--
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.