https://bugs.winehq.org/show_bug.cgi?id=44314
Bug ID: 44314
Summary: FrameMaker 8: Installer aborts with the error "The
wizard was interrupted..."
Product: Wine
Version: 3.0-rc5
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ulrich.gemkow(a)ikr.uni-stuttgart.de
Distribution: ---
The installer of FrameMaker 8 aborts with the message "The wizard was
interrupted before Adobe FrameMaker v8 could be completely installed.
Wine is self-compiled in an Ubuntu 16.04 environment.
Please let me know whether the install log with +msi is helpful, it is rather
large.
--
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=33222
Bug #: 33222
Summary: GitHub for Windows crash - mono
Product: Wine
Version: 1.5.25
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: mscoree
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: whiskers75(a)me.com
Classification: Unclassified
Created attachment 43945
--> http://bugs.winehq.org/attachment.cgi?id=43945
App crash
When running GitHub for Windows, it fails to start up with the error seen in
bug.txt.
--
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=33012
Bug #: 33012
Summary: FAST Search for Sharepoint MOSS 2010 Query Tool only
displays a black background
Product: Wine
Version: 1.5.23
Platform: x86-64
URL: http://fastforsharepoint.codeplex.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: robert.munteanu(a)gmail.com
Classification: Unclassified
After applying the workarounds mentioned in bug #32964 the program starts but
only shows a black background.
--
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=49557
Bug ID: 49557
Summary: Clip Studio Paint paghe faults when using fonts
Product: Wine-staging
Version: 5.9
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: applchu(a)firemail.cc
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
Created attachment 67696
--> https://bugs.winehq.org/attachment.cgi?id=67696
the error log
Clip Studio Paint (ver.19.11) crashes when accessing fonts on wine-staging 5.9
You may ask "why not use the latest 5.12 version?" and that's because ver 5.9
is the last version Clip Studio Paint opens on. in version 5.12 it wont boot,
as it immediately page faults. using a 32-bit wineprefix does not solve the
issue, nor does it occur naively on windows.
Specs:
Wine build: wine-5.9 (Staging)
Platform: x86_64
Version: Windows 7
Host system: Linux
Host version: 5.7.7-arch1-1
CPU: AMD Ryzen 7 3700X (16) @ 4.050GHz
GPU: AMD ATI Radeon RX 5700/5700 XT
OS: Arch Linux x86_64
Kernel: 5.7.7-arch1-1
--
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=39366
Bug ID: 39366
Summary: FILE_ATTRIBUTE_READONLY and FILE_ATTRIBUTE_HIDDEN
should perhaps use BSD flags
Product: Wine
Version: 1.7.9
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: guy(a)alum.mit.edu
4.4-Lite introduced per-file flags, which show up as the st_flags field of
"struct stat" and can be set with the chflags() and fchflags() calls.
For plain files, the UF_IMMUTABLE flag corresponds pretty closely to the
Windows FILE_ATTRIBUTE_READONLY flag.
OS X added the UF_HIDDEN flag. so that its kernel SMB client could report the
Windows FILE_ATTRIBUTE_HIDDEN flag to userland.
It might be useful for Wine to, on systems with the st_flags field in "struct
stat" and the chflags() call, to report that a file is read-only if
UF_IMMUTABLE is set, even if the file's permissions allow reading, and to set
UF_IMMUTABLE as well as turning read permissions off if FILE_ATTRIBUTE_READONLY
is set. (You probably want to turn off file permissions in case the file is on
a server; the server might not support setting that flag if, for example, it's
an NFS server.)
On OSes that have them *and* that have UF_HIDDEN, the same (modulo file
permissions) should perhaps be done for FILE_ATTRIBUTE_HIDDEN.
This has been discussed in the past; see the thread starting at
https://www.winehq.org/pipermail/wine-devel/2009-October/079038.html
(It might also be worth looking at supporting NT ACLs on UN*Xes that have
NT-style ACLs; OS X's ACLs are NT-style, and other UN*Xes might support them
even if they call them NFSv4-style ACLs.)
--
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=15396
Summary: program doesn't draw text to dialog box properly
Product: Wine
Version: 1.1.5
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: deadlock(a)start.no
Created an attachment (id=16248)
--> (http://bugs.winehq.org/attachment.cgi?id=16248)
Dialog box being drawn the wrong way
When I try to save or load a game in The Journeyman Project 3 - Legacy of Time,
the snapshoot is shown behind the dialog box, along with any text written on
the dialog box. The same happens with any other dialog box in the game that
shows text. It's like the function the game uses to draw, draws on the wrong
layer.
--
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=46712
Bug ID: 46712
Summary: Atelier Firis config tool crashes with "Unhandled page
fault on execute access"
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: tijs96(a)hotmail.com
Distribution: ---
Created attachment 63681
--> https://bugs.winehq.org/attachment.cgi?id=63681
Terminal outputs
Atelier Firis launches a config tool to change game settings before launching
the actual game. The config tool crashes at startup with the following error:
wine: Unhandled page fault on execute access to 0x400033e0 at address
0x400033e0 (thread 00d8), starting debugger...
I've attached logs with the default terminal output, a +relay output (without
kernel32, advapi32, gdi32, ntdll and winex11) and a +win output. All of the
logs include output from steam as well. The following lines from the +relay
output seem interesting:
00d8:Call user32.SetWindowLongA(000101e2,fffffffc,1400033e0) ret=140004058
00d8:Ret user32.SetWindowLongA() retval=7f648ef86e32 ret=140004058
00d8:Ret dialog proc 0x140003c20
(hwnd=0x101dc,msg=WM_INITDIALOG,wp=000101e2,lp=00000000) retval=00000001
result=00000000
00d8:Ret window proc 0x7f648ef1525a
(hwnd=0x101dc,msg=WM_INITDIALOG,wp=000101e2,lp=00000000) retval=00000001
00d8:Call window proc 0x400033e0
(hwnd=0x101e2,msg=WM_GETDLGCODE,wp=00000000,lp=00000000)
wine: Unhandled page fault on execute access to 0x400033e0 at address
0x400033e0 (thread 00d8), starting debugger...
The relay and win logs were taken on wine 4.0-rc5, but the game still behaves
the same in wine 4.2-staging. I'm using arch-linux, 64bit.
Proton bug report for the game:
https://github.com/ValveSoftware/Proton/issues/1486
--
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=43321
Bug ID: 43321
Summary: Robinson Crusoe uninstaller crash at startup
Product: Wine
Version: 2.12
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: service(a)totalplanlos.de
Distribution: ---
Created attachment 58665
--> https://bugs.winehq.org/attachment.cgi?id=58665
backtrace
The Robinson Crusoe uninstaller crashes directly at startup. Sadly the
backtrace gives really little information even if i start winedbg directly, no
other errors on the console.
Look like there is no free version of the game. It's this game
https://www.amazon.com/Robinson-Crusoe-Tivola-Electronic-Publishing/dp/3934…
I use Mesa 17.1.4.
My hardware:
CPU: Intel Core i7 4770K (4 x 3,7 GHz)
RAM: 24 GB DDR3 2133 MHz CL 9
Graphic card: HIS Radeon HD 7850 IceQ X Turbo
Sound card: Asus Xonar D1
--
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=45198
Bug ID: 45198
Summary: Project CARS 2 shows only a black screen (requires
constant buffer offsetting)
Product: Wine
Version: 3.8
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: kimmo.myllyvirta(a)gmail.com
Distribution: ---
Created attachment 61412
--> https://bugs.winehq.org/attachment.cgi?id=61412
terminal output
After bug 45197 is fixed, the game is running but shows only a black screen.
This is caused by unimplemented PSSetConstantBuffers1 and
VSSetConstantBuffers1.
--
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.