https://bugs.winehq.org/show_bug.cgi?id=48273
Bug ID: 48273
Summary: Relay debugging is broken in a --without-mingw build
Product: Wine
Version: 4.21
Hardware: x86
OS: Linux
Status: NEW
Keywords: regression
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dmitry(a)baikal.ru
Distribution: ---
This is a fresh breakage, however regression test for some reason points
to an innocent dmusic commit.
Relevant part of 'WINEDEBUG=+relay,+seh,+tid wine winver' looks like this:
000b:Call KERNEL32.__wine_start_process() ret=00000000
000b:Starting process L"C:\\windows\\system32\\wineboot.exe"
(entryproc=0x7b454da4)
000b:Call
ntdll.NtQueryInformationProcess(ffffffff,00000007,0032fefc,00000004,00000000)
ret=7ee6e9a8
000b:Ret ntdll.NtQueryInformationProcess() retval=00000000 ret=7ee6e9a8
000b:Starting process L"C:\\windows\\system32\\wineboot.exe"
(entryproc=0x7ffd8000)
000b:Call
ntdll.NtQueryInformationProcess(ffffffff,00000007,0032fe3c,00000004,00000000)
ret=7ee6e9a8
000b:Ret ntdll.NtQueryInformationProcess() retval=00000000 ret=7ee6e9a8
000b:trace:seh:raise_exception code=c0000005 flags=0 addr=0x7ffd8000
ip=7ffd8000 tid=000b
000b:trace:seh:raise_exception info[0]=00000008
000b:trace:seh:raise_exception info[1]=7ffd8000
000b:trace:seh:raise_exception eax=7ffd8000 ebx=7ffdf000 ecx=0032ff48
edx=0032ff48 esi=0032fff4 edi=00000000
000b:trace:seh:raise_exception ebp=0032fe58 esp=0032fe44 cs=0023 ds=002b
es=002b fs=0063 gs=006b flags=00010246
000b:trace:seh:call_stack_handlers calling handler at 0x7b46cda0 code=c0000005
flags=0
000b:Call ntdll.NtCreateEvent(0032f9b0,001f0003,0032f9b4,00000000,00000000)
ret=7ee6f83b
000b:Ret ntdll.NtCreateEvent() retval=00000000 ret=7ee6f83b
wine: Unhandled page fault on execute access to 7FFD8000 at address 7FFD8000
(thread 000b), starting debugger...
wineboot crashes right at its entry point, and then everything hangs.
--
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=42942
Bug ID: 42942
Summary: Fatal error when adding a person to the database
(Sqlite).
Product: Wine
Version: 2.7
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jan-olof.svensson(a)abc.se
Distribution: ---
Disgen 2016: Running Wine 2.7-devel. Fatal error when adding a person to the
database. The program has to be restarted or terminated. The added person can
be found but when trying to proceed I get a fatal error again. If selecting
Help, Look for help about... the error temporarily disappears.
The error does not occur in Wine-staging.
Expected result: When selecting the person (from menu, double clicking,
pressing space bar or pressing F9) the next page should appear.
Steps to reproduce: I did this:
https://www.dropbox.com/s/tt8ad63v98pvzk6/Disgen-2016.5_Wine-2.7-devel.ogv
Download link for Disgen 2016 update 5:
https://medlem.dis.se/download/dg2016/disgen_install_2016_5.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=47993
Bug ID: 47993
Summary: [Regression + Bissected]Epic Games Launcher crashes at
the installation
Product: Wine
Version: 4.18
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: mscoree
Assignee: wine-bugs(a)winehq.org
Reporter: berillions(a)gmail.com
Distribution: ---
Created attachment 65511
--> https://bugs.winehq.org/attachment.cgi?id=65511
Epic crash Wine-4.18
Hello,
There is a regression introduced in Wine-4.18.
When you want to install Epic Games Launcher, Wine crashes when you click on
the install button (see screenshot).
Download the installer on Epic Store website and install by "wine msiexec /i
Epic.exe" to reproduce the issue.
After a regression testing, the 1st bad commit is this :
### Snip ###
commit d7031be8920e30463a3825e866a70f49e9a67740
Author: Gijs Vermeulen <gijsvrm(a)codeweavers.com>
Date: Thu Oct 17 22:12:32 2019 +0200
mscoree: Support loading assemblies from path specified in config file.
Signed-off-by: Gijs Vermeulen <gijsvrm(a)codeweavers.com>
Signed-off-by: Vincent Povirk <vincent(a)codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
### Snip ###
Revert the commit in wine-git or revert the patch in wine-4.18 source fixes the
issue.
Thanks,
Maxime
--
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=48183
Bug ID: 48183
Summary: Running most applications causes a crash in
krnl386.exe DllMain() when the Windows version is set
to non-NT
Product: Wine
Version: 4.16
Hardware: x86
OS: Linux
Status: NEW
Keywords: regression
Severity: minor
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: z.figura12(a)gmail.com
CC: julliard(a)winehq.org
Regression SHA1: 911e50849a9bc05ab11d896a3b7f7a3b3462fabd
Distribution: ---
The sequence of events goes as follows:
1. ntdll loads the main executable,
2. which loads e.g. advapi32,
3. which loads kernelbase,
4. which triggers attaching of kernel32,
5. which, if the Windows version is lower than NT, loads krnl386.exe,
6. which loads and attaches krnl386.exe,
7. which calls GetCommandLineA(),
8. which returns NULL, since kernelbase has not been attached yet,
9. which causes a crash when krnl386 tries to dereference it.
The crash is silently caught, but I'm not sure that any given 16-bit
application still functions.
Most likely this will be fixed by moving more things to kernelbase; I'm filing
this bug just in case it isn't.
--
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=26276
Summary: StarFisher: Crashes when entering a New Event
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Windows XP
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: x.xeroid(a)yahoo.com
The program StarFisher.exe has encounteed a serious problem and needs to
close...
While entering a New Event and accessing the Atlas Location database, the
Program Error occured.
Kubuntu 10.10
Wine -- 1.2
Repeatable
http://www.starfisher.cz/starfisher/EN/download.htm
--
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=48320
Bug ID: 48320
Summary: 5.0-rc1 fails to update and initialize previously
installed apps
Product: Wine
Version: 5.0-rc1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: contactopublico57(a)bol.com.br
Distribution: ---
Linux Mint Debian Edition
libwine:amd64 5.0~rc1-1
wine 5.0~rc1-1
wine64 5.0~rc1-1
fonts-wine 4.0.3-1
5.0-rc1 fails to upgrade and initialize wine to run previously installed apps
at launch fails to establish server directory under /run/usr/1000
manually using mkdir to add the wine/serverXXX results in wine complaining
other users must not have access.
changing permissions to limit access yields message that wineserver
mysteriously failed to start for some reason.
--EOF--
--
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=35185
Bug ID: 35185
Summary: Starfisher crashes when changing display view
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: x.xeroid(a)gmail.com
Classification: Unclassified
Created attachment 46934
--> http://bugs.winehq.org/attachment.cgi?id=46934
crash report
Install StarFisher 0.8.5.4 (2011-10-07) Full installation from
http://www.starfisher.cz/starfisher/EN/download.htm
Run program, choose OK for the New Horoscope window. The radix page is
displayed. Click menu item View, Aspectarium, or F3 and the program crashes.
Same for F4 - F7.
Problem occurs whether or not I set up a 32-bit environment by adding
WINEARCH=win32 in /etc/environment running in linuxmint 15 cinnamon 64-bit,or
in kubuntu 13.10 64-bit. This issue did not occur in kubuntu 10.10 32-bit.
Tried later versions of Wine up to 1.7, same problem
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=21008
Summary: Star Trek- Hidden Evil crashes on load
Product: Wine
Version: 1.1.34
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: chris(a)chrobis.com
Created an attachment (id=25202)
--> (http://bugs.winehq.org/attachment.cgi?id=25202)
Console log from Star Trek - Hidden Evil
When running the game Star Trek Hidden Evil, a black screen appears before a
"This program encountered a serious error and needs to close" message appears
and the game crashes. I have attached a console log in case it is of any use.
--
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=33483
Bug #: 33483
Summary: Print Master Silver 16 fails on startup
Product: Wine
Version: 1.5.29
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: maikwagner(a)yahoo.com
Classification: Unclassified
Created attachment 44319
--> http://bugs.winehq.org/attachment.cgi?id=44319
Backtrace
Hello everyone,
I am having trouble getting "PrintMaster 16" to run. I have attached my
backtrace and hope this helps. OS is openSUSE 12.2 64-Bit
--
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=37378
Bug ID: 37378
Summary: MATLAB 2010: unable to reserve shield memory at
startup
Product: Wine
Version: 1.7.18
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: rounaksingh17(a)gmail.com
Created attachment 49711
--> https://bugs.winehq.org/attachment.cgi?id=49711
Matlab2010 startup log with wine 1.7.18
Matlab installed correctly -- no problem there.... However, when I tried to
run, it showed error "unable to reserve shield memory"... I tried it with
different windows versions (XP, Vista and 7)... No luck...
Enclosing the log file of startup...
--
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.