https://bugs.winehq.org/show_bug.cgi?id=49560
Bug ID: 49560
Summary: Ashes of the Singularity: Escalation freezes at
Turinium Optimized
Product: Wine
Version: 5.12
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: mo78(a)abv.bg
Distribution: ---
Created attachment 67700
--> https://bugs.winehq.org/attachment.cgi?id=67700
Ashes of the Singularity: Escalation Wine log
Ashes of the Singularity: Escalation freezes at Turinium Optimized caption. The
game starts fine and when reaches "Turinium Optimized" in the loading menu, it
freezes and I have to kill it manually. I can't reach the main menu, it's the
initioal loading screen of the game. Tried with clean prefix and on two
different Linux distros - Arch and Linux Mint. It's the latest GOG version.
https://i.imgur.com/N9RgT5g.png
--
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=42562
Bug ID: 42562
Summary: Act of War stuck at open (GOG and Steam Versions
Affected)
Product: Wine
Version: 2.2
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: mrdeathjr28(a)yahoo.es
Distribution: ---
Act of War direct action steam and gog versions stuck at try open, one cpu core
go to 100% and actofwar.exe process cant be closed
--
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=52111
Bug ID: 52111
Summary: <144dpi fonts aren't anti-aliased when using greyscale
method
Product: Wine
Version: 6.22
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: fonts
Assignee: wine-bugs(a)winehq.org
Reporter: teamworks1732(a)gmail.com
Distribution: ---
Created attachment 71135
--> https://bugs.winehq.org/attachment.cgi?id=71135
96dpi with sub-pixel anti-alias method
When setting the scaling dpi to <144dpi while the system is using "greyscale"
font anti-alias method, Wine won't anti-alias any font. But using "sub-pixel"
method will make it working.
I have tried adding "+font" into the "WINEDEBUG" env var, and I got a pretty
interesting log saying "0110:trace:font:freetype_get_aa_flags font L"Tahoma"
-11 aa disabled by GASP" (more log info at 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=53002
Bug ID: 53002
Summary: Wondershare Uniconverter 13 not working
Product: Wine
Version: 7.8
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: shagooserver(a)gmail.com
Distribution: ---
Created attachment 72370
--> https://bugs.winehq.org/attachment.cgi?id=72370
window shot
The program seems to install despite popping up a window saying it cannot
locate a file certutil.exe. Upon launching, the window displays in a
recognisable form although most text is displayed as little boxes and none of
the buttons do anything when clicked.
Copy of the window 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=53096
Bug ID: 53096
Summary: Wodershare Uniconverter 13 not able to import files to
convert
Product: Wine
Version: 7.9
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: shagooserver(a)gmail.com
Distribution: ---
Created attachment 72525
--> https://bugs.winehq.org/attachment.cgi?id=72525
terminal output
After starting the program and selecting the CONVERTER tab from the left hand
side menu and then browsing for a file to import a window showing the import
progression shows up for a second or 2 and is then replaced with a window
titled IMPORT FAILED.
--
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=39830
Bug ID: 39830
Summary: TomTom Home 2 TomTomHOMERuntime.exe failed with Error
87
Product: Wine
Version: 1.8
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: detlef.bieritz(a)gmx.de
Distribution: ---
Created attachment 53171
--> https://bugs.winehq.org/attachment.cgi?id=53171
Screenshot
Ubuntu 15.10
Wine 1.8
TomTom Home 2
TomTomHOMERuntime.exe failed with Error 87:
Ungültiger Parameter
(siehe Screenshot)
Installation: OK
Start: NOK
Run: NOK
--
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=45070
Bug ID: 45070
Summary: closing threads causes "wine client error" and kills
process when run under winedbg --gdb
Product: Wine
Version: 3.6
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: winedbg
Assignee: wine-bugs(a)winehq.org
Reporter: z.figura12(a)gmail.com
Distribution: ---
Created attachment 61208
--> https://bugs.winehq.org/attachment.cgi?id=61208
test program showing problem
When run under winedbg in gdb mode, closing a thread consistently causes 'wine
client error:30: write: Bad file descriptor', aborting the program.
The basic problem seems to be that gdb will inject breakpoints into dlopen() to
allow hooking that function if desired. Normally this works fine, but this can
also be triggered during thread teardown, i.e. inside of pthread_exit(). In
this case we catch the SIGTRAP, but abort when we try to pass it along to
wineserver, since we've already closed our file handle to the server pipe.
The obvious solution seems to be to block SIGTRAP during thread shutdown.
Attempting this makes the 'bad file descriptor' message go away, but the
process still gets killed prematurely. I haven't figured out why.
--
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=53089
Bug ID: 53089
Summary: PotPlayer EULA unreadable during install
Product: Wine
Version: 7.9
Hardware: x86-64
URL: https://t1.daumcdn.net/potplayer/PotPlayer/Version/Lat
est/PotPlayerSetup.exe
OS: Linux
Status: NEW
Keywords: download
Severity: trivial
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: imwellcushtymelike(a)gmail.com
Distribution: Ubuntu
Created attachment 72512
--> https://bugs.winehq.org/attachment.cgi?id=72512
Screenshot
The EULA presented during installation of PotPlayer is unreadable. All
characters are replaced with "boxes": ▯ (See screenshot)
b7f14c493990b3c9981f1cd47c8cb189ce1a6966 PotPlayerSetup.exe
Tried "winetricks riched20 corefonts" but this did not help.
Console:
017c:fixme:imm:ImeSetActiveContext (0014A280, 0): stub
017c:fixme:imm:ImmReleaseContext (00020064, 0014A280): stub
016c:fixme:imm:ImeSetActiveContext (004B76B0, 1): stub
016c:fixme:imm:ImmReleaseContext (00030028, 004B76B0): stub
--
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=47593
Bug ID: 47593
Summary: PotPlayer 1.7: choppy video when monitor refresh rate
is 24 hz
Product: Wine
Version: 4.13
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: smart-32(a)s-32.tk
Distribution: ---
When monitor refresh rate is set to 24 hz after about a minute of playing any
video it becomes choppy. It looks like every second frame is dropped.
Media Player Classic - BE have same problem.
I tested this bug in PotPlayer 1.7 1.7.18958 X86. It can be download here:
https://daumpotplayer.com/wp-content/uploads/2019/06/PotPlayerSetup.exe
I want to notice you should to disable the cache pre-read option in built-in
source/splitter configuration to prevent video playback jerking.
--
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=33257
Bug #: 33257
Summary: Adobe Digital Editions does not recognize KOBO
eReader.
Product: Wine
Version: 1.4.1
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: peterharris20(a)sky.com
Classification: Unclassified
Adobe Digital Editions does not find the KOBO eReader when it is plugged in.
Ubuntu 10.04 recognizes it and displays the folder and contents.
--
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.