http://bugs.winehq.org/show_bug.cgi?id=30182
Bug #: 30182
Summary: SuperPower 2 demo installation aborted
Product: Wine
Version: 1.4
Platform: x86
URL: http://www.gamefront.com/files/3631719/SuperPower_2_De
mo
OS/Version: Linux
Status: NEW
Keywords: download, Installer, regression
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
CC: hans(a)meelstraat.net
Classification: Unclassified
Regression SHA1: fa2420d6960df77d6073e3666d375936c5999fe7
Created attachment 39392
--> http://bugs.winehq.org/attachment.cgi?id=39392
terminal output
Near at the end of the install process I get the following error message:
"Feature transfer error - Error: -1603 Fatal error during installation."
Afterwards the installer reverts all changes.
Installation works with Wine-1.4 but not with wine-1.4-284-gc5faf15.
fa2420d6960df77d6073e3666d375936c5999fe7 is the first bad commit
commit fa2420d6960df77d6073e3666d375936c5999fe7
Author: Hans Leidekker <hans(a)codeweavers.com>
Date: Mon Mar 12 12:26:34 2012 +0100
msi: Perform a case insensitive match on filenames from cabinets.
:040000 040000 6b7210c4e9372efd6a5d2ad5b1d9d99eecf57a45
55e5b3a84d2e1c72443ba9bbe2cf295098f8c5b2 M dlls
The reverted patch fixed the problem.
--
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=45658
Bug ID: 45658
Summary: Solibri Model Viewer - activation doesn't work
Product: Wine
Version: 3.13
Hardware: x86
URL: https://ssl.solibri.com/updates/smv/v9.8/Solibri-Model
-Viewer_v9_8_windows_32bit_9_8_30-20180504.exe
OS: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dark.shadow4(a)web.de
Distribution: ---
The program needs a free registration.
However, the program can't be activated. When asked to enter email and license
key, you can click on the "AUTHORIZE SMV FREE" button, but nothing happens.
Note that it also doesn't say the license key is wrong, so it does detect it's
correct.
--
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=8365
Austin English <austinenglish(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |ABANDONED
Status|REOPENED |RESOLVED
--- Comment #33 from Austin English <austinenglish(a)gmail.com> ---
Over 2 years with no reply, marking abandoned.
--
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=19350
Summary: right click context menu requires multiple left
clicks, and multiple selections (control-or-shift)
selecting is buggy
Product: Wine
Version: 1.1.25
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wine(a)tehk.org
When using flashfxp, connecting to a remote ftp site and then a list of the
files/folders on the remote site will appear.
At first, when an attampt is made to select multiple files (while holding
control or shift to select them) several clicks on a single file must be made
first in order to then complete this action.
secondly, when right clicking and bringing up a context menu, it requires 2
left clicks on any item in the menu to select that action versus the standard
one click.
--
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=18787
Summary: Implement interlocked.c for Solaris/x86 using Sun C
Product: Wine
Version: 1.1.22
Platform: PC
OS/Version: Solaris
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: baggett.patrick(a)gmail.com
When compiling Wine from source tarball on Solaris 10 5/09 with Sun Studio 12
cc I get the following message:
"You must implement the interlocked* functions for your compiler"
Sun C uses the same inline assembly language format as GCC, so simply changing
line 27 at top of libs/port/interlocked.c to read:
#if defined(__GNUC__) || defined(__SUNPRO_C)
causes it to successfully compile using the inline assembly. Given the trivial
nature of this, is there any way this can be merged?
--
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=12553
Summary: Toolbars misplaced, hidden
Product: Wine
Version: 0.9.59.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tarasov.igor(a)gmail.com
Created an attachment (id=12122)
--> (http://bugs.winehq.org/attachment.cgi?id=12122)
WINEDEBUG=+toolbar,+listview,+themingcombo wine 0.9.59 log
Here are two screenshots:
Wine being run with MS comctl32.dll, the same thing you see in Windows:
http://polosatus.ru/wine/toolbar_reference.png
And wine running with it's own version of comctl32:
http://polosatus.ru/wine/toolbar_bug.png
First of all, disappeared toolbar at the middle of screenshot.
Also, notice misplaced right toolbar. It is misplaced to left a bit. I suppose
both bugs are related.
Seems that developers have used some undocumented features, as log has this:
warn:toolbar:TOOLBAR_SetBitmapSize 5 buttons, undoc increase to bitmap size :
16-15 -> 20-20
and this:
warn:toolbar:TOOLBAR_SetBitmapSize 6 buttons, undoc increase to bitmap size :
20-20 -> 16-16
several times.
I've supposed that WINEDEBUG=+toolbar,+listview,+themingcombo should be enough
for initial log :)
--
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=45651
Bug ID: 45651
Summary: Dark Souls 3: The Ringed City crashes
Product: Wine
Version: 3.13
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: godevilove(a)ya.ru
Distribution: ---
Created attachment 62080
--> https://bugs.winehq.org/attachment.cgi?id=62080
Crash log
I played like 5 min, killed a few monsters, died, respawned, went killing again
and it then first froze for like 5 second and then in 10 second it froze and
crashed.
OS: XUbuntu 18.04,
GPU: nvidia gtx970,
Kernel: linux-image-generic/bionic-updates,bionic-security,now 4.15.0.30.32
amd64 [installed,automatic]
Packages:
wine-staging/bionic,now 3.13.0-2~bionic amd64 [installed,automatic]
wine-staging-amd64/bionic,now 3.13.0-2~bionic amd64 [installed,automatic]
wine-staging-i386/bionic,now 3.13.0-2~bionic i386 [installed,automatic]
winehq-staging/bionic,now 3.13.0-2~bionic amd64 [installed]
winetricks/bionic,bionic,now 0.0+20180217-1 all [installed]
nvidia-compute-utils-390/bionic,now 390.48-0ubuntu3 amd64 [installed,automatic]
nvidia-dkms-390/bionic,now 390.48-0ubuntu3 amd64 [installed,automatic]
nvidia-driver-390/bionic,now 390.48-0ubuntu3 amd64 [installed]
nvidia-kernel-common-390/bionic,now 390.48-0ubuntu3 amd64 [installed,automatic]
nvidia-kernel-source-390/bionic,now 390.48-0ubuntu3 amd64 [installed,automatic]
nvidia-prime/bionic,bionic,now 0.8.8 all [installed,automatic]
nvidia-settings/bionic,now 390.42-0ubuntu1 amd64 [installed,automatic]
nvidia-utils-390/bionic,now 390.48-0ubuntu3 amd64 [installed,automatic]
Wineprefix: clean, compatibility with Windows XP.
The game also was pretty low fps :(
--
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=45230
Bug ID: 45230
Summary: wine 3.8: gdi32.dll failed to initialize
Product: Wine
Version: 3.8
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: gdi32
Assignee: wine-bugs(a)winehq.org
Reporter: countstarlight(a)gmail.com
Distribution: ---
Created attachment 61460
--> https://bugs.winehq.org/attachment.cgi?id=61460
wine error log
System: Archlinux
wine: 3.8
Upgrade wine from 3.7 to 3.8, the installed application not work.
The Archlinux aur package repository at
https://github.com/countstarlight/deepin-wine-tim-arch, and log in attachment
After downgrading wine to version 3.7, the application can work, and not see
"gdi32" in log.
--
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=45637
Bug ID: 45637
Summary: KOMPAS 3D viewer V17: failure to repaint the 3D models
Product: Wine
Version: 3.13
Hardware: x86
URL: http://download.ascon.ru/public/Viewer_v17.1/x86/viewe
r_V17.1_x86.7z
OS: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dmitry(a)baikal.ru
Distribution: ---
Steps to reproduce:
1. winetricks -q dotnet452
2. run winecfg and change the reported version back to Windows 7
3. download and unpack
http://download.ascon.ru/public/Viewer_v17.1/x86/viewer_V17.1_x86.7z
4. install the application using Setup.exe
5. cd '~/.wine/drive_c/Program Files/ASCON/KOMPAS-3D Viewer v17/Bin'
6. wine kViewer.Exe
7. load the sample model and move the mouse around, there are a lot of
failures to repaint the 3D model.
--
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=45625
Bug ID: 45625
Summary: I can't get the game to work
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: emblabrun(a)gmail.com
Distribution: ---
Created attachment 62054
--> https://bugs.winehq.org/attachment.cgi?id=62054
this is what came up when the game failed to start
I tried many times playing http://touch.3claws.com/ and I got the game
downloaded. It will not play.
--
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.