https://bugs.winehq.org/show_bug.cgi?id=51513
Bug ID: 51513
Summary: PG Offline 4.0.907 crashes on start with
IndexOutOfRangeException with Wine-Mono
Product: Wine
Version: 6.13
Hardware: x86-64
URL: https://web.archive.org/web/20210125191858if_/http://www.personalgroupware.com/groupmanager/pg-offline-4-0-9
07.zip
OS: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: mscoree
Assignee: wine-bugs(a)winehq.org
Reporter: gijsvrm(a)gmail.com
Distribution: ---
Created attachment 70355
--> https://bugs.winehq.org/attachment.cgi?id=70355
output
I am running current wine-git and wine-mono 6.3.0.
'winetricks -q dotnet452' works around, but you have to set the prefix back to
Windows 7 when winetricks is done.
$ sha1sum pg-offline-4-0-907.zip
5b912f85324845a3f79421d0636bba668e8dff8c pg-offline-4-0-907.zip
$ du -sh pg-offline-4-0-907.zip
80M pg-offline-4-0-907.zip
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=47463
Bug ID: 47463
Summary: QQ crash on start
Product: Wine
Version: 4.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: amie1972(a)163.com
Distribution: ---
QQ installation finished with a crash and run an installed QQ,an error occured
and exit.
--
Do not reply 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=40827
Bug ID: 40827
Summary: NtLockFile I/O completion on lock breaks VMWare
VSphere client
Product: Wine
Version: 1.9.12
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: alexchandel(a)gmail.com
Distribution: ---
VMWare's VSphere clients (4.x, 5.x, and 6.x) all fail to install on Wine,
printing no error messages whatsoever until they hang at the line:
fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
This lack of I/O completion for locks breaks various other programs (e.g.
40744).
--
Do not reply 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=52490
Bug ID: 52490
Summary: Clipboard.GetText() doesn't work
Product: Wine
Version: 7.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: x256(a)ultra.fyi
Distribution: ---
Created attachment 71783
--> https://bugs.winehq.org/attachment.cgi?id=71783
Demo application (with source code)
The Clipboard.GetText method of .NET doesn't work on Wine.
Please see the attached demo application. It copies some text into the
clipboard, waits 1 second, retrieves the clipboard text and compares the texts.
On Windows 10 with .NET Framework 4.8 and on Kubuntu 21.10 with Mono 6.8, the
texts are the same (and thus the demo application outputs "=> Test
succeeded!"). On Kubuntu 21.10 with Wine 7.0 (winehq-stable), Clipboard.GetText
returns an empty string (and thus the demo application outputs "=> Test
failed!").
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=52433
Bug ID: 52433
Summary: TASInput (Mupen64-RR-Lua): checkbox is not cleared
correctly
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jackyguo18(a)hotmail.com
Distribution: ---
Created attachment 71701
--> https://bugs.winehq.org/attachment.cgi?id=71701
TASInput after hovering over and clicking some of the radio buttons and
checkboxes
Mupen64-RR-Lua is a fork of the original Mupen64 (NOT Mupen64Plus), used for
tool-assisted speedruns of N64 games. It offers additional functionality on top
of Mupen64, such as input recording, a custom input plugin and a Lua scripting
system. TASInput is a N64 emulator input plugin that provides a window enabling
the user to provide precise joystick values and button combos each frame.
source code:
https://github.com/mkdasher/mupen64-rr-lua-/tree/master/tasinput_plugin/src.
Checkboxes and radio buttons in the TASInput window are not cleared before
being redrawn, leading to weird overlapping graphics. See the attached
screenshot.
Wine version: 7.0 (winehq-stable)
Linux distro: Ubuntu 21.10 (impish)
Display server: Wayland, GNOME Mutter
To reproduce, download the package from https://repack.skazzy3.com, then simply
unzip to a folder and run mupen64.exe. From there, simply find an N64 ROM to
run, and it should work.
--
Do not reply 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=51798
Bug ID: 51798
Summary: MAmidiMEmo doesn't start up ("System.resources" is
required)
Product: Wine
Version: 6.18
Hardware: x86-64
URL: https://github.com/110-kenichi/mame/releases/download/
v3.9.2.2/MAmidiMEmo_x64.zip
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: mscoree
Assignee: wine-bugs(a)winehq.org
Reporter: sagawa.aki+winebugs(a)gmail.com
Distribution: Ubuntu
Created attachment 70685
--> https://bugs.winehq.org/attachment.cgi?id=70685
terminal output
MAmidiMEmo is a virtual chiptune sound MIDI module using a MAME sound engine
[1].
When I launch the program (MAmidiMEmo.exe) with Wine Mono 6.4.0, it doesn't
start up and emits an exception.
Steps to reproduce:
1. mkdir MAmidiMEmo && cd MAmidiMEmo
2. unzip MAmidiMEmo_x64.zip
3. wine MAmidiMEmo.exe
Expected behavior:
It shows main window as seen in [2].
Actual behavior:
It emits an exception. Portion of the terminal output is:
---
Unhandled Exception:
System.Resources.MissingManifestResourceException: Could not find any resources
appropriate for the specified culture or the neutral culture. Make sure
"System.resources" was correctly embedded or linked into assembly "System" at
compile time, or that all the satellite assemblies required are loadable and
fully signed.
---
See the attachment for full terminal output.
Additional info:
I guess the following part[3] causes the exception:
---
137: System.Resources.ResourceManager rm =
138: new System.Resources.ResourceManager("System",
typeof(UriFormat).Assembly);
139: string dummy = rm.GetString("Arg_EmptyOrNullString");
---
[1] https://github.com/110-kenichi/mame
[2] https://chip-union.net/?p=5454https://chip-union.net/?p=5454
[3]
https://github.com/110-kenichi/mame/blob/7022869a8630f1a60305dba89d1ec8cb71…
--
Do not reply 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=51754
Bug ID: 51754
Summary: Iris Down CountDown Crash at start - dotnet4.5
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: l.lawall(a)web.de
Distribution: ---
Created attachment 70649
--> https://bugs.winehq.org/attachment.cgi?id=70649
crashlog
Installed the Software with Wine, crashs at start
--
Do not reply 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=51392
Bug ID: 51392
Summary: user32:monitor breaks user32:win
Product: Wine
Version: 6.10
Hardware: x86-64
OS: Windows
Status: NEW
Severity: normal
Priority: P2
Component: user32
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
Running user32:monitor before user32:win causes the following set of three
failures:
https://test.winehq.org/data/patterns.html#user32:win
win.c:7155: Test failed: Test 1: expected (-8,-8)-(1032,776), got
(-8,-8)-(1028,772)
win.c:7155: Test failed: Test 6: expected (-8,-8)-(1032,776), got
(-8,-8)-(1028,772)
win.c:7155: Test failed: Test 8: expected (-8,-8)-(1032,776), got
(-8,-8)-(1028,772)
The values change a bit but we consistently get +4 instead of +8 for the bottom
right corner.
In isolation this is 100% reproducible on w7u, w8, w864, w1064v1507,
cw-rx460-1507 and w1064v1607, even when waiting for 10 second between tests.
But for some reason in WineTest this only happens systematically on
cw-rx460-1507.
Also newer Windows 10 versions are not impacted.
--
Do not reply 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=36566
Bug ID: 36566
Summary: Half-Life CD's Menu refuses to work after a while.
Product: Wine
Version: 1.7.19
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: xylem2020(a)gmail.com
Created attachment 48658
--> http://bugs.winehq.org/attachment.cgi?id=48658
Log related to Half-Life's menu mishap.
The menu for the CD version of Half-Life stops being responsive after a certian
amount of time. For this bug report, I left the game running for an hour while
it changed to serveral different levels.
--
Do not reply 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=38809
Bug ID: 38809
Summary: Cresh at "fixme:dbghelp:elf_search_auxv can't find
symbol in module" in Tencent QQ7.3Light
Product: Wine
Version: 1.7.44
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: dbghelp
Assignee: wine-bugs(a)winehq.org
Reporter: huanghaorui301(a)gmail.com
Distribution: ---
Created attachment 51752
--> https://bugs.winehq.org/attachment.cgi?id=51752
part of the console log
Tencent QQLight7.3 :
http://dldir1.qq.com/qqfile/qq/QQ7.3Light/14258/QQ7.3Light.exe
When running, it usually crashes randomly at "fixme:dbghelp:elf_search_auxv
can't find symbol in module".
Here my winetricks prefix.
---
*atl100 (原装先于内建)
*atl80 (原装先于内建)
*atl90 (原装先于内建)
*cmd.exe (原装先于内建)
*gdiplus (原装)
*msctf (原装先于内建)
*msvcm80 (原装先于内建)
*msvcm90 (原装先于内建)
*msvcp100 (原装先于内建)
*msvcp80 (原装先于内建)
*msvcp90 (原装先于内建)
*msvcr100 (原装先于内建)
*msvcr80 (原装先于内建)
*msvcr90 (原装先于内建)
*msxml4 (原装先于内建)
*riched20 (原装先于内建)
*vcomp (原装先于内建)
*vcomp100 (原装先于内建)
*vcomp90 (原装先于内建)
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.