https://bugs.winehq.org/show_bug.cgi?id=52707
Bug ID: 52707
Summary: Stardew Valley 1.5.6 installer failure
Product: Wine
Version: 7.4
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: floridaenby(a)gmail.com
Distribution: ---
Created attachment 72065
--> https://bugs.winehq.org/attachment.cgi?id=72065
back trace
GOG installer fails but still creates desktop link. When Exe is launched
following back trace appears.
--
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=11112
Summary: Does the fatal error if the config directory isn't owned
by the user make sense?
Product: Wine
Version: CVS/GIT
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bero(a)arklinux.org
Created an attachment (id=10147)
--> (http://bugs.winehq.org/attachment.cgi?id=10147)
Proposed fix
Recent wine versions abort on startup if the config directory isn't owned by
the user running wine.
This breaks setups where several users share a common wine prefix (e.g. to make
applications that make heavy use of the registry available to several users
without installing them several times) and they have the right access to the
configs through group permissions.
Unless I'm overlooking a better way to do this, it would make more sense to
check proper permissions than to check ownership. I'm attaching a patch that
does that.
--
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=52706
Bug ID: 52706
Summary: Topaz Gigapixel AI doesn't start
Product: Wine
Version: 7.4
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dark.shadow4(a)web.de
Distribution: ---
The program installs properly, but doesn't start. It shows a windows for a
second, then closes without anymore info. No visible crash, but with +seh you
see there is an access violation on execution of address 0x00000000
Interestingly enough, it works with LIBGL_ALWAYS_SOFTWARE=1
However, changing the renderer to vulkan (or using dxvk) doesn't help.
Not sure what is going on here, help would be appreciated.
--
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=52110
Bug ID: 52110
Summary: Can't open the Restoro app
Product: WineHQ Apps Database
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: appdb-unknown
Assignee: wine-bugs(a)winehq.org
Reporter: juwaeny21(a)gmail.com
Distribution: ---
Created attachment 71134
--> https://bugs.winehq.org/attachment.cgi?id=71134
Log Bug
when opening the Restoro application, but after this it displays a Program
Error, the message "thi can be caused by a problem in the program or a
deficiency in wine. you may to check the Application Database for tips about
running this application"
--
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=31367
Bug #: 31367
Summary: "OK" button in folder selecting dialog of XMPSetup is
always unavailable
Product: Wine
Version: 1.5.9
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fracting(a)gmail.com
Classification: Unclassified
Created attachment 41208
--> http://bugs.winehq.org/attachment.cgi?id=41208
Log: XMPSetup folder open dialog broken
1. Download XMPSetup:
http://xmp.down.sandai.net/kankan/XMPSetup_4.9.0.1099-www.exe
1.5. (Optional)
Works around bug 31366 with `winetricks riched20` for displaying file path in
the file open dialog
2. Start with Wine XMPSetup
3.
- Click "接受"/"OK"
- Click "下一步"/"Next"
- Click "浏览"/"open" to open the "Select an Folder Dialog"/"选择文件夹"
- Select any folder in the dialog
Expect result:
the "OK"/"确定" button should be available
Actual result:
the button is always grey and unavailable
Not sure if the below message is related:
--- snip ---
fixme:shell:BrsFolder_OnCreate flags BIF_NEWDIALOGSTYLE partially implemented
fixme:shell:BrsFolder_OnCreate flags 110 not implemented
--- snip ---
--
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=52151
Bug ID: 52151
Summary: Powershell Core 7.2.0 (64-bit) crashes at start
Product: Wine
Version: 6.22
Hardware: x86-64
URL: https://github.com/PowerShell/PowerShell/releases/down
load/v7.2.0/PowerShell-7.2.0-win-x64.msi
OS: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: xerox.xerox2000x(a)gmail.com
Distribution: Debian
The new 7.2.0 64-bit version crashes instantly:
wine pwsh.exe:
00c4:fixme:ntdll:EtwEventActivityIdControl 0x1, 000000000019E928: stub
Fatal error. Internal CLR error. (0x80131506)
at
System.Management.Automation.Security.NativeMethods.SaferIdentifyLevel(UIn
t32, System.Management.Automation.Security.SAFER_CODE_PROPERTIES ByRef, IntPtr
B
yRef, System.String)
at
System.Management.Automation.Internal.SecuritySupport.GetSaferPolicy(Syste
m.String, System.Runtime.InteropServices.SafeHandle)
at
System.Management.Automation.Security.SystemPolicy.TestSaferPolicy(System.
String, System.String)
The 32-bit version
(https://github.com/PowerShell/PowerShell/releases/download/v7.2.0/PowerShel…)
starts fine, so I guess it`s not about unimplemented stuff/incomplete stubs but
rather something in wine`s 64<->32 handling??
(Note: in traces there was something about some missing wldp.dll, but it should
start also without that dll; couldn`t further really find out where this crash
would come from)
--
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=52678
Bug ID: 52678
Summary: HeidiSQL 11.3.0.6295 crashes on startup dialog
Product: Wine
Version: 7.4
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: matti.viljanen(a)iki.fi
Distribution: ---
Created attachment 72008
--> https://bugs.winehq.org/attachment.cgi?id=72008
Wine 7.3/7.4 terminal logs and HeidiSQL bugreport.txt
OS: Manjaro Linux, Gnome, 5.16.11-2
Application: HeidiSQL 11.3.0.6295 (32-bit portable version)
Download link:
https://www.heidisql.com/downloads/releases/HeidiSQL_11.3_32_Portable.zip
HeidiSQL works well with Wine 7.3, and broke with update to Wine 7.4. It
crashes on the start-up dialog when selecting an existing connection, or
clicking the '+' button to add a new connection, and after closing the crash
dialog the start-up dialog is mostly unresponsive to mouse clicks. It's still
possible to close the application by clicking the X or close button.
I attached the logged output of
`wine "C://Program Files//HeidiSQL//heidisql.exe"` with both Wine 7.3 and 7.4,
as well as the log that HeidiSQL lets you save on the crash dialog. (Note: I
removed a line that repeats total of 402 times in the log, it's marked with
'....')
--
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=52675
Bug ID: 52675
Summary: ATPDraw crash on start
Product: Wine
Version: 7.4
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: hildogjr(a)gmail.com
Distribution: ---
Created attachment 72000
--> https://bugs.winehq.org/attachment.cgi?id=72000
Log of the software startup
ATPDraw (https://www.atpdraw.net/) is a Free (license requested) software to
graphic represent circuits to be simulated by APT (electric transients).
I am trying to start it on wine by `wine ATPDraw72_Image/ATPDraw.exe`. I get
the first software dialog asking to create the temporary folder but after this
it crash.
I am attaching the terminal output after the command.
--
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=52674
Bug ID: 52674
Summary: camera app stopped under wine 7.4.
Product: Wine
Version: 7.4
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: adolfotregosa(a)gmail.com
Distribution: ---
Created attachment 71999
--> https://bugs.winehq.org/attachment.cgi?id=71999
Running fine under Wine 7.3
This camera app stopped working with wine 7.4.
It needs jet40 and mdac27.
App Download -> https://www.4shared.com/zip/gt-XpQBsba/app-jkp2p-oem.html
Under Wine 7.4 It gives:
System Error. Code 6
Invalid handle.
Downgrading to Wine 7.3 and all is fine.
Any suggestions ?
--
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=52672
Bug ID: 52672
Summary: Wine Mono's 32-bit wpf tests crash in Wine 7.4
Product: Wine
Version: 7.4
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: user32
Assignee: wine-bugs(a)winehq.org
Reporter: madewokherd(a)gmail.com
Distribution: ---
Created attachment 71995
--> https://bugs.winehq.org/attachment.cgi?id=71995
log of crash
In Wine 7.4, the following Wine Mono tests crash:
x86.wpfclipboard
x86.MonoTests.System.Windows.DependencyObjectTest
x86.MonoTests.System.Windows.DependencyObjectTypeTest
x86.MonoTests.System.Windows.Threading.DispatcherTest
x86.MonoTests.System.Windows.Threading.DispatcherTimerTest
To reproduce the error, download the wine-mono tests and run
$ wine run-tests.exe wpfclipboard
--
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.