https://bugs.winehq.org/show_bug.cgi?id=40866
Bug ID: 40866
Summary: DigitalMicrograph: crashes when a new script is added
to the menu
Product: Wine
Version: 1.9.13
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
Assignee: wine-bugs(a)winehq.org
Reporter: niermann(a)physik.tu-berlin.de
Distribution: ---
Created attachment 54885
--> https://bugs.winehq.org/attachment.cgi?id=54885
Wine output during crash
DigitalMicrograph by Gatan crashes when the "Install Script" dialog is closed.
Independently of whether the dialog is opened via the "File->Install Script" or
the "File->Install Script File" command.
To reproduce: Create new script (File->New Script) and try to install it
(File->Install Script). In the "Install script" dialog simply press Enter
without changing anything.
Bug occurs on DigitalMicrograph versions 1.8.3 and 2.3.0 (others not tested)
and with wine 1.6.2 and wine-1.9.13 (others not tested).
>From tracing the outputs and by debugging wine I found the reason for the crash
to be in dlls/user32/edit.c: The application calls EM_GETHANDLE and later
WM_SETFONT on an edit control (without sending EM_SETHANDLE in between). During
processing WM_SETFONT the es->text field is accessed, which at this point
contains NULL due to the inhibited buffer locking after EM_GETHANDLE.
--
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=44168
Bug ID: 44168
Summary: Wizardry 8 hangs when starting a new game or loading a
saved game
Product: Wine
Version: 3.0-rc1
Hardware: x86
URL: https://www.fileplanet.com/81227/80000/fileinfo/Wizard
ry-8-Demo
OS: Linux
Status: NEW
Keywords: download, regression
Severity: normal
Priority: P2
Component: msvcrt
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
CC: piotr.caban(a)gmail.com
Regression SHA1: ee33d38c5041a8293c64257801572d1c742b0aba
Distribution: ---
Created attachment 59933
--> https://bugs.winehq.org/attachment.cgi?id=59933
terminal output
I tested this bug with the GOG.com version of the game, but it can be
reproduced with the demo version, too.
The demo contains only a sample save game but that will do to reproduce the
bug.
The game becomes unresponsive when I start a new game (after the party
selection and intro video), or when I try to load a previously saved game. The
game executable constantly pegging the CPU at 100% and the game needs to be
closed forcibly.
To reproduce the problem in the demo:
1. Install the demo and start Wiz8.exe. On first launch the game configuration
window will appear (requires mfc42.dll). Just accept the default settings and
get in the game.
2. In the menu select load game and choose the only available save game the
demo offers --> the game hangs for good.
Reverting the following commit fixes the problem for me:
commit ee33d38c5041a8293c64257801572d1c742b0aba
Author: Piotr Caban <piotr(a)codeweavers.com>
Date: Mon Nov 27 20:29:44 2017 +0100
msvcrt: Call cdecl functions with empty FPU stack in _CI* functions.
The FPU stack should be empty on cdecl function call. Failing to do so
breaks GCC 6.4.0 -O2 optimized code.
Using native msvcrt.dll also works around the problem (winetricks vcrun6).
I'm on Arch Linux (64-bit) and gcc version is: gcc version 7.2.1 20171128 (GCC)
I compiled Wine without compiler optimizations '-O0 -g' but that didn't solve
the problem.
wine-3.0-rc1-23-g081eae7ac3
Wiz8NetDemoEB.exe (143M)
md5sum: 728f87e9768102c71017675a1bb06425
--
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=36441
Bug ID: 36441
Summary: joy.cpl crashes when PS4 Gamepad connected via
Bluetooth
Product: Wine
Version: unspecified
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: lp-san(a)lostpoint.ru
Created attachment 48464
--> http://bugs.winehq.org/attachment.cgi?id=48464
crash log available via gui crash message
First of all, I'd like to apologize if I came to the wrong bigtracker, since
I'm a wineskin user, not pure wine user. But I believe the problem is a
wine-specific, not wineskin specific.
I'm using Wineskin 2.6.0 (latest) with Wine Engine WS9Wine1.7.18 (the latest
available via Wineskin).
I'm connecting PS4 Gamepad via Bluetooth, then I start a Wine/Wineskin Command
Line Shell, executing "control joy.cpl" and the control panel applet crashes.
If I disconnect the gamepad, the applet works fine.
I attached the crash log information in a text file. I can provide any debug
information from the wine logs if needed.
--
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=44148
Bug ID: 44148
Summary: DX Library: Multiple PlaySoundMem() calls don't work
when using XAudio2
Product: Wine
Version: 3.0-rc1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: xaudio2
Assignee: wine-bugs(a)winehq.org
Reporter: kakurasan(a)gmail.com
CC: aeikum(a)codeweavers.com
Regression SHA1: e2c73fc394bace00c4463b6fcb6dfe9dc64084bc
Distribution: ---
Created attachment 59902
--> https://bugs.winehq.org/attachment.cgi?id=59902
Testcase
When using XAudio2, multiple PlaySoundMem() calls don't play the same audio
repeatedly.
"git bisect" says e2c73fc394bace00c4463b6fcb6dfe9dc64084bc is the first bad
commit.
--
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=43000
Bug ID: 43000
Summary: wine can't be compiled by gcc-2.95.4
(dsound/dsound_convert.c, C99 ~ lrintf)
Product: Wine
Version: 2.7
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: directx-dsound
Assignee: wine-bugs(a)winehq.org
Reporter: wylda(a)volny.cz
Distribution: ---
wine-2.7 @ gcc-2.95.4: compilation fails:
/dlls/dsound/dsound_convert.c: In function `f_to_8':
/dlls/dsound/dsound_convert.c:123: warning: implicit declaration of function
`lrintf'
/dlls/dsound/dsound_convert.c: At top level:
/dlls/dsound/dsound_convert.c:342: Internal compiler error:
/dlls/dsound/dsound_convert.c:342: Internal compiler error in `output_die', at
dwarf2out.c:5433
--
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=43316
Bug ID: 43316
Summary: Process Hacker 2.x needs
ADVAPI32.dll.LsaLookupPrivilegeName
Product: Wine
Version: 2.12
Hardware: x86
URL: https://github.com/processhacker2/processhacker/releas
es/tag/v2.39
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: advapi32
Assignee: wine-bugs(a)winehq.org
Reporter: the.ideals(a)gmail.com
Distribution: ---
Created attachment 58656
--> https://bugs.winehq.org/attachment.cgi?id=58656
wine backtrace
Using Process Hacker to view the token privileges for a process.
1. Launch Process Hacker.
2. Open Properties for a process.
3. Click on the Token tab.
Unhandled exception: unimplemented function ADVAPI32.dll.LsaLookupPrivilegeName
called in 32-bit code (0x7bc52989).
sha1sum processhacker-2.39-setup.exe
162b08b0b11827cc024e6b2eed5887ec86339baa processhacker-2.39-setup.exe
du -sh processhacker-2.39-setup.exe
2.2M processhacker-2.39-setup.exe
Patches already in Wine Staging by Michael Müller.
https://dev.wine-staging.com/patches/68/
--
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=41209
Bug ID: 41209
Summary: The Magic School Bus Explores the Solar System: Error
message asking for the game to be reinstalled
Product: Wine
Version: 1.9.17
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: marc-alexandre.espiaut(a)etu.u-bordeaux.fr
Distribution: ---
Created attachment 55464
--> https://bugs.winehq.org/attachment.cgi?id=55464
Output of wine 1.9.17 with WINEDEBUG=+file,+relay,+seh,+tid,+int21
When launching The Magic School Bus Explores the Solar System, an error message
pops up asking me to reinstall the game because files cannot be found or
loaded. I'm using the French version of that video game.
I've launched the game on a clean win32 prefix, and set the windows version as
Windows 95 (I used to play this game on a Windows 95 machine).
The game is a win16 New Executable.
I've attached the output of wine with the flag
WINEDEBUG=+file,+relay,+seh,+tid,+int21
--
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=37336
Bug ID: 37336
Summary: U-blox U-Center crashes when importing or exporting
config file
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: joshuapcloud(a)gmail.com
Created attachment 49650
--> https://bugs.winehq.org/attachment.cgi?id=49650
error generated
App runs well, but when I try to import a .txt configuration file, the app
crashes.
Tools > GNSS Configuration > Browse for file > Check the Store Config...box >
Click either GNSS to File (or File to GNSS), I get:
Program Error
The program u-Center.exe as encountered a serious problem and needs to close.
We are sorry for the inconvenience.
--
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=36517
Bug ID: 36517
Summary: slovoeb.exe: unhandled exception: 0xe0434352 in 32-bit
code (0x7b83bcd5)
Product: Wine
Version: 1.6.1
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: pr0sto(a)hotmail.com
Created attachment 48589
--> http://bugs.winehq.org/attachment.cgi?id=48589
backtrace.txt of exception by "slovoeb.exe" v.2.1
I get exception when I click open with WINE on "slovoeb.exe" v.2.1
(http://keycollector.ru/SlovoEB.zip)
--------------------------------------------
...see more on backtrace.txt 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.