http://bugs.winehq.org/show_bug.cgi?id=13821
Summary: The steam in-game community doesn't work
Product: Wine
Version: 0.9.58.
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: moose.g(a)baskvill.bham.sch.uk
The steam in-game community doesn't work. This could be problematic when
receiving messages or joining friends game's in full-screen mode.
--
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=28680
Bug #: 28680
Summary: yetisports6 fails with ole error 80040154.
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ole32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: damianatorrpm(a)gmail.com
Classification: Unclassified
The game Yetisports6 fails with ole error 80040154.
err:ole:CoGetClassObject class {d27cdb6e-ae6d-11cf-96b8-444553540000} not
registered
err:ole:create_server class {d27cdb6e-ae6d-11cf-96b8-444553540000} not
registered
err:ole:CoGetClassObject no class object {d27cdb6e-ae6d-11cf-96b8-444553540000}
could be created for context 0x5
Here you can download it:
http://www.acid-play.com/download/yeti-sports-part-6-bigwave
--
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=19538
Summary: Publisher 2007 crashes
Product: Wine
Version: 1.1.26
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
Created an attachment (id=22746)
--> (http://bugs.winehq.org/attachment.cgi?id=22746)
wine-1.1.26-231-gfe9d360 console output
Publisher 2007 crashes, apparently in the same way when opening a non-blank
template, or when resizing a text box. There are probably a number of ways to
cause the same crash, but the app is unusable.
DW20.EXE catches the crash, so I've made a trace with it enabled and with it
disabled (attached), not sure if this is any help though.
--
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=23298
Summary: RELOG.exe crashes
Product: Wine
Version: unspecified
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: johnfolkers(a)yahoo.com
Created an attachment (id=29043)
--> (http://bugs.winehq.org/attachment.cgi?id=29043)
Application RELOG Wine debugger output
Dell dualcore running 64bit Ubuntu 10.04 LTS.
Fresh install of Ubuntu as of a few weeks ago. Fresh install of wine1.2 from
package manager.
Expecting to use the c:\windows\system32\relog.exe built-in windows utility to
convert performance monitor counters from one format to another.
wine relog.exe > output works OK. I can read the output.
However, actually using the program relog.exe in production fails and crashes.
The command I used:
wine relog.exe Windows27Counters_000003.blg -f csv -o relogtest_1.csv >
~/relog_out.txt
wine: Call from 0x7b836712 to unimplemented function
pdh.dll.PdhGetLogFileTypeW, aborting
wine: Unimplemented function pdh.dll.PdhGetLogFileTypeW called at address
0x7b836712 (thread 0009), starting debugger...
... see 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=24645
Summary: pdfFactory fails to install
Product: Wine
Version: 1.3.4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wineps.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukasz.wojnilowicz(a)gmail.com
Created an attachment (id=31148)
--> (http://bugs.winehq.org/attachment.cgi?id=31148)
Error message
Steps to reproduce:
1) remove ~/.wine
2) wine pdf405std.exe
3) Setup->I accept the terms
Behaviour:
error (see attachment)
Expected behaviour:
Application should start installing
--
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=20896
Summary: Use-after-free in DdeClientTransaction in user32 dde
tests
Product: Wine
Version: 1.1.33
Platform: PC
OS/Version: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
http://kegel.com/wine/valgrind/logs/2009-11-30-19.16/vg-user32_dde.txt
says
Invalid read of size 2
at GlobalFree (heap.c:767)
by WDML_FreeTransaction (dde_misc.c:2439)
by DdeClientTransaction (dde_client.c:1228)
by test_ddeml_client (dde.c:392)
by func_dde (dde.c:2357)
by run_test (test.h:535)
by main (test.h:585)
Address 0x7f075e80 is not stack'd, malloc'd or (recently) free'd
It's a little hard to see what's going on, but it
appears that the memory in question was indeed recently freed,
judging by the attached log, which was generated by the command
WINEDEBUG=+relay,+heap valgrind --trace-children=yes wine user32_test.exe.so
dde.c
and edited to show just the area of interest.
--
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=11832
Summary: App scans folders with charts but fails to display them
Product: Wine
Version: 0.9.56.
Platform: PC
URL: http://rosepointnav.com/CoastalExplorer/Trial/default.ht
m
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: n5470(a)pinefields.com
As part of normal startup, Coastal Explorer (CE) scans designated (either by
default or user choice) specific folders within all drives, building an XML
document with descriptions of each chart found. At the end of the process,
however, CE announces there are no charts to be found and asks if the user
wants to download charts from web sites.
It was found that interrupting the scan process (there is a "Stop" button
available) will make charts visible and usable. This is, however, a rather
inelegant solution and one which poses problems when using the "Chart
Portfolio" tool (e.g., duplication of charts).
--
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=30035
Bug #: 30035
Summary: metapad - use of special characters in replace mode
does not work
Product: Wine
Version: 1.4-rc5
Platform: x86
URL: http://liquidninja.com/metapad/downloads/metapad36.zip
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: washuu(a)eastnews.com.pl
Classification: Unclassified
Metapad is a free and very efficient notepad replacement, one file executable.
The author states, that metapad has NO dependencies of win32 DLLs, so one
should expect metapad to behave identical in WINE and Windows platform.
Unfortunately, this is not the case.
Steps to reproduce the error:
- download metapad.exe from URL given in header and unpack it (no install
required)
- open metapad.exe
- choose Menu->Edit->Replace (or just press CTRL-H)
- click on the second right button with down arrow, which enable user to enter
some special characters like \t for Tab or \n for Newline.
- On wine it is ALWAYS disabled, and you can not enable any of the special
characters. On WIN32 you can enable use of the special characters.
You can think about this bug as completely unimportant, but in my company it is
widely used function - like add some new lines after closing tags in html.
One note: on the terminal, wine complaints:
$ wine metapad.exe
fixme:actctx:parse_depend_manifests Could not find dependent assembly
L"Microsoft.Windows.Common-Controls" (6.0.0.0)
fixme:richedit:ME_HandleMessage EM_SETMARGINS: stub
--
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=18800
Summary: Debugger goes into race condition after 123 crash on
bug 18324
Product: Wine
Version: 1.1.23
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: dbghelp
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ToddAndMargo(a)verizon.net
Hi All,
Please reference bug 18324 on this bug. This is bug is on the debugger and
18324 in on Lotus 123.
Basically, when you try to copy from two cell into the clip board in Lotus 123,
123 will crash (bug 18324). And, the debugger goes into a race condition,
eating up as much CPU as the OS will give it. It never finished. The only way
to stop the race is tho do a "kill -9" on 123's process ID.
-T
Steps to reproduce:
1) open the 123 attachment on 18324
(http://bugs.winehq.org/attachment.cgi?id=20865)
2) highlight across two cell horizontally
3) press <ctrl><c> or go to "Edit", "Copy"
--
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=27236
Summary: Lego Pirates of the Carribean demo: psychadelic
rendering artifacts
Product: Wine
Version: 1.3.20
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
This happens with or without native dlls, it seems.
(Either winetricks alldlls=builtin or winetricks --force d3dx9 gives same
results. Similar results with wine-1.3.5 or wine-1.3.15, tested with native
d3dx9.)
It's quick to reproduce; the game shows a splash screen
or two, then jumps right into a rendered cinematic
which shows the problem nicely. The sky and some foreground
objects are show with very wrong colors.
See attached screenshots.
This is on a nvidia gtx 470 with 270.26 drivers. The log shows lots of
err:d3d_draw:drawStridedFast >>>>>>>>>>>>>>>>> GL_INVALID_FRAMEBUFFER_OPERATION
(0x506) from glDrawArrays @ drawprim.c / 48
fixme:d3d:context_check_fbo_status FBO status GL_FRAMEBUFFER_UNSUPPORTED
(0x8cdd)
fixme:d3d:context_check_fbo_status Location SFLAG_INTEXTURE (0x40).
fixme:d3d:context_check_fbo_status Color attachment 0: (0x211360)
WINED3DFMT_B8G8R8A8_UNORM 256x256
--
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=10886
Summary: RTS_CONTROL_TOGGLE doesn't work
Product: Wine
Version: 0.9.51.
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-ports
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bugzilla(a)tut.by
in WINE, setting DCB.fRtsControl to RTS_CONTROL_TOGGLE and doing SetCommState()
sets RTS line always high. (btw, this is the same as described to be bug in
win95, see http://support.microsoft.com/kb/140030 ). According to MSDN, RTS
should be set to high before data transmission, then data should be sent, and
then RTS should go back to low.
The workaround is to toggle RTS manually.
--
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=18887
Summary: document is solid black during drag-select in
PowerPoint 2007
Product: Wine
Version: 1.1.23
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: paint007(a)cs.duke.edu
In PowerPoint 2007, when doing a drag-select (clicking and dragging the mouse
cursor to select items on the page), the document goes solid black, making it
impossible to see which objects are currently in the selection rectangle.
When run using winedbg, this fixme appears during drag-select operations, seems
relevant:
fixme:xrender:X11DRV_AlphaBlend Ignoring SourceConstantAlpha 176 for
AC_SRC_ALPHA
Found this link to a possible patch, but have not yet installed all of the
libraries necessary to build and test:
http://www.winehq.org/pipermail/wine-patches/2008-June/056030.html
--
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=25729
Summary: Dead Space joypad always looks up
Product: Wine
Version: 1.3.11
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-dinput
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: H3g3m0n(a)gmail.com
When the game starts while a joypad is plugged in, the character will always
look up. Other that that the gamepad works fine.
Unplugging the gamepad after starting the game doesn't stop the looking up.
Someone else reported a similar problem in the first post here:
http://appdb.winehq.org/objectManager.php?sClass=version&iId=14457
--
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=23195
Summary: wine notepad: Bugged scrolling with long files
Product: Wine
Version: 1.2-rc1
Platform: x86
URL: http://winehq.org
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: adys.wh(a)gmail.com
Download attachment 28858 from bug 23193 and uncompress it. Open it in wine
notepad.
Scroll down the window by DRAGGING the scroll handle.
Around the end of file (~10 pixels on a 800px window), scrolling bugs out and
stops while the window shows the top of the file. Scrolling back towards the
top "fixes" it. It's like an additional dead area.
--
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=20284
Summary: Fingerprint software for encrypted USB stick (APDisk)
doesn't work, likely due to unsupported hard disk
ioctl
Product: Wine
Version: 1.1.29
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: muehlenhoff(a)univention.de
We're trying to make an encrypted USB stick with an integrated fingerprint
scanner work with Linux. The stick comprises of two sections, the actual
storage partition which is encrypted by firmware and a user-visible partition
containing a Windows application to unlock the secured section. The password
tool allows the checking of a fingerprint through an integrated scanner or
entering a password.
Tests were done with Wine 1.1.29 built on Debian Lenny:
When running the unlock tool, the following error messages are given:
root@scratch:/media/APdisk$ wine AutoVerify.exe
err:rpc:I_RpcGetBuffer no binding
root@scratch:/media/APdisk$ err:rpc:I_RpcGetBuffer no binding
fixme:netapi32:NetUserGetLocalGroups ((null), L"root", 0, 00000001, 0x33e7c0
-1, 0x33e7b4, 0x33e7b0) stub!
fixme:advapi:LookupAccountNameW L"" L"Everyone" (nil) 0x33e110 (nil) 0x33e114
0x33e108 - stub
fixme:advapi:LookupAccountNameW L"" L"Everyone" 0xa12674 0x33e110 0x15f1a0
0x33e114 0x33e108 - stub
fixme:mountmgr:harddisk_ioctl unsupported ioctl 4d014
fixme:mountmgr:harddisk_ioctl unsupported ioctl 4d014
I suppose the error stems from the unsupported ioctl? Judging from some Google
searces it normally seems to be used for low-level access, especially for copy
protection and tools doing bit-exact copies of CDROMs.
Are there plans to implement this functionality or do you need further debug or
logging information?
--
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=11991
Summary: Wine Windows OpenGL support regression
Product: Wine
Version: 0.9.57.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: imamdxl8805(a)yahoo.com
Dear Wine developers,
This is wine version 0.9.56 and 0.9.57
There are two games that support OpenGL rendering as well as Direct3D redering.
Here are the games:
1. Hitmen 2 Silent Assasin
2. Hitmen 3 Contracts
When I have updated my wine version to 0.9.57, then these games are not playing
anymore with OpenGL rendering. But when I start these games with Direct3D
rendering they are playing fine.
These games played properly with wine version 0.9.55 with OpenGL rendering as
well as Direct3D rendering.
Then I have decided to reinstall wine 0.9.55.
Sorry for the err message printed in the command line. Because I do not have
Internet connection in my home PC.
Best regards,
DXL
--
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=10643
Summary: WInUAE settings window reappears after being dismissed
Product: Wine
Version: 0.9.50.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: wine-user
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: markk(a)clara.co.uk
Hi,
WinUAE is an open source (GPL) emulator of Amiga computers. After running
WinUAE and starting the emulation, pressing F12 brings up the settings window.
When this is dismissed by pressing Reset, Quit, Restart, OK, or Cancel, the
window closes and reopens. It should not reopen. That repeats if you press one
of those buttons again. If you press Quit, then Cancel a few times after the
window closes and reopens, the program does eventually quit.
Steps to demonstrate the problem:
(Typical usage of WinUAE involves obtaining an Amiga ROM image file, however it
is possible to use some software without.)
- Download WinUAE 1.4.4 from http://www.winuae.net/. Direct URL for the
installer is http://www.winuae.net/files/InstallWinUAE1440.exe
- Run the installer.
- For an example disk image, you can download e.g.
ftp://ftp.coresystems.de/pub/uae/rsi1.adf.gz
- Start WinUAE. The settings/configuration window appears. Click the "Floppy
drives" entry in the left side of the window, then the "..." button for drive
DF0:. Select the rsi1.adf.gz file.
- Click Start to start emulation.
- Press F12 to bring up the settings window.
- Try to dismiss the window by pressing one of the buttons at the bottom.
--
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=24644
Summary: AstroburnLite fails to install
Product: Wine
Version: 1.3.4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukasz.wojnilowicz(a)gmail.com
Created an attachment (id=31146)
--> (http://bugs.winehq.org/attachment.cgi?id=31146)
Error message
Steps to reproduce:
1) remove ~/.wine
2) wine AstroburnLite130-0100.exe
Behaviour:
error (see attachment)
Expected behaviour:
Application should start installing
--
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=21428
Summary: Stronghold 2: some textures are not displayed, map
hangs for a while when scrolled;
Product: Wine
Version: 1.1.36
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alientor(a)poczta.onet.pl
Created an attachment (id=25805)
--> (http://bugs.winehq.org/attachment.cgi?id=25805)
terminal output, what You see should be multiplied...
Hi;
I've installed 'Stronghold 2 1.4' on 'Ubuntu 9.10' with 'Wine 1.1.36', the game
didn't work at first, but started after installing DirectX 9.0c. Almost
everything is fine, the game loads fine (except for the first time when it
hanged at players name confirmation...). Menu, options etc. looks and works
perfectly. Then I tried playing...
On the play-map I can see the grass, trees, water is always perfectly
displayed... and so on, but except for two buildings, stockpile and sawmill I
see squares in blue or red colour, I haven't seen any units also, maybe the
weren't any at this time, but most likely they're not displayed correct also.
It looks to me that this could be fixed, as game doesn't crash, it only looks
funny. What should I change to get it to work? I've seen this bug in other
posts, but it never seemed to be the problem that was fixed. Could anyone help?
--
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=16296
Summary: Activeworlds client 4.2 chat breaks after sending one
message
Product: Wine
Version: 1.1.9
Platform: Other
URL: http://activeworlds.com/products/download.asp
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Do "winetricks vcrun6" to get missing redistributables (mfc42 and msvcp60),
"winetricks wininet" if needed to work around bug 16292, and
"winetricks directx9" if needed to work around bug 16293.
Then send a chat message by typing in the chat window.
("Hello, is chat working?" is a good one to try :-)
If somebody is around and friendly, they will reply, and
you will see their reply above their head, but the chat
window goes blank after you put in your first message.
--
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=29032
Bug #: 29032
Summary: Need for speed undercover crashes when display
settings are modified.
Product: Wine
Version: unspecified
Platform: x86-64
OS/Version: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winex11.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: marco_oscillada(a)yahoo.com.ph
Classification: Unclassified
Created attachment 37388
--> http://bugs.winehq.org/attachment.cgi?id=37388
This is being displayed whenever program crashes.
When any of the graphic prefs are modified, e.g anti-aliasing set to 2x, nfs
undercover 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=22644
Summary: DX8000: Crashes during startup
Product: Wine
Version: 1.1.42
Platform: x86
URL: http://support.pelco.com/view.php?fDocumentId=20688
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: doofusroy(a)gmail.com
Created an attachment (id=27855)
--> (http://bugs.winehq.org/attachment.cgi?id=27855)
Command line output.
Tested with vanilla Ubuntu 10.04 install and it's Wine 1.1.42 via its package
manager, as well as using "winetricks mfc42.dll", I'm unable to get beyond the
startup of the program where the status says "init comm..." and I get the
blanket program error "...has encountered a serious problem and needs to
close."
My current test is on an AMD 64-bit install of Ubuntu, but I have tested it
from a 32-bit as well giving a similar error. I don't have that system running
at this time, but I can get it back up in a day if anyone needs to go that
route as well.
I've included the URL to the download, as well as attached the output I see
from wine via the command prompt.
--
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=11365
Summary: Total Annihilation:Kingdoms dies in fullscreen after
selecting a game or graphic options from menu
Product: Wine
Version: 0.9.54.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jamesp(a)ndsupernet.com
Created an attachment (id=10472)
--> (http://bugs.winehq.org/attachment.cgi?id=10472)
output of wine using WINEDEBUG=warn+all, last 2 lines of the out put are
probably the cause of the problem
Running the game in fullscreen with winver set to 2000, the game dies when
selecting graphics options from the main menu or launching any game.
Setting winver to XP does the same thing, but also the intro movie and main
menu don't look right in fullscreen, My gnome taskbar never gets covered up.
Yet the game runs perfectly when using an emulated window.
--
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=17729
Summary: Trivial Pursuit Digital Choice does not detect the USB
device game pod
Product: Wine
Version: 1.1.17
Platform: PC
URL: http://www.hasbro.com/trivialpursuit/tpchoice/default.cf
m?page=Entertainment/Download
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: frail.knight(a)gmail.com
The game pod is not detected when you hook it up by USB and run the
application. Trivial Pursuit Digital Choice displays an error stating:
"There was an error connecting to your handheld. Make sure it is plugged into
your PC and it is powered on."
Upon clicking ok it prompts you with another dialog box asking you to connect
the handheld and click ok to try again. No amount of retrying leads to a
solution. The program will continue to error and prompt you until you select
cancel and the program exits.
--
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=24456
Summary: Snes9x 1.52 doesn't change aspect ratios/window sizes.
Product: Wine
Version: 1.3.2
Platform: x86-64
OS/Version: Mac OS X 10.6
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: LordHDL(a)yahoo.com
Changing the default aspect ratio from 8:7 (native) to 4:3 doesn't do anything.
Video and window size remains the same.
--
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=15740
Summary: nullDC garbled screen with ATI cards (Radeon HD4870) and
fglrx drivers
Product: Wine
Version: 1.1.6
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: milest3g(a)gmail.com
Created an attachment (id=16834)
--> (http://bugs.winehq.org/attachment.cgi?id=16834)
Log
Using an ATI card and fglrx 8.10 (the one in Ubuntu 8.10) nullDC starts, and
the interface works, but starting the emulation (whether with a game or just
the Dreamcast bios) results in a garbled window, while this error is repeated
in the console :
fixme:d3d_shader:shader_glsl_load_constants >>>>>>>>>>>>>>>>>
GL_INVALID_OPERATION (0x502) from glUniform4fvARB @ glsl_shader.c / 445
In order to start the program, natives dll are needed:
d3dx9_35
msvcp80
msvcr80
msvcr80d
A screenshot has been submited at
http://appdb.winehq.org/appimage.php?iId=20821
Attached is the output redirected to a log file.
--
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=14668
Summary: Star Sonata: No key commands work in the game.
Product: Wine
Version: 1.1.2
Platform: PC-x86-64
URL: http://www.starsonata.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: zaehlas(a)ultralarp.com
Created an attachment (id=15121)
--> (http://bugs.winehq.org/attachment.cgi?id=15121)
Error list from Wine
Graphics and sound work perfectly. No keyboard commands work. You can use the
mouse to do all normal activities, and even type into the chat bar, however the
normally "hotkeyed" keys will not respond.
Errors given by Wine are in the attachment.
Program can be obtained at http://www.starsonata.com/download.html
It is a free download, and free account up to level 20.
--
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=12464
Summary: ShellExecute does not integrate well with external
handlers
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: shell32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rmh(a)aybabtu.com
ShellExecute does not integrate well with external handlers.
For example; my GNOME desktop has a PDF viewer, but when an application that is
run via wine calls ShellExecute on a PDF file, wine is only capable of opening
this file with PDF handlers that are installed within the wine environment.
I think the best way to handle this would be to replace the implementation with
an xdg-open(1) wrapper.
--
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=29261
Bug #: 29261
Summary: DDR=opengl causes constant screen flickering in
SimCity 3000 Demo in fullscreen mode
Product: Wine
Version: 1.3.34
Platform: x86-64
URL: http://www.shacknews.com/file/758/simcity-3000-playabl
e-demo-windows
OS/Version: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: opengl
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lapommegolden(a)gmail.com
CC: hverbeet(a)gmail.com
Classification: Unclassified
I've made a short video to demo the problem:
http://www.youtube.com/watch?v=S9BI-xaRGJE
URL for downloading SimCity 3000 Demo:
http://www.shacknews.com/file/758/simcity-3000-playable-demo-windows
URL for downloading AOE1 Trial:
http://www.microsoft.com/games/empires/downloads.htm
As far as i can tell, the flicker has been around since 1.1.5 at least. I have
no idea to whether it is a new old bug or a regression. This flicker bug does
affect quite some games on Mac OS X as far as I know.
DirectDrawRenderer=opengl
The flicker (& most of the time, supposedly also some random garbage from the
video memory) will always be present when the game runs under fullscreen mode.
NO flickering problem when the game runs in emulated virtual desktop mode.
Mac OS X 10.7.2 (64 bit)
Intel GMA 950 onboard display
Core 2 Duo 2.0 GHz
--
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=22021
Summary: Switching pages in ElsterFormular 2009/2010 needs much
time
Product: Wine
Version: unspecified
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: johannesobermayr(a)gmx.de
As summary says switching pages in ElsterFormular 2009/2010 needs much time.
ElsterFormular is a app for German tax payers which is the only free app for
annual income tax return and only supports "the evil OS" (political reasons?).
It seems to be based on Qt.
Test case with translation:
1. wine ~/.wine/drive_c/Programme/ElsterFormular/bin/elfostarter.exe (default)
2. Menu Datei -> Neu (File -> New)
3. Privatperson -> Einkommensteuererklärung (private individual -> income tax
return) on the left
4. Hauptvordruck -> Seite 1 is automatically loading (needs long time)
5. Hauptvordruck -> Seite 2 on the left (needs also long time for loading)
6. and so on - also when you load a previous
Hauptvordruck -> Seite 1 == main form -> page 1
You can download it for free here (only available in German):
https://download.elster.de/download/2009/ElsterFormular2009-Setup.exe
--
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=26192
Summary: WKO+ Crashes when graph window is closed
Product: Wine
Version: 1.2.2
Platform: x86
OS/Version: Mac OS X 10.6
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ian.walton(a)virgin.net
Created an attachment (id=33392)
--> (http://bugs.winehq.org/attachment.cgi?id=33392)
Crash Dump
OS: Mac OS X V10.6.6
Application: Training Peaks WKO+V3
Wine: V1.2.2 (Same issue in latest development release)
Winetricks: vcrun2008
Problem: When closing the detailed graph view via the close window button the
application will crash.
--
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=25352
Summary: Fable: The Lost Chapters videos play upside down
Product: Wine
Version: 1.3.8
Platform: x86
OS/Version: Linux
Status: NEW
Severity: minor
Priority: P2
Component: winegstreamer
AssignedTo: m.b.lankhorst(a)gmail.com
ReportedBy: austinenglish(a)gmail.com
Depends on: 25351
Created an attachment (id=32232)
--> (http://bugs.winehq.org/attachment.cgi?id=32232)
hack
In 1.3.8, the intro videos work without native quartz/devenum/wmp9, if
gstreamer support is enabled and the right codecs are installed, but the video
plays upside down.
In current git (wine-1.3.8-66-gc82aa50), the videos don't play at all, but
that's bug 25351.
I'll attach Maarten's hack that gets video to display properly.
--
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=25105
Summary: Wine fails to load 3d model (with testcase)
Product: Wine
Version: 1.3.6
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: cleberdemattoscasali-wine(a)yahoo.com.br
Wine will fail to load a 3d model running this simple program made with
DarkBASIC Pro.
--
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=24652
Summary: Missing sizes for wine app icon
Product: Wine
Version: 1.3.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: michael.monreal+wine(a)gmail.com
Created an attachment (id=31162)
--> (http://bugs.winehq.org/attachment.cgi?id=31162)
Screenshot
Wine ships 16x16, 32x32 and 48x48 versions of its icon. These should be
installed in some place where panels, pagers, window managers can find them
(packager's duty?).
However, at the moment two common sizes are missing: 24x24 and some larger
version like 64x64, 128x128 or 256x256.
In GNOME3's window chooser, 64x64 icons are shown. Currently, wine only shows a
smaller icon here, which looks kind of out of place (see attached screenshot).
Note that GNOME does not ship 64x64 artwork itself but scales the bigger
256x256 version down to 64x64 in this place.
--
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=22819
Summary: Some applications like Heroes of Might and Magic 2
display loopback.
Product: Wine
Version: 1.1.44
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: zombie(a)terralab.com
Some applications like Heroes of Might and Magic 2 display loopback addresses
when attempting to initiate a network game. The network game will complain it
is running on 127.12.34.56. I have checked /etc/hosts and determined it is not
the cause of 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=20977
Summary: Bad hlp table rendering
Product: Wine
Version: 1.1.34
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: adys.wh(a)gmail.com
Created an attachment (id=25145)
--> (http://bugs.winehq.org/attachment.cgi?id=25145)
Help file
Terrible rendering on attached HLP file. Refer to screenshots.
--
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=18745
Summary: Wine should support MEM_LARGE_PAGES and related
interfaces for large pages & variable page sizes
Product: Wine
Version: 1.1.22
Platform: PC
OS/Version: All
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: trisk-winehq(a)forkgnu.org
The ability to allocate large pages can improve the performance of applications
with densely populated address spaces. The large page interfaces on Windows
were introduced in Windows Server 2003. However, due to limitations in the NT
VM, large pages are always pinned in memory (not pageable) and become scarce
due to excessive fragmentation. Wine has the advantage of running on platforms
with better support for large pages.
Because the memory is normally pinned, the process must have
SeLockMemoryPrivilege on Windows.
The new interfaces are:
MEM_LARGE_PAGES type for VirtualAlloc (NtAllocateVirtualMemory)
(http://msdn.microsoft.com/en-us/library/aa366720%28VS.85%29.aspx)
SEC_LARGE_PAGES flag for
http://msdn.microsoft.com/en-us/library/aa366543%28VS.85%29.aspx
GetLargePageMinimum
(http://msdn.microsoft.com/en-us/library/aa366568%28VS.85%29.aspx)
/***********************************************************************
* GetLargePageMinimum (KERNEL32.@)
*
* Get the minimum size of a large page.
*
* RETURNS
* Size: Success
* 0: Failure
*/
SIZE_T WINAPI GetLargePageMinimum(void)
The allocated regions must be aligned to the minimum size and MEM_COMMIT must
also be set, or NtAllocateVirtualMemory should return STATUS_INVALID_PARAMETER.
I'm opening this bug to keep notes for my own implementation, although anyone
should feel free to jump in.
--
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=26268
Summary: we need unimplemented function
ntdll.dll.ZwSetLdtEntries
Product: Wine
Version: 1.3.14
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jl2001(a)inbox.ru
possible to do this ?
wine: Call from 0x7bc3e820 to unimplemented function ntdll.dll.ZwSetLdtEntries,
aborting
wine: Unimplemented function ntdll.dll.ZwSetLdtEntries called at address
0x7bc3e820 (thread 0026), starting debugger...
Unhandled exception: unimplemented function ntdll.dll.ZwSetLdtEntries called in
32-bit code (0x7bc3e820).
Backtrace:
=>0 0x7bc3e820 __wine_spec_unimplemented_stub+0x50() in ntdll (0x0033f63c)
1 0x7bc21569 in ntdll (+0x11568) (0x0033f63c)
2 0x80000100 (0x0033f6a0)
3 0x00475618 in ruro (+0x75617) (0x0033f6dc)
4 0x00471c52 in ruro (+0x71c51) (0x0033fc5c)
5 0x004727dd in ruro (+0x727dc) (0x0033fc7c)
OR
ruro-programmers said:
"In the last ruro function ZwSetLdtEntries not invoked if it does not exist in
the system. If it exists in the system, it will be called. The only option that
is now possible to crash it if the emulator provides this feature, but it is
called an emulator is completed, due to the fact that it is not implemented. To
get around this, you can either put the emulator, do this for you, or you can
configure it so that it did not export functions are not implemented."
(from Russian language:
В последнем ruro функция ZwSetLdtEntries не вызывается, если она не существует
в системе. Если она существует в системе, она будет вызвана. Единственный
вариант, при котором сейчас возможен вылет, это если эмулятор предоставляет эту
функцию, но на ее вызове эмулятор завершается, из-за того, что она не
реализована. Чтоб это обойти, нужно либо поставить эмулятор, где эта функция
реализована, либо настроить его так, чтоб он не экспортировал не реализованные
функции.)
--
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=18036
Summary: Final Draft Help feature: text is missing
Product: Wine
Version: 1.1.18
Platform: All
URL: http://www.finaldraft.com/downloads/demo-final-draft.php
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jens(a)porup.com
Final Draft is the standard screenwriter's word processor.
The help feature opens but all of the topics are blank.
--
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=15824
Summary: Microsoft Chat's comic mode graphical glitches
Product: Wine
Version: CVS/GIT
Platform: All
OS/Version: other
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Elliotw2(a)gmail.com
Microsoft Chat has thick black lines instead of thin ones around borders of
comic mode. I don't know what causes this, but I tested with native and builtin
GDIplus and Directdraw and it shows up in both.
--
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=29961
Bug #: 29961
Summary: ADO.NET query on a Jet database fails.
Product: Wine
Version: 1.3.24
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: mscoree
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: birdfamily715(a)googlemail.com
Classification: Unclassified
Created attachment 38996
--> http://bugs.winehq.org/attachment.cgi?id=38996ADO.NET Jet database commands that worked
ADO.NET commands (CREATE TABLE, INSERT, UPDATE and DELETE) work
(inspection of the database afterwards shows that to be true), but a
SELECT query produces the error "Arguments are of the wrong type, are
out of acceptable range, or are in conflict with one another."
Needless to say, the same code ran successfully on Windows.
Winetricks was used to import JET40, MDAC28 and DOTNET20.
In order for a database connection to be made, however, it was
necessary to copy across five DLLS from Windows: comsvcs.dll,
CLBCatQ.DLL, colbact.DLL, COMRes.dll, and MTXCLU.DLL and register one:
$ wine regsvr32.exe comsvcs.dll
Attached are c-sharp code files for the database commands that worked
(adonet2.cs) and for the one that didn't (the SELECT query)
(adonet1.cs). For succesful compilation they require the addition of
references to (under COM) ' Microsoft ActiveX Data Objects 2.8' which
results in the production of a Dll: Interop.ADODB.dll and this must be
copied across into Wine along with the executables. An empty Jet
database test.mdb, is also attached. This can be populated by
adonet2.exe and then queried by adonet1.exe
adonet2 creates a database table, inserts four records, updates one,
deletes another and runs to completion.
Finally odbc4.c is a C program which provides a query in odbc which
can be used to inspect the table rows of the database.
--
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=26762
Summary: Cannot find a conversion function for format
WINED3DFMT_B8G8R8A8_UNORM to WINED3DFMT_DXT5
Product: Wine
Version: 1.3.17
Platform: x86
OS/Version: Mac OS X 10.6
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: paulthetall(a)gmail.com
Created an attachment (id=34085)
--> (http://bugs.winehq.org/attachment.cgi?id=34085)
Screenshot messed up screen
Display is messed up after loading. This way its impossible to handle the game.
This is the output.
wine: cannot find L"C:\\windows\\system32\\plugplay.exe"
fixme:ddraw:DirectDrawEnumerateExA flags 0x00000007 not handled
fixme:win:EnumDisplayDevicesW ((null),0,0x32ed2c,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x32f69c,0x00000000), stub!
fixme:d3d:swapchain_init Add OpenGL context recreation support to
context_validate_onscreen_formats
err:ddraw:PixelFormat_WineD3DtoDD Can't translate this Pixelformat 58
err:ddraw:PixelFormat_WineD3DtoDD Can't translate this Pixelformat 64
fixme:wave:wodDsCreate DirectSound not implemented
fixme:wave:wodDsCreate The (slower) DirectSound HEL mode will be used instead.
fixme:wave:AudioUnit_SetVolume independent left/right volume not implemented
(1.000000, 1.000000)
fixme:wave:wodDsCreate DirectSound not implemented
fixme:wave:wodDsCreate The (slower) DirectSound HEL mode will be used instead.
fixme:d3d_surface:surface_convert_format Cannot find a conversion function from
format WINED3DFMT_B8G8R8A8_UNORM to WINED3DFMT_DXT5
fixme:d3d_surface:surface_convert_format Cannot find a conversion function from
format WINED3DFMT_B8G8R8A8_UNORM to WINED3DFMT_DXT5
fixme:d3d_surface:surface_convert_format Cannot find a conversion function from
format WINED3DFMT_B8G8R8A8_UNORM to WINED3DFMT_DXT5
--
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=18095
Summary: VisualFEA's Toolbar is broken (does no line wrapping)
Product: Wine
Version: 1.1.19
Platform: PC-x86-64
URL: http://www.visualfea.com/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: cs071007(a)fhstp.ac.at
Created an attachment (id=20529)
--> (http://bugs.winehq.org/attachment.cgi?id=20529)
VisualFEA Win vs. Wine
The Item toolbar (right side of screen) in visualfea does not apply line
wrapping as it does in windows, making the app unusable for work. Rest of the
app seems to work quite nicely (applying boundaries and so on, solver,
visualization, ...)
Wine does not give any warnings in the console, though (is there some verbose
option?)
Ah, I'll just attach a screen of win & wine so you know what I'm talking about.
It's the same install in both cases. Jnstaller ran in wine, windows only has
access to wine's program dir through a network share ;)
--
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=18018
Summary: Gun Metal is unresponsive to joystick
Product: Wine
Version: 1.1.10
Platform: PC-x86-64
URL: http://www.gamershell.com/download_866.shtml
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-dinput
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: shacklein(a)gmail.com
I noticed this bug in 1.1.19 and tested it in my earliest pre-compiled package
too (1.1.10) and it was present there.
The problem is that Gun Metal does not seem to respond to my joystick at all
(Playstation Dualshock-style controller). However, the joystick works fine with
other applications in Wine, including GTA:San Andreas.
URL is to the Gun Metal demo version 1.14 which exhibits the problem. I've
tested with both evdev and js devices. I'm unsure what additional information
to supply, such as debug logs. :)
--
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=26365
Summary: Geneforge 1 - text gets cut away
Product: Wine
Version: 1.3.14
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xaron77(a)fastmail.fm
Text gets cut-away on the right side of dialogue screen (letters often get cut
in half) and character statistics screen. No errors are displayed.
--
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=24147
Summary: Worms Reloaded: Screen position issues at non-native
resolution
Product: Wine
Version: 1.3.1
Platform: x86
URL: http://steampowered.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: adys.wh(a)gmail.com
Created an attachment (id=30389)
--> (http://bugs.winehq.org/attachment.cgi?id=30389)
Screenshot of behaviour
See attached screenshot.
At resolutions other than native, the game screen "slides" towards the
bottomleft and hides part of the screen outside the display.
err:ole:RevokeDragDrop invalid hwnd (nil)
err:ole:RevokeDragDrop invalid hwnd 0x50130
err:xrandr:X11DRV_XRandR_SetCurrentMode Resolution change not successful --
perhaps display has changed?
err:ole:CoGetClassObject class {074b110f-7f58-4743-aea5-12f15b5074ed} not
registered
err:ole:CoGetClassObject no class object {074b110f-7f58-4743-aea5-12f15b5074ed}
could be created for context 0x1
err:ole:CoInitializeEx Attempt to change threading model of this apartment from
multi-threaded to apartment threaded
fixme:dsalsa:IDsDriverBufferImpl_SetVolumePan (0x2953530,0x2953490): stub
--
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=27798
Summary: GTA3 & GTAVC rendering is messed up
Product: Wine
Version: 1.3.23
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: b7.10110111(a)gmail.com
See http://i.imgur.com/EigrV.png
Works correctly in 1.3.22, appears in 1.3.23, remains in 1.3.24.
Reproducible on my intel (EEE PC 901) video:
Intel Corporation Mobile 945GME Express Integrated Graphics Controller (rev 03)
, but NOT on nvidia gtx460.
Will try to do regression testing, but... well, intel Atom...
--
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=26160
Summary: Broken control path in mcicda
Product: Wine
Version: 1.3.13
Platform: x86
OS/Version: Mac OS X 10.5
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winmm&mci
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hoehle(a)users.sourceforge.net
I'm thankful to C. Robinson for making mcicda work on my Linux machines since
wine-1.1.5. Since then the code supports 2 modes of operation, either via
- IOCTL_CDROM_*_AUDIO (PLAY/STOP/PAUSE/RESUME/SEEK)
- or via a separate thread using DirectSound with
IOCTL_CDROM_RAW_READ. READ_TOC is needed in both modes.
However,
commit 8afa626faa3c5aa2d32d17dca77edaf9efb3a5da
uses as selector
if (wmcda->hThread != 0) {
which causes inconsistent results as the thread may be long dead. I believe
that is not the correct way to select whether to invoke either
thread/DS+RAW_READ commands or IOCTL_CDROM_*_AUDIO ones.
Consider this sequence of MCI commands:
cmd hThread comment
play -- start hThread
stop # !0 => SetEvent stopEvent, hThread becomes 0
stop # =0 => DeviceIoControl
resume # =0 => DeviceioControl
play
resume # !0 => DSB+Play, unlike previously
status mode !0 GetStatus yields PLAY, later STOP
it will never detect that a disk was long ejected!
stop
status mode =0 GetStatus performs IoControl instead
and hence reports current and correct state.
It's fine that the code supports 2 modes of operation, the bug is that the
current code confuses itself as to which branch should be taken and produces
results depending on the history of commands rather than the current state (and
HW capabilities), wrongly mixing both code paths, leading to incorrect results.
IMHO a binary decision via hThread is wrong, there are more states to consider:
- DSB + RAW_READ is useable / being used;
- IOCTL_CDROM_PLAY_AUDIO is useable / being used
- don't know yet.
This issue becomes more important now as MacOS support is getting close (see
bug #20323). This issue becomes more important now as MacOS support is getting
close (see bug #20323). It does not implement the IOCTL_CDROM_*_AUDIO and
spits out unneeded err: and fixme: to the console. I mentioned that I'd about
this issue in bug #20323 comment #4 last year.
--
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.