http://bugs.winehq.org/show_bug.cgi?id=20359
Summary: Addition NetServerEnum() support
Product: Wine
Version: 1.1.31
Platform: All
URL: http://rh-software.com/
OS/Version: All
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ray(a)pobox.co.uk
Currently none of the SIV networking pages work as NetServerEnum()
(http://msdn.microsoft.com/en-us/library/aa370623(VS.85).aspx) is not
implemented. Please can support be added ?
Once added then SIV (http://rh-software.com/downloads/siv.zip) can be used to
test this using the command:
wine siv -save=[network]=stdout
--
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=47181
Bug ID: 47181
Summary: 'File has unexpected size (374028 != 385384). Mirror
sync in progress?'
Product: WineHQ.org
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: www-unknown
Assignee: wine-bugs(a)winehq.org
Reporter: joll.nicholas(a)gmail.com
Distribution: ---
Created attachment 64435
--> https://bugs.winehq.org/attachment.cgi?id=64435
Apt output
I attach some errors that were generated by apt when it deals with the
following Wine repository:
https://dl.winehq.org/wine-builds/ubuntu/ bionic main
It is only Wine and a few other offenders that ever generate these errors on my
system. To be clear: I see such errors on my system, generated by Wine's
repository, periodically. Now, such errors yields to a rash of support
questions on Linux forums by those new to Linux who want to know what is going
on.
Is there no better way of doing things that could be implemented at your end?
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.
https://bugs.winehq.org/show_bug.cgi?id=47091
Bug ID: 47091
Summary: Wine-Staging 4.7 release server-Desktop_Refcount
patchset breaks 'patchinstall.sh ... --backend=git
--force-autoconf --all'
Product: Wine-staging
Version: 4.7
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: focht(a)gmx.net
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
Hello folks,
encountered this when building official Wine-Staging 4.7 release.
With the reintroduction of server-Desktop_Refcount patchset, running
'patchinstall.sh' script with '... --backend=git --force-autoconf --all'
doesn't work anymore. You might argue why people use '--force-autoconf' option
but that's a separate thing :-)
--- snip ---
...
HEAD is now at 6e3f39a4c5 Release 4.7.
Cloning into '/home/focht/projects/wine/staging-patches-4.7'...
remote: Enumerating objects: 102, done.
remote: Counting objects: 100% (102/102), done.
remote: Compressing objects: 100% (70/70), done.
remote: Total 35588 (delta 45), reused 61 (delta 31), pack-reused 35486
Receiving objects: 100% (35588/35588), 29.56 MiB | 4.26 MiB/s, done.
Resolving deltas: 100% (23518/23518), done.
HEAD is now at 547e7c81 Release v4.7
Cloning into '/home/focht/projects/wine/staging-src-4.7'...
done.
Checking out files: 100% (7764/7764), done.
HEAD is now at 6e3f39a4c5 Release 4.7.
Applying
/home/focht/projects/wine/staging-patches-4.7/patches/Compiler_Warnings/0001-windowscodecs-Avoid-implicit-cast-of-interface-point.patch
Applying: windowscodecs: Avoid implicit cast of interface pointer.
Auto packing the repository in background for optimum performance.
...
Applying
/home/focht/projects/wine/staging-patches-4.7/patches/riched20-IText_Interface/0010-riched20-Silence-repeated-FIXMEs-triggered-by-Adobe-.patch
Applying: riched20: Silence repeated FIXMEs triggered by Adobe Reader.
Applying
/home/focht/projects/wine/staging-patches-4.7/patches/server-Desktop_Refcount/0001-server-Introduce-a-new-alloc_handle-object-callback..patch
Applying: server: Introduce a new alloc_handle object callback. (v2)
error: patch failed: include/wine/server_protocol.h:6677
error: include/wine/server_protocol.h: patch does not apply
Patch failed at 0001 server: Introduce a new alloc_handle object callback. (v2)
Use 'git am --show-current-patch' to see the failed patch
When you have resolved this problem, run "git am --continue".
If you prefer to skip this patch, run "git am --skip" instead.
To restore the original branch and stop patching, run "git am --abort".
ERROR: Failed to apply patch, aborting!
ERROR in build.sh: line 470 with exit code 1
ERROR message: "Failed to run Wine-Staging 'patchinstall' script!"
--- snip ---
https://github.com/wine-staging/wine-staging/tree/master/patches/server-Des…
Introduced here:
https://github.com/wine-staging/wine-staging/commit/4e7071e4f14f6ce85b0eb4b…
Specifically:
https://github.com/wine-staging/wine-staging/blob/master/patches/server-Des…
It seems 'include/wine/server_protocol.h' was committed by mistake here?
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=47124
Bug ID: 47124
Summary: Wine+eventfd_synchronization patches build fails
Product: Wine-staging
Version: 4.7
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: shtetldik(a)gmail.com
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
I tried building Wine + eventfd_synchronization patches from staging (applying
only them using
./patchinstall.sh DESTDIR="$wine_src" eventfd_synchronization
The build is failing like this (both on Wine master and Wine b47938273):
gcc -m64 -c -o trace.o /home/user/build/wine-git/source/server/trace.c -I. \
-I/home/user/build/wine-git/source/server -I../include \
-I/home/user/build/wine-git/source/include -D__WINESRC__ -Wall -pipe
-fno-strict-aliasing \
-Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers
-Wno-packed-not-aligned \
-Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits
-Wunused-but-set-parameter -Wvla \
-Wwrite-strings -Wpointer-arith -Wlogical-op -O3 -march=znver1
/home/user/build/wine-git/source/server/sock.c: In function
‘req_socket_cleanup’:
/home/user/build/wine-git/source/server/sock.c:1345:20: error: too many
arguments to function ‘enumerate_handles’
while ((sock = enumerate_handles(current->process, &sock_ops, &index,
NULL)))
^~~~~~~~~~~~~~~~~
In file included from /home/user/build/wine-git/source/server/sock.c:64:
/home/user/build/wine-git/source/server/handle.h:51:21: note: declared here
extern obj_handle_t enumerate_handles( struct process *process, const struct
object_ops *ops,
^~~~~~~~~~~~~~~~~
make[1]: *** [Makefile:1368: sock.o] Error 1
Probably dependency patch is not listed.
--
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=47108
Bug ID: 47108
Summary: Space Hack (Maximus XV): missing textures
Product: Wine-staging
Version: 4.7
Hardware: x86
URL: https://www.fileplanet.com/archive/p-24861/Maximus-XV-
Abraham-Strong-Demo
OS: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
Created attachment 64300
--> https://bugs.winehq.org/attachment.cgi?id=64300
screenshot
In the game Space Hack (aka. Maximus XV) most of the textures are missing. The
problem doesn't occur in vanilla Wine.
The patch to blame:
https://github.com/wine-staging/wine-staging/blob/master/patches/ddraw-Rend…
setupmaximusxvdemo.exe (103 MB)
md5sum: 261d276e48b99bc1b2568a4356ac8e4d
wine-4.7-66-g8039941c52
OpenGL vendor string: NVIDIA Corporation
OpenGL renderer string: GeForce GT 730/PCIe/SSE2
OpenGL core profile version string: 4.6.0 NVIDIA 418.52.05
OpenGL core profile shading language version string: 4.60 NVIDIA
--
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=47100
Bug ID: 47100
Summary: Simple command that needs CreateSymbolicLinkW doesn`t
work anymore in Staging-4.7
Product: Wine-staging
Version: 4.6
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: xerox.xerox2000x(a)gmail.com
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
Hi, I noticed that the patchset in Staging for CreateSymbolicLinkW has been
updated.
Just creating this bug to let you know that the simple command from comment #4:
https://bugs.winehq.org/show_bug.cgi?id=44948#c4 doesn`t work anymore.
I have a compiled recent version lying here ( wine-4.3-339-g865d4c3c72
(Staging)). There it seems to wok fine.
The command from comment #4 in one liner:
cd $(mktemp -d) &&
/media/louis/00e587ff-1035-4ec8-8d1f-b69d3527589a/wine-staging4.3/wine64-build/wine
cmd /C "mklink foo bar" && stat foo
000b:fixme:winediag:start_process Wine Staging 4.3 is a testing version
containing experimental patches.
000b:fixme:winediag:start_process Please mention your exact version when filing
bug reports on winehq.org.
File: foo -> /home/louis/.wine/dosdevices/z:/tmp/tmp.8TxcDBiOH7/bar
Size: 54 Blocks: 0 IO Block: 4096 symbolic link
Device: 821h/2081d Inode: 1048736 Links: 1
Access: (0777/lrwxrwxrwx) Uid: ( 1000/ louis) Gid: ( 1000/ louis)
Access: 2019-04-29 21:56:16.530708099 +0200
Modify: 2019-04-29 21:56:16.530708099 +0200
Change: 2019-04-29 21:56:16.530708099 +0200
in current Staging 4.7:
cd $(mktemp -d) && /opt/wine-staging/bin/wine cmd /C "mklink foo bar" && stat
foo
000b:fixme:winediag:start_process Wine Staging 4.7 is a testing version
containing experimental patches.
000b:fixme:winediag:start_process Please mention your exact version when filing
bug reports on winehq.org.
Failed to open 'foo'
stat: cannot stat 'foo': No such file or directory
If I remember correctly running Office365 installer with Staging was enough to
avoid manually copying files to correct locations.
I did not yet test if that is broken too now in Staging-4.7, will do later
(takes quite some time). Just reporting this simple example for 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=47121
Bug ID: 47121
Summary: Soulbringer displays only black screen in hardware
rendering mode
Product: Wine-staging
Version: 4.7
Hardware: x86
URL: https://www.gog.com/game/soulbringer
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
CC: gofmanp(a)gmail.com, leslie_alistair(a)hotmail.com,
z.figura12(a)gmail.com
Distribution: ---
Created attachment 64331
--> https://bugs.winehq.org/attachment.cgi?id=64331
terminal output
The screen turns black but the game is still running when the game is loading
to the menu when any of the available hardware rendering modes is selected in
the launcher (including DX6 and DX7 renderers). Software rendering works
properly. The problem doesn't occur in vanilla Wine. No demo version is
available.
The patch to blame:
https://github.com/wine-staging/wine-staging/blob/master/patches/ddraw-Rend…
wine-4.7-177-gb479382737 (Staging)
OpenGL vendor string: NVIDIA Corporation
OpenGL renderer string: GeForce GT 730/PCIe/SSE2
OpenGL core profile version string: 4.6.0 NVIDIA 418.52.05
--
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=47148
Bug ID: 47148
Summary: mouse long-clic is badly handled in wine 4.7
Product: Wine
Version: 4.7
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: guillaume.lelouet(a)gmail.com
Distribution: ---
it was alright before 4.7, and if I switch back to wine 4.6 it's alright.
The long press right click and middle click behave badly, like a long click is
translated on a different position than a short click. eg if I click somewhere,
it's okay ; if I click and keep mouse1 clicked, then the mouse is moved
somewhere else.
In some games it means the right/middle click is not usable.
OS is ubuntu 19.04 , wine version is 4.7~disco , package is winehq-stagging .
--
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=39335
Bug ID: 39335
Summary: Evernote 5.9.x - cannot browse or edit notes
Product: Wine
Version: 1.7.50
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: falconepl(a)gmail.com
Distribution: ---
When Evernote 5.9.x (e.g. the latest Evernote 5.9.1.8742) is started up, your
recently modified note (e.g. on another device) is being displayed. However,
when one tries to jump to some other note, by selecting an element on "All
notes" list, the content of the currently displayed note is not changed (only
note's header is being updated - information on note's creation date etc.)
Only when you double click on given note element from your notes list, a pop-up
window with that note's content/text shows up, but the note cannot be edited.
The last version of Evernote that hasn't got these problems was Evernote
5.8.13.8152.
Tested under Wine 1.7.50.
--
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=47173
Bug ID: 47173
Summary: Watch_dogs 2: Game freezes while loading
Product: Wine
Version: 4.7
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: tlarhices(a)gmail.com
Distribution: ---
How to reproduce:
* Install Uplay + steam + Watch_dogs2
* Launch Watch_dogs2
* Start a new game
After that the loading screen will show up and freeze near 100%.
Upon looking at the logs it seemed to have issues with shaders
(wd2_medium.log), so I restarted with the game set to the lowest display
setting but it also froze at the same place (wd2_low.log)
--
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=47117
Bug ID: 47117
Summary: Terraria stack overflow on launch
Product: Wine
Version: 4.7
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: gzoli44(a)gmail.com
Distribution: ---
Created attachment 64327
--> https://bugs.winehq.org/attachment.cgi?id=64327
WINEDEBUG=+all logs
Starting Terraria (the 2d game) pops up a window, which freezes, and after a
while outputs:
"Process is terminated due to StackOverflowException."
Using:
Arch Linux x64
i3wm (maybe this counts)
wine-4.7
Attached logs:
all: WINEDEBUG=+all: app wont even start
dlls: WINEDEBUG=+dlls
loaddll: WINEDEBUG=+loaddll
installed: installed dll-s with winetricks
--
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=47171
Bug ID: 47171
Summary: Mouse moving down on vertical movements
Product: Wine-staging
Version: 4.7
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: tlarhices(a)gmail.com
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
Notes:
* When using wine-stable or wine-development this bug does not occur, only
wine-staging.
* The bug happens in the game watch dogs but does not occur in watch dogs 2.
* Did not see anything related to mouse in the logs, but can provide if needed.
Summary:
It seems like mouse movements are reported with an offset towards "down";
* Moving the mouse horizontally works correctly
* Moving the mouse down, makes the cursor move down very fast
* Moving the mouse up slowly, makes the cursor move down
* Moving the mouse up very fast, makes the cursor move up slowly
How to reproduce:
* Create a new prefix
* Install Uplay + steam + watch dogs
* Start watch dogs
* In the menus and in game, move your mouse vertically:
** Cursor will move down fast
** Only sliding mouse very quickly up will have the cursor move correctly
upwards
--
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=657
pattietreutel <katyaberezyaka(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |katyaberezyaka(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=47166
Bug ID: 47166
Summary: StampsScale.exe Crashes on Install
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winelib
Assignee: wine-bugs(a)winehq.org
Reporter: tmp(a)pc-homepage.com
Distribution: ---
Created attachment 64415
--> https://bugs.winehq.org/attachment.cgi?id=64415
Error Output
Running installed StampsScale.exe for the Stamps.com scale crashes in Ubuntu
19.04.
--
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=46544
Bug ID: 46544
Summary: Pitney Bowes SendPro - Install appears OK but app
fails on serious error when run
Product: Wine
Version: 4.0-rc6
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: bugzilla(a)globaldude.net
Distribution: ---
Created attachment 63406
--> https://bugs.winehq.org/attachment.cgi?id=63406
Diagnostic dump produced by Wine
I have downloaded the SendPro for Windows desktop software from the Pitney
Bowes website. I used the Wine installer to install this application by
clicking on the downloaded file and selecting the Wine installer. The
installation seemed to go fine. At the end of the installation, I was given
the option to run the newly installed app. The app began to start up but then
failed with a "serious error" and a diagnostic dump, which is attached. I
tried restarting the app with the same results.
I am running Wine 4.0 rc6 under Fedora 29 linux.
--
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=40301
Bug ID: 40301
Summary: Wrong DTM_GETRANGE message result
Product: Wine
Version: 1.8.1
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: comctl32
Assignee: wine-bugs(a)winehq.org
Reporter: vz-wine(a)zeitlins.org
Distribution: ---
Looking at http://source.winehq.org/source/dlls/comctl32/datetime.c#1575 you
can see this line:
return ret ? ret : 1; /* bug emulation */
I'm not sure which bug does it mean and the commit which added it (see
https://github.com/wine-mirror/wine/commit/63fe9d449#diff-60ef36c9d147674ec…)
doesn't go into the details, but this behaviour seems to buggy as it returns
GDTR_MIN, implying that the minimum bound of the range is set, even when it is
not the case.
Currently this results in asserts when creating wxDatePickerCtrl from wxWidgets
with WINE (while it works correctly under native Windows) and while I'll work
around this in wxWidgets itself, I think this is still a bug in WINE and could
result in problems in the other applications as well and should be fixed in it.
The fix, of course, is trivial: just "return ret" (or avoid the temporary
variable and fold the return with the previous line).
--
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=47157
Bug ID: 47157
Summary: FantaMorph 5 crashes on exit
Product: Wine
Version: 4.7
Hardware: x86
OS: Linux
Status: NEW
Severity: minor
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dark.shadow4(a)web.de
Distribution: ---
Created attachment 64389
--> https://bugs.winehq.org/attachment.cgi?id=64389
Crash log
Just starting and exiting the program yields a crash.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=47156
Bug ID: 47156
Summary: widl generates bitfields with a number of bits too
large for the underlying type
Product: Wine
Version: 4.6
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: rpc
Assignee: wine-bugs(a)winehq.org
Reporter: richard(a)torproject.org
Distribution: ---
The following struct definition in source idl does not generate a parser error
when it really should:
struct flags
{
char flag1 : 1000;
};
--
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=47123
Bug ID: 47123
Summary: Starcitizen - joystick not recognized after wine
commit 085e5887
Product: Wine
Version: 4.6
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-dinput
Assignee: wine-bugs(a)winehq.org
Reporter: luca_pi(a)yahoo.it
Distribution: ---
Created attachment 64337
--> https://bugs.winehq.org/attachment.cgi?id=64337
revert commit 085e5887
Since wine commit 085e588, Starcitizen stop recognizing the attached
controllers.
https://github.com/wine-mirror/wine/commit/085e58878f58c8e9fd03f8b56ac5489a…
In Joy.cpl they appear with no issues and all seems working fine, but
Starcitizen does not sees them anymore. Before that commit all was working fine
and building latest wine with the attached patch (which just revert that
commit), SC recognize them again.
the attached is not a fix just a temporary workaround.
--
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=37359
Bug ID: 37359
Summary: planetside 2 no mouseclicks registered
Product: Wine
Version: 1.7.25
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: riderofdeath210(a)gmail.com
after i launch ps2 and the game started and i have to choice the
guild/clan/army
i cant click on any of the buttons i can move my mouse but no mouse cicks are
working
--
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=34372
Bug #: 34372
Summary: Add missing function
AllocateAndGetTcpExTableFromStack() to iphlpapi.dll
Product: Wine
Version: 1.6
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: iphlpapi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ralf.habacker(a)freenet.de
Classification: Unclassified
Created attachment 45753
--> http://bugs.winehq.org/attachment.cgi?id=45753
Implementation for AllocateAndGetTcpExTableFromStack()
The appended patch adds the missing function
AllocateAndGetTcpExTableFromStack() to iphlpapi.dll
This missing function has been detected while testing of cross compiled dbus
http://dbus.freedesktop.org under 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=46861
Bug ID: 46861
Summary: TopoEdit crashes with unimplemented function
mf.dll.MFEnumDeviceSources
Product: Wine
Version: 4.4
Hardware: x86-64
URL: https://resources.oreilly.com/examples/9780735656598-f
iles/tree/a7df48c133c4781b73947b1f25691bd7604cd81e/Too
ls/TopoEdit/x86
OS: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: mfplat
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
Distribution: ---
Topology -> Add (Video/Audio) Capture Source...
wine: Call from 0x7b4414bb to unimplemented function mf.dll.MFEnumDeviceSources
--
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=29460
Bug #: 29460
Summary: Ruijie Supplicant crash at start
Product: Wine
Version: 1.3.35
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fracting(a)gmail.com
Classification: Unclassified
Created attachment 38142
--> http://bugs.winehq.org/attachment.cgi?id=38142
Log: Ruijie Supplicant crash
1. Download RGSupplicant4.10_1026.exe
http://115.com/file/cmr79xxh
2. winetricks vcrun6 ( for mfc42)
3. install RGSupplicant4.10_1026.exe with wine
4. Start RuijieSupplicant.exe
$ cd ".wine/drive_c/Program Files/Ruijie Networks/Ruijie Supplicant"
$ wine RuijieSupplicant.exe
Actual result:
Crash
Expect result:
Display the main GUI for RuijieSupplicant.exe
Log:
fixme:ntoskrnl:IoGetCurrentProcess () stub
wine: Unhandled page fault on read access to 0x00000000 at address 0x78010765
(thread 0027), starting debugger...
Backtrace:
=>0 0x78010765 in msvcrt (+0x10765) (0x0053e618)
1 0x005404ab in su1xdriver.sys (+0x4aa) (0x0053e6a8)
2 0x7ec1651a load_driver+0x58a()
[/home/fracting/wine-git/programs/winedevice/device.c:253] in winedevice
(0x0053e938)
3 0x7ec167be ServiceMain+0x11e(argc=0x1, argv=0x110af8)
[/home/fracting/wine-git/programs/winedevice/device.c:307] in winedevice
(0x0053e9a8)
4 0x7ebbd0e8 service_thread+0x161(arg=0x1108c0)
[/home/fracting/wine-git/dlls/advapi32/service.c:291] in advapi32 (0x0053ea28)
--
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=47107
Bug ID: 47107
Summary: Windows XP DDK installer fails to copy any files
Product: Wine
Version: 4.7
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: setupapi
Assignee: z.figura12(a)gmail.com
Reporter: z.figura12(a)gmail.com
Depends on: 12332
Distribution: ---
It installs INF files with junk source paths, and uses SPFILENOTIFY_NEEDMEDIA
notifications in queue callback to supply the correct source path.
I have patches that address this.
--
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=31101
Bug #: 31101
Summary: ScoobyRom fails to start
(mscoree:ConfigFileHandler_startElement: unknown
elements)
Product: Wine
Version: 1.5.7
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: mscoree
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fschaefer.oss(a)googlemail.com
Classification: Unclassified
ScoobyRom (https://github.com/SubaruDieselCrew/ScoobyRom) fails to start.
Instead I get the following console output:
fixme:mscoree:ConfigFileHandler_startElement Unknown element L"appSettings" in
state 1
fixme:mscoree:ConfigFileHandler_startElement Unknown element L"add" in state 3
fixme:mscoree:ConfigFileHandler_startElement Unknown element L"add" in state 3
fixme:mscoree:ConfigFileHandler_startElement Unknown element L"add" in state 3
fixme:mscoree:ConfigFileHandler_startElement Unknown element L"add" in state 3
Unhandled Exception: System.TypeLoadException: Could not load type
'ScoobyRom.MainClass' from assembly 'ScoobyRom, Version=0.6.2.32780,
Culture=neutral, PublicKeyToken=null'.
[ERROR] FATAL UNHANDLED EXCEPTION: System.TypeLoadException: Could not load
type 'ScoobyRom.MainClass' from assembly 'ScoobyRom, Version=0.6.2.32780,
Culture=neutral, PublicKeyToken=null'.
--
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=46993
Bug ID: 46993
Summary: ntoskrnl.exe tests don't compile when using -O0
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dark.shadow4(a)web.de
Distribution: ---
Error:
##################
/usr/lib/gcc/i686-w64-mingw32/8.3.0/../../../../i686-w64-mingw32/bin/ld:
driver.cross.o: in function `kvprintf':
/home/fabian/Programming/Wine/wine/dlls/ntoskrnl.exe/tests/../../../../wine-git/dlls/ntoskrnl.exe/tests/driver.c:64:
undefined reference to `strlen'
/usr/lib/gcc/i686-w64-mingw32/8.3.0/../../../../i686-w64-mingw32/bin/ld:
driver.cross.o: in function `test_resource':
/home/fabian/Programming/Wine/wine/dlls/ntoskrnl.exe/tests/../../../../wine-git/dlls/ntoskrnl.exe/tests/driver.c:946:
undefined reference to `memset'
##################
Only happens in -O0, otherwise the compiler seems to optimize away the
functions.
Bisected to
commit 0022af881e567093621b20d29794503be9400e0b
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Tue Apr 9 09:39:47 2019 +0200
makefiles: Default to building test resource dlls as PE.
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=47142
Bug ID: 47142
Summary: Esportal client 1.0 (CS:GO anti-cheat) fails to start,
reporting 'The procedure entry point NdrServerCallAll
could not be located in the dynamic link library
RPCRT4.dll'
Product: Wine
Version: 4.7
Hardware: x86
URL: https://web.archive.org/web/20190507163228/https://static.esportal.com/esportal-client.exe
OS: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: rpc
Assignee: wine-bugs(a)winehq.org
Reporter: xerox.xerox2000x(a)gmail.com
Distribution: ---
As per request creating seperate bugreport for next bug.
Follow-up of https://bugs.winehq.org/show_bug.cgi?id=47131
--
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=47122
Bug ID: 47122
Summary: Star Citizen stopped working on commit
32d7838da73dd9bc3ee999d73a310da7adfb27dd
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: rawfox(a)freenet.de
Distribution: ---
Created attachment 64333
--> https://bugs.winehq.org/attachment.cgi?id=64333
backtrace from wine commit wine-4.7-71-g32d7838da7
Since commit 32d7838da73dd9bc3ee999d73a310da7adfb27dd Star Citizen wont work
anymore.
When starting the launcher, wine drops an error, see attached backtrace.
This error wont stop the launcher launching itself and the game, but the game
hangs on loading.
All commits before have been working nice, but this commit broke it anyhow:
https://github.com/wine-mirror/wine/commit/32d7838da73dd9bc3ee999d73a310da7…
This bug is a blocker, game worked great before.
Greetings from Germany :)
Cheers, raw^^
--
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=47027
Bug ID: 47027
Summary: EA Origin: Crashes on start
Product: Wine
Version: 4.6
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: sporif(a)posteo.net
CC: julliard(a)winehq.org
Regression SHA1: cf8193df5b4c5a09208e40d8f3183c00187c8bd0
Distribution: ArchLinux
Created attachment 64190
--> https://bugs.winehq.org/attachment.cgi?id=64190
Log from starting Origin with wine 4.5
Wine-staging is required to install Origin and it successfully installs on
wine-staging 4.5 and 4.6. But while wine and wine-staging 4.5 can run Origin
after it has been installed, wine and wine-staging 4.6 cannot. 4.6 crashes
after a few seconds while previous versions show the login screen. The commit
that seems to have caused this regression is cf8193d. Attached are logs of
starting Origin with wine 4.5, 4.6, cf8193d and the previous commit 9911cfd.
--
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=45155
Bug ID: 45155
Summary: OpenGL Window Z order in Truespace
Product: Wine
Version: 3.7
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jcarthew(a)gmail.com
Distribution: ---
Created attachment 61346
--> https://bugs.winehq.org/attachment.cgi?id=61346
Screenshot of TrueSpace drawn Correctly with Child Windows.
Main view window is drawing over other windows when set to OpenGL. Issue does
not occur when main view is split into 4 which places the 4 views into child
windows.
Screenshot 1 shows the four views with Child Windows.
Screenshot 2 shows the OpenGL Main View drawing over the tool windows.
Screenshot 3 shows the tool windows which are being drawn over when the windows
are toggled on/off.
--
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=45213
Bug ID: 45213
Summary: wine 3.7 can run VC + visual assist, but wine 3.8 can
not. or maybe gcc version related
Product: Wine
Version: 3.8
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: h2008676(a)nwytg.com
Distribution: ---
I'm using archlinux, and WINEARCH=win32
If visual assist uninstalled, VC can run well on both wine 3.7 and wine 3.8.
With wine 3.8 and visual assist installed, the VC immediately freezed after
launch, no response at all.
Also, when I replace /usr/lib32/wine with the same contents of wine 3.7,
itbecame work again.
wine-3.7 arch pkg download from the below url:
http://ftp.ksu.edu.tw/FTP/Linux/archlinux/multilib/os/x86_64/wine-3.7-1-x86…
Then I tried to build wine-3.7 on my LFS system, but it still failed to load VC
with Visual Assist, same as wine-3.8 did.
I'm using GCC-8.1 on my LFS system, maybe it is gcc version related ?
I compaired the logs of them, when it failed, it has a error log
'seh:setup_exception_record stack overflow' just after 'GetCurrentPackageId'.
More logs below:
============================================================
first time log
------------------------------
good:
-----
0019:fixme:mountmgr:harddisk_ioctl Unsupported ioctl 74080 (device=7 access=1
func=20 method=0)
0143:fixme:ntdll:EtwRegisterTraceGuidsW (0x107d2c23, (nil),
{f7b697a3-4db5-4d3b-be71-c4d284e6592f}, 7, 0x10b0be74, (null), (null),
0x10b949b0): stub
0143:fixme:ntdll:EtwRegisterTraceGuidsW register trace class
{72b14a7d-704c-423e-92f8-7e6d64bcb92a}
0143:fixme:ntdll:EtwRegisterTraceGuidsW register trace class
{e2091f8a-1e0a-4731-84a2-0dd57c8a5261}
0143:fixme:ntdll:EtwRegisterTraceGuidsW register trace class
{e8a3bf1f-a86b-4390-9c60-5390b969d22c}
0143:fixme:ntdll:EtwRegisterTraceGuidsW register trace class
{5727a00f-50be-4519-8256-f7699871fecb}
0143:fixme:ntdll:EtwRegisterTraceGuidsW register trace class
{7e854ec7-cdc4-405a-b5b2-aaf7c9e7d40c}
0143:fixme:ntdll:EtwRegisterTraceGuidsW register trace class
{79a60dc6-5fc8-4952-a41c-1163aeec5eb8}
0143:fixme:ntdll:EtwRegisterTraceGuidsW register trace class
{2718d25b-5bf5-4479-8e88-babc64bdbfca}
0143:fixme:process:GetNumaHighestNodeNumber (0x33edf8): semi-stub
0150:fixme:process:FlushProcessWriteBuffers : stub
0158:fixme:ver:GetCurrentPackageId (0x491fe9c (nil)): stub
0159:fixme:ver:GetCurrentPackageId (0x4a2fe9c (nil)): stub
015b:fixme:ieframe:PersistStreamInit_InitNew (0x4bad528)
015b:fixme:ieframe:navigate_url Unsupported args (Flags 0x6ebe800 {VT_I4: 14};
TargetFrameName 0x6ebe7f0 {VT_BSTR: (null)})
0152:err:winediag:SECUR32_initNTLMSP ntlm_auth was not found or is outdated.
Make sure that ntlm_auth >= 3.0.25 is in your path. Usually, you can find it in
the winbind package of your distribution.
Could not load wine-gecko. HTML rendering will be disabled.
015b:err:mshtml:create_document_object Failed to init Gecko, returning
CLASS_E_CLASSNOTAVAILABLE
015b:fixme:ole:CoCreateInstanceEx no instance created for interface
{00000000-0000-0000-c000-000000000046} of class
{25336920-03f9-11cf-8fd0-00aa00686f13}, hres is 0x80040111
015b:fixme:ieframe:handle_navigation_error Navigate to error page
015b:fixme:ieframe:bind_to_object BindToObject failed: 800c0010
015b:fixme:ieframe:OleInPlaceObject_InPlaceDeactivate (0x4bad528)
X Error of failed request: BadPixmap (invalid Pixmap parameter)
Major opcode of failed request: 54 (X_FreePixmap)
Resource id in failed request: 0x1c001c70
Serial number of failed request: 5168
Current serial number in output stream: 5169
The operation completed successfully
The operation completed successfully
quit.
------------------------------
bad:
-----
0019:fixme:mountmgr:harddisk_ioctl Unsupported ioctl 74080 (device=7 access=1
func=20 method=0)
00e1:fixme:ntdll:EtwRegisterTraceGuidsW (0x107d2c23, (nil),
{f7b697a3-4db5-4d3b-be71-c4d284e6592f}, 7, 0x10b0be74, (null), (null),
0x10b949b0): stub
00e1:fixme:ntdll:EtwRegisterTraceGuidsW register trace class
{72b14a7d-704c-423e-92f8-7e6d64bcb92a}
00e1:fixme:ntdll:EtwRegisterTraceGuidsW register trace class
{e2091f8a-1e0a-4731-84a2-0dd57c8a5261}
00e1:fixme:ntdll:EtwRegisterTraceGuidsW register trace class
{e8a3bf1f-a86b-4390-9c60-5390b969d22c}
00e1:fixme:ntdll:EtwRegisterTraceGuidsW register trace class
{5727a00f-50be-4519-8256-f7699871fecb}
00e1:fixme:ntdll:EtwRegisterTraceGuidsW register trace class
{7e854ec7-cdc4-405a-b5b2-aaf7c9e7d40c}
00e1:fixme:ntdll:EtwRegisterTraceGuidsW register trace class
{79a60dc6-5fc8-4952-a41c-1163aeec5eb8}
00e1:fixme:ntdll:EtwRegisterTraceGuidsW register trace class
{2718d25b-5bf5-4479-8e88-babc64bdbfca}
00e1:fixme:process:GetNumaHighestNodeNumber (0x33edf8): semi-stub
00eb:fixme:process:FlushProcessWriteBuffers : stub
00f6:fixme:ver:GetCurrentPackageId (0x494fe9c (nil)): stub
00f7:fixme:ver:GetCurrentPackageId (0x4a5fe9c (nil)): stub
00e1:err:seh:setup_exception_record stack overflow 1388 bytes in thread 00e1
eip 7e9346b1 esp 00240dc4 stack 0x240000-0x241000-0x340000
00f5:fixme:ntdll:EtwUnregisterTraceGuids deadbeef: stub
00f3:err:winediag:SECUR32_initNTLMSP ntlm_auth was not found or is outdated.
Make sure that ntlm_auth >= 3.0.25 is in your path. Usually, you can find it in
the winbind package of your distribution.
The operation completed successfully
The operation completed successfully
quit.
============================================================
second time run log
------------------------------
good:
-----
0019:fixme:mountmgr:harddisk_ioctl Unsupported ioctl 74080 (device=7 access=1
func=20 method=0)
01ac:fixme:ntdll:EtwRegisterTraceGuidsW (0x107d2c23, (nil),
{f7b697a3-4db5-4d3b-be71-c4d284e6592f}, 7, 0x10b0be74, (null), (null),
0x10b949b0): stub
01ac:fixme:ntdll:EtwRegisterTraceGuidsW register trace class
{72b14a7d-704c-423e-92f8-7e6d64bcb92a}
01ac:fixme:ntdll:EtwRegisterTraceGuidsW register trace class
{e2091f8a-1e0a-4731-84a2-0dd57c8a5261}
01ac:fixme:ntdll:EtwRegisterTraceGuidsW register trace class
{e8a3bf1f-a86b-4390-9c60-5390b969d22c}
01ac:fixme:ntdll:EtwRegisterTraceGuidsW register trace class
{5727a00f-50be-4519-8256-f7699871fecb}
01ac:fixme:ntdll:EtwRegisterTraceGuidsW register trace class
{7e854ec7-cdc4-405a-b5b2-aaf7c9e7d40c}
01ac:fixme:ntdll:EtwRegisterTraceGuidsW register trace class
{79a60dc6-5fc8-4952-a41c-1163aeec5eb8}
01ac:fixme:ntdll:EtwRegisterTraceGuidsW register trace class
{2718d25b-5bf5-4479-8e88-babc64bdbfca}
01ac:fixme:process:GetNumaHighestNodeNumber (0x33edf8): semi-stub
01b5:fixme:process:FlushProcessWriteBuffers : stub
01bf:fixme:ver:GetCurrentPackageId (0x490fe9c (nil)): stub
01c0:fixme:ver:GetCurrentPackageId (0x4a1fe9c (nil)): stub
01ac:err:treeview:TREEVIEW_HandleTimer got unknown timer
01ac:fixme:win:LockWindowUpdate (0x10020), partial stub!
01ac:fixme:win:LockWindowUpdate ((nil)), partial stub!
01ac:err:treeview:TREEVIEW_HandleTimer got unknown timer
01b0:fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
------------------------------
bad:
-----
0019:fixme:mountmgr:harddisk_ioctl Unsupported ioctl 74080 (device=7 access=1
func=20 method=0)
01d1:fixme:ntdll:EtwRegisterTraceGuidsW (0x107d2c23, (nil),
{f7b697a3-4db5-4d3b-be71-c4d284e6592f}, 7, 0x10b0be74, (null), (null),
0x10b949b0): stub
01d1:fixme:ntdll:EtwRegisterTraceGuidsW register trace class
{72b14a7d-704c-423e-92f8-7e6d64bcb92a}
01d1:fixme:ntdll:EtwRegisterTraceGuidsW register trace class
{e2091f8a-1e0a-4731-84a2-0dd57c8a5261}
01d1:fixme:ntdll:EtwRegisterTraceGuidsW register trace class
{e8a3bf1f-a86b-4390-9c60-5390b969d22c}
01d1:fixme:ntdll:EtwRegisterTraceGuidsW register trace class
{5727a00f-50be-4519-8256-f7699871fecb}
01d1:fixme:ntdll:EtwRegisterTraceGuidsW register trace class
{7e854ec7-cdc4-405a-b5b2-aaf7c9e7d40c}
01d1:fixme:ntdll:EtwRegisterTraceGuidsW register trace class
{79a60dc6-5fc8-4952-a41c-1163aeec5eb8}
01d1:fixme:ntdll:EtwRegisterTraceGuidsW register trace class
{2718d25b-5bf5-4479-8e88-babc64bdbfca}
01d1:fixme:process:GetNumaHighestNodeNumber (0x33edf8): semi-stub
01dd:fixme:process:FlushProcessWriteBuffers : stub
01e6:fixme:ver:GetCurrentPackageId (0x492fe9c (nil)): stub
01e7:fixme:ver:GetCurrentPackageId (0x4c5fe9c (nil)): stub
01d1:err:seh:setup_exception_record stack overflow 1388 bytes in thread 01d1
eip 7e93f6b1 esp 00240dc4 stack 0x240000-0x241000-0x340000
01df:fixme:ntdll:EtwUnregisterTraceGuids deadbeef: stub
--
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=42420
Bug ID: 42420
Summary: MidiIllustrator Virtuoso 3 crashes when using any File
open dialog
Product: Wine-staging
Version: 2.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: shawn.starr(a)rogers.com
CC: erich.e.hoover(a)wine-staging.com, michael(a)fds-team.de,
sebastian(a)fds-team.de
Distribution: ---
Created attachment 57240
--> https://bugs.winehq.org/attachment.cgi?id=57240
Crash backtrace
When running MidiIllustrator Virtuoso 3, it starts it works fine except for
when opening a File dialog crashes.
Attached is 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=47032
Bug ID: 47032
Summary: valgrind reports uninitialized read in writev from
call_req_handler
Product: Wine
Version: 4.6
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jeffersoncarpenter2(a)gmail.com
Distribution: ---
Created attachment 64201
--> https://bugs.winehq.org/attachment.cgi?id=64201
Output when running main.exe under valgrind
Starting with cloning the source tree
$ git clone git://source.winehq.org/git/wine.git
$ mkdir wine64_build
$ cd wine64_build
$ ../wine/configure --enable-win64
$ make
$ cd ..
$ mkdir test_program
$ cd test_program
$ echo 'int main() { return 0; }' > main.c
$ x86_64-w64-mingw32-gcc main.c -o main.exe
$ valgrind --trace-children=yes ../wine64_build/loader/wine64 ./main.exe
gives the attached output. The first error appears to be an uninitialized read
to writev in request.c (even though it's hard to tell since valgrind is tracing
multiple threads).
--
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=47131
Bug ID: 47131
Summary: esportal client fails to start
Product: Wine
Version: 4.7
Hardware: x86
URL: https://beta.esportal.se/client
OS: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: advapi32
Assignee: wine-bugs(a)winehq.org
Reporter: xerox.xerox2000x(a)gmail.com
Distribution: Debian
Created attachment 64352
--> https://bugs.winehq.org/attachment.cgi?id=64352
patch with missing spec entries
Hi
A user reoprted trouble with this app on forum
You can download it using your Steam account
sha1sum /media/louis/aqqa/esportal-client.exe
d35fe12f82356a3fcd7932845d84c4832fbad0fa /media/louis/aqqa/esportal-client.exe
It fails subsequently to start with messageboxes for missing entries for
InitiateShutdownW,
K32GetWsChangesEx
and NdrServerCallAll
I`ll send patch for those to wine-devel; see attachment
Question: the functions do not seem to be called, is it enough to add them to
the spec file, or should I add stub functions itsself also?
After adding spec entries the app crashes. AFAICT it seems to choke in
fake-dlls. maybe not happy with their layout, needs an expert to look into...
I was able to start the app by copying ntdll, ntoskrnl.exe, gdi32 and imm32
from my windowsdrive to system32. Then the app magically starts. Next bugs
seems seem to be bad mshtml rendered window (native jscript seems to help bit),
and an error messagebox, proabably related to ntdll.NtLoadDriver stub. I
stopped there, I don`t know if the app is functional at that point; seems one
has to register at esportal-site first to test really
Anyway, this bugreport is only about missing specs....
~
--
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=45765
Bug ID: 45765
Summary: Universe Sandbox 2 unimplemented function
USER32.dll.GetPointerType
Product: Wine
Version: 3.15
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
Assignee: wine-bugs(a)winehq.org
Reporter: patryk(a)kowalczyk.ws
Distribution: ---
Universe Sandbox since version 2.20 use native windows touch and need function
GetPointerType from library USER32.dll.
Application crash and workaround is not possible.
implementation on windows:
https://docs.microsoft.com/en-us/windows/desktop/api/winuser/nf-winuser-get…
best 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=7034
--- Comment #12 from Nikolay Sivov <bunglehead(a)gmail.com> ---
I don't think it was fully fixed.
--
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=7034
Vijay Kamuju <infyquest(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |infyquest(a)gmail.com
--- Comment #11 from Vijay Kamuju <infyquest(a)gmail.com> ---
It shows 0xFFFFFFF7 in wine. But also 0xFFFFFFF7 is there in windows.
The whole number is not visible in windows.
can we close this issue
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=40256
Bug ID: 40256
Summary: user32:input fails on non-qwerty keyboards
Product: Wine
Version: 1.9.3
Hardware: x86
OS: Windows
Status: NEW
Severity: normal
Priority: P2
Component: user32
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
Since the commit below, user32:input has the following failures on azerty
keyboards:
input.c:1688: Test failed: 12: got 1 expected 0
input.c:1690: Test failed: 12: got L"\001d" expected L""
input.c:1688: Test failed: 17: got 1 expected 0
input.c:1690: Test failed: 17: got L"\001c" expected L""
input.c:1688: Test failed: 25: got 1 expected 0
input.c:1690: Test failed: 25: got L"\001c" expected L""
input.c:1688: Test failed: 30: got 0 expected 1
input.c:1688: Test failed: 31: got 0 expected 1
input.c:1688: Test failed: 32: got 0 expected 1
input.c:1690: Test failed: 33: got L"\001b" expected L"\001e"
input.c:1688: Test failed: 34: got 0 expected 1
Unfortunately we don't have TestBot VMs with non-qwerty keyboards so far but
this can be seen on the fg-eeepc-xp and fg-acer64-* Windows test results.
winspool's dr-w8-E1-1200-x64 has slightly different test failures which is most
likely because it has a qwertz keyboard (based on the German locale):
https://test.winehq.org/data/0806b06f2ba7a690661d6ae417270bdbc7370953/win8_…
input.c:1688: Test failed: 10: got 1 expected 0
input.c:1688: Test failed: 11: got 1 expected 0
input.c:1690: Test failed: 11: got L"\001c" expected L""
input.c:1688: Test failed: 18: got 1 expected 0
input.c:1690: Test failed: 18: got L"\001d" expected L""
input.c:1690: Test failed: 29: got L"\0011" expected L""
input.c:1688: Test failed: 30: got 0 expected 1
input.c:1688: Test failed: 31: got 0 expected 1
input.c:1688: Test failed: 32: got 0 expected 1
input.c:1688: Test failed: 33: got 0 expected 1
And gang65 at poczta.onet.pl's win7sp1 machine has yet another set of failures,
probably due to the presence of a Polish keyboard:
https://test.winehq.org/data/b190a72bfe53a41a83ae55d75de8327c24512bee/win7_…
input.c:1688: Test failed: 10: got 1 expected 0
input.c:1688: Test failed: 28: got 1 expected 0
input.c:1690: Test failed: 28: got L"\001f" expected L""
input.c:1690: Test failed: 29: got L"\0016" expected L""
input.c:1690: Test failed: 31: got L"\0011" expected L"\001c"
input.c:1688: Test failed: 33: got 0 expected 1
input.c:1688: Test failed: 34: got 0 expected 1
mshtml:script results on test.winehq.org:
https://test.winehq.org/data/tests/user32:input.html
commit 10556c25e468768d1422e872f16dbc1ae85ef968
Author: Huw Davies <huw(a)codeweavers.com>
Date: Thu May 28 11:35:05 2015 +0100
winex11: Fix ctrl-<symbol> to generate codes below 0x20 where necessary.
--
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=30231
Bug #: 30231
Summary: Adode Reader X 10.2.1 fails to install
Product: Wine
Version: 1.5.0
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: robert.munteanu(a)gmail.com
Classification: Unclassified
The installation starts up but does not finish.
--
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=44642
Bug ID: 44642
Summary: Failed ApplyPatchToFile(1)
Product: Wine
Version: 3.0
Hardware: Other
OS: Mac OS X
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: mspatcha
Assignee: wine-bugs(a)winehq.org
Reporter: arasub(a)gmail.com
Hi team,
i'm trying to run the alteryx "https://www.alteryx.com" exe on the maxbook
pro below with the error details
user@Arasu-MacBook-Pro:~$ wine
/Users/user/Downloads/AlteryxDownloadManager11.8.3.40692_NonAdmin_x64.exe
0009:fixme:mspatcha:ApplyPatchToFileW stub -
L"C:\\users\\user\\Temp\\AlteryxDownload.exe.bin", (null),
L"C:\\users\\user\\Temp\\AlteryxDownload.exe", 00000000
/BuildRoot/Library/Caches/com.apple.xbs/Sources/AppleFSCompression/AppleFSCompression-96.30.2/Common/ChunkCompression.cpp:50:
Error: unsupported compressor 8
/BuildRoot/Library/Caches/com.apple.xbs/Sources/AppleFSCompression/AppleFSCompression-96.30.2/Libraries/CompressData/CompressData.c:353:
Error: Unknown compression scheme encountered for file
'/System/Library/CoreServices/CoreTypes.bundle/Contents/Resources/Exceptions.plist'
/BuildRoot/Library/Caches/com.apple.xbs/Sources/AppleFSCompression/AppleFSCompression-96.30.2/Common/ChunkCompression.cpp:50:
Error: unsupported compressor 8
/BuildRoot/Library/Caches/com.apple.xbs/Sources/AppleFSCompression/AppleFSCompression-96.30.2/Libraries/CompressData/CompressData.c:353:
Error: Unknown compression scheme encountered for file
'/System/Library/CoreServices/CoreTypes.bundle/Contents/Library/AppExceptions.bundle/Exceptions.plist'
user@Arasu-MacBook-Pro:~$
thanks
arasu.b
--
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=33471
Bug #: 33471
Summary: Adobe Reader 11 do not install on Linux Mint 14
Product: Wine
Version: 1.4.1
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mybugs.mail(a)gmail.com
Classification: Unclassified
Created attachment 44306
--> http://bugs.winehq.org/attachment.cgi?id=44306
Terminal output for wine-1.4.1
I just downloaded AdbeRdr11002_en_US.exe from
http://get.adobe.com/br/reader/otherversions/
and when I tried to install the program on wine-1.4.1 (using Linux Mint 14
Nadia) with the command
$ wine AdbeRdr11002_en_US.exe &> log.txt
(and clicking "Next" in the GUI and then "Install"
I got a screen with the message
"Setup was interrupted before Adobe Reader XI (11.0.02) could be completely
installed"
and the software was not installed.
See the terminal output in the attachment.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=32857
Bug #: 32857
Summary: Can't install Adobe Reader
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tael67(a)gmail.com
Classification: Unclassified
Created attachment 43393
--> http://bugs.winehq.org/attachment.cgi?id=43393
Log
The Adobe Reader installer does not work with Wine :
"Setup was interrupted before Adobe Reader XI could be completely installed."
--
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=47151
Bug ID: 47151
Summary: Assertion failure in widl when creating an interface
that takes a type with bitfield members when a
wire_marshal attribute is provided
Product: Wine
Version: 4.6
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: tools
Assignee: wine-bugs(a)winehq.org
Reporter: richard(a)torproject.org
Distribution: ---
The following idl snippet compiles using midl but asserts in midl:
/* Begin */
struct flags
{
unsigned flag1 : 1;
unsigned flag2 : 1;
};
typedef [wire_marshal(char)] struct flags flags_t;
[
uuid(7a98c250-6808-11cf-b73b-00aa00b677a7),
version(1.0),
]
interface hello
{
void do_work([in] flags_t flags);
}
/* End */
assertion:
typegen.c:1963: type_memsize_and_alignment: Assertion `0' failed.
Presumably a check for a marshalling type with known alignment info needs to be
added around here.
--
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=4905
odecif(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |odecif(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=47136
Bug ID: 47136
Summary: Wine not support work with sparse files
Product: Wine
Version: 4.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: i.tarasov(a)searchinform.ru
Distribution: ---
Created attachment 64362
--> https://bugs.winehq.org/attachment.cgi?id=64362
Test project for sparse files
Our application use sparse files. In windows it works fine, but running under
Wine in Ubuntu 19.04 calling to api-functions fails with errors:
- call to Winapi.Windows.DeviceIoControl with FSCTL_SET_SPARSE return no
error, but sparse attribute not set (seems like bug14914);
- call to Winapi.Windows.DeviceIoControl with FSCTL_SET_ZERO_DATA fails with
error code 50
Test project written in Rad Studio XE8 and results under Windows and Wine in
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=47141
Bug ID: 47141
Summary: updating to wine 4.7 / mono 4.8.3 fails / loops
Product: Wine
Version: 4.7
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: spoon0042(a)hotmail.com
Distribution: ---
Created attachment 64372
--> https://bugs.winehq.org/attachment.cgi?id=64372
wineboot -u output
Noted on the forums, something goes screwy trying to update to 4.7, devel or
staging. Seems to get stuck in a loop, eventually getting a "Maximum number of
clients reached" message and have to ctrl+c. Seems to be stuck on updating mono
given the thousand copies of winemono-support.msi in c:\windows\installer.
Creating a new wineprefix appears to be fine. A fresh 4.6 prefix updated to 4.7
ok as well, I haven't tried anything further. Open to any WINEDEBUG suggestions
or anything else to try.
--
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=47146
Bug ID: 47146
Summary: capture mouse
Product: Wine
Version: 4.7
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: smirnoff0320(a)mail.ru
Distribution: ---
In games that use capture mouse function like starcraft remastered in windowed
mode or diablo in windowed mode (launched with glide) the area in which mouse
is able to move is only a quater or less of the windows area.
--
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=47115
Bug ID: 47115
Summary: Just Cause 2 freezing during explosions
Product: Wine
Version: 4.7
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wineserver
Assignee: wine-bugs(a)winehq.org
Reporter: thezombiehunter(a)gmail.com
Distribution: ---
https://youtu.be/klN30m_y7fs
Originally I assumed the issue was a nvidia driver problem, since installing
the .run file seemed to fix it. However, after repeatedly installing different
versions of the nvidia driver from Gentoo - doesn't matter what version the
driver is. Sometimes the explosions don't freeze after a reboot, but if I leave
my PC running for a few hours and launch Just Cause 2 again it will freeze even
though it was working earlier.
Likewise, when trying to exit the game sometimes the application freezes and
won't close and sometimes it doesn't. I know you're supposed to make a separate
bug report for issues, but I think both bugs may be related to the same
problem.
So I'm pegging this as a wine issue, even though I can't see any errors when
debugging is enabled. I have tried 4.7-staging, 4.6-protonified, regular 4.6
wine, 4.5-tkg - issue exists on all of them. I'd try proton 4.2, but the game
won't launch on it.
Note that while I am using DXVK in the video the problem also happens on
wined3d, so it's not a problem with DXVK.
I can (try) to provide an apitrace or other bug reports if you need them, not
sure how useful they will be though.
Sys specs:
i7-8700k @ 4.7Ghz
kernel 5.0.11
32GB RAM
2080 ti
--
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=47103
Bug ID: 47103
Summary: Borderlands 1 GOTY Enhanced: cutscene videos are green
and pixilated.
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: robyn.kaitlan.clark(a)gmail.com
Distribution: ---
The intro video, Angel, and most cutscene videos are predominately green with
some other square shaped blocks of red and blue. Very pixilated. Some of the
character intro scenes start fine, then when it has the "freeze frame" moment
at the end, is the same green glitch. Angel is always this way. This does not
affect any other part of the base game but continues into the DLC's.
--
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=2082
Paul Gofman <gofmanp(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |gofmanp(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=47093
Bug ID: 47093
Summary: Multiple games crash because of errors in winealsa.drv
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winealsa.drv
Assignee: wine-bugs(a)winehq.org
Reporter: daschaffert(a)gmx.net
Distribution: ---
I have a lot games that were working flawless in wine 4.4. Since wine 4.6 / 4.7
the games crash (I have not testet 4.5).
When disabling sound or changing driver to pulse the games work as before.
(used winetricks sound=disabled / pulse)
an example is mafia2.exe or portal2.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.
https://bugs.winehq.org/show_bug.cgi?id=2082
pattietreutel <katyaberezyaka(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |katyaberezyaka(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=47102
Bug ID: 47102
Summary: Games that couldn't be played with Xbox 360 controller
Product: Wine
Version: 4.7
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: xinput
Assignee: wine-bugs(a)winehq.org
Reporter: ahmed.com(a)protonmail.com
Distribution: ---
I didn't know where to write about that to the developers, but there were some
kind of games that I wasn't able to play with my Xbox 360 controller at all,
and after the latest version of Wine-staging 4.7, all these games run for the
first time with a controller. These games are: The walking Dead Season (1 & 2 &
3), The Wolf Among Us, and Trine 2. I don't know what have been changed,
because I didn't find any thing about it in wine 4.7 release notes, but I want
to tell that theses bugs are fixed. One more thing, the controller's name
appears as Xinput compatible controller.
--
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=47130
Bug ID: 47130
Summary: App crashes when I paste copied material
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: mmm2412(a)cumc.columbia.edu
Distribution: ---
Created attachment 64351
--> https://bugs.winehq.org/attachment.cgi?id=64351
Crash information
App crashes when I paste copied frames in the OnCall app.
--
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=6682
--- Comment #64 from Artem S. Tashkinov <aros(a)gmx.com> ---
(In reply to Artem S. Tashkinov from comment #63)
> This seems to be fixed in Wine 4.7 at least for me using Irfan View 4.51.
>
> Feel free to close.
Tried on another PC with a different DPI and the bug is still there.
--
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=40772
Bug ID: 40772
Summary: Error message and black screen in Stranger of Sword
City
Product: Wine
Version: 1.9.11
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: funtimeschaos(a)rocketmail.com
Distribution: ---
Created attachment 54671
--> https://bugs.winehq.org/attachment.cgi?id=54671
Console output on clean wine install 1.9.11
When trying to start Stranger of Sword City, a window opens and an error
message says: "Failed to create sound engine. SE or BGM may not play properly.
This issue might be resolved by installing DirectX End User Runtime. For more
details, please check the About DirectX section in the Stranger of Sword City
Manual."
The game window remains black, though the cursor in it is changed (mostly
likely to the game's built in cursor) and nothing else happens.
I've also tried running it with directx9 installed via winetricks, only to
receive the same 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.
https://bugs.winehq.org/show_bug.cgi?id=43390
Bug ID: 43390
Summary: valgrind shows a few definite leaks in
dlls/xaudio2_7/tests/xaudio2.c
Product: Wine
Version: 2.12
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase, valgrind
Severity: normal
Priority: P2
Component: xaudio2
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Distribution: Gentoo
==3551== 8 bytes in 1 blocks are definitely lost in loss record 63 of 766
==3551== at 0x7BC51061: notify_alloc (heap.c:254)
==3551== by 0x7BC5554F: RtlAllocateHeap (heap.c:1716)
==3551== by 0x5C85281: XAudio2Create (xaudio_dll.c:2159)
==3551== by 0x4A1B741: func_xaudio2 (xaudio2.c:1150)
==3551== by 0x4A1C74F: run_test (test.h:603)
==3551== by 0x4A1CBAD: main (test.h:687)
==3551==
==3551== 12 bytes in 1 blocks are definitely lost in loss record 94 of 766
==3551== at 0x7BC51061: notify_alloc (heap.c:254)
==3551== by 0x7BC5554F: RtlAllocateHeap (heap.c:1716)
==3551== by 0x5C7DA6D: CreateAudioVolumeMeter (xapofx.c:795)
==3551== by 0x4A1B1A7: test_xapo_creation_modern (xaudio2.c:1053)
==3551== by 0x4A1B463: test_xapo_creation (xaudio2.c:1089)
==3551== by 0x4A1B5B4: func_xaudio2 (xaudio2.c:1122)
==3551== by 0x4A1C74F: run_test (test.h:603)
==3551== by 0x4A1CBAD: main (test.h:687)
==3551==
==3551== 12 bytes in 1 blocks are definitely lost in loss record 95 of 766
==3551== at 0x7BC51061: notify_alloc (heap.c:254)
==3551== by 0x7BC5554F: RtlAllocateHeap (heap.c:1716)
==3551== by 0x5C7DAFA: CreateAudioReverb (xapofx.c:809)
==3551== by 0x4A1B2D4: test_xapo_creation_modern (xaudio2.c:1067)
==3551== by 0x4A1B463: test_xapo_creation (xaudio2.c:1089)
==3551== by 0x4A1B5B4: func_xaudio2 (xaudio2.c:1122)
==3551== by 0x4A1C74F: run_test (test.h:603)
==3551== by 0x4A1CBAD: main (test.h:687)
==3551==
==3551== 12 bytes in 1 blocks are definitely lost in loss record 96 of 766
==3551== at 0x7BC51061: notify_alloc (heap.c:254)
==3551== by 0x7BC5554F: RtlAllocateHeap (heap.c:1716)
==3551== by 0x5C7DA6D: CreateAudioVolumeMeter (xapofx.c:795)
==3551== by 0x4A176DB: test_simple_streaming (xaudio2.c:293)
==3551== by 0x4A1B807: func_xaudio2 (xaudio2.c:1158)
==3551== by 0x4A1C74F: run_test (test.h:603)
==3551== by 0x4A1CBAD: main (test.h:687)
==3551==
==3551== 48 bytes in 4 blocks are definitely lost in loss record 349 of 766
==3551== at 0x7BC51061: notify_alloc (heap.c:254)
==3551== by 0x7BC5554F: RtlAllocateHeap (heap.c:1716)
==3551== by 0x5CA3F03: ???
==3551== by 0x5CA4059: ???
==3551== by 0x4A1A97C: test_xapo_creation_legacy (xaudio2.c:932)
==3551== by 0x4A1B3ED: test_xapo_creation (xaudio2.c:1083)
==3551== by 0x4A1B5B4: func_xaudio2 (xaudio2.c:1122)
==3551== by 0x4A1C74F: run_test (test.h:603)
==3551== by 0x4A1CBAD: main (test.h:687)
==3551==
==3551== 48 bytes in 4 blocks are definitely lost in loss record 350 of 766
==3551== at 0x7BC51061: notify_alloc (heap.c:254)
==3551== by 0x7BC5554F: RtlAllocateHeap (heap.c:1716)
==3551== by 0x5C37F03: ???
==3551== by 0x5C38059: ???
==3551== by 0x4A1A97C: test_xapo_creation_legacy (xaudio2.c:932)
==3551== by 0x4A1B401: test_xapo_creation (xaudio2.c:1084)
==3551== by 0x4A1B5B4: func_xaudio2 (xaudio2.c:1122)
==3551== by 0x4A1C74F: run_test (test.h:603)
==3551== by 0x4A1CBAD: main (test.h:687)
==3551==
==3551== 48 bytes in 4 blocks are definitely lost in loss record 351 of 766
==3551== at 0x7BC51061: notify_alloc (heap.c:254)
==3551== by 0x7BC5554F: RtlAllocateHeap (heap.c:1716)
==3551== by 0x5CA3F03: ???
==3551== by 0x5CA4059: ???
==3551== by 0x4A1A97C: test_xapo_creation_legacy (xaudio2.c:932)
==3551== by 0x4A1B415: test_xapo_creation (xaudio2.c:1085)
==3551== by 0x4A1B5B4: func_xaudio2 (xaudio2.c:1122)
==3551== by 0x4A1C74F: run_test (test.h:603)
==3551== by 0x4A1CBAD: main (test.h:687)
==3551==
==3551== 48 bytes in 4 blocks are definitely lost in loss record 352 of 766
==3551== at 0x7BC51061: notify_alloc (heap.c:254)
==3551== by 0x7BC5554F: RtlAllocateHeap (heap.c:1716)
==3551== by 0x5CA3F03: ???
==3551== by 0x5CA4059: ???
==3551== by 0x4A1A97C: test_xapo_creation_legacy (xaudio2.c:932)
==3551== by 0x4A1B429: test_xapo_creation (xaudio2.c:1086)
==3551== by 0x4A1B5B4: func_xaudio2 (xaudio2.c:1122)
==3551== by 0x4A1C74F: run_test (test.h:603)
==3551== by 0x4A1CBAD: main (test.h:687)
==3551==
==3551== 48 bytes in 4 blocks are definitely lost in loss record 353 of 766
==3551== at 0x7BC51061: notify_alloc (heap.c:254)
==3551== by 0x7BC5554F: RtlAllocateHeap (heap.c:1716)
==3551== by 0x5CA3F03: ???
==3551== by 0x5CA4059: ???
==3551== by 0x4A1A97C: test_xapo_creation_legacy (xaudio2.c:932)
==3551== by 0x4A1B43D: test_xapo_creation (xaudio2.c:1087)
==3551== by 0x4A1B5B4: func_xaudio2 (xaudio2.c:1122)
==3551== by 0x4A1C74F: run_test (test.h:603)
==3551== by 0x4A1CBAD: main (test.h:687)
==3551==
==3551== 48 bytes in 4 blocks are definitely lost in loss record 354 of 766
==3551== at 0x7BC51061: notify_alloc (heap.c:254)
==3551== by 0x7BC5554F: RtlAllocateHeap (heap.c:1716)
==3551== by 0x5E44F03: ???
==3551== by 0x5E45059: ???
==3551== by 0x4A1A97C: test_xapo_creation_legacy (xaudio2.c:932)
==3551== by 0x4A1B451: test_xapo_creation (xaudio2.c:1088)
==3551== by 0x4A1B5B4: func_xaudio2 (xaudio2.c:1122)
==3551== by 0x4A1C74F: run_test (test.h:603)
==3551== by 0x4A1CBAD: main (test.h:687)
==3551==
==3551== 48 bytes in 4 blocks are definitely lost in loss record 355 of 766
==3551== at 0x7BC51061: notify_alloc (heap.c:254)
==3551== by 0x7BC5554F: RtlAllocateHeap (heap.c:1716)
==3551== by 0x5C7DC35: CreateFX (xapofx.c:835)
==3551== by 0x4A1AE99: test_xapo_creation_modern (xaudio2.c:1018)
==3551== by 0x4A1B463: test_xapo_creation (xaudio2.c:1089)
==3551== by 0x4A1B5B4: func_xaudio2 (xaudio2.c:1122)
==3551== by 0x4A1C74F: run_test (test.h:603)
==3551== by 0x4A1CBAD: main (test.h:687)
==3551==
--
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=47113
Bug ID: 47113
Summary: Some images is black, but real is transparent
Product: Wine
Version: 4.7
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: yurikazakov9184(a)gmail.com
Distribution: ---
Created attachment 64316
--> https://bugs.winehq.org/attachment.cgi?id=64316
bugged images
In program "Microsoft .NET by diakov.net" I see strange bug with images. In
real images is transparent (in Windows), but in Wine is black.
--
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=45557
Bug ID: 45557
Summary: winecfg -> wine: '/home/ich/.wine' is a 64-bit
installation, it cannot be used with a 32-bit
wineserver.
Product: Packaging
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: wine-packages
Assignee: wine-bugs(a)winehq.org
Reporter: Ulf.Zibis(a)gmx.de
CC: michael(a)fds-team.de, sebastian(a)fds-team.de
Distribution: ---
On Ubuntu 18.04 I installed with:
sudo dpkg --add-architecture i386 # Nur auf 64-Bit-Systemen notwendig
wget -O - https://dl.winehq.org/wine-builds/Release.key | sudo apt-key add -
sudo apt-add-repository 'https://dl.winehq.org/wine-builds/ubuntu/' && sudo apt
update
sudo apt install winehq-stable winetricks
With $ winecfg I get:
ERROR: ld.so: object 'libgtk3-nocsd.so.0' from LD_PRELOAD cannot be preloaded
(cannot open shared object file): ignored.
ERROR: ld.so: object 'libgtk3-nocsd.so.0' from LD_PRELOAD cannot be preloaded
(cannot open shared object file): ignored.
ERROR: ld.so: object 'libgtk3-nocsd.so.0' from LD_PRELOAD cannot be preloaded
(cannot open shared object file): ignored.
wine: '/home/ich/.wine' is a 64-bit installation, it cannot be used with a
32-bit wineserver.
For ERROR: ld.so: see bug 45434, but there remains the other blocking problem.
In /opt/wine-stable/bin/ wine64* is missing, see:
$ ls -l /usr/bin/wine
lrwxrwxrwx 1 root root 25 Jul 4 11:51 /usr/bin/wine ->
/opt/wine-stable/bin/wine
ich@T500:~$ ls -l /usr/bin/wine /usr/bin/wine64*
lrwxrwxrwx 1 root root 25 Jul 4 11:51 /usr/bin/wine ->
/opt/wine-stable/bin/wine
lrwxrwxrwx 1 root root 27 Jul 4 11:51 /usr/bin/wine64 ->
/opt/wine-stable/bin/wine64
lrwxrwxrwx 1 root root 37 Jul 4 11:51 /usr/bin/wine64-preloader ->
/opt/wine-stable/bin/wine64-preloader
$ ls -l /opt/wine-stable/bin/wine /opt/wine-stable/bin/wine64*
ls: Zugriff auf '/opt/wine-stable/bin/wine64*' nicht möglich: Datei oder
Verzeichnis nicht gefunden
-rwxr-xr-x 1 root root 9556 Jul 4 12:05 /opt/wine-stable/bin/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=5129
--- Comment #34 from TK <thomas(a)keegans.org> ---
(In reply to Nikolay Sivov from comment #33)
> (In reply to TK from comment #32)
> > Thanks! I did the regression test between wine-2.7 and wine-2.8. On
> > wine-2.7, I can use the native comctl32.dll fine, and in wine-2.8, Faststone
> > does not load properly.
> >
> > The regression test from git showed the following:
> > b8bf0c2628d69952aca59855e155807b6011d5fa is the first bad commit
> > commit b8bf0c2628d69952aca59855e155807b6011d5fa
> > Author: Huw Davies <huw(a)codeweavers.com>
> > Date: Tue May 2 16:12:35 2017 +0100
> >
> > shell32: Simplify imagelist handling.
> >
> > Signed-off-by: Huw Davies <huw(a)codeweavers.com>
> > Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
> >
> > :040000 040000 bb7d8e0caf40cb14c1d99496f009e352c3c56754
> > 538dbed6cc4ed10e8a0ebf7e66a36e48e4bb49f5 M dlls
> >
> > In other words, it works in wine-2.7-39-g3a1b289d66, but not in
> > wine-2.7-40-gb8bf0c2628 .
>
> This means you can't use native comctl32 version 5 since this commit. It's
> not a regression by itself. Try to install into clean wineprefix without
> native comctl32.dll library.
That's correct. I've tested several comctl32.dll versions, going back to XP and
up to Windows 10. As in the original bug posted by Dan Kegel back in 2006,
Faststone does not work properly with the builtin library, and the old
workaround, which worked until wine-2.7-40-gb8bf0c2628, was to use native
comctl32.dll. The bug 43490 is actually more accurate about what is going on.
So, installing into a clean wineprefix with the builtin dll renders badly (on
multiple wine versions, including 4.7), and the native dll does not work after
wine-2.7-40-gb8bf0c2628.
--
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=5129
--- Comment #33 from Nikolay Sivov <bunglehead(a)gmail.com> ---
(In reply to TK from comment #32)
> Thanks! I did the regression test between wine-2.7 and wine-2.8. On
> wine-2.7, I can use the native comctl32.dll fine, and in wine-2.8, Faststone
> does not load properly.
>
> The regression test from git showed the following:
> b8bf0c2628d69952aca59855e155807b6011d5fa is the first bad commit
> commit b8bf0c2628d69952aca59855e155807b6011d5fa
> Author: Huw Davies <huw(a)codeweavers.com>
> Date: Tue May 2 16:12:35 2017 +0100
>
> shell32: Simplify imagelist handling.
>
> Signed-off-by: Huw Davies <huw(a)codeweavers.com>
> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
>
> :040000 040000 bb7d8e0caf40cb14c1d99496f009e352c3c56754
> 538dbed6cc4ed10e8a0ebf7e66a36e48e4bb49f5 M dlls
>
> In other words, it works in wine-2.7-39-g3a1b289d66, but not in
> wine-2.7-40-gb8bf0c2628 .
This means you can't use native comctl32 version 5 since this commit. It's not
a regression by itself. Try to install into clean wineprefix without native
comctl32.dll library.
--
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=5129
TK <thomas(a)keegans.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |huw(a)codeweavers.com
--- Comment #32 from TK <thomas(a)keegans.org> ---
Thanks! I did the regression test between wine-2.7 and wine-2.8. On wine-2.7, I
can use the native comctl32.dll fine, and in wine-2.8, Faststone does not load
properly.
The regression test from git showed the following:
b8bf0c2628d69952aca59855e155807b6011d5fa is the first bad commit
commit b8bf0c2628d69952aca59855e155807b6011d5fa
Author: Huw Davies <huw(a)codeweavers.com>
Date: Tue May 2 16:12:35 2017 +0100
shell32: Simplify imagelist handling.
Signed-off-by: Huw Davies <huw(a)codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
:040000 040000 bb7d8e0caf40cb14c1d99496f009e352c3c56754
538dbed6cc4ed10e8a0ebf7e66a36e48e4bb49f5 M dlls
In other words, it works in wine-2.7-39-g3a1b289d66, but not in
wine-2.7-40-gb8bf0c2628 .
--
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=46957
Bug ID: 46957
Summary: Safecracker (1998): Installer freezes on wine versions
above 3.21
Product: Wine
Version: 4.5
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: odecif(a)gmail.com
Distribution: ---
The software is the game Safecracker by Daydream Software from 1998.
Steps to reproduce:
1. Insert the CD into the drive / mount the ISO
2. Start the installer
3. Installer starts in a window and you choose language
4. Next step, select path to install (C:/SC by default) and click OK
5. Now the installer freezes and nothing happens.
There is very little console information, probably due to the software being
written in Macromedia Director 5.0 which is really old (even Windows XP has
some issues with this game).
In Wine 3.21, the installer continues to copy files and finish the install
flow.
Attached you may find the debug log from the command:
WINEDEBUG=+relay,+seh,+tid WINEARCH=win32 WINEPREFIX="$HOME/.wine32" wine
/mnt/mount2/SC32INST.EXE >> sc_install_log.txt 2>&1
When run with debug flag the installer does not freeze but crashes instead.
--
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=46428
Bug ID: 46428
Summary: Application crashes: Antscope2.exe
Product: Wine
Version: 3.0.4
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: coccusmatins(a)gmail.com
Distribution: ---
Created attachment 63202
--> https://bugs.winehq.org/attachment.cgi?id=63202
error log
Application (Antscope2.exe) crashes on startup.
Source:
https://rigexpert.com/products/software/antscope2/
--
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=44279
Bug ID: 44279
Summary: Wine can't enumerate HID device that is based on
Bluetooth (a Wiimote)
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: epigramx(a)yahoo.com
Distribution: ---
On Windows, if I run hclient.exe (source here:
https://github.com/Microsoft/Windows-driver-samples/tree/master/hid/hclient) I
can normally see my paired and connected device, as shown in this image:
https://i.imgur.com/Up60k7s.png It's one of the Wii Remote Plus devices.
However, if I do pair and connect the device on Debian and if it correctly
appears in /sys/bus/hid/devices and all the tests here work:
https://wiki.archlinux.org/index.php/XWiimote , running hclient.exe with wine
on linux does not find that hid device which might explain why it's not
detected by a console application that relies on enumerating HID devices on
windows.
I suspect it's a limitation of wine in finding HID devices if they originate
from Bluetooth but I can't be sure.
I might return with more details later on (when I reboot to Linux) but let me
know if you need specific further details.
Wiimotes are very common so if a dev could try one and see if he can enumerate
it in hclient (source above) that'd be great.
--
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=44556
Bug ID: 44556
Summary: SYN_DROPPED undeclared on Linux < 2.6.39
Product: Wine
Version: 3.2
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winebus.sys
Assignee: wine-bugs(a)winehq.org
Reporter: Zenitur(a)yandex.ru
Distribution: ---
When I build Wine on GNU/Linux with 2.6.37 kernel, I'd an error "SYN_DROPPED
undeclared".
Google says that it was appear in 2.6.39 and tslib project has this code:
https://github.com/kergoth/tslib/blob/master/plugins/input-raw.c
#ifndef SYN_DROPPED /* < 2.6.39 kernel headers */
# define SYN_DROPPED 3
#endif
--
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=41869
Bug ID: 41869
Summary: undefined reference to `HIDIOCSFEATURE'
Product: Wine
Version: 1.9.24
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: version2013(a)openmailbox.org
Distribution: ---
Created attachment 56272
--> https://bugs.winehq.org/attachment.cgi?id=56272
log file
undefined reference to `HIDIOCSFEATURE'
my system
command: ldd --version
ldd (GNU libc) 2.10.1
command: uname -r
3.0.66
command: gcc --version
gcc (GCC) 4.3.4
--
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=44904
Bug ID: 44904
Summary: winebus blocks auto start up of scheduler service
Product: Wine
Version: 3.5
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: winebus.sys
Assignee: wine-bugs(a)winehq.org
Reporter: dmitry(a)baikal.ru
CC: aric(a)codeweavers.com
Regression SHA1: regression
Distribution: ---
How to reproduce:
1. rm -rf ~/.wine
2. cd wine/dlls/taskschd/tests
3. make testclean && make test
4. wait 5 seconds so that wineserver shuts down
5. make testclean && make test
and get
0024:err:ole:start_rpcss failed to start RpcSs service
0024:err:ole:epm_register ept_insert failed with error 1722
0024:err:schedsvc:RPC_init RpcEpRegister error 0x6ba
This turned to be a regression caused by
45d82a2464b535c484b0a6e96f9851f9db573edf is the first bad commit
commit 45d82a2464b535c484b0a6e96f9851f9db573edf
Author: Aric Stewart <aric(a)codeweavers.com>
Date: Thu Feb 2 10:38:55 2017 -0600
loader: Start winebus service by default.
Signed-off-by: Aric Stewart <aric(a)codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
After the disabling auto startup of winebus by changing
"Start"=dword:00000002
to
"Start"=dword:00000003
in its "WineBus" service entry in registry the problem disappears.
Since by default Scheduler service is disabled (and gets enabled only once
at least one task is being added) this regression was not noticed until 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.
http://bugs.winehq.org/show_bug.cgi?id=13881
Summary: Stack limits error, hardware incompatibility?
Product: Wine
Version: 1.0-rc4
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dav666666(a)gmail.com
Hello. I'm trying to play GunZ : The Duel.
Don't delete this bug because you think it's game related. It is not.
Why? Everyone got the game working. Except me.
I tried reinstalling the whole system and it crashed on a fresh install too.
I tried on my brother's computer and it worked without any problem.
All this make me think it's a hardware related problem but I need your help to
determine which of my hardware is causing trouble.
I explained my problem on GunZ page on Winedb:
http://appdb.winehq.org/objectManager.php?sClass=version&iId=12057, it is the
comment called "Stack limits"
I hope you will find a fix, GunZ is the last game that makes deleting windows
from my computer impossible...
Sorry for english, I'm belgian, I did my best to write correct sentences...
--
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=10530
Summary: Flyff doesn't work with wine
Product: WineHQ Apps Database
Version: unspecified
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: website-bugs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nitzan65(a)gmail.com
Flyff Shows me a white screen.
Please fix it thanks!
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=47111
Bug ID: 47111
Summary: MathType integrated into Microsoft Office 2007 unable
to "Convert Equations" or "Format Equations" using
special buttons from the MathType ribbon
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: nrbrtx(a)gmail.com
Distribution: ---
Created attachment 64308
--> https://bugs.winehq.org/attachment.cgi?id=64308
docx file and two gif screencasts
I'm running Ubuntu MATE 19.04 with Wine 4.0-1 and Winetricks 0.0+20181203-3
from the repository
I installed Microsoft Office 2007 with the wineprefix command
```
WINEARCH=win32 WINEPREFIX=~/.local/share/wineprefixes/office2007pro \
winetricks office2007pro
```
and selected Full install in the wizard. Then I installed MSO2007 SP3 into the
wine prefix:
```
cd ~/Downloads
WINEPREFIX=~/.local/share/wineprefixes/office2007pro wine
~/Downloadsoffice2007sp3-kb2526086-fullfile-ru-ru.exe
```
Then I installed MathType 6.9d here:
```
WINEPREFIX=~/.local/share/wineprefixes/office2007pro wine
~/Downloads/MathType-win-en-6.9d.exe
```
I have created simple DOCX file with two equation - OMML and MathType (see
attachment).
I open Word with the following terminal command (copied from its shortcut):
```
env WINEPREFIX="/home/mate/.local/share/wineprefixes/office2007pro" wine-stable
C:\\windows\\command\\start.exe /Unix
/home/mate/.local/share/wineprefixes/office2007pro/dosdevices/c:/users/mate/Start\
Menu/Programs/Microsoft\ Office/Microsoft\ Office\ Word\ 2007.lnk
```
Then switched to MathType ribbon and tried very useful buttons "Convert
Equations" or "Format Equations". Clicking on both buttons ended with the same
GUI message:
> Convert Equations
> No equations were found and/or updated
with the following output in the terminal:
* for convert -
```
0011:err:ole:std_release_marshal_data could not map object ID to stub manager,
oxid=1500000011, oid=3
0011:err:ole:CoReleaseMarshalData StdMarshal ReleaseMarshalData failed with
error 0x8001011d
007d:err:rpc:I_RpcReceive we got fault packet with status 0x1c010003
007d:err:rpc:I_RpcReceive we got fault packet with status 0x1c010003
0011:err:ole:ifproxy_release_public_refs IRemUnknown_RemRelease failed with
error 0x80070057
0011:err:ole:ifproxy_release_public_refs IRemUnknown_RemRelease failed with
error 0x80070057
0011:err:ole:ifproxy_release_public_refs IRemUnknown_RemRelease failed with
error 0x80070057
```
* for format -
```
0070:err:rpc:I_RpcReceive we got fault packet with status 0x1c010003
0011:err:ole:ifproxy_release_public_refs IRemUnknown_RemRelease failed with
error 0x80070057
0011:err:ole:ifproxy_release_public_refs IRemUnknown_RemRelease failed with
error 0x80070057
0011:err:ole:ifproxy_release_public_refs IRemUnknown_RemRelease failed with
error 0x80070057
```
The screencasts are in attachment.
What may cause these problems? How one can debug these OLE or RPC (I'm not
really sure) problems?
Note: installing latest wine 4.7 from your Stagin repository with
```
sudo dpkg --add-architecture i386
wget -nc https://dl.winehq.org/wine-builds/winehq.key
sudo apt-key add winehq.key
sudo apt-add-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ disco
main'
sudo apt install --install-recommends winehq-staging
```
does not help.
--
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=47095
Bug ID: 47095
Summary: Cursor not captured in Wayland
Product: Wine
Version: 4.6
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: tom(a)r.je
Distribution: ---
When using Wayland fullscreen games do not capture the cursor as expected.
I have two monitors, the primary one and gaming screen is on the right. If I
move the mouse to the left it will appear on my left monitor. This is
frustrating for games that use the mouse to look around.
The MouseWarpOverride setting appears to have no effect in Wayland.
Games tested: Skyrim SE (DXVK), Grand Theft Auto III (Wine d3d)
System:
KDE/KWin
Arch Linux
Mesa 19.0
AMDGPU driver
--
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=47114
Bug ID: 47114
Summary: Beat Hazard 2: Unhandled exception on startup caused
by Gameoverlayrenderer
Product: Wine
Version: 4.6
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: devilj(a)outlook.pt
Distribution: ---
Created attachment 64320
--> https://bugs.winehq.org/attachment.cgi?id=64320
Unhandled exception backtrace
Hello,
There's a new bug where Beat Hazard 2 crashes on startup due to a page fault on
read access in RegisterDeviceNotificationW+0x21(), apparently caused by
Gameoverlayrenderer. Please see attached backtrace for more details.
This bug first appeared in Wine 4.6 and currently still exists in Wine 4.7.
To prevent this, Gameoverlayrenderer can be disabled using winecfg, which also
disables the Steam overlay, but otherwise runs like a charm.
--
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=47008
Bug ID: 47008
Summary: [REGRESSION] Lara Croft the guardian of light do not
work at all in wine 4.6
Product: Wine
Version: 4.6
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntoskrnl
Assignee: wine-bugs(a)winehq.org
Reporter: andy86(a)fastwebnet.it
CC: andy86(a)fastwebnet.it, jacek(a)codeweavers.com
Regression SHA1: c1fb240f0ccc92d6ec180bfc2542c0dbcb52296c
Distribution: ArchLinux
In wine 4.6 (compiling my git-tree) Lara Croft GoL do not work at all, just
capture mouse for few seconds and exit without display anything.
I made a regressions test and this is the result:
c1fb240f0ccc92d6ec180bfc2542c0dbcb52296c is the first bad commit
commit c1fb240f0ccc92d6ec180bfc2542c0dbcb52296c
Author: Jacek Caban <jacek(a)codeweavers.com>
Date: Thu Apr 11 17:19:03 2019 +0200
ntoskrnl.exe: Use proper device handle in
DevicePropertyPhysicalDeviceObjectName implementation.
Spotted by Huw Davies.
Signed-off-by: Jacek Caban <jacek(a)codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
:040000 040000 0bd825d6f4d87ba20455657b385bf2c41aa5f91b
2142360bf2f886cf20cad1c6905fdd9c2528f7e3 M dlls
I try to reverting that commit and game work (with bug 46942).
At the time when game failed to start and exit, this error appear:
0066:err:ntdll:RtlLeaveCriticalSection section 0x2130254 is not acquired
--
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=47098
Bug ID: 47098
Summary: The Superlatives: Shattered Worlds Demo (from Steam)
crashes on exit inside UnRegisterDeviceNotification
Product: Wine
Version: 4.7
Hardware: x86
URL: https://store.steampowered.com/app/1050210/The_Superla
tives_Shattered_Worlds/
OS: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: user32
Assignee: wine-bugs(a)winehq.org
Reporter: xerox.xerox2000x(a)gmail.com
Distribution: Debian
Created attachment 64296
--> https://bugs.winehq.org/attachment.cgi?id=64296
crashlog
On exit (closing the game) i get the crash from the attached crashlog. Patch
below is a fix. Demo is free to download.
Note: the games itsself sometimes starts, sometimes hangs with a blank screen.
That might be another bug, but could also be a problem on my side (graphics
driver?). Anyway, just trying it a few times gets me into the game
eventually...
diff --git a/dlls/user32/misc.c b/dlls/user32/misc.c
index bd4795a346..6ff0980ecd 100644
--- a/dlls/user32/misc.c
+++ b/dlls/user32/misc.c
@@ -404,7 +404,7 @@ HDEVNOTIFY WINAPI DECLSPEC_HOTPATCH
RegisterDeviceNotificationW(HANDLE hRecipien
* UnregisterDeviceNotification (USER32.@)
*
*/
-BOOL WINAPI UnregisterDeviceNotification(HDEVNOTIFY hnd)
+BOOL WINAPI DECLSPEC_HOTPATCH UnregisterDeviceNotification(HDEVNOTIFY hnd)
{
FIXME("(handle=%p), STUB!\n", hnd);
return TRUE;
--
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=46795
Bug ID: 46795
Summary: Source games crash upon launch
Product: Wine
Version: 4.3
Hardware: x86-64
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ahyattdev(a)icloud.com
Created attachment 63817
--> https://bugs.winehq.org/attachment.cgi?id=63817
Counter-Strike: Source backtrace
I tried Black Mesa and Counter-Strike: Source and each crashed with the same
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=47077
Bug ID: 47077
Summary: Regression: Brawlhalla crashes with latest wine
Product: Wine
Version: 4.6
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: composizion3(a)hotmail.com
Distribution: ---
Created attachment 64267
--> https://bugs.winehq.org/attachment.cgi?id=64267
Console output.
Starting the game with latest wine-staging results in a crash.
This doesn't happen with older wine versions.
--
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=11319
Summary: GameOverlay (Steam friends In-game) crashes on start
Product: Wine
Version: 0.9.53.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P4
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sagman.staredsi(a)gmail.com
Created an attachment (id=10425)
--> (http://bugs.winehq.org/attachment.cgi?id=10425)
A GameOverlayRenderer log
The GameOverlayUI.exe and GameOverlayRenderer.dll (Steam in-game friends
interface) crashes on start. I attach a log created by the Steam.exe . The file
refers to GameOverlayRenderer.dll and this log attach that the dlls or exe wich
fails are:
01: hl2.exe
02: ntdll.dll
03: KERNEL32.dll
04: user32.dll
05: gdi32.dll
06: advapi32.dll
07: GameOverlayRenderer.dll
08: winex11.drv
09: imm32.dll
Also attach here a minilog (it's 2 lines) of wine trying to start
"GameOverlayUI.exe"
$ wine GameOverlayUI.exe
fixme:process:SetProcessShutdownParameters (000003ff, 00000000): partial stub.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=6682
--- Comment #63 from Artem S. Tashkinov <aros(a)gmx.com> ---
This seems to be fixed in Wine 4.7 at least for me using Irfan View 4.51.
Feel free to close.
--
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=32945
Bug #: 32945
Summary: Fetion 2013 January reported the OS version is too old
Product: Wine
Version: 1.5.23
Platform: x86
URL: http://download.fetion-portal.com/Fetion2013_January.e
xe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: litimetal(a)gmail.com
Classification: Unclassified
Created attachment 43507
--> http://bugs.winehq.org/attachment.cgi?id=43507
screenshot
My computer: Fedora 16 32bit
wine-1.5.23-81-g237ed21
1. remove ~/.wine then $wine notepad to have a clean wineprefix
2. download Fetion from
http://download.fetion-portal.com/Fetion2013_January.exe
3. wine Fetion2013_January.exe
Then the program would show a dialog.
Brief Translation:
"The Version of your OS is too old. Please use an OS whose virsion is higher
than Win 2000 SP4 or Win XP SP2. Will you continue anyway?"
I chose yes, and the installation *seemed* to finish successfully.
BTW, It seems that this program has more than one bug.
--
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=5129
joaopa <jeremielapuree(a)yahoo.fr> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jeremielapuree(a)yahoo.fr
--- Comment #31 from joaopa <jeremielapuree(a)yahoo.fr> ---
The better way to see this bug fixed is to do a regression test:
https://wiki.winehq.org/Regression_Testing
--
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=5129
--- Comment #30 from TK <thomas(a)keegans.org> ---
Comment on attachment 64310
--> https://bugs.winehq.org/attachment.cgi?id=64310
Logs of successful Wine 2.7
WINEDEBUG=+seh,+loaddll
--
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=5129
--- Comment #29 from TK <thomas(a)keegans.org> ---
Created attachment 64311
--> https://bugs.winehq.org/attachment.cgi?id=64311
Logs of unsuccessful Wine 2.8
WINEDEBUG=+seh,+loaddll
--
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=47092
Bug ID: 47092
Summary: "IOPL not enabled" when trying to execute Office RT
2013
Product: Wine
Version: 4.7
Hardware: arm
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdiplus
Assignee: wine-bugs(a)winehq.org
Reporter: salva.liebana(a)gmail.com
Distribution: ---
Created attachment 64289
--> https://bugs.winehq.org/attachment.cgi?id=64289
some warnings didnt appears on 4.0 but they are just warnings
Hi, ive read some topics about this problem on x86_64 and x86, and maybe this
problem with office software its solved on that platforms, not on arm. The same
problem appears on 4.0 and 4.7. the weird thing its than "IOPL" should be an
x86 related thing... and how the hell this its happening on arm software.
weird. maybe someone could explain something about it. Its just a fun project
of run windows RT programs on rpi3, and Office could be the most funnier of
all. but for now, I get that error. The compilation was the normal release
mode.
--
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=37052
Bug ID: 37052
Summary: WM_TRANSIENT_FOR occasionally contains unmapped
windows
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winex11.drv
Assignee: wine-bugs(a)winehq.org
Reporter: jstpierre(a)mecheye.net
While debugging a focus management issue, I found that Wine creates an odd
arrangement of WM_TRANSIENT_FOR windows. I assume this is the behavior of the
Windows app.
It's reproducible with the first screen of this installer:
http://files01.techspot.com/temp/Unigine-Heaven-40.exe
Wine is creating three windows: the actual installer window (A), a secondary
window (B) as its owner, and a third window (C), invisible owner as B's owner.
The issue is that while A and C are mapped, the intermediate window, B, is not,
and thus the WM_TRANSIENT_FOR is invalid and ignored by window managers. This
has the when activating the invisible owner C from the taskbar or similar, A is
not raised.
--
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=9221
pattietreutel <katyaberezyaka(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |katyaberezyaka(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=47110
Bug ID: 47110
Summary: Crash when press a button on Guitar Pro 7
Product: Wine
Version: 4.0
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: a.d.ablov(a)gmail.com
Distribution: ---
Created attachment 64304
--> https://bugs.winehq.org/attachment.cgi?id=64304
log file
When pressing the button to select mono or stereo drums (in a instrument
setting) in Guitar Pro 7 the program crashes.
--
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=46663
Bug ID: 46663
Summary: League Of Legends is not working on win7 environment
Product: Wine-staging
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: werifGX(a)gmail.com
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
Relevant: https://lutris.net/games/league-of-legends-932618667/installer/edit
Using script above league of legends results in bugsplat after installation, if
reinvoked it tries to fix itself, but fails.
Windows 7 environment is mandatory since Developer is deprecating Windows XP.
Suspect that new windows environment has to be staget to be campatible.
--
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=3817
pattietreutel <katyaberezyaka(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |katyaberezyaka(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=3817
Zebediah Figura <z.figura12(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
See Also| |https://bugs.winehq.org/sho
| |w_bug.cgi?id=47099
--
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=42081
Bug ID: 42081
Summary: Highway Pursuit fails at start due to resolution
change
Product: Wine
Version: 2.0-rc2
Hardware: x86-64
URL: http://retrospec.sgn.net/game-links.php?link=highwaypu
rsuit
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: vulture6(a)mail.com
Distribution: Mint
At the start of Highway Pursuit it defaults to a resolution of 800x600.
However, when it tries to change to this from 1920x1080 on my system - I have
an Nvidia GTX card - it simply brings up a frozen desktop screen instead of the
titles. Sound effects play as normal.
No obvious Wine errors displayed.
This game runs perfectly on Crossover 15.1.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=47087
Bug ID: 47087
Summary: Remove me as a maintainer for all applications on
appdb
Product: WineHQ Apps Database
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: appdb-unknown
Assignee: wine-bugs(a)winehq.org
Reporter: aros(a)gmx.com
Distribution: ---
I've been maintaining close to ten applications in AppDB for over five years
and now after failing to accept a *single submission* for 3DMark for *just*
*two weeks* because I was on vacation my request to restore maintainership of
3DMark has been rejected:
> Your application to be the maintainer of was rejected. Your record as a maintainer of other apps *is poor*. Please try to improve the entries you already maintain, or remove yourself as maintainer from apps you no longer use, before taking on more responsibility.
> See: http://wiki.winehq.org/AppDB_Test_Results_GuidelinesÂ
You know what, please remove me as a maintainer for all other applications as
well. This is disgusting and I'm just appalled. You seriously lack manpower and
you do not allow people any sort of leeway.
This could have been a request to revisit your automatic replies and policies
in regard to AppDB maintainership approval but I'm already seriously ill and
just trying to actually survive, so I'm not in a mood of fighting against
bureaucracy, swift misjudgement or itch.
If whoever rejected my request wants to apologize, then we may forget this
accident as a nuisance and I can keep on being a maintainer in AppDB.
--
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=47058
Bug ID: 47058
Summary: Sims3Launcher.exe wine-mono runtime crash
Product: Wine
Version: 4.5
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: root(a)linkjay.io
Distribution: ---
Created attachment 64226
--> https://bugs.winehq.org/attachment.cgi?id=64226
sims3launcher.exe runtime logs
The Sims3 Launcher will never start on any recent versions of Wine. The binary
was obtained from latest Origin source.
Attached are runtime logs from 4.5 wine-staging. A stacktrace is present
revealing that there is a problem with S3L_wp_getURL or some sort of URL thing.
This bug report also revealed some information regarding the crash and
wine-mono: https://bugs.winehq.org/show_bug.cgi?id=22160
--
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=47033
Bug ID: 47033
Summary: Magic the Gather Arena installer does not work with
wine >= 4.3
Product: Wine
Version: 4.6
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: a.zuber(a)gmx.ch
Distribution: ---
Created attachment 64202
--> https://bugs.winehq.org/attachment.cgi?id=64202
console output from wine 4.6 when it gets stuck
The installer for Magic the Gathering Arena hangs with newer wine versions >=
4.3.
Workaround:
With version 4.2 or lower it is still possible to install the game
--
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.