http://bugs.winehq.org/show_bug.cgi?id=28659
Bug #: 28659
Summary: rpcrt4/server test crashes on 32-bit FreeBSD9
Product: Wine
Version: 1.3.30
Platform: x86
OS/Version: FreeBSD
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: rpc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Classification: Unclassified
Created attachment 36831
--> http://bugs.winehq.org/attachment.cgi?id=36831
backtrace
The rpcrt4/rpc test fails as well, but that may be related to missing ntlm_auth
(which I haven't found how to satisfy on FreeBSD). The server test shows that
same error, but also crashes, so something nastier is going on.
Backtrace attached.
--
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=22904
Summary: Register URL protocol handlers under Linux
Product: Wine
Version: unspecified
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kempe.marcus(a)gmail.com
winemenubuilder is able to automatically register file type associations and
build menus under Linux, when triggered by an application under wine.
It would be great if the same thing were true for protocol handlers, so that
these would become registered in much the same way as when using gconftool in
gnome:
gconftool -s /desktop/gnome/url-handlers/spotify/command 'wine
c:\\spotify\\spotify.exe %s' --type String
gconftool-2 -s /desktop/gnome/url-handlers/spotify/enabled --type Boolean true
Would this be possible, hard, or maybe not a good idea?
--
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=16214
Summary: Copy command does not work as expected
Product: Wine
Version: 1.0.1
Platform: Other
OS/Version: other
Status: NEW
Severity: enhancement
Priority: P2
Component: dos
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: scott(a)open-vote.org
>From Launchpad: https://bugs.edge.launchpad.net/ubuntu/+source/wine/+bug/272921
In Windows, the COPY command run in a command prompt allows users to
concatenate files by using a plus ("+") operator, for example:
copy file1+file2 outfile
In wine's cmd.exe, it seems to read file1+file2 as a single path and therefore
outputs a "Path Not Found". Also, it does not recognize the "con" keyword used
to represent stdout/stdin. Therefore another method of concatenating files:
copy file1 outfile
copy file2 con >> outfile
does not work either.
My Ubuntu version is 8.04, AMD64 architecture, though I have seen the same
issue on the x86 version as well.
--
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=20474
Summary: Wine can't be built with GCC in C99 mode
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: build-env
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: yann(a)droneaud.fr
For multiple reason, wine can't be built by GCC in C99 mode ( --std=c99 ).
In particular, wine rely on GCC behavor regarding to extern inline.
It produces errors regarding asm construct conflicting with extern
inline symbols.
It produces errors with multiple defination of inline function in object files.
According to this, it seems that wine is not compatible with C99, but rely a
lot on GCC specific behavor.
See also bug #20306
--
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=16552
Summary: CreateIoCompletionPort fails in Chromium unit tests
Product: Wine
Version: 1.1.10
Platform: Other
URL: http://chromium.org
OS/Version: other
Status: NEW
Keywords: download, source
Severity: normal
Priority: P2
Component: wineserver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
http://src.chromium.org/viewvc/chrome/trunk/src/base/message_pump_win.cc
contains the code
port_.Set(CreateIoCompletionPort(INVALID_HANDLE_VALUE, NULL, NULL, 1));
DCHECK(port_.IsValid());
...
HANDLE port = CreateIoCompletionPort(file_handle, port_, key, 1);
DCHECK(port == port_.Get());
The DCHECK fires when running one of the Chromium unit tests:
wine Debug/ui_tests.exe
...
001b:Call KERNEL32.CreateFileW(00ed7208
L"\\\\.\\pipe\\chrome.ChromeTestingInterface:8.1",c0000000,00000000,00000000,00000003,40110000,00000000)
ret=010e0220
001b:Ret KERNEL32.CreateFileW() retval=000000c0 ret=010e0220
...
0021:Call KERNEL32.CreateIoCompletionPort(ffffffff,00000000,00000000,00000001)
ret=01a304b3
0021:Ret KERNEL32.CreateIoCompletionPort() retval=000000c8 ret=01a304b3
0021:Call KERNEL32.CreateIoCompletionPort(000000c0,000000c8,00ed5aa0,00000001)
ret=01a30760
trace:ntdll:NtSetInformationFile
(0xc0,0x7cdee318,0x7cdee320,0x00000008,0x0000001e)
0021:Ret KERNEL32.CreateIoCompletionPort() retval=00000000 ret=01a30760
0021:Call KERNEL32.OutputDebugStringA(00ed95a8
"[26:33:1249:FATAL:message_pump_win.cc(428)] Check failed: port == port_.Get().
\r\n") ret=019a7af3
I think it's failing in wineserver for some reason during NtSetInformationFile
in set_completion_info.
--
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=19534
Summary: Office 2007 menu button loses focus
Product: Wine
Version: 1.1.11
Platform: PC
OS/Version: Linux
Status: NEW
Severity: trivial
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
Created an attachment (id=22740)
--> (http://bugs.winehq.org/attachment.cgi?id=22740)
wine-1.1.26-231-gfe9d360 console output
I can't take a screenshot because it also loses focus, so I hope this makes
sense.
The Office 2007 apps have had their sensible menus replaced with a button in
the top left of the window.
The problem occurs when hovering over one option (say Send) so that it's
sub-menu opens, then moving the cursor over to another menu option (say Print).
The menu closes. This doesn't happen under Windows.
Tested Excel and Word. Can't really test the other apps as they have their own
problems preventing them from starting.
Nothing new is printed in the console when this happens, but log attached.
Went back to Wine 1.1.11 to check for a recent regression but problem occurs
there too. 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=32206
Bug #: 32206
Summary: Primer Premier 6.12 doesn't draw its UI
Product: Wine
Version: 1.5.17
Platform: x86
URL: http://www.premierbiosoft.com/DATAFILES/PP612Installer
Win32.exe
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fracting(a)gmail.com
Classification: Unclassified
Created attachment 42481
--> http://bugs.winehq.org/attachment.cgi?id=42481
Screenshot: primer premier 6.12 doesn't draw its UI
1. install Primer Premier
$ wine PP612InstallerWin32.exe
2. start
$ cd ~/.wine/drive_c/Program\ Files/Primer\ Premier\ 6.12
$ wine Primer\ Premier\ 6.exe
Expect result:
The UI should be draw completed as Screenshot:
primer-premier-6-with-workaround.png
Actual result:
The UI doesn't draw at first, if you move the mouse onto Primer Premier, then
some parts of the UI draws but still not complete.
See screenshot primer-premier-doesnt-draw.png
Workaround:
Setting a virtual desktop, start Primer Premier, carefully move the mouse onto
the title bar of Primer Premier.
fixme:win:EnumDisplayDevicesW ((null),0,0x30e850,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),1,0x30e850,0x00000000), stub!
fixme:ddraw:DirectDrawEnumerateExA flags 0x00000001 not handled
fixme:win:EnumDisplayDevicesW ((null),0,0x31f444,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x31f6b4,0x00000000), stub!
fixme:font:freetype_SelectFont Untranslated charset 255
fixme:imm:ImmGetOpenStatus (0x4452438): semi-stub
fixme:imm:ImeHandleNotify WM_IME_NOTIFY:IMN_SETCOMPOSITIONWINDOW
fixme:imm:ImeHandleNotify WM_IME_NOTIFY:IMN_SETCOMPOSITIONWINDOW
err:ole:CoReleaseMarshalData IMarshal::ReleaseMarshalData failed with error
0x8001011d
--
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=23008
Summary: winhelp: Popups disappear immediately and are the
wrong size
Product: Wine
Version: 1.2-rc2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: markk(a)clara.co.uk
Created an attachment (id=28516)
--> (http://bugs.winehq.org/attachment.cgi?id=28516)
ONLCFG.HLP compressed with bzip2
Links in help files which open pop-ups are broken in Wine winhlp32. (These
links typically appear in green with a dotted underline.)
What should happen: the popup appears when the link is clicked, and remains
present when the user releases the mouse button.
What actually happens: the popup appears, but vanishes when the user releases
the mouse button. The popup is the wrong size, and has scrollbars on the right
and bottom edges. (It's impossible to use the scrollbars since the popup
disappears when the button is released.) Some popups have text missing.
Example:
Open the attached ONLCFG.HLP file in Wine winhlp32. Click "How do I?". Click
"Letting your Intuit software ...". Click each of the underlined links: dial
type, dialing prefix and disable call waiting. Notice there is no text other
than the heading in the dialing prefix and disable call waiting popups. Click
Tell me more. The popup which appears contains links to other pages in the help
file, but it's impossible to select them due to the popup vanishing on mouse
release.
Compare with using winhlp32.exe from Windows under Wine to view that 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.
https://bugs.winehq.org/show_bug.cgi?id=41345
Bug ID: 41345
Summary: One Way Heroics: music does not play while in the game
Product: Wine
Version: 1.9.18
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: fjfrackiewicz(a)gmail.com
Distribution: ---
Created attachment 55694
--> https://bugs.winehq.org/attachment.cgi?id=55694
Terminal output Wine 1.9.18 launching and playing the game
One Way Heroics does not play any music while actually playing the game. The
game's music is played while in the main menu or any other screen except for
the actual game.
Terminal output attached.
--
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.
https://bugs.winehq.org/show_bug.cgi?id=45670
Bug ID: 45670
Summary: WeChat requires explicitly setting locale for Chinese
to be displayed.
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: lockywolf(a)gmail.com
Distribution: ---
So I'm trying to run WeChat on Wine.
If all required configuration steps are performed (such as installing the
native riched), I can run it almost flawlessly with the following command-line:
LC_ALL=zh_CN.utf8 wine WeChat.exe
If the locale is not set, then WeChat displays Chinese characters as tofu.
On Windows, however, there is not need to run WeChat through AppLocale, or,
basically, set the locale in any way, WeChat still runs fine, displaying all
Chinese needed.
There should be some way to avoid explicitly setting locale when running
WeChat.
--
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.
https://bugs.winehq.org/show_bug.cgi?id=46374
Bug ID: 46374
Summary: GUI Crash when starting Positive Grid BIAS FX -
CefSubprocess.exe
Product: Wine
Version: 4.0-rc3
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: other(a)jan-feld.de
Distribution: ---
Created attachment 63116
--> https://bugs.winehq.org/attachment.cgi?id=63116
Crash-Log from Positive Grid BIAS FX GUI-Crash.
When starting Positive Grids BIAS FX wine/the GUI crashes in
"CefSubprocess.exe".
I can get sounds out of it even after the crash. When i start it with Carlas
Bridge-Mode i can even modify some of its parameters but i still can't get no
GUI to modify it like it should be. It seems to have some problems with some
GUI components when using libcef.
System:
Arch Linux 4.19.12
Wine 4.0-rc3
Crash-Log attached below.
--
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.
https://bugs.winehq.org/show_bug.cgi?id=42334
Bug ID: 42334
Summary: Worms World Party from Steam shows black square for a
few seconds and does not start
Product: Wine
Version: 2.0
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: amarel(a)amarel.info
Distribution: ---
Created attachment 57096
--> https://bugs.winehq.org/attachment.cgi?id=57096
winedbg log
Worms World Party from Steam shows black square for a few seconds and does not
start. Tested on wine 1.6 and wine staging 2.0. Debug log included.
--
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=26893
Summary: SimTower draws some objects misaligned
Product: Wine
Version: 1.3.18
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdiplus
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jeffrey.pfau(a)gmail.com
For several versions of Wine (going back to well before 1.2), many of the
objects you can construct (notably offices and apartments) will draw offset,
such that the edge of the room will be >10px from the left of the edge. The
amount it is offset is constant per object type. Given that one side of the
room is also offset vertically by 1px, it would appear to be the case that
drawing these rooms uses the wrong offset to the pixel data.
I have observed this bug in 32- and 64-bit versions of Wine on Linux, and
64-bit version of Wine on Mac. The bug is present in SimTower v1.0 and v1.1b. I
have not tested any other versions.
--
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.
https://bugs.winehq.org/show_bug.cgi?id=43878
Bug ID: 43878
Summary: KERNEL32.dll.GetQueuedCompletionStatusEx not
implemented
Product: Wine
Version: 2.18
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: _vi(a)list.ru
Distribution: ---
Created attachment 59488
--> https://bugs.winehq.org/attachment.cgi?id=59488
full error message
Unhandled exception: unimplemented function
KERNEL32.dll.GetQueuedCompletionStatusEx called in 32-bit code (0x7bc79259).
This prevents testing Linux->Windows-cross-compiled programs in Rust that use
Mio/Tokio.
The program works a bit, but when it's waiting time, there is the crash.
--
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=35727
Bug ID: 35727
Summary: Tom Clancy's Rainbow Six: Lockdown Demo wrong players
and weapon rendering
Product: Wine
Version: 1.7.13
Hardware: x86
URL: http://www.gamefront.com/files/4632177
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
Created attachment 47714
--> http://bugs.winehq.org/attachment.cgi?id=47714
without Display First Person Weapon
Just one guy from a team is visible, others are not. But he is looks like a
ghost. (bug 27145 ?) In addition, some textures are imposed.
--
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=32896
Bug #: 32896
Summary: Serious Sam: The Random Encounter has no sound
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-dmusic
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gediminas(a)varciai.lt
Classification: Unclassified
Created attachment 43445
--> http://bugs.winehq.org/attachment.cgi?id=43445
Terminal output with comments
Serious Sam: The Random Encounter has no sound both on PulseAudio and plain
ALSA.
The terminal output is spammed with DirectMusic fixme messages. I suspect this
is also the reason the game runs extremely slow.
Attaching the terminal output with comments.
--
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.
https://bugs.winehq.org/show_bug.cgi?id=45072
Bug ID: 45072
Summary: Wine 3.6 causes 100% CPU use in MikuMikuDance
Product: Wine
Version: 3.6
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: myjunkmail311006(a)gmail.com
Distribution: ---
In wine-3.6 (Ubuntu 3.6-1), running MikuMikuDance, an animation program, causes
MikuMikuDance to stay at 100% CPU use (one CPU core).
In wine-3.0 (Ubuntu 3.0-1ubuntu1), it's at 21% CPU use under the same
conditions, which is with nothing loaded and not rendering any frames using the
'save power' mode under View menu. with 'save power' mode turned off, it's at
31% CPU while rendering the coordinate axes at 58 fps.
In Wine 2.18, it used the same or less CPU as in 3.0.
I know the guidelines say to run a regression test but I don't think I could
compile wine successfully; I'm using the Ubuntu 18.04 stable and development
packages.
This happens with a default Wine install, which is enough to run 32-bit MMD
without the addon MikuMikuEffect. (Installing a specific version of Visual C++
2008 may be necessary to get 64-bit MMD to run at all.)
(With my CPUs set to lowest frequency, MMD goes to 50% CPU in 'top' with Wine
3.0. With Wine 3.6, MMD goes from 60~100% CPU at maximum frequency to 100~115%
CPU at 1/3 frequency.)
--
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=34751
Bug #: 34751
Summary: Aura: Fate of the Ages: sounds aren't played, but
music works fine
Product: Wine
Version: 1.7.4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: winebugs140(a)gmail.com
Classification: Unclassified
Created attachment 46334
--> http://bugs.winehq.org/attachment.cgi?id=46334
Aura Sound Log
+tid,+mmdevapi,+winmm,+driver,+midi,+dsound,+dsound3d,+dmusic,+mci,+oss,+alsa,+coreaudio
For example there's no sound of this moving thing in the center of the menu, or
you can't here fire in the fireplace if you enter the room through the first
door you see when the game begins.
The problem can be reproduced in the demo (check out the link).
Tested with:
Windows Vista (without Wine), GeForce 9600M GS--the program works fine here
Ubuntu 13.04, GeForce 9600M GS (NVIDIA driver 313)
Mac OS X 10.7.5, ATI HD 2600 Pro, Mac Driver/X11
--
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=23489
Summary: Buccaneer: quits silently when entering the Tavern
Product: Wine
Version: 1.2-rc6
Platform: x86
URL: http://www.bigdownload.com/games/buccaneer-the-pursuit
-of-infamy/pc/buccaneer-the-pursuit-of-infamy-demo/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
Created an attachment (id=29317)
--> (http://bugs.winehq.org/attachment.cgi?id=29317)
console log
The game Buccaneer: The Pursuit of Infamy will quit silently (without a crash
dialogue or anything) when you enter the Tavern after returning from a mission.
The Tavern is the place where players can save their actual progress in the
game.
Interestingly the game never crashes if you enter the Tavern BEFORE a mission
(I mean right after starting a new game).
You can check out the issue using the demo (122 Mb download size), link added
to URL.
How to reproduce the bug in the demo:
1. Install the demo and start it by T3D.exe. The game will notify you about the
latest update, you can install it, the game will restart after updating.
2. Start a new single-player game, select an available mission in 'Chart Room',
'Set Sail'.
3. You can complete the mission if you like it or simply turn your ship back,
and leave the mission area. You will be returned to your home port (Cutlass
Bay).
4. Back in the port click on 'The Tavern' >> the game will quit unexpectedly.
After some fiddling it turned out that installing native comctl32 components
via winetricks solves the problem.
A standard console log (attached) doesn't reveal too much information, I guess.
Any winedebug I should pass to narrow 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.
https://bugs.winehq.org/show_bug.cgi?id=45144
Bug ID: 45144
Summary: The GED Keeper 2 program does not start.
Product: Wine-staging
Version: 3.7
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: michal.michcik(a)interia.pl
CC: erich.e.hoover(a)wine-staging.com, michael(a)fds-team.de,
sebastian(a)fds-team.de
Distribution: ---
Created attachment 61329
--> https://bugs.winehq.org/attachment.cgi?id=61329
Log from PlayOnLinux Debuger
Link to the mentioned program.
https://sourceforge.net/projects/gedkeeper/?source=typ_redirect
--
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.
https://bugs.winehq.org/show_bug.cgi?id=45893
Bug ID: 45893
Summary: Midtown Madness: Extremely Slow with csmt on
Product: Wine
Version: 3.16
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: sa(a)whiz.se
Distribution: ---
The game Midtown Madness is unplayably slow with csmt turned on. This can be
reproduced with the demo version of the game.
This is an old title from 1999 that uses direct draw AFAICT.
The game needs Windows version set to XP or lower, and either be run with an
Xserver supporting 16bpp colors, or a hack to force Wine to use 16bpp.
https://www.fileplanet.com/19814/10000/fileinfo/Midtown-Madness-Demo
--
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.
https://bugs.winehq.org/show_bug.cgi?id=43372
Bug ID: 43372
Summary: valgrind shows a definite leak in
dlls/d3dx9_36/tests/texture.c
Product: Wine
Version: 2.12
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase, valgrind
Severity: normal
Priority: P2
Component: directx-d3dx9
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Distribution: ---
../../../tools/runtest -q -P wine -T ../../.. -M d3dx9_36.dll -p
d3dx9_36_test.exe.so texture && touch texture.ok
==9786== 8 bytes in 1 blocks are definitely lost in loss record 165 of 2,887
==9786== at 0x7BC51061: notify_alloc (heap.c:254)
==9786== by 0x7BC5554F: RtlAllocateHeap (heap.c:1716)
==9786== by 0x4CBB72D: D3DXCreateTextureShader (shader.c:2405)
==9786== by 0x4AA083C: test_texture_shader (texture.c:2053)
==9786== by 0x4AA1B5A: func_texture (texture.c:2297)
==9786== by 0x4AA5A93: run_test (test.h:603)
==9786== by 0x4AA5EF2: main (test.h:687)
==9786==
==9786== 8 bytes in 1 blocks are definitely lost in loss record 166 of 2,887
==9786== at 0x7BC51061: notify_alloc (heap.c:254)
==9786== by 0x7BC5554F: RtlAllocateHeap (heap.c:1716)
==9786== by 0x4CBB72D: D3DXCreateTextureShader (shader.c:2405)
==9786== by 0x4AA08DA: test_texture_shader (texture.c:2056)
==9786== by 0x4AA1B5A: func_texture (texture.c:2297)
==9786== by 0x4AA5A93: run_test (test.h:603)
==9786== by 0x4AA5EF2: main (test.h:687)
==9786==
==9786== 8 bytes in 1 blocks are definitely lost in loss record 167 of 2,887
==9786== at 0x7BC51061: notify_alloc (heap.c:254)
==9786== by 0x7BC5554F: RtlAllocateHeap (heap.c:1716)
==9786== by 0x4CBB72D: D3DXCreateTextureShader (shader.c:2405)
==9786== by 0x4AA0978: test_texture_shader (texture.c:2059)
==9786== by 0x4AA1B5A: func_texture (texture.c:2297)
==9786== by 0x4AA5A93: run_test (test.h:603)
==9786== by 0x4AA5EF2: main (test.h:687)
==9786==
--
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.
https://bugs.winehq.org/show_bug.cgi?id=45135
Bug ID: 45135
Summary: Black Rockman Shooter has no sound, implementation
missing in dmime
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: l12436(a)yahoo.com.tw
Distribution: ---
Created attachment 61322
--> https://bugs.winehq.org/attachment.cgi?id=61322
stdout of that game.
Game "Black Rockman Shooter" has not sound at the begin. Although override the
dmime could make sound, the game will become laggy.
Some other game also using same dll to make sound and has same situation.
--
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=32395
Bug #: 32395
Summary: Neverwinter Nights 2 : Broken sky
Product: Wine
Version: 1.5.19
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xvachon(a)gmail.com
Classification: Unclassified
Created attachment 42747
--> http://bugs.winehq.org/attachment.cgi?id=42747
Screenshot
In Neverwinter Nights 2, the sky fails to display properly. Look at the
attached screenshot for an example. It reminds me of
http://bugs.winehq.org/show_bug.cgi?id=23012 in the sense that the faulty
portion of the sky seems similar, but the sky is not black.
The console outputs this error appears in loop , is it related to this bug?
err:d3d_surface:surface_blt_fbo >>>>>>>>>>>>>>>>> GL_INVALID_OPERATION (0x502)
from glBlitFramebuffer() @ surface.c / 1265
Otherwise the console outputs nothing in particular. A specific channel could
be required to identify the culprit.
Wine 1.5.19
Neverwinter Nights 2 1.23
Nvidia 550 Ti
Arch Linux X64
--
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=31586
Bug #: 31586
Summary: Myst V stucked when about playing the first cutscene
in the game
Product: Wine
Version: 1.5.11
Platform: x86
URL: http://www.chip.de/downloads/Demo-Myst-V-End-Of-Ages_1
6462550.html
OS/Version: Linux
Status: NEW
Keywords: download
Severity: minor
Priority: P2
Component: directx-dmusic
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
Classification: Unclassified
Created attachment 41534
--> http://bugs.winehq.org/attachment.cgi?id=41534
terminal output
This probably never worked correctly in Wine: in AppDB there are mentions of
the issue with Wine 0.9.x.
Reproducible with the demo as well as with the GOG.com version of the game.
The problem: when you meet the first person very early in the game, his/her
initial monologue is not playing. The person is just standing there, the audio
file containing the speech is never played. This makes impossible to get
further in the game. The game is not freezing; background music, animations,
camera movement are still working, but you are unable to use the keyboard or
the mouse. The only way to exit the game at this point is to kill the game
executable.
This is the point where certain fixmes from dmime are printed in the terminal,
as can be seen at the end of the attached log.
Workaround: 'winetricks directmusic' (which also installs native dsound). The
corresponding audio file is playing correctly and you can proceed further in
the game.
Steps to reproduce the problem with the demo version:
1. install the demo, use virtual desktop mode to work around bug #25786. At the
end of the installation, audio files used by the game will be converted from
.ogg to .wav. It should be noted that the game installer hits bug #17403 at
this point: the converted .wav files have different sizes, compared to the same
files when the game is installed under Windows. Probably that's not what causes
the reported issue (native directmusic doesn't help in bug #17403).
2. start the demo with eoa.exe. Skip the intro videos and click <Ok> in the
notification dialogue about mouse movement.
3. there is a 'bubble' in front of you, left click on it to get closer. A man
appears in front of you, but he's just standing there, his monologue is not
playing thus you can't proceed further.
The audio file that should be played at this point in the demo version is
'drboEsher-DireboSrln_eng.wav', located under Myst V Demo/sfx/streamingCache.
Please let me know if you need a log with debug channels enabled.
--
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=25323
Summary: Civilization IV Beyond the Sword crashed when trying
to start a new game.
Product: Wine
Version: 1.3.8
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msxml3
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: f.pinamartins(a)gmail.com
Created an attachment (id=32176)
--> (http://bugs.winehq.org/attachment.cgi?id=32176)
Crash log with WINEDEBUG=+tid,+msxml,+variant
The crash mentioned in the summary occurs only if using builtin msxml3.
Reverting this dll to native will make the game start just fine.
I attached a logfile with WINEDEBUG=+tid,+msxml,+variant.
This should allow more progress on the builtin msxml3 lib.
--
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.
https://bugs.winehq.org/show_bug.cgi?id=43104
Bug ID: 43104
Summary: Robot Arena 2: crashes when opened
Product: Wine
Version: 2.9
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: lunix4all(a)gmail.com
Distribution: Ubuntu
Created attachment 58291
--> https://bugs.winehq.org/attachment.cgi?id=58291
Robot Arena 2 error message
Robot Arena 2 1.4 crashes when opened in Wine 2.9
--
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.
https://bugs.winehq.org/show_bug.cgi?id=46332
Bug ID: 46332
Summary: Adobe Digital Editions 4.5 crashes on downloading a
book
Product: Wine
Version: 4.0-rc2
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: raffamaiden(a)gmail.com
Distribution: ---
Created attachment 63074
--> https://bugs.winehq.org/attachment.cgi?id=63074
backtrace
Adobe Digital Editions 4.5, installed on a win32 prefix, crashes when trying to
download a book. I hereby attach the backtrace
--
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=25786
Summary: MYST V Demo: Installer GUI doesn't appear correctly
Product: Wine
Version: 1.3.11
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gaming4jc2(a)yahoo.com
Created an attachment (id=32861)
--> (http://bugs.winehq.org/attachment.cgi?id=32861)
Terminal output: wine "Myst V Demo.exe" + WINEDEBUG=+imm wine "Myst V Demo.exe"
Splitting from bug 11963 to isolate problems. This bug causes the window to not
render correctly and makes it impossible to click through the installation. It
can still be done perfectly from hotkeys - see also
http://bugs.winehq.org/show_bug.cgi?id=11963#c15
The offending Component is "imm".
(fixme:imm:ImeHandleNotify WM_IME_NOTIFY:IMN_SETCOMPOSITIONWINDOW)
Attached is the log showing the error + a debug of imm.
--
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=37079
Bug ID: 37079
Summary: Dogfight: Battle in the Skies crashes when opening
drop-down menus
Product: Wine
Version: 1.7.24
Hardware: x86
URL: http://dogfight.cheops.php-4.info/dogfight_r3682_insta
ll.exe
OS: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
Created attachment 49280
--> http://bugs.winehq.org/attachment.cgi?id=49280
terminal output
This is a small freeware game built on Allegro 4.xx gaming library.
In the main menu there are several graphical drop-down menus where you can
change screen resolution etc.
If you open one of them and move the custom mouse pointer among the menu items
Wine crashes. You can notice that menu items begin to flicker first then comes
the crash.
The same problem with Wine 1.0.1 .. 1.7.24
Fedora 20
Nvidia binary drivers 331.89/340.24
--
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.
https://bugs.winehq.org/show_bug.cgi?id=41123
Bug ID: 41123
Summary: 8-bit Armies requires "fx_5_0" compilation target
Product: Wine
Version: 1.9.16
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: fjfrackiewicz(a)gmail.com
Distribution: ---
When I was testing this bug: https://bugs.winehq.org/show_bug.cgi?id=40725 I
noticed that 8-bit Armies would show this line in the terminal before crashing:
fixme:d3dcompiler:compile_shader Compilation target "fx_5_0" not yet supported
Native d3dcompiler_43 via "winetricks d3dcompiler_43" works around the issue.
--
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=28635
Bug #: 28635
Summary: Pikachu Volleyball 3D fails to start a new game
Product: Wine
Version: 1.3.29
Platform: x86-64
URL: http://rev.knu.ac.kr/down/PV3DSetup.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3dx9
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
CC: wine-bugs(a)winehq.org
Classification: Unclassified
Created attachment 36802
--> http://bugs.winehq.org/attachment.cgi?id=36802
Full log
When attempting to start a new game in Pikachu Volleyball 3D, it fails with the
following error message:
D3DMesh.cpp File 205 Line (DX Function) failed with DX9 error 0x80004001
E_NOTIMPL
Description - The function called is not supported at this time
It works after using winetricks d3dx9_36. The last line printed in the terminal
is:
fixme:d3dx:ID3DXMeshImpl_OptimizeInplace D3DXMESHOPT_VERTEXCACHE not
implemented.
--
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=33814
Bug #: 33814
Summary: Performance regression in 1.6-rc2
Product: Wine
Version: 1.6-rc2
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tdsbug(a)gmail.com
Classification: Unclassified
Regression SHA1: ffc9f535eb7817ea4cd0d0657471e61a9813debd
There is huge framerate drop in Ground Control
ffc9f535eb7817ea4cd0d0657471e61a9813debd is the first bad commit
commit ffc9f535eb7817ea4cd0d0657471e61a9813debd
Author: Henri Verbeet <hverbeet(a)codeweavers.com>
Date: Fri Jun 14 09:07:12 2013 +0200
wined3d: Handle pre-transformed vertices in the GLSL vertex pipe.
This also avoids a fallback to drawStridedSlow().
:040000 040000 a2d808d529d1695a844485a194fc8db77b699b2d
2052d3dc5293fb46c01e5bb1bbca101b9072323d M dlls
Nvidia 210, 319.23 driver
Resolution changes, graphics options, nvidia-settings etc have no effect on
this framerate drop.
WINEDEBUG=+d3d log:
https://docs.google.com/file/d/0ByuikmI4uhzXLXVuaW5JU2tNeWs/edit?usp=sharing
--
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=28611
Bug #: 28611
Summary: Farmer Jane freezes at Loading screen
Product: Wine
Version: 1.3.29
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: josh+wine(a)iswifter.net
Classification: Unclassified
Farmer Jane animates a Loading progress bar and freezes after it's full.
The strace log (over 125 MiB, omitted) ends at this point; no further system
calls occur. The WINEDEBUG=+relay log (almost 439 MiB, omitted) shows thread
0029 blocking in SetWindowPos(). Over 9000 lines later, we get
err:ntdll:RtlpWaitForCriticalSection section 0x7b9a71c0 "console.c:
CONSOLE_CritSect" wait timed out in thread 002a, blocked by 0029, retrying (60
sec)
--
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.
https://bugs.winehq.org/show_bug.cgi?id=42836
Bug ID: 42836
Summary: CCCP-Settings program fails to configure LAV Splitter
settings, OK button does nothing and apply button
never becomes enabled
Product: Wine
Version: 2.5
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: danweiss(a)gmail.com
Distribution: ---
I'm running Wine 2.5 Staging on Debian Testing (x64 OS, but using 32-bit Wine).
This concerns the program CCCP-Settings.exe that comes with Combined Community
Codec Pack ( http://cccp-project.net/ ). It is a tool that can invoke the
property pages from LAV Filters ( https://github.com/Nevcairiel/LAVFilters ).
When you run CCCP-Settings, there are buttons that open the property pages for
LAV Video Settings, LAV Audio Settings, and LAV Splitter Settings.
When you run these under Windows, the title bar says "Properties", you can
click to change settings, and the OK and Apply buttons work.
Under Wine, the title bar says "Properties for", the OK button dismisses the
dialog without saving any settings just like cancel, and the Apply button never
becomes enabled when you change any settings.
There are also other programs that can invoke the property pages for LAV
Filters, such as GraphStudio Next (
https://github.com/cplussharp/graph-studio-next ). When you run GraphStudio
Next under Wine, the property page dialog boxes for LAV Filters work perfectly,
with functioning OK and Apply buttons.
So the issue is in how CCCP-Settings.exe works under Wine, not the LAV filters
property pages themselves.
--
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=34867
Bug #: 34867
Summary: Unhandled exception: divide by zero...
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: kazikkazimierczak(a)gmail.com
Classification: Unclassified
Created attachment 46475
--> http://bugs.winehq.org/attachment.cgi?id=46475
The messages from wine.
Helo,
When I start to run parity.exe wine crashes. My system is Ubuntu 13.10 and it
contians:
wine-gecko1.4:amd64 1.4.0-0ubuntu2 amd64 Microsoft
Windows compatibility layer (embedded web browser)
wine-gecko1.4:i386 1.4.0-0ubuntu2 i386 Microsoft
Windows compatibility layer (embedded web browser)
wine1.4 1.4.1-0ubuntu7 amd64 Microsoft
Windows Compatibility Layer (Binary Emulator and Library)
wine1.4-amd64 1.4.1-0ubuntu7 amd64 Microsoft
Windows Compatibility Layer (64-bit support)
wine1.4-i386 1.4.1-0ubuntu7 i386 Microsoft
Windows Compatibility Layer (32-bit support)
winetricks 0.0+20130702+svn1032-1 all package
manager for WINE to install software easily
Could you help me?
Rgds,
Kazik
--
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.
https://bugs.winehq.org/show_bug.cgi?id=46107
Bug ID: 46107
Summary: Altium Designer 18 page faults when launched
Product: Wine
Version: 3.19
Hardware: x86
URL: https://s3.amazonaws.com/altium-release-manager/Altium
_Designer_18/OfflineSetup_Altium_Designer_Public_18_1_
9.zip
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jhansonxi(a)gmail.com
Distribution: Ubuntu
Created attachment 62738
--> https://bugs.winehq.org/attachment.cgi?id=62738
Backtrace of Altium Designer 18.1.9 on wine-staging 3.19 on xubuntu 16.04
x86-64
Altium Designer 18 is a major rewrite of the EDA/PCB CAD suite and is 64-bit
with some legacy 32-bit components (previous versions were 32-bit only). It
appears to still be a mix of NET Framework and Delphi components.
It has both online and offline installers (URL link is to offline installer,
2.1GB). It requires a registration code to use the app but this is prompted
after launch. The offline installer works without problems but includes NET
Framework 2.6.1 which doesn't install properly (as per NET Framework Setup
Verification Tool) so winetricks is needed:
winetricks -q corefonts dotnet461
Upon execution the app (X2.EXE) page faults after the splash screen. Occurs
with both dev and staging.
Wine packages:
wine-devel | 3.19.0~xenial | https://dl.winehq.org/wine-builds/ubuntu
xenial/main amd64 Packages
wine-staging | 3.19.0~xenial | https://dl.winehq.org/wine-builds/ubuntu
xenial/main amd64 Packages
winetricks list:
Using winetricks 20180815-next - sha256sum:
cff80fa6dbd02b43972d13fc82e4af9bddd968623c0b18620679816968a07f80 with wine-3.19
(Staging) and WINEARCH=win64
andale
arial
comicsans
courier
georgia
impact
times
trebuchet
verdana
webdings
corefonts
w_workaround_wine_bug-34803
remove_mono
w_workaround_wine_bug-34803
remove_mono
w_workaround_wine_bug-34803
remove_mono
w_workaround_wine_bug-42701
w_workaround_wine_bug-34803
remove_mono
winxp
dotnet40
dotnet45
w_workaround_wine_bug-38959
dotnet46
dotnet461
Third-party components (identified by file name and hex dumps):
TeighaX
SQLite
DirectX 9
zlib
Professional Software Development FastMM
FFmpeg
LAME
7-Zip
LZ4
DevExpress
Chromium Embedded Framework
--
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.
https://bugs.winehq.org/show_bug.cgi?id=39876
Bug ID: 39876
Summary: Humanity Asset crashes on start with built-in d3dx
Product: Wine
Version: 1.9.0
Hardware: x86
URL: http://www.moddb.com/games/humanity-asset/downloads/hu
manity-asset-demo#
OS: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: directx-d3dx9
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
Distribution: ---
Created attachment 53243
--> https://bugs.winehq.org/attachment.cgi?id=53243
+d3dx log
The demo comes bundled with native d3dx9_38.dll, if you set it to 'built-in' in
winecfg, then the game crashes while loading to the main menu.
HumanityAssetDemo.2.rar
sha1: 619538846bc8c8a6d8d319378708582ef41be1c4
--
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=25988
Summary: Mr. Smoozles Goes Nutso: problems playing sound
Product: Wine
Version: 1.3.12
Platform: x86
URL: http://www.juniper-games.com/smoozles/Nutsosetup.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
Created an attachment (id=33126)
--> (http://bugs.winehq.org/attachment.cgi?id=33126)
terminal output (only built-in dlls)
The game is a nice, freeware adventure puzzle game.
Neither sound nor music is playing in the game with a clean Wine install.
After installing the directmusic components via winetricks and starting
Timidity as a separate process music is playing fine in the menu and in some of
the scenes.
However there are still problems playing sound effects during gameplay: it is
most noticeable in the first scene where a simple sound effect is intended to
play (sounds like a shooting sound).
The game becomes almost unplayable because of a strange lagging issue: the game
barely responds to keyboard events while the sound is playing.
Once you manage to make it past the first scene, gameplay seems to be back to
normal in the second scene. It seems that the lagging issue has something to do
with the looping sound effect during the first scene.
The first log is showing the output without native directmusic 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.
https://bugs.winehq.org/show_bug.cgi?id=44276
Bug ID: 44276
Summary: Poor resolution change handling with Shadow of
Memories demo
Product: Wine
Version: 2.21
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jhansonxi(a)gmail.com
Distribution: Ubuntu
Created attachment 60099
--> https://bugs.winehq.org/attachment.cgi?id=60099
Log from successful demo gameplay start
When game starts (fresh boot) it shows only the upper-left quadrant of the logo
screens. It then changes resolution and shows the intro video the size of a
postage stamp (often loses focus and an alt-tab is needed to see it). It then
shows only the upper-left quadrant of the main menu. It's possible to pan
around and see all of it but the button graphics don't align with the buttons
so they're hard to target with the pointer.
At the main menu, if the game is started it often freezes at the "Prologue"
screen.
Alt-tabbing during these various stages can trigger some odd effects (at least
with the Nvidia proprietary driver). The game will crash, the screen gets left
at a low resolution, etc. Eventually the behavior changes - the game launches
the opening screens correctly sized but with the Xfce desktop panel still
visible. The game will then be startable (won't freeze at the "Prologue"
screen). It still seems to freeze further along, normally after the tea house
scene when control is returned to the player. The behavior is persistent until
the system is rebooted.
The CD version of the game acts the same except it never seems to get past
"Prologue".
Some of this may be related to bug #44275.
Install notes (demo download link on same page):
https://appdb.winehq.org/objectManager.php?sClass=version&iId=31628#notes
System tested:
Xubuntu 17.04 x86, Intel Pentium D 3.46GHz, GeForce 8600 GT with Nvidia
340.102 driver.
wine-staging 2.21.0~zesty from dl.winehq.org
--
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.
https://bugs.winehq.org/show_bug.cgi?id=43017
Bug ID: 43017
Summary: Unreal Tournament 2004/UT2004.exe crashes due to
"intel_do_flush_locked failed: Cannot allocate memory"
Product: Wine
Version: 2.7
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: krichter(a)posteo.de
Distribution: ---
Unreal Tournament 2004/UT2004.exe crashes due to `intel_do_flush_locked failed:
Cannot allocate memory` the debug output of PlayOnLinux reads
```
[05/12/17 23:55:35] - Running wine-2.7 UT2004.exe (Working directory :
/home/richter/.PlayOnLinux/wineprefix/UnrealT2004/drive_c/Program Files/Unreal
Tournament 2004/System)
err:module:load_builtin_dll failed to load .so lib for builtin L"winebus.sys":
libudev.so.0: cannot open shared object file: No such file or directory
err:winedevice:async_create_driver failed to create driver L"WineBus": c0000142
fixme:process:GetProcessWorkingSetSize (0xffffffff,0x32e540,0x32e53c): stub
fixme:system:SystemParametersInfoW Unimplemented action: 59 (SPI_SETSTICKYKEYS)
err:ole:CoGetClassObject class {96749377-3391-11d2-9ee3-00c04f797396} not
registered
err:ole:CoGetClassObject class {96749377-3391-11d2-9ee3-00c04f797396} not
registered
err:ole:create_server class {96749377-3391-11d2-9ee3-00c04f797396} not
registered
err:ole:CoGetClassObject no class object {96749377-3391-11d2-9ee3-00c04f797396}
could be created for context 0x7
fixme:win:EnumDisplayDevicesW ((null),0,0x32bc98,0x00000000), stub!
fixme:d3d:wined3d_swapchain_set_gamma_ramp Ignoring flags 0x1.
err:xvidmode:ComputeGammaFromRamp low-biased gamma ramp (3604), rejected
fixme:d3d:wined3d_swapchain_set_gamma_ramp Ignoring flags 0x1.
err:xvidmode:ComputeGammaFromRamp low-biased gamma ramp (3604), rejected
fixme:imm:ImmReleaseContext (0x1007c, 0x2165e0): stub
fixme:hnetcfg:fw_profile_get_FirewallEnabled 0x6404c88, 0x32ccc4
err:d3d:wined3d_debug_callback 0x6369a18: "GL_INVALID_ENUM in
glClampColorARB(clamp)".
err:d3d:wined3d_debug_callback 0x6369a18: "GL_INVALID_OPERATION in
glUniform(location=-1042267284)".
err:d3d:wined3d_debug_callback 0x6369a18: "GL_INVALID_OPERATION in
glUniform(location=1082643741)".
err:d3d:wined3d_debug_callback 0x6369a18: "GL_INVALID_OPERATION in
glUniform(location=1129305379)".
err:d3d:wined3d_debug_callback 0x6369a18: "GL_INVALID_OPERATION in
glUniform(location=-1017464658)".
err:d3d:wined3d_debug_callback 0x6369a18: "GL_INVALID_OPERATION in
glUniform(location=1106373278)".
err:d3d:wined3d_debug_callback 0x6369a18: "GL_INVALID_OPERATION in
glUniform(location=1061644189)".
err:d3d:wined3d_debug_callback 0x6369a18: "GL_INVALID_OPERATION in
glUniform(location=1103102115)".
err:d3d:wined3d_debug_callback 0x6369a18: "GL_INVALID_OPERATION in
glUniform(location=1102202262)".
err:d3d:wined3d_debug_callback 0x6369a18: "GL_INVALID_OPERATION in
glUniform(location=1127878391)".
err:d3d:wined3d_debug_callback 0x6369a18: "GL_INVALID_OPERATION in
glUniform(location=1133393126)".
err:d3d:wined3d_debug_callback 0x6369a18: "GL_INVALID_OPERATION in
glUniform(location=1064431753)".
err:d3d:wined3d_debug_callback 0x6369a18: "GL_INVALID_OPERATION in
glUniform(location=1056334452)".
err:d3d:wined3d_debug_callback 0x6369a18: "GL_INVALID_OPERATION in
glUniform(location=1103590910)".
err:d3d:wined3d_debug_callback 0x6369a18: "GL_INVALID_OPERATION in
glUniform(location=1128011843)".
err:d3d:wined3d_debug_callback 0x6369a18: "GL_INVALID_OPERATION in
glUniform(location=-1012511863)".
err:d3d:wined3d_debug_callback 0x6369a18: "GL_INVALID_OPERATION in
glUniform(location=1129177136)".
err:d3d:wined3d_debug_callback 0x6369a18: "GL_INVALID_OPERATION in
glUniform(location=1064579615)".
err:d3d:wined3d_debug_callback 0x6369a18: "GL_INVALID_OPERATION in
glUniform(location=1107545964)".
err:d3d:wined3d_debug_callback 0x6369a18: "GL_INVALID_OPERATION in
glUniform(location=1127492263)".
err:d3d:wined3d_debug_callback 0x6369a18: "GL_INVALID_OPERATION in
glUniform(location=1131588260)".
err:d3d:wined3d_debug_callback 0x6369a18: "GL_INVALID_OPERATION in
glUniform(location=-1009667614)".
err:d3d:wined3d_debug_callback 0x6369a18: "GL_INVALID_OPERATION in
glUniform(location=1064940315)".
err:d3d:wined3d_debug_callback 0x6369a18: "GL_INVALID_OPERATION in
glUniform(location=1102388947)".
err:d3d:wined3d_debug_callback 0x6369a18: "GL_INVALID_OPERATION in
glUniform(location=1107645235)".
err:d3d:wined3d_debug_callback 0x6369a18: "GL_INVALID_OPERATION in
glUniform(location=1127352012)".
err:d3d:wined3d_debug_callback 0x6369a18: "GL_INVALID_OPERATION in
glUniform(location=1106599611)".
err:d3d:wined3d_debug_callback 0x6369a18: "GL_INVALID_OPERATION in
glUniform(location=1065065837)".
err:d3d:wined3d_debug_callback 0x6369a18: "GL_INVALID_OPERATION in
glUniform(location=1056114040)".
err:d3d:wined3d_debug_callback 0x6369a18: "GL_INVALID_OPERATION in
glUniform(location=1104285584)".
err:d3d:wined3d_debug_callback 0x6369a18: "GL_INVALID_OPERATION in
glUniform(location=1127422744)".
err:d3d:wined3d_debug_callback 0x6369a18: "GL_INVALID_OPERATION in
glUniform(location=-1029644321)".
err:d3d:wined3d_debug_callback 0x6369a18: "GL_INVALID_OPERATION in
glUniform(location=1126051816)".
err:d3d:wined3d_debug_callback 0x6369a18: "GL_INVALID_OPERATION in
glUniform(location=1065075311)".
err:d3d:wined3d_debug_callback 0x6369a18: "GL_INVALID_ENUM in
glClampColorARB(clamp)".
intel_do_flush_locked failed: Cannot allocate memory
```
--
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.
https://bugs.winehq.org/show_bug.cgi?id=43185
Bug ID: 43185
Summary: "Battle Bugs" game in unresponsive once game starts
Product: Wine
Version: 2.9
Hardware: x86-64
OS: Linux
Status: NEW
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: matt(a)nightrealms.com
Distribution: ---
Created attachment 58457
--> https://bugs.winehq.org/attachment.cgi?id=58457
Wine output from before starting the game
When playing the free game "Battle Bugs"
(https://ldjam.com/events/ludum-dare/38/battle-bugs) on 64 bit Linux, the game
start screen loads just fine, and pressing an indicated key starts the game
just fine, but once the game starts nothing is moving and the game doesn't
respond to any keys. Got the same results with both versions of the
executable, and both WINEARCH unspecified or set to win32
--
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.
https://bugs.winehq.org/show_bug.cgi?id=41645
Bug ID: 41645
Summary: recursive invokation of __clone+0x6d() in libc.so.6
(0x00000000) in start_thread+0xe4() in libpthread.so.0
(0x0608f428)
Product: Wine
Version: 1.9.22
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: krichter(a)posteo.de
Distribution: ---
Created attachment 56020
--> https://bugs.winehq.org/attachment.cgi?id=56020
Backtrace created by wine crash handler
There seems to be a recursive invokation inside `__clone+0x6d()` in
`start_thread+0xe4() in libpthread.so.0 (0x0608f428)`, see attached backtrace.
--
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.
https://bugs.winehq.org/show_bug.cgi?id=44275
Bug ID: 44275
Summary: Shadow of Memories demo hangs at graphic setting
screen
Product: Wine
Version: 3.0-rc4
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jhansonxi(a)gmail.com
Distribution: ---
Created attachment 60097
--> https://bugs.winehq.org/attachment.cgi?id=60097
Default Wine log from launch to graphic setting screen hang
Clicking on the Graphic Setting button on the main menu brings up the screen.
Game stops responding shortly thereafter. If you're quick enough you can move
the mouse cursor a bit and change button focus on the screen before it hangs.
a.k.a. Shadow of Destiny
Install notes (demo download link on same page):
https://appdb.winehq.org/objectManager.php?sClass=version&iId=31628#notes
--
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=32574
Bug #: 32574
Summary: Patrician 4 fails to start (Error in
'App::Initialize')
Product: Wine
Version: 1.5.20
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
Classification: Unclassified
Created attachment 42991
--> http://bugs.winehq.org/attachment.cgi?id=42991
plain terminal output
Both the Steam and Gamersgate versions of the game have this bug. Only the base
game is affected, the expansion (Patrician 4: Rise of a Dynasty) which requires
the base game to be installed, doesn't have the problem.
After starting the game with Patrician4.exe, an error message is shown:
"D:\GMProjects\Patrician3\App\App.cpp(732): Error in 'App::Initialize'
.
.
Installation corrupt: 2:0xffffffff"
This error message comes up in this forum thread @Kalypso:
http://forum.kalypsomedia.com/showthread.php?tid=11896&pid=113448#pid113448
The answer was that the user had to update root certificates in Windows XP.
A +loaddll log reveals that crypt32.dll and wintrust.dll are indeed loaded when
I start the game.
Appdata.dll in the installed game directory contains a certification (the file
properties dialog under Windows shows it).
I wonder if a +crypt or +wintrust debug log would be of any help.
The game should start with a launcher asking you for registering the game
@Kalypso. I tried with native crypt32 and received a crash along with a
backtrace somewhere in Wine's wintrust component.
--
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=31983
Bug #: 31983
Summary: the delphi program cause the kwin error
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: l12436(a)yahoo.com.tw
Classification: Unclassified
there a small bug for the delphi.
when the delphin use the tapplication form
this form will effect the kwin animated.
and cause the focus window at botton of the window.
it seems the tapplication is regard as a window.
but it is no windows in most of my application.
--
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=29061
Bug #: 29061
Summary: TGL's mahou game will crash on the 8bit color with
wine
Product: Wine
Version: unspecified
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: l12436(a)yahoo.com.tw
Classification: Unclassified
Created attachment 37446
--> http://bugs.winehq.org/attachment.cgi?id=37446
error message
your wine will crash when using 8bit(256 color) on the windows95 game
mahou and mahou2
and it look like is the bug of wine.
and it work fine on the normal color.
but the game is must be on the 8bit(256 color), so it just could work.
but it could not play.
i submit the error on attach
and i sure the glxgear can run
and my connamd is
Xephyr :1 -ac -screen 800x600x8 & DISPLAY=:1 wine mahou.exe
and on the win7 and XP, use the 256 color could run this game.
and this game seem to use the directx4 or directx5.
the driver is vxd, the wine98 driver.
--
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=23508
Summary: Final Fantasy XIV Benchmark very slow
Product: Wine
Version: 1.2-rc6
Platform: x86
URL: http://uk.download.nvidia.com/nzone/international/benc
hmarks/ffxiv/FFXIVBenchmark.zip
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
The Final Fantasy XIV benchmark runs, but is very slow (~4 fps, plus lots of
pauses).
--
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=14592
Summary: Soldat Performance Spikes
Product: Wine
Version: 1.1.1
Platform: Other
URL: http://static.soldat.pl/downloads/soldatsetup15b.zip
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tehstealth(a)yahoo.com
I have been trying the Soldat 1.5.0 Beta out, and it works as well as the 1.4
version. However there is a bug (probably in 1.4 too, but I'm reporting it for
1.5b anyway) with the weapons selection menu and sprites. Especially with the
menu, Soldat lags horribly, and once you do select your weapon, everything is
fine again. Also, when sprites are drawn on the screen, it also seems to spike
a bit. Both instances are spitting out this, continuously:
fixme:d3d_surface:read_from_framebuffer_texture >>>>>>>>>>>>>>>>>
GL_INVALID_ENUM (0x500) from glReadBuffer @ surface.c / 913
Whatever that is, if that were fixed, it would probably be one of the last bugs
dealing with Soldat gameplay performance, as everything else is great!
--
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.
https://bugs.winehq.org/show_bug.cgi?id=43723
Bug ID: 43723
Summary: Unreliable mouse grabbing in dinput
Product: Wine
Version: 2.17
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-dinput
Assignee: wine-bugs(a)winehq.org
Reporter: lachs0r(a)srsfckn.biz
Distribution: SUSE
This issue mostly affects games based on Unreal Engine 3.
Mouse grabbing does not work reliably in those games. In some titles (e.g.
Mirror’s Edge), it is possible to get the mouse to grab by switching to
fullscreen and back using window manager shortcuts *before* starting a game
(exiting the menu). In other titles (e.g. Rainbow Six: Vegas 2), this does not
work.
The usual hacks (MouseWarpOverride=force, or the force_edge variant of it)
break mouse input in menus and cause very juddery (unplayable) input in-game.
However, disabling window manager control in winecfg makes it work as expected.
I am unsure which Wine component really is affected here so I selected dinput.
#6971 is a semi-related bug, but I reckon the cause is very different in this
case.
This issue can be reproduced with at least i3 and KWin, so I assume it is not a
WM bug.
--
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.