https://bugs.winehq.org/show_bug.cgi?id=47364
Bug ID: 47364
Summary: COM ports do not work
Product: Wine
Version: 4.9
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wineserver
Assignee: wine-bugs(a)winehq.org
Reporter: rick(a)tripletry.com
Distribution: ---
Created attachment 64703
--> https://bugs.winehq.org/attachment.cgi?id=64703
program run with com debugging.
Regression: Since the last update on Fedora 29 to wine 4.9 the com ports no
longer work. I have the registry entry for ttyUSB2 linked and it stopped
working after the last update. The program is PUTTY.EXE but other programs
also do not work such as winlink-express. The message from putty is "end of
file reading from serial device"
--
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=10696
Summary: Direct3D mode in Age of Wonders 2 demo is unusably slow
and glitchy
Product: Wine
Version: 0.9.50.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: wine-directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sharparrow1(a)yahoo.com
(Demo available at http://www.triumphstudios.com/ageofwonders2/files.html; it
installs quite painlessly.)
Note that Direct3D mode is the default for this game, but can be turned off
through the included configuration app aow2Setup.exe. However, when Direct3D
mode is not enabled, some graphical effects are disabled.
Multiple issues with Direct3D mode in Age of Wonders 2 demo; I'm not really
sure how related these are, but I'll put them together, I guess, since I'm not
sure separate bugs would be useful without any real idea of what is causing
these effects:
1. In-game repainting speed is unusably slow. (To get in-game quickly, press
the "Tutorial" button.)
2. There are graphical glitches in-game: for one very obvious example, use the
scroll wheel to change the zoom level, and all the UI on the bottom gets
painted over.
3. The "buy now" screen (accessible by clicking "Quit" on the main menu)
flickers severely.
I'm using Wine 0.9.50 on Ubuntu 7.10; I have an Intel Core Duo and and
ATI Mobility X1400, and I'm using the version of fglrx that comes with
Ubuntu.
--
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=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.
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.