https://bugs.winehq.org/show_bug.cgi?id=230
--- Comment #19 from Alexandre Julliard <julliard(a)winehq.org> ---
The content of attachment 64885 has been deleted for the following reason:
spam
--
Do not reply 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=47662
Bug ID: 47662
Summary: VMware vSphere Client 6 don't work with wine 4.0.1
Product: Wine
Version: 4.0.1
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jerome(a)artpro-cppe.com
Distribution: ---
Created attachment 65105
--> https://bugs.winehq.org/attachment.cgi?id=65105
wine backtrace
Hello,
I've installed wine 4.0.1 on Linux Mint 19.1 Tessa. I want use VMware vSphere
Client 6 (or 5.5). The installation work and i've a link in my desktop but when
i execute this link i have a crash. Report in the 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=47012
Bug ID: 47012
Summary: Photoshop Installer crashes after showing blank window
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: funtimeschaos(a)rocketmail.com
Distribution: ---
Created attachment 64171
--> https://bugs.winehq.org/attachment.cgi?id=64171
wine4.5-staging output
According to the AppDB it is a known problem that PS cannot be installed and a
complete installation needs to be copied from elsewhere, but couldn't find a
bug report on the matter attached to the app or anything that looks like a
dupe, so I'll submit this one.
Tested with 4.5 staging. Logs attached.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=47712
Bug ID: 47712
Summary: Spelling Jungle / Yobi's Basic Spelling Tricks --
Black Screen
Product: Wine
Version: 4.14
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: codespunk+bugzilla.wine(a)gmail.com
Distribution: ---
Spelling Jungle / Yobi's Basic Spelling Tricks:
https://en.wikipedia.org/wiki/Spelling_Jungle
16-bit application, requires 8-bit color depth. Game will load and sound will
play but no graphics are drawn to the screen.
Launched with:
https://en.wikipedia.org/wiki/Spelling_Jungle
Xephyr :1 -ac -screen 640x480x8 &
DISPLAY=:1 xterm
...
wine BST.EXE.
I have been unable to test with any other solution besides Xephyr. Tiger-vnc no
longer supports 8-bit, Xnest reports "Unable to find desired default visual",
and xinit fails with 8-bit color depth.
The game runs fine under DOSBox running Windows 3.1 but it's too slow to play
on the laptop I'd like to run it on. Wine may be a solution but at the moment
it fails to display the game graphics.
--
Do not reply 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=19182
Summary: Allow to completely disable MIME-type and application
integration
Product: Wine
Version: 1.1.25
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: diafero(a)arcor.de
Note: I could not find a component "winemenubilder" which is why I selected
"-unknown".
It would be great to have a way to tell wine not to create a whole bunch of
files across the .config and .local directories. I don't want any mime-type
which is registered by a windows application run through wine to reflect on my
system - if I really want to use wine to open a certain filetype (which never
happened so far) I will do that manually. Nor do I want all the unnecessary
start menu entries to be added to my KDE menu - they end up in the wrong
category anyway. I like to have the control of creating these entries myself.
For the menu it worked fine to simply remove the "Wine" menu directory with the
menu editor. The annoying files still got created, but they were ignored.
However now wine started to spam my mime directory, too, and it constantly
re-creates the files in there - a really annoying behaviour. This not only
leads to the danger of me accidentally starting wine without wanting to do so,
it also drives some applications crazy (for example the KDE screenshot
application no longer recognizes ".jpg" to be a JPEG extension since wine added
.jfif).
I understand that many people want wine to just magically integrate into their
Linux environment, but there are also people like me who switched to Linux
because they like to have control, and Windows often prefers its own
preferences over the user's. Wine should really not bring that to Linux, or it
will get as annoying as Windows is. If I could not patch wine myself to no
longer create these files, I had no way to stop all these mime types from being
added, no configuration panel to remove them, nothing. I do not even know which
of my many WINEPREFIXes created the files.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=47705
Bug ID: 47705
Summary: Newer versions of the Beat Saber mod injector (BSIPA)
no longer works
Product: Wine
Version: 4.11
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: yshuiv7(a)gmail.com
Distribution: ---
# Context
BSIPA in a mod injector, I don't know the full detail about how it works, but
here is the relevant bits"
1. a proxy winhttp.dll is loaded by the game instead of the real winhttp.dll
2. the proxy does some magic. a mono module is injected into the game.
3. the proxy loads the original winhttp.dll, and proxy the function calls
4. the injected mono code is run, and it tries to call some function in the
proxy winhttp.dll, using [DllImport("winhttp")].
5. step 4 fails with EntryPointNotFoundException.
naturally, to get 1~3 to work, i need to add winhttp=native,builtin override.
# Theory
step 3 causes wine to load the builtin winhttp.dll, and the builtin winhttp.dll
is used from this point on. thus the function called in step 4 is not found.
# Experiment
i changed the override to winhttp=native only, rename the wine builtin
winhttp.dll to winhttp_alt.dll, which is an alternative name the proxy will use
to load winhttp. everything works after that.
# System info
the game was run from steam with proton 4.11-3
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=47708
Bug ID: 47708
Summary: Makaron resident evil 2 usa crash
Product: Wine
Version: 4.14
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: seganfl2k(a)gmail.com
Distribution: ---
Created attachment 65180
--> https://bugs.winehq.org/attachment.cgi?id=65180
Makaron resident evil 2 usa crash
Video Below
https://www.youtube.com/watch?v=wPRqndb9e74&feature=youtu.be
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.