http://bugs.winehq.org/show_bug.cgi?id=17101
Summary: Cancelling text with Scientific Workplace leaves last
character
Product: Wine
Version: 1.1.13
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: loic.grenie(a)gmail.com
Created an attachment (id=18937)
--> (http://bugs.winehq.org/attachment.cgi?id=18937)
Screenshots
When I delete text under Scientific Workplace, the end of the line is not
treated correctly. Was is most evident is that the last character(s) is(are)
not canceled.
I attach a vertical concatenation of 3 screenshots:
the first is the state before hitting backspace: I typed "abcdefghijkl" and
added an inline image,
the second is after hitting backspace (I cancel the "g"); notice how the last
"kl" are not correctly canceled and the image is not moved to the left
and the third is how it should have looked.
No error message is displayed while hitting backspace (it complains about IME
all the time but I think it's no big deal).
I have seen this problem at least in versions 1.0.1 (under Debian testing,
Ubuntu hardy and intrepid, both 32 and 64 bits) and 1.0.13 (Debian testing 64
bits). The situation is even worse under Ubuntu intrepid (32 bits OS, Wine
v1.0.1) as text disappears as soon as it is typed (Esc redisplays it briefly).
I can live with the image (visible at the end of the line) not correctly
positioned after backspace (it seldom occurs), but the last character not
canceled is a real (visual) pain.
I can test anything you wish and I understand programming/debugging.
Thank you for any help.
SurJector
--
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=48659
Bug ID: 48659
Summary: Job details page: Add links to the first error in a
report
Product: Wine-Testbot
Version: unspecified
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: unknown
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
Distribution: ---
When looking at a full WineTest report on the TestBot website finding the
errors can require a lot of scrolling and there is a risk of skipping over
them.
The cache .errors files contain the line of each error and error group.
This makes it possible to add links to the errors:
* The first report line would contain a link pointing to the first report error
(for instance in the form of a down arrow at the start of the line).
* Errors would contain links to the previous/next errors, or to the first/last
report line.
* The last report line would link to the last report error.
Once the first draft is ready the link chain may be tweaked:
* The first line of test units containing errors, could be added to it.
* A second chain link to be set up with only the new failures.
--
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=48658
Bug ID: 48658
Summary: Fix error handling in the WineRun* scripts
Product: Wine-Testbot
Version: unspecified
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: unknown
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
Distribution: ---
Over time error handling in the WineRun* scripts has become complex and
inconsistent. It's in need of a serious cleanup, particular so that errors can
be reliably identified in the testbot.log file and shown on the JobDetails
page.
There are three places where the WineRun* scripts can send errors:
* To the global 'var/log' log file.
Sending errors to the global file makes sense for errors which could be
relevant to other operations on that VM such as the preceding or following
revert.
* To the per-task 'testbot.log' file.
This is where most errors should go for long term storage.
* To stderr which is redirected to 'testbot.log' nowadays.
Then there are a number of functions that report errors:
* LogMsg()
This adds a message to the global log (errors and others alike).
It is used to log the startup and exit of the WineRun* scripts in the global
log, but also to save some errors there.
* Error()
Prints the error on stderr if --log-only is not specified, and sends them to
the global log (via LogMsg()). In particular things like usage errors thus end
up in the global log which probably does not make sense.
* LogTaskError()
Explicitly opens testbot.log and appends to it. It should really print to
stderr instead. But some calls to LogTaskErrors
* FatalError()
The main point of FatalError() is that it invokes WrapUpAndExit() with
appropriate parameters.
But it also sends the error message to both the global log and testbot.log
(via LogTaskError()). That's probably not appropriate.
* FatalTAError()
This is a specialized form of FatalError() which also notifies the
administrator of network issues.
That's ok except that depending on the codepath it may end up calling any of
Error(), LogMsg(), LogTaskError() or FatalError().
--
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=8439
François Gouget <fgouget(a)codeweavers.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Assignee|fgouget(a)codeweavers.com |wine-bugs(a)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=47042
Bug ID: 47042
Summary: Ignore replies to patchset parts
Product: Wine-Testbot
Version: unspecified
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: unknown
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
Distribution: ---
The TestBot treats every email as a potential patch.
This makes sense as replies to a patch could be a new version for that patch
which means it should be tested.
But replies to parts of patches are different. Here is what happened due to the
failure to recognize this.
I'm not sure why but the TestBot must have received the following emails in
this order (this is not the order of the send times but it matches the order in
which I received the emails in my inbox):
* [PATCH 1/5] ntoskrnl.exe: Implement PsLookupThreadByThreadId.
https://www.winehq.org/pipermail/wine-devel/2019-April/144085.html
Part 1/5 in a patch series. The TestBot created a PendingPatchSet object to
track the different parts.
* Re: [PATCH 1/5] ntoskrnl.exe: Implement PsLookupThreadByThreadId.
https://www.winehq.org/pipermail/wine-devel/2019-April/144088.html
The TestBot decided this looked like a patch because the HTML version
contains lines that start with "+++ ". Thus it treated this email as a new
version of the previous patch, like it usually does, and replaced patch 1 in
the PendingPatchSet.
* Re: [PATCH 2/5] ntoskrnl.exe: Implement KeAreApcsDisabled using critical
region functions.
https://www.winehq.org/pipermail/wine-devel/2019-April/144086.html
The TestBot created a job to test this patch but used the updated part 1 of
the patch set which in fact was an HTML email. This resulted in an invalid
patch and thus a failure to apply.
The TestBot probably did two things wrong:
1. It took a patch from an HTML attachment.
The TestBot already rejects those but somehow the $Part->effective_type ne
"text/html" test in Patch::NewPatch() did not work.
2. It replaced part 1 of a patchset with a new version.
One cannot send a new version of a part in a patchset: the whole patchset
must be resubmitted (*). So the TestBot should never replace a part in a
patchset.
It looks like this check should be done in PendingPatchSets::NewSubmission()
near the $Set->Parts->GetItem($PartNo) call.
The issue here is that we may receive emails out of order. So we could
receive a reply to part 1, and thus add it as part 1, before we receive the
actual email for part 1.
(*) Otherwise we'd have to keep the patchsets around and create new jobs for
all parts that follow the replaced part. And if multiple parts are replaced...
madness!
--
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=48031
Bug ID: 48031
Summary: Limit the size of the task logs
Product: Wine-Testbot
Version: unspecified
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: unknown
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
Distribution: ---
The TestBot does not check the size of the reports and logs it downloads from
the VMs. These could be quite big and are even more likely to get big if
setting WINEDEBUG is allowed. So there should be a limit.
The TestAgent GetFile() API has no provision for putting a limit on the size of
the file being retrieved. But checking the size against a limit would come
quite naturally if the files are retrieved one chunk at a time (see bug 48030).
Note that the Wine rebuild logs are quite big (11MB).
--
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=47899
Bug ID: 47899
Summary: Review the VM name validation
Product: Wine-Testbot
Version: unspecified
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: unknown
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
Distribution: ---
The web interface allows the creation of VMs that have dashes in their name.
But when untainting its parameters LibvirtTool considers such names to be
invalid, so that trying to revert these VMm fails.
There is a VM::Validate() method that should validate the VM name among others,
but obviously it cannot be used to check and untaint script parameters.
So the VM name validation criterions need to be checked and a standard function
provided.
--
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=47492
Bug ID: 47492
Summary: Typo in function name (__wine_spec_fini)
Product: Wine
Version: 4.12.1
Hardware: x86
OS: Solaris
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: tools
Assignee: wine-bugs(a)winehq.org
Reporter: evgeny.v.litvinenko(a)gmail.com
Created attachment 64875
--> https://bugs.winehq.org/attachment.cgi?id=64875
A patch example.
Hi all.
It looks like there is a typo in the file tools/winegcc/winegcc.c
The command
ggrep "[^_]_wine_spec_fini" -r *
in the source tree finds two places where __wine_spec_fini is with one
underscore in the begining.
I've attached a patch just to show the places with typo (I think it's a typo),
feel free to use it as you want.
Regards
evgeny.
--
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=48625
Bug ID: 48625
Summary: Game DayZ Dedicated Server 1.07.152951 - Can not
connect
Product: Wine-staging
Version: 5.2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: chris.76(a)hotmail.com
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
Created attachment 66475
--> https://bugs.winehq.org/attachment.cgi?id=66475
wine 5.2 logs
Hello Support,
I'm an advanced user on linux and I'm trying to set up a dedicated server for
my game DayZ.
My game is available only on Steam, windows version and in 64-bit.
I used steamcmd for linux version to download the dedicated server windows
version.
Details about depots of this game :
https://steamdb.info/app/223350/depots/
You can see 2 libraries are needed :
- VC 2013 Redist
- VC 2015 Redist
So I installed wine, setted up in windows 10 (and used WINEARACH, WINEPREFIX)
and installed VC 2013 & 2015 in 64-bit edition.
My server is using a vanilla config, it means untouched.
My server comes online but when i try to connect, my client fails.
When I look logs from game server, I can't see any traces when I tried to
connect. (it's not normal, it's should)
I attached logs.
Thanks in advance for helping me.
Have a nice day.
--
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=4418
--- Comment #24 from joaopa <jeremielapuree(a)yahoo.fr> ---
Bug still occurs with wine-5.2
--
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=17272
Summary: Zmodeler: Icons and overall GUI blinky
Product: Wine
Version: 1.1.14
Platform: PC-x86-64
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=19272)
--> (http://bugs.winehq.org/attachment.cgi?id=19272)
Simple log of fixme's in the console
Zmodeler is not quite in full working condition (but tons better than prior to
1.1.14). When using the buttons on the Main Toolbar the icons which
occasionally disappear and overall 3D performance is rather slow. You can
mouseover the icons and they will reappear, but it isn't overly practical...
Attached is a log. I believe it has something to do with"LockWindowUpdate".
--
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=48638
Bug ID: 48638
Summary: Clrmamepro 4036a_64_20200220: crashes when quit
Product: Wine
Version: 5.2
Hardware: x86-64
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: vicmarto(a)me.com
Created attachment 66494
--> https://bugs.winehq.org/attachment.cgi?id=66494
log + backtrace
Clrmamepro crashes when quit. Just open the program, and then trying to quit is
enough to trigger the crash.
Download link:
https://mega.nz/#!ydpxCCyB!IEznOWu5b8hJN51YwYXXCwEKrGt7677kJsVMS2x1ATw
cdf93153a324c1402a26ce84f25058ee39df3e95 cmp4036a_64_20200220.zip
--
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=8025
chika <coinmastergenerator(a)aol.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |coinmastergenerator(a)aol.com
--- Comment #96 from chika <coinmastergenerator(a)aol.com> ---
So what problem occurred this
https://pokemonmastersgenerator.xyz
--
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=48637
Bug ID: 48637
Summary: Improve encoding of outgoing emails
Product: Wine-Testbot
Version: unspecified
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: unknown
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
Distribution: ---
The emails sent by the TestBot probably assume the text is plain 7bit ASCII.
This can mangle some messages such as:
https://www.winehq.org/pipermail/wine-devel/2020-February/160217.html
../../../wine/dlls/d3d9/device.c:3729:56: error: expected ???;??? before
???stream???
The question marks should in fact be smart quotes. Fortunately this is mostly a
cosmetic issue and the pristine messages can be seen in the job details page.
--
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=48466
Bug ID: 48466
Summary: Can't use drag and drop with AIMP and some other bugs
Product: Wine
Version: 5.0-rc5
Hardware: x86-64
URL: http://www.aimp.ru/?do=download&os=windows
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: endoplast(a)hotmail.com
Distribution: ---
Created attachment 66246
--> https://bugs.winehq.org/attachment.cgi?id=66246
UI Screenshot
I can't drag and drop (move up or down to change the order) any audio file
inside my playlists as I could do in Windows. There are sometimes, when you try
to add files from file explorer that the program gets stuck. Besides, I can see
my desktop background through the borders of the UI. I have notice that the
behaviour of the playlists scroll it is a bit laggy.
I have tried several wine versions from 4.0.3 stable to 5.0 rc5. It doesn't
change.
It would be great if you could improve the support for this program because it
is awesome.
Version:
AIMP v4.60, build 2170
--
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=48601
Bug ID: 48601
Summary: Program error
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jrost(a)web.de
Distribution: ---
Created attachment 66438
--> https://bugs.winehq.org/attachment.cgi?id=66438
program error details
Program is not running, ask for send the prpgram error
--
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=48632
Bug ID: 48632
Summary: Far Cry 2 has poor performance after changing
Anti-Aliasing level
Product: Wine
Version: 5.2
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
Distribution: ---
Start a new game with AA 16x and after a while downgrade to 8x, 4x or 2x
err:d3d:wined3d_debug_callback 0xe33d20: "GL_INVALID_FRAMEBUFFER_OPERATION
error generated. Operation is not valid because a bound framebuffer is not
framebuffer complete.".
fixme:d3d:wined3d_context_gl_check_fbo_status FBO status
GL_FRAMEBUFFER_INCOMPLETE_ATTACHMENT (0x8cd6).
fixme:d3d:context_dump_fbo_attachment GL_DEPTH_ATTACHMENT: 2d-ms texture
39, 0x0, 16 samples, format 0x88f0.
fixme:d3d:context_dump_fbo_attachment GL_STENCIL_ATTACHMENT: 2d-ms texture
39, 0x0, 16 samples, format 0x88f0.
fixme:d3d:context_dump_fbo_attachment GL_COLOR_ATTACHMENT0: 2d-ms texture
40, 0x0, 16 samples, format 0x8c43.
fixme:d3d:context_dump_fbo_attachment GL_COLOR_ATTACHMENT1: NONE.
fixme:d3d:context_dump_fbo_attachment GL_COLOR_ATTACHMENT2: NONE.
fixme:d3d:context_dump_fbo_attachment GL_COLOR_ATTACHMENT3: NONE.
fixme:d3d:context_dump_fbo_attachment GL_COLOR_ATTACHMENT4: NONE.
fixme:d3d:context_dump_fbo_attachment GL_COLOR_ATTACHMENT5: NONE.
fixme:d3d:context_dump_fbo_attachment GL_COLOR_ATTACHMENT6: NONE.
fixme:d3d:context_dump_fbo_attachment GL_COLOR_ATTACHMENT7: NONE.
--
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=48622
Bug ID: 48622
Summary: Origin crashes when exiting application with Esync
enabled
Product: Wine-staging
Version: 5.2
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: sashok.olen(a)gmail.com
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
Created attachment 66470
--> https://bugs.winehq.org/attachment.cgi?id=66470
origin backtrace
How to reproduce:
1) Install EA Origin client
2) Run it with Esync and get greted with a Login screen
3) Through (virtual) task menu icon, exit the application by right clicking
"Quit Origin"
4) Experience a crash in Origin.exe
This only happens if you're no logged in and only if you're running it with
Esync enabled.
Attaching a backtrace ( a log with
+server,+esync,+fsync,+sync,+seh,+timestamp,+pid debug channels will come in
the next message)
--
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=30827
Bug #: 30827
Summary: Uninitialized memory reference in
create_icon_pixmaps() -> GetDIBits() ->
bitmapinfoheader_from_user_bitmapinfo()
Product: Wine
Version: 1.5.5
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: gdi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Classification: Unclassified
While looking at bug 30826, I saw
Conditional jump or move depends on uninitialised value(s)
at bitmapinfoheader_from_user_bitmapinfo (dib.c:177)
by GetDIBits (dib.c:1210)
by create_icon_pixmaps.isra.8 (window.c:883)
create_icon_pixmaps calls GetDIBits with bits=NULL and a mostly uninitialized
info, but bitmapinfoheader_from_user_bitmapinfo() assumes that biCompression
has already been initialized.
gdi32/dib.c:
149 static BOOL bitmapinfoheader_from_user_bitmapinfo( BITMAPINFOHEADER
*dst, const BITMAPINFOHEADER *info )
150 {
...
166 else if (info->biSize >= sizeof(BITMAPINFOHEADER)) /* assume
BITMAPINFOHEADER */
167 {
168 *dst = *info;
169 }
...
176 dst->biSize = sizeof(*dst);
177 if (dst->biCompression == BI_RGB || dst->biCompression ==
BI_BITFIELDS)
178 dst->biSizeImage = get_dib_image_size( (BITMAPINFO *)dst );
1187 INT WINAPI GetDIBits(
1188 HDC hdc, /* [in] Handle to device context */
1189 HBITMAP hbitmap, /* [in] Handle to bitmap */
1190 UINT startscan, /* [in] First scan line to set in dest bitmap */
1191 UINT lines, /* [in] Number of scan lines to copy */
1192 LPVOID bits, /* [out] Address of array for bitmap bits */
1193 BITMAPINFO * info, /* [in,out] Address of structure with bitmap
data */
1194 UINT coloruse) /* [in] RGB or palette index */
1195 {
...
1208 /* Since info may be a BITMAPCOREINFO or any of the larger
BITMAPINFO structures, we'll use our
1209 own copy and transfer the colour info back at the end */
1210 if (!bitmapinfoheader_from_user_bitmapinfo( &dst_info->bmiHeader,
&info->bmiHeader )) return 0;
....
1212 if (bits &&
1213 (dst_info->bmiHeader.biCompression == BI_JPEG ||
dst_info->bmiHeader.biCompression == BI_PNG))
winex11.drv/window.c:
868 static BOOL create_icon_pixmaps( HDC hdc, const ICONINFO *icon, struct
x11drv_win_data *data )
869 {
870 char buffer[FIELD_OFFSET( BITMAPINFO, bmiColors[256] )];
871 BITMAPINFO *info = (BITMAPINFO *)buffer;
...
881 info->bmiHeader.biSize = sizeof(BITMAPINFOHEADER);
882 info->bmiHeader.biBitCount = 0;
883 if (!(lines = GetDIBits( hdc, icon->hbmColor, 0, 0, NULL, info,
DIB_RGB_COLORS ))) goto failed;
Note that GetDIBits is careful to avoid referencing biCompression itself
when bits is NULL, but the function it calls doesn't know whether bits is NULL.
(bug 30266 is nearby but doesn't seem related?)
--
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=48628
Bug ID: 48628
Summary: valgrind shows dependency on uninitialized memory in
riched20/editor.c
Product: Wine
Version: 5.0-rc6
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: richedit
Assignee: wine-bugs(a)winehq.org
Reporter: dark.shadow4(a)web.de
Distribution: ---
==152101== Conditional jump or move depends on uninitialised value(s)
==152101== at 0x403EE7A: bcmp (vg_replace_strmem.c:1113)
==152101== by 0x41837DEE: MSVCRT_memcmp (string.c:2235)
==152101== by 0x7AC534C0: ME_ApplyStyle (style.c:215)
==152101== by 0x7AC27E09: ME_RTFCharAttrHook (editor.c:539)
==152101== by 0x7AC3EE4C: ControlClass (reader.c:2363)
==152101== by 0x7AC3D06C: RTFRouteToken (reader.c:343)
==152101== by 0x7AC3CF85: RTFRead (reader.c:311)
==152101== by 0x7AC2ACA2: ME_StreamIn (editor.c:1688)
==152101== by 0x7AC2F719: ME_HandleMessage (editor.c:3629)
==152101== by 0x7AC336E1: RichEditWndProc_common (editor.c:5062)
==152101== by 0x7AC337AE: RichEditWndProcW (editor.c:5082)
==152101== by 0x4127588F: ??? (winproc.c:175)
==152101== Uninitialised value was created by a stack allocation
==152101== at 0x7AC27992: ME_RTFCharAttrHook (editor.c:418)
--
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=35937
Bug ID: 35937
Summary: The file crashed upon loading the program.
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: carlino.designs(a)gmail.com
Created attachment 47995
--> http://bugs.winehq.org/attachment.cgi?id=47995
Error log file for eDCAA.exe
The file crashed upon loading the program.
The file can be downloaded at:
http://brightemo.co.uk/download/eDCAA.exe
--
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=27570
Summary: Aliens Vs Predator 2 Demo is temporary confined
ingame.
Product: Wine
Version: 1.3.22
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andrew.millington(a)gmail.com
I've tried the marine demo at the start the mouse movement is confined like bug
#6971 until you right click or over time, it works as per usual after this plus
"Automatically capture the mouse input in full-screen window" changes nothing.
Make fmv videos not accessible to speed up testing.
I haven't tested when you start the next level due to being a demo.
--
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=43804
Bug ID: 43804
Summary: [Steam] Alien Swarm Reactive Drop: GPU hang after a
minute or two
Product: Wine
Version: 2.17
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: maraku(a)gmx.com
Distribution: ---
Created attachment 59338
--> https://bugs.winehq.org/attachment.cgi?id=59338
dmesg/kernel log cut to the GPU hang lines
After starting running Alien Swarm Reactive Drop through Steam, the GPU errors
and hangs (i don't know how else to describe this behavior). The X-display
becomes unresponsive, and the only way to "fix" this is to switch to another
virtual terminal and end the alien swarm wine process.
I've attached a dmesg/kernel log. Wine itself does not crash (other than for
the web helper, which I do not believe is related to this crash), so I'm not
sure how to get a stack trace.
I'm running the 4.13.4 kernel, but this happened with the 4.13.2 kernel as
well.
The game used to run fine, but I believe the September 15th update caused this
behavior. Let me know if I should attach any other logs. I could not find any
errors in the Xorg.0.log either.
This is on a 7th gen i7-7500U with the intel 620 graphics. No kernel bootflags
(in the bootloader command line) enabled.
Thanks,
Manu
--
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=35998
Bug ID: 35998
Summary: American Conquest: Divided Nation refuses to start.
(Black Screen followed by crash).
Product: Wine
Version: 1.7.16
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: mjkolar(a)charter.net
I'm trying to play American Conquest: Divided Nations, but when I load it up, I
get a flash of black screen followed by a CTD. The console output is as
follows:
bash-4.2$ wine DMCR.exe
err:winediag:xrandr12_init_modes Broken NVIDIA RandR detected, falling back to
RandR 1.0. Please consider using the Nouveau driver instead.
fixme:win:EnumDisplayDevicesW ((null),0,0x33f5f8,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x33f828,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),1,0x33f828,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x33f6a8,0x00000000), stub!
err:winediag:xrandr12_init_modes Broken NVIDIA RandR detected, falling back to
RandR 1.0. Please consider using the Nouveau driver instead.
err:mmio:MMIO_ParseExtA No extension in szFileName: "Sound\\new\\dr+flute2.wav"
fixme:win:EnumDisplayDevicesW ((null),0,0x33f458,0x00000000), stub!
fixme:d3d_surface:d3dfmt_p8_init_palette No palette set.
Note that I installed this game according to the instructions listed on the
following appdb page:
https://appdb.winehq.org/objectManager.php?sClass=version&iId=24902 , including
the winecfg changes, the external patch, deleting the video directory, and
setting ddraw to native for this app.
I have also installed the original American Conquest demo, and I can confirm it
works with wine 1.7.12, but not wine 1.7.16, so I am presuming there is a
regression between these two releases. The American Conquest: Divided Nation
full version does not run with either release, and shows the same error
messages for both wine releases. Note also I have used a nocd to get around
Divided Nations Starforce (III?) protection. The demo does not have said
protection, so not relevant in that case.
System:
Slackware 14.1 x86_64 with alien multilib pack.
Xorg 1.15.0
NVIDIA Proprietary Blob 334.21 /w Geforce GTX 285m
Pulseaudio 5.0
Wine 1.7.12
--
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=48627
Bug ID: 48627
Summary: Xara Designer Pro 15 and Xara PhotoGraphic 12 error
while exporting/importing bitmaps
Product: Wine
Version: 5.0
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: capellan2000(a)gmail.com
Distribution: ---
Created attachment 66476
--> https://bugs.winehq.org/attachment.cgi?id=66476
Error Logs for Xara Design Pro 15 and Xara Photo Designer 12
Xara Designer Pro 15 and Xara Photo Graphic 12
produces an error while exporting/importing bitmaps.
Probably both programs could not write temporal files
necessary for these operations.
--
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=47691
Bug ID: 47691
Summary: Wine 4.14 DX11 demul07_111117 Resident Evil 2 Pal
Product: Wine
Version: 4.14
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: seganfl2k(a)gmail.com
Distribution: ---
Created attachment 65154
--> https://bugs.winehq.org/attachment.cgi?id=65154
Misssing Shaders
Wine 4.14 DX11 demul07_111117 Resident Evil 2 Pal
just some missing shader ect
here is the video to show you below
https://youtu.be/b6-3LNo1nWA
--
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=48211
Bug ID: 48211
Summary: Regression: midl.exe fails to execute MIDL engine
Product: Wine
Version: 4.20
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: rpisl(a)seznam.cz
Distribution: ---
midl.exe from Windows Kits 8.1 fails with error MIDL2398 : cannot execute MIDL
engine.
This is a regression caused by commit 1deefb84ee2b6d326b5ae1bad592a72c69a89b36.
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Tue Nov 12 21:41:06 2019 +0100
kernel32: Use RtlCreateUserProcess() to start new processes.
Signed-off-by: Alexandre Julliard <julliard(a)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=48626
Bug ID: 48626
Summary: Can't restart program in `--gdb` mode
Product: Wine
Version: 5.2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winedbg
Assignee: wine-bugs(a)winehq.org
Reporter: hi-angel(a)yandex.ru
Distribution: ---
While debugging a program, it's often useful to set a breakpoint and then
restart the application. Unfortunately, `run` command in gdb mode doesn't work.
# Steps to reproduce (in terms of terminal commands)
╰─$ winedbg --gdb ping.exe
0055:0056: create process 'C:\windows\system32\ping.exe'/0x11420
@0x7fea58a84820 (0<0>)
0055:0056: create thread I @0x7fea58a84820
GNU gdb (GDB) 9.1
Copyright (C) 2020 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Type "show copying" and "show warranty" for details.
This GDB was configured as "x86_64-pc-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
<http://www.gnu.org/software/gdb/documentation/>.
For help, type "help".
Type "apropos word" to search for commands related to "word".
0055:0056: loads DLL C:\windows\system32\ntdll.dll @0x7bc20000 (0<0>)
0055:0056: loads DLL C:\windows\system32\kernelbase.dll @0x7b010000 (0<0>)
0055:0056: loads DLL C:\windows\system32\kernel32.dll @0x7b420000 (0<0>)
0055:0056: loads DLL C:\windows\system32\wow64cpu.dll @0x7fea58a90000 (0<0>)
0055:0056: loads DLL C:\windows\system32\ws2_32.dll @0x7fea58240000 (0<0>)
0055:0056: loads DLL C:\windows\system32\advapi32.dll @0x7fea581b0000 (0<0>)
0055:0056: loads DLL C:\windows\system32\iphlpapi.dll @0x7fea58a40000 (0<0>)
0055:0056: loads DLL C:\windows\system32\msvcrt.dll @0x7fea580d0000 (0<0>)
warning: remote target does not support file transfer, attempting to access
files from local filesystem.
warning: Could not load shared library symbols for linux-vdso.so.1.
Do you need "set solib-search-path" or "set sysroot"?
0x000000007bcd9e89 in DbgBreakPoint () from /usr/bin/../lib/wine/ntdll.dll.so
gdb λ run
The "remote" target does not support "run". Try "help target" or "continue".
## Expected
Gdb would ask me if I really want to restart, and then if I press Y, it would
restart the app
## Actual
The error "target does not support run"
--
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=48620
Bug ID: 48620
Summary: libmdbx (memory-mapped DB) fail on Wine
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: leo(a)yuriev.ru
Distribution: ---
The libmdbx provides an embedded key-value storage engine (i.e. a database
service) and map whole data into memory (i.e. uses a memory mapped file), and I
am the main developer of this project.
https://github.com/erthink/libmdbx
Native versions of libmdbx work fine on both Linux, Windows, MacOS, FreeBSD,
etc.
However, the windows version does not work under Wine, for instance, as part of
the Miranda NG messenger. Therefore, some users ask me to fix libmdbx, but it
is difficult, since there are no such errors in libmdbx.
This is NOT a big problem, as there are relatively few affected users. However,
I think it would be better to fix this error as well. In addition, this fix is
likely to fix problems in other applications that are compelled to use the
Windows native API.
I am not familiar with Wine and do not use it. So I haven't tried debugging the
windows version of libmdbx on Wine yet, but decided it would be wise to fill
out this report first. I hope someone experienced can explain what's wrong on
by simply reading the description below or quickly reviewing the source code.
---
Presumably, the problem with libmdbx is using the Windows native API:
NtCreateSection(), NtMapViewOfSection(), NtExtendSection(),
NtUnmapViewOfSection(), NtClose(), NtAllocateVirtualMemory(),
NtFreeVirtualMemory(). In libmdbx, I am forced to use these functions to
increase the data file without unmap it from memory. In libmdbx, I am forced to
use these functions to increase the data file without unmap it from memory. It
is done by NtExtendSection() when a section created with SECTION_EXTEND_SIZE
access.
The next a potential cause of problems in using the functions:
NtFsControlFile(FSCTL_GET_EXTERNAL_BACKING),
GetFileInformationByHandleEx(FileRemoteProtocolInfo),
GetVolumeInformationByHandleW(), GetFinalPathNameByHandleW(). These functions
are used via GetProcAddress() to determine the placement of files on network
drives.
The last point the NtQuerySystemInformation(0x03 /* SystemTmeOfDayInformation
*/) is used to determine boot time.
Corresponding source code:
https://github.com/erthink/libmdbx/blob/master/src/elements/osal.chttps://github.com/erthink/libmdbx/blob/master/src/elements/lck-windows.c
Regards.
--
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=48592
Bug ID: 48592
Summary: Game DayZ Dedicated Server 1.06.152885
Product: Wine
Version: 5.0-rc5
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: chris.76(a)hotmail.com
Distribution: ---
Created attachment 66428
--> https://bugs.winehq.org/attachment.cgi?id=66428
it crashs at the end of logs
Hello Support,
I'm an advanced user on linux and I'm trying to set up a dedicated server for
my game DayZ.
My game is available only on Steam, windows version and in 64-bit.
I used steamcmd for linux version to download the dedicated server windows
version.
Details about depots of this game :
https://steamdb.info/app/223350/depots/
You can see 2 libraries are needed :
- VC 2013 Redist
- VC 2015 Redist
So I installed wine, setted up in windows 10 (and used WINEARACH, WINEPREFIX)
and installed VC 2013 & 2015 in 64-bit edition.
Unfortunately my server crash when loading.
My server is using a vanilla config, it means untouched.
I attached logs.
Thanks in advance for helping me to fix that.
Have a nice day.
--
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=625
Austin English <austinenglish(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |austinenglish(a)gmail.com
--
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=48161
Bug ID: 48161
Summary: AION (32bits) wine: Unhandled page fault on write
access to 00000009 at address 00BF00C2 (thread 0009)
Product: Wine
Version: 4.20
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dracoanarion(a)gmail.com
Distribution: ---
Created attachment 65789
--> https://bugs.winehq.org/attachment.cgi?id=65789
WINEDEBUG=+seh,+loaddll logs
The bug appears quite soon after starting the 32bit version of the app.
The app was started using the following command:
/opt/wine-staging/bin/wine 'C:\AION\bin32\AION.bin' -ip:79.110.83.80 -noweb
-noauthgg -st -charnamemenu -ingamebrowser -webshopevent:6 -f2p -lbox
-litelauncher -64 -ncping -nosatab -aiontv -nobs -60f2p -n20 /SessKey:
/CompanyID:11 /ChannelGroupIndex:-1 -lang:fra -litestep:9
This issue is not reproducible using wine-stable.
As far as I remember, this issue started to appear on 4.17 (but would need to
be confirmed).
--
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=48624
Bug ID: 48624
Summary: Homefront has an issue with shadows in DX11 mode
Product: Wine
Version: 5.2
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
Distribution: ---
Created attachment 66473
--> https://bugs.winehq.org/attachment.cgi?id=66473
screenshots
No clues with a default output.
--
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=48251
Bug ID: 48251
Summary: packaging or sources are fatal with linux mint
Product: Packaging
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-packages
Assignee: wine-bugs(a)winehq.org
Reporter: 1l1k32p00p(a)gmail.com
CC: dimesio(a)earthlink.net, michael(a)fds-team.de,
sebastian(a)fds-team.de
Distribution: ---
idk
--
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=48543
Bug ID: 48543
Summary: bug nao instala
Product: Wine
Version: 5.0
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: celiobelps(a)gmail.com
Distribution: ---
The following packages have unmet dependencies:
wine-stable: Depende: wine-stable-i386 (= 5.0.0~eoan)
Depende: wine-stable-amd64 (= 5.0.0~eoan) but it is not going to
be installed
--
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=48502
Bug ID: 48502
Summary: Debian buster package not installable as it depends on
unstable package
Product: Packaging
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-packages
Assignee: wine-bugs(a)winehq.org
Reporter: jorohr(a)gmail.com
CC: dimesio(a)earthlink.net, michael(a)fds-team.de,
sebastian(a)fds-team.de
Distribution: ---
I was trying to install the freshly released 5.0 on Debian buster:
$ sudo apt install wine-stable-i386
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
wine-stable-i386:i386 : Depends: libfaudio0:i386 (>= 19.06.07) but it is not
installable
Recommends: libcapi20-3:i386 but it is not going to be
installed
Recommends: libodbc1:i386 but it is not going to be
installed
Recommends: libosmesa6:i386 but it is not going to be
installed
Recommends: libsdl2-2.0-0:i386 but it is not going to
be installed
Recommends: libv4l-0:i386 but it is not going to be
installed
E: Unable to correct problems, you have held broken packages.
--
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=48472
Bug ID: 48472
Summary: Debian's dsc file have missing or wrong build
dependencies
Product: Packaging
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-packages
Assignee: wine-bugs(a)winehq.org
Reporter: fabstz-it(a)yahoo.fr
CC: dimesio(a)earthlink.net, michael(a)fds-team.de,
sebastian(a)fds-team.de
Distribution: ---
Hello,
This is all on debian buster (=stable)
I used this DSC to build myself winehq-devel with a patch.
https://dl.winehq.org/wine-builds/debian/dists/buster/main/source/wine_5.0~…
I ended up facing some problems :
1. In debian/control, the following packages are mentionned. I had to remove
them because they cause problems when doing a build on a clean schroot with
debians sbuild. Sbuild tries to install them as dependencies, and they are not
found
- gcc-5 (>= 5.3) | gcc-6 |
- libgnutls30-dev |
- libncurses6-dev |
- libstdc++6-4.5-dev |
2. In debian/control, the following dependencies are missing, therefore these
packages are not installed by sbuild, and thus not used to build winehq's
binaries (./configure doesn't find them)
libvkd3d-dev [linux-any],
libvulkan-dev [linux-any],
libfaudio-dev (>= 19.06.07),
--
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=48282
Bug ID: 48282
Summary: installing wine 4.21: 2 problems for ./configure one
without options, one with the option --options; 1
update problem "apt-add-repository"
Product: Packaging
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-packages
Assignee: wine-bugs(a)winehq.org
Reporter: adriandonraadt(a)gmail.com
CC: dimesio(a)earthlink.net, michael(a)fds-team.de,
sebastian(a)fds-team.de
Distribution: ---
see attachment
--
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=46872
Bug ID: 46872
Summary: version 4.4 does not provide d3d12.dll
Product: Packaging
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-packages
Assignee: wine-bugs(a)winehq.org
Reporter: timbers2k(a)gmail.com
CC: michael(a)fds-team.de, sebastian(a)fds-team.de
Distribution: ---
The packages for Ubuntu 18.10 for wine 4.4 do not provide d3d12.dll. I have
tried both winehq-stable and winehq-staging.
--
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=46805
Bug ID: 46805
Summary: Multiple applications crash when playing sound
Product: Wine
Version: 4.3
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: xaudio2
Assignee: wine-bugs(a)winehq.org
Reporter: zakk(a)rsdio.com
Created attachment 63826
--> https://bugs.winehq.org/attachment.cgi?id=63826
console output trace+xaudio2
Using the winehq portable 4.3 distribution. 32 bit clean prefix, with d3dx9
installed (required for some games to start).
Multiple games are crashing when they attempt to play the first sound.
(incomplete) list of games:
Eschatos
Minus Zero
DoDonPachi Resurrection
Mushihimesama
Deathsmiles
EXZEAL
XIIZeal
DeltaZeal
There ARE games where audio works great, and even a few that improved with the
move to Faudio in 4.3.
All the stack traces look the same. I've attached an output log with
trace+xaudio2
--
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=47966
Bug ID: 47966
Summary: Please publish SHA256 sums for Wine releases/downloads
Product: WineHQ.org
Version: unspecified
Hardware: Other
OS: other
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: www-unknown
Assignee: wine-bugs(a)winehq.org
Reporter: aros(a)gmx.com
Thank you.
--
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=23887
Summary: Microstation V8.5 opening files only in read only mode
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P1
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kalathilsunil(a)yahoo.com
Microstation, one of the popular CAD application got installed in WINE but not
able to edit files
--
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=48617
Bug ID: 48617
Summary: Audio Problem crashes game
Product: Wine
Version: 4.19
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: alexterranova81(a)gmail.com
Distribution: ---
My Game crashes with:
0038:err:winediag:MIDIMAP_drvOpen No software synthesizer midi port found, Midi
sound output probably won't work.
wine: Unhandled page fault on read access to 00000000 at address 0045FFB1
(thread 0038), starting debugger...
004a:fixme:dbghelp:elf_search_auxv can't find symbol in module
004a:fixme:dbghelp:elf_search_auxv can't find symbol in module
--
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=48619
Bug ID: 48619
Summary: Overwatch cannot display GPU temperature
Product: Wine
Version: 5.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: gabriel.faye7(a)free.fr
Distribution: ---
When enabling show GPU temperature in HUD options, it displays 0°C and stays at
this value, no matter what. All other options (FPS, Ping, VRAM usage...) works
perfectly fine.
--
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=47377
Bug ID: 47377
Summary: After install between setup it can't be excute
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: nameyearbirthday(a)gmail.com
Distribution: ---
Created attachment 64714
--> https://bugs.winehq.org/attachment.cgi?id=64714
execute error log
https://between.us/?lang=zh_hant
This is download setup.exe path
I have tested it in version 4.0.1 (stable version) and version 4.9 (latest
version).
This app will crash after execution.
This app needs to be installed.
It have the same behavior for changing the Windows environment to Windows 7 or
Windows 10.
--
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=48395
Bug ID: 48395
Summary: Disco Elysium (Steam version, 1.0.0) crashes on
starting new game, post-Char creation, with GPU error.
Product: Wine
Version: 5.0-rc3
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: aoanla(a)gmail.com
Distribution: ---
Created attachment 66164
--> https://bugs.winehq.org/attachment.cgi?id=66164
Unity engine backtrace on crash
Disco Elysium is a relatively new game using Unity 2019.1.?? engine.
Using wine 5.0-rc3, and launching from Steam, with Wine set to "Windows 7"
compatibility, it is possible to get into the character creation part,
pre-game.
Starting the game itself with any character causes an almost immediate crash,
presumably as the 3d engine is initialised for the game proper. (This is caught
by the Unity bug tracker.)
I'll attach full logs as requested, but here I will note that the wine output
displays:
018a:err:d3d:wined3d_debug_callback 0x81596a0: "GL_INVALID_OPERATION error
generated. Transform feedback must be enabled and not paused.".
018a:err:d3d:wined3d_debug_callback 0x81596a0: "GL_INVALID_OPERATION error
generated. Buffer is mapped.".
twice just before the crash is caught.
The Unity backtrace, attached, suggests that the crash happens in the nvidia
libraries, but it isn't clear to me that this is the fault of the nvidia
drivers 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.
https://bugs.winehq.org/show_bug.cgi?id=48365
Bug ID: 48365
Summary: On every update wine mess up everything; reset
folders, setting, forget every installed program.
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: rencer(a)euromail.hu
Distribution: ---
OS: Manjaro 18.1.4 64bit
Wine version: various
Every time there is an update or somthing, Wine "reboots" (or whatever it is
doing) it's prefix folder. Because of this, every single time ALL SETTINGS that
I changed in winecfg are reset to default and everything I installed are
"gone", Wine doesn't see anything after this. Like it is a freshly created wine
prefix without any change or anything installed in it.
The softwares that I installed before are stay there they won't deleted, just
wine doesn't see them, like they aren't installed.
Because of this every time I have to reinstall and reconfigure everything.
I'm using Lutris to configure and run games, and first I thought this bug is in
Lutris. I tried to find a solution for this unbearable behaviour, and I find
out this is not a bug in Lutris. Wine that doing this stange thing and not
Lutris.
With Lutris I can easily switch between different wine versions.
It doesn't metter if I have the latest or older wine version installed, or
using custom wine version, they all effected by this thing.
It doesn't metter that I installed the different wine versions to different
prefixes; when I run a game that uses that wine version, the given Wine prefix
is reset and I have to reinstall everything.
--
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=9337
Summary: direct 3d errors while running vietcong.exe
Product: Wine
Version: 0.9.43.
Platform: PC
URL: http://appdb.winehq.org/appview.php?iVersionId=8864
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P1
Component: wine-directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: docmccoy80(a)freenet.de
When vietcong.exe is running by wine, I get always the same errors repeatedly:
fixme:d3d:IWineD3DSwapChainImpl_Present Unhandled present options
(nil)/0x33fcb8
fixme:d3d:IWineD3DSwapChainImpl_Present Unhandled present options
(nil)/0x33fa80
fixme:d3d:IWineD3DSwapChainImpl_Present Unhandled present options
(nil)/0x33fd0c
fixme:d3d:IWineD3DSwapChainImpl_Present Unhandled present options
(nil)/0x33df88
fixme:d3d:IWineD3DSwapChainImpl_Present Unhandled present options
(nil)/0x33df68
fixme:d3d:IWineD3DSwapChainImpl_Present Unhandled present options
(nil)/0x33df7c
fixme:d3d:IWineD3DSwapChainImpl_Present Unhandled present options
(nil)/0x33dfa0
When I start a game in Vietcong, it is loading, but then it crashs.
If I want to select the multiplayer character, it also crashs.
I think wine has problems to emulate the direct3d eninge of Vietcong.
Unfortunately I can't give a better bug report, because I don't know much about
wine/d3d/....
Perhaps I just need a dll?!
--
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=18172
Summary: Wine crash after fixmes on htmlhelp:HtmlHelpW (Microsoft
Money 99)
Product: Wine
Version: 1.1.19
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: arcepi(a)arcepi.net
Created an attachment (id=20639)
--> (http://bugs.winehq.org/attachment.cgi?id=20639)
Crash log
When trying to use Microsoft Money 99, Wine crashes and dumps core just after
printing some fixmes on htmlhelp:HtmlHelpW.
The crash happens as soon as the user finishes the first step of the start
wizard, which creates the initial configuration.
--
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=48610
Bug ID: 48610
Summary: Game "Hype - The Time Quest" crashes after selecting
play from the menu
Product: Wine
Version: 5.1
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: benjaminhdavis8(a)yahoo.com
Distribution: ---
Created attachment 66451
--> https://bugs.winehq.org/attachment.cgi?id=66451
contatenated backtrace from crashes (after vidio options selection menu)
After installing "Hype - The Time Quest", selecting play from the menu opens a
dialog for loading video drivers. Selecting Apply from the menu the game then
crashes, printing the following to the terminal:
0087:fixme:ntdll:NtQuerySystemInformation info_class
SYSTEM_PERFORMANCE_INFORMATION
009a:fixme:ntdll:NtQuerySystemInformation info_class
SYSTEM_PERFORMANCE_INFORMATION
00a4:err:ntoskrnl:ZwLoadDriver failed to create driver
L"\\Registry\\Machine\\System\\CurrentControlSet\\Services\\Secdrv": c0000001
wine: Unhandled page fault on read access to FFFFFFFF at address 0040AAE2
(thread 009d), starting debugger...
See also attached file backtrace.txt
Following attempts to select play from the menu leads to a crash without the
opening the driver configuration window, with the below terminal output.
0034:err:ntoskrnl:ZwLoadDriver failed to create driver
L"\\Registry\\Machine\\System\\CurrentControlSet\\Services\\Secdrv": c0000001
wine: Unhandled page fault on read access to FFFFFFFF at address 0040AAE2
(thread 002f), starting debugger...
See second half of the attached file backtrace.txt
I'm using the latest development package from wineHQ on Uubuntu 18.04.4 LTS.
$ wine --version
wine-5.1
--
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=37610
Bug ID: 37610
Summary: Lotus Approach: Using File, Close dialog causes a
crash
Product: Wine
Version: 1.1.19
Hardware: x86
OS: Linux
Status: NEW
Severity: minor
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
CC: focht(a)gmx.net, ToddAndMargo(a)zoho.com
Depends on: 18157
Distribution: ---
Created attachment 50056
--> https://bugs.winehq.org/attachment.cgi?id=50056
backtrace
Originally reported in bug 18157.
Install Lotus Approach. Open sample database from
ftp://www.xpertss.com/pub/outgoing/invcalcs.zip
Click, 'File', then 'Close'. Crash.
I'll 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.
https://bugs.winehq.org/show_bug.cgi?id=48509
Bug ID: 48509
Summary: Debian Stretch, Wine 1.8.7-2, Lotus Organizer 97
cannot find DLLs (97 (3.1) .or3 1997 SmartSuite 97)
Product: Wine
Version: 1.8.7
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: john.p.langley(a)gmail.com
Distribution: ---
Created attachment 66315
--> https://bugs.winehq.org/attachment.cgi?id=66315
Terminal output from the above.
Debian Stretch, Wine 1.8.7-2, Lotus Organizer 97 cannot find DLLs (97 (3.1)
.or3 1997 SmartSuite 97)
Installed Lotus Organizer 97 in Wine last year, ran well.
Installed using command line (user), but get same result using
wine-uninstaller.
Latest apt-get update (22/01/2020) caused problem:
Launched Organizer 97 from command line either by:
wine org97.exe
wine start org97.exe
Wine reported missing DLLS (see attachment):
LTASWN13.DLL
LTASBN13.dll
TZBACK32.dll
LTSCSN10.DL
LTASWN13.DLL
LTTMC11.dll
Copying these to the system32 directory produced:
err:module:attach_process_dlls "TZBACK32.dll" failed to initialize, aborting
err:module:LdrInitializeThunk Main exe initialization for L"C:\\Program
Files\\lotus\\organize\\org32.exe" failed, status c0000142
Really puzzled - see attachment for full output.
Thanks.
CRISPSIV:~/.wine/drive_c/Program Files/lotus/organize$ err:module:import_dll
Library LTSCSN10.DLL (which is needed by L"C:\\Program
Files\\lotus\\organize\\TZBACK32.dll") not found
err:module:import_dll Library LTASWN13.DLL (which is needed by L"C:\\Program
Files\\lotus\\organize\\TZBACK32.dll") not found
err:module:import_dll Library LTASBN13.dll (which is needed by L"C:\\Program
Files\\lotus\\organize\\TZBACK32.dll") not found
err:module:import_dll Library TZBACK32.dll (which is needed by L"C:\\Program
Files\\lotus\\organize\\org32.exe") not found
err:module:import_dll Library LTSCSN10.DLL (which is needed by L"C:\\Program
Files\\lotus\\organize\\org32.exe") not found
err:module:import_dll Library LTASWN13.DLL (which is needed by L"C:\\Program
Files\\lotus\\organize\\org32.exe") not found
err:module:import_dll Library LTTMC11.dll (which is needed by L"C:\\Program
Files\\lotus\\organize\\org32.exe") not found
err:module:LdrInitializeThunk Main exe initialization for L"C:\\Program
Files\\lotus\\organize\\org32.exe" failed, status c0000135
Copied above DLLs to /windows/system32
This results in:
CRISPSIV:~/.wine/drive_c/Program Files/lotus/organize$ wine org32.exe
err:module:attach_process_dlls "TZBACK32.dll" failed to initialize, aborting
err:module:LdrInitializeThunk Main exe initialization for L"C:\\Program
Files\\lotus\\organize\\org32.exe" failed, status c0000142
jlangley@CRISPSIV:~/.wine/drive_c/Program Files/lotus/organize$
--
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=48511
Bug ID: 48511
Summary: it won't run at all
Product: Wine
Version: 5.0-rc3
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jessesg525(a)gmail.com
I know it's mentioned somewhere in the forum, but it won't run at all on Mac
Catalina 10.15. I need it to work for the OS I'm on right now.
--
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=48457
Bug ID: 48457
Summary: Croc installer exits with error 106
Product: Wine
Version: 5.0-rc4
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: wyattmeister(a)gmail.com
Distribution: ---
Created attachment 66241
--> https://bugs.winehq.org/attachment.cgi?id=66241
Error dialog box
When running the Croc installer, '_setup.exe' (either directly or from the
launcher, 'setup.exe'), only a dialogue appears:
Window title: Setup Initialization Error
> Setup is unable to initialize the language dialog box.
>
> Error 106
The application terminates upon pressing OK.
--
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=48408
Bug ID: 48408
Summary: mixthread monopolizes buffer_list_lock if
WaitForSingleObject returns quickly, causing livelock
and game freeze
Product: Wine
Version: 5.0-rc3
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-dsound
Assignee: wine-bugs(a)winehq.org
Reporter: florian.will(a)gmail.com
Distribution: ---
Created attachment 66179
--> https://bugs.winehq.org/attachment.cgi?id=66179
C source for reproducing this issue, livelocks on my system
The default WaitForSingleObject implementation is not fast enough to trigger
this, but the bug manifests itself when starting wine-staging with WINEESYNC=1.
I originally reported this at
https://github.com/ValveSoftware/Proton/issues/3387 , but I am now able to
reproduce this on wine-staging. The problem is in dsound though.
The dsound mixthread locks the buffer_list_lock, then calls PerformMix(), then
releases the lock, then waits for something to happen using
WaitForSingleObject, then locks the buffer_list_lock again, in a loop.
This works fine when not using esync (I guess Valve's fsync also triggers the
same issue), since the default WaitForSingleObject implementation is slow
enough to allow other threads to acquire the buffer_list_lock while the
mixthread executes WaitForSingleObject. However, when esync is enabled AND the
mixthread has a lot of work to do (because there are many secondary sound
buffers), it apparently returns from WaitForSingleObject almost immediately,
and very quickly re-acquires the lock after releasing it. The lock
implementation does not guarantee fairness, and on my system, this results in
the mixthread monopolizing the buffer_list_lock.
If the main thread then wants to add a new secondary sound buffer to the list,
it attempts to acquire the buffer_list_lock exclusively, but it can take a very
long time to acquire the lock. This leads to a game freeze in Zusi 3 and maybe
other games / applications if there are lots of sound effects at the same time.
I have added a Sleep(1) in the mixthread before acquiring the lock, and it
fixed the freezes (but it will obviously cause audio stuttering to kick in
earlier than without the sleep). Disabling esync also fixes the freeze.
I came up with a simple reproducer, C source attached. Output is like this with
esync enabled:
[..]
Added buffer No. 283, took 0.056744 sec!
Added buffer No. 284, took 0.616793 sec!
Added buffer No. 285, took 16.775508 sec!
Added buffer No. 286, took 11.163868 sec!
Added buffer No. 287, took 26.308287 sec!
Obviously on more powerful systems with better single-thread CPU performance,
more buffers will be needed before it "almost-livelocks" like this. This output
is from my Phenom II X4 955. (If sound starts stuttering instead of the
freeze/lock, the bug did not manifest itself.)
With esync disabled (or when using my patched dsound.dll with "Sleep(1)"), it
never takes longer than 0.1 sec to add a buffer.
--
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=48489
Bug ID: 48489
Summary: .Net 4.7+ requires GpFontFamily to be referenced
counted instead of cloning.
Product: Wine
Version: 5.0-rc6
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: gdiplus
Assignee: wine-bugs(a)winehq.org
Reporter: leslie_alistair(a)hotmail.com
Distribution: ---
This is to track the staging patch in regards to .Net 4.7 and reference
counting of the GpFontFamily object.
--
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=36521
Bug ID: 36521
Summary: Star Wars rebellion update 1.01 crashes on start
Product: Wine
Version: 1.7.19
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jopac76(a)mail.com
Created attachment 48603
--> https://bugs.winehq.org/attachment.cgi?id=48603
Output of the crash
Just installed the game, ran it, tried running the patch and it crashes before
anything.
Link to patch:
http://swrebellion.com/downloads/modules.php?name=Downloads&d_op=viewdownlo…
7ae576e99c8b623032e5ab96f384ad354d0e4230 rsupd101.exe
--
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=18933
Summary: Free PDF to Word Doc converter doesn't work, window
empty/hangs on launch (appinstall)
Product: Wine
Version: 1.1.21
Platform: PC
URL: http://www.hellopdf.com/download.php
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Looking at a list of the most popular windows applications
(http://lifehacker.com/5110552/most-popular-free-windows-downloads-of-2008) for
applications to test with appinstall, I tried Free PDF to Word Doc converter.
Installs relatively fine (there's a couple other bugs, nothing major), but when
trying to launch, the borders of the window appear, but the app doesn't do
anything, and its window is blank.
No terminal output.
--
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=45462
Bug ID: 45462
Summary: PDF X-Change Viewer (all versions) cannot click dialog
box in menu
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: xyjota(a)amail.club
Distribution: ---
Edit->Preferences->Customize UI-> any of the 'color' buttons when clicked just
stay depressed and dont open their respective options. Tested on multiple
versions including latest (2.5).
--
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=43934
Bug ID: 43934
Summary: SumatraPDF 3.1.2 has very narrow buttons in its
installer
Product: Wine
Version: 2.19
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: t6zm3v62fkp7fe5(a)yandex.ru
Distribution: ---
Created attachment 59570
--> https://bugs.winehq.org/attachment.cgi?id=59570
Wine 2.19 terminal output
SumatraPDF 3.1.2 has very narrow buttons in its installer.
File link: https://www.sumatrapdfreader.org/dl/SumatraPDF-3.1.2-64-install.exe
OS: Lubuntu 16.04.3.
--
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=34848
Bug #: 34848
Summary: PDF-XChange Viewer crashes when switching between
document tabs
Product: Wine
Version: 1.6
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kalab.oto(a)gmail.com
Classification: Unclassified
I am using LinuxMint 15, wine 1.6, PDF-Xchange 2.5 (213.0). It works fine but
suddenly this bug appeared.
When I open more than one PDF file it's working fine till I click on tab for
another document, then PDF-XChange viewer crashes.
I tried open different documents, also install wine1.7.4, also older viewer
bulid (208), same crash everytime. Only PDFx portable version 2.5(210.0) didn't
cause the crash but switching between tabs is freezy and take a very very long
time.
Attaching the backtrace.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=47018
Bug ID: 47018
Summary: Black transparent images
Product: Wine
Version: 4.6
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: dwmapi
Assignee: wine-bugs(a)winehq.org
Reporter: sk9258user(a)mail.ru
Distribution: ---
Created attachment 64174
--> https://bugs.winehq.org/attachment.cgi?id=64174
wine
In some apps I see black images, but in Windows images is normal.
https://mega.nz/#!P35GwAZI!lhBkgqiKTHSbFgvgMr4zitLMc1OiQmB6z7YcSUWtS7A
--
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=48541
Bug ID: 48541
Summary: Affinity Photo trial (1.7.2) crashes:Call from
0x7b00fa3d to unimplemented function
mscms.dll.WcsGetDefaultColorProfileSize
Product: Wine
Version: 5.0
Hardware: x86
URL: https://store.serif.com/en-us/update/windows/photo/1/
OS: Linux
Status: NEW
Keywords: dotnet, download
Severity: normal
Priority: P2
Component: mscms
Assignee: wine-bugs(a)winehq.org
Reporter: xerox.xerox2000x(a)gmail.com
Distribution: Debian
>From the forum a user had a question about this program, he used native mscms.
(https://forum.winehq.org/viewtopic.php?f=8&t=33433)
When run with builtin mscms:
Crash as in the title, (also needs b.t.w. mscms.WcsGetDefaultRenderingIntent)
Stubs are enough to get the program going, but maybe someone (hint for Hans ;))
would like to add a more robust piece of code.
Regards
Note: winetricks dotnet35sp1 dotnet40 dotnet48 was used. The 1st one seems to
be necessary for the installer to finish, otherwise it hangs, don`t know why)
--
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=48122
Bug ID: 48122
Summary: Arturia MIDI Control Center crashes and won't connect
to MIDI
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: muranyia(a)gmail.com
Distribution: ---
Created attachment 65714
--> https://bugs.winehq.org/attachment.cgi?id=65714
Crash backtrace
Arturia MIDI Control Center version 1.9.1.1186 crashes on startup on one of my
computers, and crashes after a few seconds on another. On the first one, the
GUI doesn't show up, on the second one it does and it reacts until crashing,
but won't see MIDI devices.
--
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=48424
Bug ID: 48424
Summary: xl-r8r: Crashes right after splash screen
Product: Wine
Version: 5.0-rc4
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: weejamm(a)gmail.com
Distribution: ---
Created attachment 66194
--> https://bugs.winehq.org/attachment.cgi?id=66194
Error log for xl-r8r a benchmark / demo program from 2000 for Windows 98/ME
Hi
XL-r8r is a demo/benchmark back when the company known as Futuremark/3dmark
were called MadOnion. the target os for this app was Windows 98. Here's what
I've done so far
Set Wineprefix to 32bit and ran the installer using the following command:
`env WINEPREFIX="/home/tiny/32bit" wine
C:\\PROG\~FBU\\MadOnion.com\\XL-R8R\\xl-r8r.exe`
Right after the splash screen the error occurs. My intent is to see if wine's
win98 mode can run as intended but I'm unable to decipher the error report. If
I've missed something let me know
thanks!
--
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=18159
Summary: Approach has extra caption buttons and Control box
Product: Wine
Version: 1.1.19
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P4
Component: msvcrt
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ToddAndMargo(a)verizon.net
Created an attachment (id=20625)
--> (http://bugs.winehq.org/attachment.cgi?id=20625)
Approach has extra set of "caption buttons" and "Control boxes"
Hi All,
I am am the OP on 15088. Now that I can actually get into Approach, I have
been using it all day. I have five bugs to report. (I am presuming you want
them on different reports.) I am running the native msvcrt.
sh -c "cd /home/wine/drive_c/lotus/approach; WINEDEBUG=+loaddll
WINEDLLOVERRIDES=msvcrt=n /usr/local/bin/wine ./approach.exe"
Bug number five: when Approach opens a database, it has its own set of windows
inside the main Approach window. This allows you to tile, etc. several
databases inside the main Approach window. To do this, Approach has a second
"title bar" with a second set of "caption buttons" and "Control box". Under
Wine, this second set of "caption buttons" and "Control boxes" has a duplicate
set.
This causes confusion. I have circled what I am talking about in the
attachment.
To reproduce:
1) open Approach with the native msvcrt
2) open a database
Here is a sample database to play with:
ftp://www.xpertss.com/pub/outgoing/invcalcs.zip
-T
--
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=6085
Zebediah Figura <z.figura12(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|hal |ntoskrnl
--
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=17780
Summary: Symbian epoc emulator: unimplemented function
hal.dll.ExTryToAcquireFastMutex
Product: Wine
Version: 1.1.15
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntoskrnl
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: marcus(a)better.se
I get this when trying to launch the Symbian S60 emulator (epoc.exe) from the
Symbian 5th Edition SDK v1.0 [1].
fixme:ntoskrnl:__regs_ExAcquireFastMutex 0x7d7f4d40: stub
wine: Call from 0x7b845e20 to unimplemented function
hal.dll.ExTryToAcquireFastMutex, aborting
[1]
http://www.forum.nokia.com/Resources_and_Information/Tools/Platforms/S60_Pl…
--
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=41111
Bug ID: 41111
Summary: CPU-Z driver needs hal.dll.WRITE_PORT_UCHAR
Product: Wine
Version: 1.9.16
Hardware: x86-64
URL: http://www.cpuid.com/downloads/cpu-z/cpu-z_1.77-en.zip
OS: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: hal
Assignee: wine-bugs(a)winehq.org
Reporter: 00cpxxx(a)gmail.com
CC: austinenglish(a)gmail.com
Distribution: Debian
It is hard to reproduce this, I don't know why. But sometimes when trying to
start CPU-Z we have:
winegl cpuz_x32.exe
fixme:ntoskrnl:MmMapIoSpace stub: 0x00000000000f0000, 65536, 0
fixme:ntoskrnl:HalGetBusDataByOffset (4 0 0 0x32f3dc 0 4) stub!
wine: Call from 0x7b43dae1 to unimplemented function hal.dll.WRITE_PORT_UCHAR,
aborting
wine: Unimplemented function hal.dll.WRITE_PORT_UCHAR called at address
0x7b43dae1 (thread 0031), starting debugger...
--
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=39500
Bug ID: 39500
Summary: Secret Files: Tunguska demo crashes with unimplemented
function hal.dll.KeQueryPerformanceCounter
Product: Wine
Version: 1.7.53
Hardware: x86-64
URL: http://www.gamewatcher.com/downloads/secret-files-tung
uska-download/secret-files-tunguska-demo
OS: Linux
Status: NEW
Keywords: download, obfuscation
Severity: normal
Priority: P2
Component: hal
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
Depends on: 23033
Distribution: ---
Got an error message 'DLL not found shell.dll16.dll' and then
fixme:ntoskrnl:KeInitializeTimerEx stub: 0x111100 0
fixme:ntoskrnl:IoGetDeviceObjectPointer stub: L"\\DosDevices\\NTice" 20000
0x53e758 0x53e75c
fixme:ntoskrnl:__regs_ObfDereferenceObject stub: (nil)
fixme:ntoskrnl:MmProbeAndLockPages (0x111158, 1, 1): stub
fixme:ntoskrnl:MmMapLockedPagesSpecifyCache (0x111158, 0, 1, (nil), 0, 32):
stub
wine: Unhandled page fault on write access to 0x00000000 at address 0x57fe27
(thread 0019), starting debugger...
wine: Call from 0x7b839c6c to unimplemented function
hal.dll.KeQueryPerformanceCounter, aborting
wine: Unimplemented function hal.dll.KeQueryPerformanceCounter called at
address 0x7b839c6c (thread 001f), starting debugger...
err:service:service_send_command service protocol error - failed to write pipe!
err:service:service_send_command service protocol error - failed to write pipe!
fixme:ntoskrnl:KeInitializeTimerEx stub: 0x111100 0
wine: Call from 0x7b839c6c to unimplemented function
hal.dll.KeQueryPerformanceCounter, aborting
wine: Unimplemented function hal.dll.KeQueryPerformanceCounter called at
address 0x7b839c6c (thread 0040), starting debugger...
wine-1.7.53-135-g4fb840b
--
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=15102
Summary: "Environment" tab for winecfg
Product: Wine
Version: 1.1.3
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ToddAndMargo(a)gbis.com
Please consider adding an additional "tab" to "winecfg" called
"Environment". In this tab, give the functionality to configure the
keys found in the registry branch "HKEY_CURRENT_USER\Environment", such
as the "PATH" variable
Many thanks,
-T
For example, I would not have to create and merge a file like this:
REGEDIT 4
[HKEY_CURRENT_USER\Environment]
"PATH"="C:\\lotus\\compnent;C:\\lotus\\approach;C:\\lotus\\wordpro;C:\\lotus\\123;C:\\lotus\\spell"
--
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=38967
Bug ID: 38967
Summary: LOTUS APPROACH CRASHES ON STARTUP
Product: Wine
Version: 1.7.28
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: matt(a)fraser4wdhire.com.au
Distribution: ---
Created attachment 51911
--> https://bugs.winehq.org/attachment.cgi?id=51911
Error details
OpenSuse 13.2
Lotus Smartsuite 9.8.2
Lotus Approach crashes on startup - see attachment.
Other programs of the Smarsuite seem to work fine.
It works fine running on OpenSuse 13.1
Tried with different computers - same result
--
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=36484
Bug ID: 36484
Summary: Lotus Notes 8.x installer aborts with SAX parser
exception (line breaks not preserved)
Product: Wine
Version: 1.7.19
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: msxml3
Assignee: wine-bugs(a)winehq.org
Reporter: focht(a)gmx.net
Hello folks,
continuation of bug 36228
As already said, the Java SAXParser still throws same exception as in bug 36228
--- snip ---
...
2014/05/18 19:46:46.452 SEVERE CWPPR0026E: The XML parser reported an exception
at line number 17 and column number 1 when parsing the provisioning manifest.
::class.method=com.ibm.rcp.provisioning.internal.impl.ProvisioningServiceImpl.process()
::thread=Worker-0 ::loggername=com.ibm.rcp.provisioning
org.xml.sax.SAXParseException: Attribute name "ur" associated with an
element type "feature" must be followed by the ' = ' character.
at
org.apache.xerces.util.ErrorHandlerWrapper.createSAXParseException(Unknown
Source)
at org.apache.xerces.util.ErrorHandlerWrapper.fatalError(Unknown Source)
at org.apache.xerces.impl.XMLErrorReporter.reportError(Unknown Source)
at org.apache.xerces.impl.XMLErrorReporter.reportError(Unknown Source)
at org.apache.xerces.impl.XMLScanner.reportFatalError(Unknown Source)
at
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanAttribute(Unknown
Source)
at
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanStartElement(Unknown
Source)
at
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown
Source)
at
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown
Source)
at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
at org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
at org.apache.xerces.jaxp.SAXParserImpl.parse(Unknown Source)
at
com.ibm.rcp.provisioning.internal.impl.ProvisioningServiceImpl$3.run(Unknown
Source)
at org.eclipse.core.internal.jobs.Worker.run(Unknown Source)
...
--- snip ---
For reproducing one can short-circuit the whole thing by re-running on a failed
install attempt as follows:
--- snip ---
wine "C:\\Program Files\\IBM\\Lotus\\Notes\\framework\\rcp\\rcplauncher.exe"
-rcpLauncherWait -provManifest -noSplash -product NULL -provisioningOperation
update -vmargs -verbose:class -verbose:jni -DprovisioningOperation=update
-Drcp.system.admin=true
-DprovUpdateSiteListOverride="file:/C:/users/focht/Temp/Lotus Notes/updateSite"
--- snip ---
Java VM args '-verbose:class -verbose:jni' were added for debugging purpose,
they can be omitted.
It seems the culprit is that Wine's msxml (re)generates an 'install.xml' file
with line breaks not preserved/generated (linefeed/carriage return missing).
Good one, each tag is separated by line break (seen in hex-editor with
0x0D,0A).
--- snip ---
<?xml version="1.0" encoding="ISO-8859-1"?>
<!-- ***************************************************************** -->
<!--
...
<ibm-portal-composite>
<domain-object name="com.ibm.rcp.installmanifest">
<object-data>
<install version="8.0.0.20080809.0430">
<installfeature default="true" id="Platform.XPD" required="true" show="false"
version="8.0.0.20080809.0430">
<requirements>
<feature download-size="2188" id="com.ibm.langware.engine.feature"
match="perfect" size="3464"
url="jar:file:/C:/Users/focht/AppData/Local/Temp/Lotus Notes/updateSite.zip!/"
version="6.1.2.200808010926"/>
...
--- snip ---
Bad one, generated by Wine msxml.
After the starting '<ibm-portal-composite>' tag it's basically one big line:
--- snip ---
<?xml version="1.0" encoding="ISO-8859-1"?>
<!-- ***************************************************************** -->
<!--
...
<ibm-portal-composite><domain-object
name="com.ibm.rcp.installmanifest"><object-data><install
version="8.0.0.20080809.0430"><installfeature default="true" id="Platform.XPD"
required="true" show="false"
version="8.0.0.20080809.0430"><requirements><feature download-size="2188"
id="com.ibm.langware.engine.feature" match="perfect" size="3464"
url="jar:file:/C:/users/focht/Temp/Lotus Notes/updateSite.zip!/"
version="6.1.2.200808010926"/>
--- snip ---
The XML file in question is already present with the installer at unpack time,
located at 'C:\\users\\focht\\Temp\\Lotus Notes\\deploy\\install.xml' (with
proper Windows line breaks).
The file gets rewritten during install time, being smaller in the end with
fewer feature-sets (ok) and line breaks lost (not ok).
'winetricks -q msxml3' works around.
$ sha1sum C1K31EN.exe
5aac0feb578c471e65c0a24a3f5dceb719fd5760 C1K31EN.exe
$ du -sh C1K31EN.exe
456M C1K31EN.exe
$ wine --version
wine-1.7.19
Regards
--
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=625
Anastasius Focht <focht(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |john.p.langley(a)gmail.com
--- Comment #31 from Anastasius Focht <focht(a)gmx.net> ---
*** Bug 48509 has been marked as a duplicate of this 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.
https://bugs.winehq.org/show_bug.cgi?id=625
Anastasius Focht <focht(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |arcepi(a)arcepi.net
--- Comment #30 from Anastasius Focht <focht(a)gmx.net> ---
*** Bug 18172 has been marked as a duplicate of this 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.
https://bugs.winehq.org/show_bug.cgi?id=625
Anastasius Focht <focht(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Priority|P1 |P2
URL| |https://archive.org/details
| |/lotusorganizer97edition
Keywords| |download
CC| |focht(a)gmx.net
Severity|major |normal
Summary|Applications cannot load |Multiple applications need
|dlls from custom folders |support for private dll
| |search paths
| |'HKLM\\Software\\Microsoft\
| |\Windows\\CurrentVersion\\A
| |pp Paths\\AppName.exe'
| |(Lotus Organizer 97,
| |Microsoft Money 99,
| |LeapFrogConnect)
--- Comment #29 from Anastasius Focht <focht(a)gmx.net> ---
Hello folks,
adding stable download link for reproduce:
https://archive.org/details/lotusorganizer97editionhttps://archive.org/download/lotusorganizer97edition/Lotus%20Organizer%20%2…
Downgrading severity and refining the summary to reflect the actual problem
(taken from my comments in bug 18172).
Collecting more dupes here since it's the oldest bug report for this kind of
issue.
Links to other apps suffering from same issue (taken from bug 18172):
https://web.archive.org/web/20030223020348if_/http://msdl.microsoft.com:80/…https://web.archive.org/web/20170615113613/http://lfcdownload.leapfrog.com/…
$ sha1sum Lotus\ Organizer\ \'97\ Edition\ \(R87820\)\(Lotus\ Development\
Corporation\)\(1996\).iso
834393f37f57f4d220e5da29574d453e8dfdb235 Lotus Organizer '97 Edition
(R87820)(Lotus Development Corporation)(1996).iso
$Â du -sh Lotus\ Organizer\ \'97\ Edition\ \(R87820\)\(Lotus\ Development\
Corporation\)\(1996\).iso
15M Lotus Organizer '97 Edition (R87820)(Lotus Development
Corporation)(1996).iso
$Â wine --version
wine-5.1-391-g7332de64a5
Regards
--
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=21147
Summary: SafeDisc v1.35.000 and Rayman 2
Product: Wine
Version: 1.1.35
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: smoki00790(a)gmail.com
Created an attachment (id=25388)
--> (http://bugs.winehq.org/attachment.cgi?id=25388)
Head of the Pirate.jpeg
Rayman 2 needs native dinput.dll (md5sum 1adf77b80823ef9267dde1129c35b0f1).
Keybord will not work with wine winver XP and 2003, every other works), also
renderer must be set to "opengl".
Really, it works for first few levels (1-6 levels), but in the middle of "The
Sanctuary of Stone and Fire" (7 level and upper levels periodicaly) it start to
show "head of Pirate":) (screenshot attached) and because of that pirate no
more playing is possibile. This is tried with old original CD and also with
backup CD.
What is maybe interesting to say, game originaly comes on 650 MB CD but files
on it are actually 6.9 GB!?!
--
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=7115
Anastasius Focht <focht(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
URL|http://www.gamershell.com/d |https://web.archive.org/web
|ownload_4364.shtml |/20200216062309/http://down
| |load.fileplanet.com/ftp1/ga
| |medemos/action/nfs3.zip?st=
| |wvub3Vf1zTJSa2cEu8wAtg&e=15
| |81844950
--- Comment #27 from Anastasius Focht <focht(a)gmx.net> ---
Hello folks,
thanks for the update/new link.
I've created a snapshot via Internet Archive:
https://web.archive.org/web/20200216062309/http://download.fileplanet.com/f…
$ sha1sum nfs3.zip
ecd4f99b2f2730f09b80c6f9dcb852e46e1a389d nfs3.zip
$Â du -sh nfs3.zip
30M nfs3.zip
Regards
--
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=7115
--- Comment #25 from joaopa <jeremielapuree(a)yahoo.fr> ---
Bug still occurs with wine-5.1.
--
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=13886
Summary: Focus is killed after unminimizing the window
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P4
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dylan.ah.smith(a)gmail.com
Steps to produce the bug:
1. Open up Wine's wordpad
wine wordpad
2. Minimize the window
3. Restore the window
Afterwards the window will have focus but the caret will not be shown.
I tested this on KDE 3.5.9 and Gnome 2.22.2 with the same bug occurring on
both.
I tested wordpad in Windows XP SP3, and there was no issue there.
I tested with WINEDLLOVERRIDES="riched20=n" and the bug occurred.
>From this I believe that it isn't a wordpad, or richedit issue.
I added some MESSAGE statements to find the sequence of events that cause the
cursor not to be shown, and this is what I found.
1. After the window is minimized WM_KILLFOCUS is sent to the richedit control
as expected.
2. After the window is restored, WM_SETFOCUS is sent as expected, then another
WM_KILLFOCUS is incorrectly sent which will cause the caret to be hidden and
destroyed.
--
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=25126
Summary: AIM 7.4 - Will not start correctly
Product: Wine
Version: 1.3.6
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: greghazi(a)gmail.com
Latest version of AIM (7.4) Will not start correctly in the latest development
release of WINE running in Ubuntu 10.10. It installs just fine but when you try
to run it the top menu bar of aim shows up then it 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.
https://bugs.winehq.org/show_bug.cgi?id=48609
Bug ID: 48609
Summary: winehq-stable depends on wine-stable (Debian Buster)
Product: Packaging
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-packages
Assignee: wine-bugs(a)winehq.org
Reporter: yanestra(a)gmail.com
CC: dimesio(a)earthlink.net, michael(a)fds-team.de,
sebastian(a)fds-team.de
Distribution: ---
# apt install --install-recommends winehq-stable
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
winehq-stable : Depends: wine-stable (= 5.0.0~buster)
E: Unable to correct problems, you have held broken packages.
--
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=48603
Bug ID: 48603
Summary: received error report program could not start
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jrost(a)web.de
Distribution: ---
Created attachment 66440
--> https://bugs.winehq.org/attachment.cgi?id=66440
pgrogram did not start
Program error/bug report
--
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=44723
Bug ID: 44723
Summary: .n3r File Extension
Product: Wine
Version: unspecified
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jarrod(a)dellachiesahospitality.com
Created attachment 60723
--> https://bugs.winehq.org/attachment.cgi?id=60723
Back Trace . TXT
.n3r File Extension won't open with Wine.
--
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=40993
Bug ID: 40993
Summary: NBA2K14 - Poor Performance
Product: Wine
Version: 1.9.14
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ben(a)xnode.org
Distribution: ---
Created attachment 55153
--> https://bugs.winehq.org/attachment.cgi?id=55153
Framerate log
Game should run very well on this hardware, but it's currently struggling and
appears to be limited for some reason other than sheer hardware power.
Logs attached for both +d3d and +fps. As you'll notice, the framerate never
really changes from 12 FPS regardless of whether it's ingame or on the menu.
Changing graphics settings from minimum to maximum also doesn't appear to make
any difference.
GPU info:
OpenGL vendor string: Intel Open Source Technology Center
OpenGL renderer string: Mesa DRI Intel(R) Iris Pro 6200 (Broadwell GT3e)
OpenGL core profile version string: 4.3 (Core Profile) Mesa 12.1.0-devel
(git-1069461)
OpenGL core profile shading language version string: 4.30
--
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=24704
Summary: Projected shadows do not appear in Lemony Snicket and
other Unreal 2.x games.
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Mac OS X 10.5
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: peanuthead_069(a)yahoo.com
Title says all. Not really that much of a problem gameplay-wise, although it'll
be better if it's fixed. The problem appears in A Series of Unfortunate Events,
HP: Prisoner of Azkaban and probably a couple of other games (such as UT2003)
that use the same engine (or a variant of it).
--
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=48595
Bug ID: 48595
Summary: Excel 2010 32 bit - links not working
Product: Wine
Version: 5.0
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: granric(a)gmail.com
Distribution: ---
Created attachment 66431
--> https://bugs.winehq.org/attachment.cgi?id=66431
Terminal log, with command on top
Steps to reproduce:
- open a new worksheet
- insert a link in a cell (e.g. www.winehq.org) - cell content becomes
hyperlink
- click on the link - nothing happens
Context: Office 2010 Professional, 32 bit - Ubuntu Mate 18.04 LTS, fully
updated, Wine 5.0
--
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=46077
Bug ID: 46077
Summary: Pathos: screen flickering / texture tearing
Product: Wine
Version: 3.19
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: orbisvicis(a)gmail.com
Distribution: ---
Created attachment 62694
--> https://bugs.winehq.org/attachment.cgi?id=62694
terminal output
Pathos is an open-source game available at https://pathos.azurewebsites.net
using the Inv framework available at
https://gitlab.com/hodgskin-callan/Invention/wikis/home. Both users attempting
to run the game via wine have reported the same issue on completely different
hardware. The game auto-updates. As far as I know all versions expose the issue
but I can confirm that w2018.1102.2249 is susceptible. There is a lot of detail
in the following reddit thread, including several work-arounds.
https://www.reddit.com/r/pathos_nethack/comments/9nh6qw/pathos_under_wine/
Wine versions:
* multilib (x86_64 + i686) wine 3.17 from fedora 28 with winepulse.drv audio
output and winetricks 20180603
* wine-devel 2.0.170 on Ubuntu
* latest wine from WineHQ repository on Mint 18.3 with winetricks 20180815-next
Game details:
* "It's all .NET Framework 4.5.0 and WPF controls. The main game board is
custom drawn using System.Windows.Media.DrawingContext."
Game installation
$ env WINEARCH=win32 WINEPREFIX=/.../Pathos/pathos.wine.prefix.win32/
winetricks corefonts dotnet452
$ env WINEARCH=win32 WINEPREFIX=/.../Pathos/pathos.wine.prefix.win32/
winetricks win7
$ env WINEARCH=win32 WINEPREFIX=/.../Pathos/pathos.wine.prefix.win32/ wine
PathosSetup.exe
$ env WINEARCH=win32 WINEPREFIX=/.../Pathos/pathos.wine.prefix.win32/ wine
"C:\Games\Pathos\PathosGame.exe"
Nvidia workarounds
+ GPU: NVIDIA Corporation GM206 [GeForce GTX 960]
+ GPU driver NVIDIA 396.54
+ OS: Fedora 28 + XMonad
* leave fullscreen mode
* run a compositor when the game is fullscreen
* disable "allow flipping" in the nvidia-settings OpenGL tab
* winetricks ddr=gdi (but this makes the game stutter and lag)
ATI workarounds
+ CPU: AMD APU A6-6700
+ GPU: AMD RX 570
+ GPU driver: AMDGPU
+ OS: Mint 18.3
* winetricks ddr=gdi (but this makes the game stutter and lag)
Opinions:
Looks like a double-buffering problem.
--
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=33385
Bug #: 33385
Summary: Map is black on resolutions bigger than 640x480 in
Gruntz
Product: Wine
Version: 1.5.28
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Admc(a)ufurmix.org
Classification: Unclassified
When 800x600 or 1024x768 resolution is set in Gruntz the map is black. Only
Gruntz are visible, this makes game unplayable. Bug occurs both in wine 1.4 and
1.5.28. On 1.2 it works fine, so obviously it's a regression.
Steps to reproduce:
1. Buy Gruntz or download demo -
http://download.cnet.com/Gruntz-demo/3000-2119_4-10026065.html
2. Install it
3. Apply resolution patch (there's a bug in game that prevents changing
resolution in in-game options) -
http://gooroosgruntz.proboards.com/index.cgi?board=GFAQs&action=display&thr…
4. Run game on virtual desktop
5. Start game on any map
6. Map is black, only Gruntz are visible
My graphics card is Nvidia GeForce GTX 550 Ti, I'm using Nvidia proprietary
driver version 319.12
My OS is Kubuntu 12.10, I removed pulseaudio and installed alsa+dmix instad of
it to get working sound in wine.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=43545
Bug ID: 43545
Summary: Path of exile crashes after a few minutes of playing
Product: Wine
Version: 2.14
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: winehq(a)khelekore.org
Distribution: ---
Created attachment 58945
--> https://bugs.winehq.org/attachment.cgi?id=58945
one of the crashes
Debian sid, running gnome 3 on X.
wine-2.14 (Staging), from deb https://dl.winehq.org/wine-builds/debian/ sid
main
Intel nuc, i7-5557U
Graphics: Mesa DRI Intel(R) Iris 6100 (Broadwell GT3) (0x162b)
OpenGL core profile version string: 4.5 (Core Profile) Mesa 17.1.5
Installed path of exile, tried with both 32 bit and 64 bit wine versions on
different WINEPREFIX, game seems to use 32 bit version no matter what.
Start game and play. It will stutter a bit every now and then which is a bit
annoying, but there are other bugs on that.
After a few minutes of playing, hard crash. Changing zone generally makes the
crash appear faster.
What information is missing?
--
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=48597
Bug ID: 48597
Summary: wine uninstaller does not update list of installed
apps after using the "Install" button
Product: Wine
Version: 5.1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: programs
Assignee: wine-bugs(a)winehq.org
Reporter: reinhold.hoffmann(a)hotmail.com
Distribution: ---
Created attachment 66433
--> https://bugs.winehq.org/attachment.cgi?id=66433
screenshot of uninstaller to demonstrate the issue
For clarification see attachement
The wine uninstaller offers to uninstall and install Windows apps. An
uninstallation can be initiated by the button "Change/Remove" (in German
"Ändern/Entfernen"). The list of installed apps is immediately updated and the
removed app does not show up in the list any longer.
But when installing an app through the button "Install.." (in German
"Installieren")- see attachment - the Windows app successfully installs but the
list is not updated immediately and the newly installed app does not show up.
Only after closing the uninstaller program and re-launching the uninstaller
program again, the new app shows up in the list of the installed apps. This is
inconsistent compared to removing an app and confusing.
In particular a native user who is not an expert may be very confused because
he/she does not immediately sees his/her newly installed app. He may try again
which may create real issues.
--
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=48604
Bug ID: 48604
Summary: Best Service Engine 2 crashing when loading virtual
instruments
Product: Wine
Version: 5.1
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: valinora(a)gmx.net
Distribution: ---
Created attachment 66441
--> https://bugs.winehq.org/attachment.cgi?id=66441
The error message Wine sprints out
I'm used to Best Service ENGINE https://www.bestservice.de/downloads.html which
is available for Windows and Mac only. So I use WINE 5.1 to get it to work. It
runs good up until loading instruments (registering them is not the problem).
At this point the ENGINE says that it does not find the necessary sound files.
These sound files are saved as ytil which the ENGINE fails to load. WINE itself
prints out a cryptic message (see attachment) which I do not understand.
--
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=7054
--- Comment #21 from joaopa <jeremielapuree(a)yahoo.fr> ---
Bug still occurs with wine-5.1.
--
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=48526
Bug ID: 48526
Summary: Farming Simulator 19 crashes when loading game
Product: Wine
Version: 5.0-rc6
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: scaniaking326(a)gmail.com
Distribution: ---
After recent update of wine Farming Simulator 19 crashes when going from main
menu to farm (simply said when i create new save with or without DLC/mods game
loaded but when i hit play it fully crashes with error 0). I have tryed several
compatibility changes (Windows 7 Windows 8.1 Windows 10) create new wine 64 bit
prefix and reinstall game with dependecies (Net 3.5 and DX9) but game still
crashes as i say when ggoing from menu to game
Please note that Net Framework is optional and game dont require it but with
NET installed game runs a bit better
--
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=48590
Bug ID: 48590
Summary: World of Tanks crashes on launch
Product: Wine
Version: 4.19
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: chris(a)cjwatts.com
Distribution: ---
Created attachment 66424
--> https://bugs.winehq.org/attachment.cgi?id=66424
Crash backtrace
1. Open Wargaming.com Game Center
2. Launch World of Tanks
3. Immediate crash with error reporting dialog (see attached backtrace)
Ubuntu 19.10
Tested with Ubuntu-bundled Wine 4.0.2 and the latest tested version of Wine
(4.19-staging), both with identical results.
Tried with winetricks, no effect.
Unable to test Wine 5.0+ due to black screen.
--
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.