http://bugs.winehq.org/show_bug.cgi?id=24466
Summary: Sid Meier's Pirates! frequent hiccups, temporary
lock-ups
Product: Wine
Version: 1.3.3
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
Created an attachment (id=30870)
--> (http://bugs.winehq.org/attachment.cgi?id=30870)
terminal output
Sid Meier's Pirates! (patched to the latest 1.0.2 version) performs badly in
Wine. This issue is described in several test results on the Appdb page of the
game, too.
I can observe the following symptoms:
- After the intro video played, it takes almost 2 minutes to get into the main
menu (without noticeable hdd activity).
- When I get into the game and visit any places in the port (Governor,
Merchant, Tavern etc.) it usually takes the game 15-20 seconds to display the
next screen (although music plays continuously).
- While sailing, the game frequently "freezes" for 2-3 seconds without no
apparent reasons.
When those hiccups occur all animations freeze on the current screen until the
next screen is loaded but music plays fluently.
Reducing the screen resolution, graphical details or disable audio doesn't
help.
I remember playing this game several years ago in a native Win XP without this
issues.
No demo available.
Fedora 13 x86
AMD Athlon 64 x2 4200+
3 GB Ram
Kernel 2.6.34.6
Nvidia 7600 GT / driver 256.53
--
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=56569
Bug ID: 56569
Summary: There is a memory leak defect at line 231 in the file
negotiate.c located at /wine/dlls/secur32/.
Product: Wine
Version: 9.6
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: lumingying(a)bupt.edu.cn
Distribution: ---
A pointer variable named new_ctxt is defined at line 212 in the file
negotiate.c located at /wine/dlls/secur32/. This pointer allocates a block of
dynamic memory using the function calloc at line 225. When the if statement at
line 225 evaluates to false, it indicates that the dynamic memory allocation
for new_ctxt was successful. However, when the if statement at line 231
evaluates to true, the program returns at line 231, thus skipping the release
of the dynamically allocated memory pointed to by new_ctxt at line 316,
resulting in a memory leak defect, as illustrated in the diagram below:
https://github.com/LuMingYinDetect/wine_defects/blob/main/wine_13.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=56566
Bug ID: 56566
Summary: doesn't work
Product: Packaging
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-packages
Assignee: wine-bugs(a)winehq.org
Reporter: alvire(a)gmail.com
CC: dimesio(a)earthlink.net
Distribution: ---
Created attachment 76321
--> https://bugs.winehq.org/attachment.cgi?id=76321
Software "CRAZYPC.Setup.1.0.1.exe" for Windows doesn't work
CRAZYPC.Setup.1.0.1.exe doesn't work
Thanks
--
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=56565
Bug ID: 56565
Summary: Command and Conquer 3 Tiberium Wars installer crashes
Product: Wine
Version: 9.6
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: hibbsncc1701(a)gmail.com
Distribution: ---
Split from bug #53561.
This bug is about a crash / hang in the installer for the retail release of
Command and Conquer 3 Tiberium Wars when used with the recommended installation
type. (The advanced installation type is unusable under Wine, see the original
bug #53561.)
After clicking on the next button on the installation type screen, installer
appears to try and copy files. This is supposed to have a progress indicator
that fills up, but it gets drawn in wine as completely full, with status
"Copying new files". The UI has stopped updating and placing another window
(Wine or from the host's WM) over it will cause graphical corruption.
After about a minute on my machine, the UI window disappears entirely. The
msiexec process however is still running in the background, and can be seen on
the task bar if wine is running with a virtual desktop. It is also still
visible in wine's taskmgr.exe. Where it shows two msiexec processes and one
unnamed 32bit process. (Wine's taskmgr shows "*32" for the process name.)
After this the process does not exit unless killed. Doing so kills both msiexec
processes and the unnamed 32bit process.
Looking through the registry after killing the installer, we find that it did
create the needed registry keys expected by the game, in addition to installing
the games files at the expected default location. The game does run in this
state. So it appears that the installation was successful, despite the bug.
Running the installer with WINEDEBUG="+msi" causes the installer to run
correctly. I.e. It doesn't crash / hang indefinitely. Although, the UI still
stops updating while the files are copied, it will recover in this case and
allow the installer to run to completion. With the user able to exit the
installer normally.
WINEDEBUG="+msi" log 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=55705
Bug ID: 55705
Summary: PDF Xchange editor crashes
Product: Wine
Version: 8.17
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: donescamillo(a)gmail.com
Distribution: ---
Wine 8.17 development branch.
PdfXchange Editor free version i.e. not registered version. portable, version
10.0.1.371
Linux Mint 21.2
PdfXchange editor works OK, can highlight, add labels, images, whatever the
free version allows.
The problem is that after some time, when PdfXchange Editor is being closed, it
hangs, and the dialog asking for forcing the application to close appears.
This happens in previous versions, too.
--
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=56560
Bug ID: 56560
Summary: There is a memory leak defect at line 1068 in the file
/wine/dlls/winex11.drv/clipboard.c.
Product: Wine
Version: 9.6
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: lumingying(a)bupt.edu.cn
Distribution: ---
Trigger Path for the Defect:
1.A pointer variable named "path" is defined at line 1056 in the file
/wine/dlls/winex11.drv/clipboard.c. This pointer allocates a dynamic memory
area through the function "get_dos_file_name" at line 1060, as shown in the
following diagram:
https://github.com/LuMingYinDetect/wine_defects/blob/main/wine_1.png
2.The function "get_dos_file_name" allocates a dynamic memory area and returns
it. Specifically, at line 587, a pointer variable named "ret" is defined. At
line 589, memory space is allocated for the "ret" variable using the function
"malloc," and at line 602, this variable is returned, as shown in the following
diagram:
https://github.com/LuMingYinDetect/wine_defects/blob/main/wine_2.png
3.After the execution of the "get_dos_file_name" function, when the conditional
statement at line 1064 returns false, it indicates that the dynamic memory area
pointed to by the "path" variable is successfully allocated. However, when the
conditional statement at line 1068 returns true, the program exits without
releasing the memory. In this process, the dynamic memory area pointed to by
the "path" pointer is not freed, resulting in a memory leak defect, as shown in
the following diagram:
https://github.com/LuMingYinDetect/wine_defects/blob/main/wine_3.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=56564
Bug ID: 56564
Summary: There is a memory leak defect at line 2212 in the file
/wine/dlls/comctl32/imagelist.c.
Product: Wine
Version: 9.6
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: lumingying(a)bupt.edu.cn
Distribution: ---
In the file /wine/dlls/comctl32/imagelist.c, a variable named himl is defined
at line 2190. This pointer allocates a dynamic memory area through the function
ImageList_Create at line 2205. When the if statement at line 2209 returns true,
the program will return at line 2212. During this process, the dynamic memory
area pointed to by himl is neither used nor released, resulting in a memory
leak, as illustrated in the diagram below:
https://github.com/LuMingYinDetect/wine_defects/blob/main/wine_7.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=56563
Bug ID: 56563
Summary: There is a memory leak defect at line 1106 in the file
/wine/libs/vkd3d/libs/vkd3d-shader/dxil.c.
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: lumingying(a)bupt.edu.cn
Distribution: ---
In the file /wine/libs/vkd3d/libs/vkd3d-shader/dxil.c, a pointer variable named
global_abbrev is defined at line 1085. This variable allocates a dynamic memory
area through the function vkd3d_malloc at line 1091. When the if statement at
line 1103 returns true, the function will return at line 1106. During this
process, the dynamic memory area pointed to by global_abbrev is neither
assigned to the function parameter sm6 as shown in line 1115, nor released,
thus resulting in a memory leak defect, as illustrated in the diagram below:
https://github.com/LuMingYinDetect/wine_defects/blob/main/wine_6.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=56561
Bug ID: 56561
Summary: There is a memory leak defect at line 494 in the file
/wine/dlls/dmloader/container.c.
Product: Wine
Version: 9.6
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: lumingying(a)bupt.edu.cn
Distribution: ---
Trigger Path for the Defect:
1.A variable named "pNewEntry" is defined at line 389 in the file
/wine/dlls/dmloader/container.c. This variable allocates a dynamic memory area
using the calloc function at line 391. When the switch-case block at line 492
is satisfied, the program returns at line 494. In this process, the dynamic
memory area pointed to by the "pNewEntry" pointer is neither used nor freed
like at line 547, resulting in a memory leak defect, as illustrated in the
diagram below:
https://github.com/LuMingYinDetect/wine_defects/blob/main/wine_4.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=53561
Bug ID: 53561
Summary: Command and Conquer 3 Kane's Wrath Installer fails
during component selection.
Product: Wine
Version: 7.15
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: hibbsncc1701(a)gmail.com
Distribution: ---
Created attachment 72925
--> https://bugs.winehq.org/attachment.cgi?id=72925
+msi log of CNC3 Kane's Wrath install attempt.
When installing the game in Advanced install type mode (to change the
destination install directory) the installer fails to continue past the
component selection screen, displaying the error: "At least one language pack
must be selected"
The default component selection includes the language pack, and even
deselecting and re-selecting it does not fix the error. Making the installer
unable to proceed.
This can be worked around by using the "Recommended" install type, but that
means the user must manually change the game's installation directory after the
game is installed.
It should also be noted that changing the install directory causes the
installer to display "_BrowseProperty" as the selected path after closing the
folder selection dialog.
The original game Command and Conquer 3 also has the same installer bug.
An +msi log is 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=56562
Bug ID: 56562
Summary: There is a memory leak defect at line 733 in the file
/wine/dlls/user32/dde_client.c.
Product: Wine
Version: 9.6
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: lumingying(a)bupt.edu.cn
Distribution: ---
In the file /wine/dlls/user32/dde_client.c, a pointer variable named pXAct is
defined at line 702. This variable allocates a dynamic memory area through the
function WDML_AllocTransaction at line 712. When the if statement at line 713
returns false, it means that the dynamic memory area pointed to by pXAct has
been successfully allocated. When the if statement at line 730 returns true,
the program will return at line 733. During this process, the dynamic memory
area pointed to by pXAct is not used, resulting in a memory leak, as shown in
the following diagram:
https://github.com/LuMingYinDetect/wine_defects/blob/main/wine_5.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.
http://bugs.winehq.org/show_bug.cgi?id=34003
Bug #: 34003
Summary: File save problem with Visual Cadd 6.0
Product: Wine
Version: 1.5.31
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: purevw(a)wtxs.net
Classification: Unclassified
Created attachment 45182
--> http://bugs.winehq.org/attachment.cgi?id=45182
A binary crash report generated by Visual Cadd 6.0
When trying to do a normal file save (with thumbnail written into the file) in
Visual Cadd 6.0 the program crashes. The crash only occurs when running under
wine, as opposed to running in Windows.
I found a workaround that seems to point to the problem. I found that if I
clear the check-box for "Show Preview" in the file save dialog box, the file
saves normally. Tri-tools.com has been very cooperative in offering help,
rather than simply saying "We don't support Linux" as so many developers do
when asked for help. Here is a paste of their latest response to information
that I had given them:
>> If a report file is generated, it will be stored in your Temp folder. The >>file will start with VC and have an extension of .vccrd.
>>
>>The crash info that you already submitted was sufficient to find the cause, >>though. Wine is failing to correctly create the bitmap and VCADD does not >>handle the failure properly. Since the bitmap is not being created anyhow, >>turning off Preview is the best solution for now. We'll work on a fix for the >>crash, but we won't be able to create the preview unless Wine cooperates.
I'll attache the created error report, but it appears to be a binary file. I
am able to open it with Kdevelop 4 but have no idea what to do with the
information. Perhaps it will give more detailed information as to what is
happening.
--
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=56558
Bug ID: 56558
Summary: cabinet:FCIAddFile: Missing support for LZX
compression
Product: Wine
Version: 9.6
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: cabinet
Assignee: wine-bugs(a)winehq.org
Reporter: winehq(a)jkroepke.de
Distribution: ---
The native windows implementation of cabinet:FCIAddFile supports LZX
compression in addition to MSZip.
I'm trying to run https://wixtoolset.org/docs/about/ under WINE to create msi
installer, however the creation fails with default settings
0144:fixme:cabinet:FCIAddFile compression 1203 not supported, defaulting to
none
0144:fixme:cabinet:FCIAddFile compression 1203 not supported, defaulting to
none
0144:fixme:cabinet:FCIAddFile compression 1203 not supported, defaulting to
none
0144:fixme:cabinet:FCIAddFile compression 1203 not supported, defaulting to
none
0144:fixme:cabinet:FCIAddFile compression 1203 not supported, defaulting to
none
0144:fixme:kernelbase:AppPolicyGetProcessTerminationMethod FFFFFFFA, 0062FEB8
wix.exe : error WIX0001: WixToolset.Core.Native.WixNativeException:
wixnative.exe failed with error code: -2147467259 - Invalid handle. Output:
#cab1.cab #cab1.cab filPltju7VHTe0axpRG.LFcHosyVd8
Error 0x80070006: failed to compress cabinet:
C:\users\wix\Temp\sadphplt.t0n\#cab1.cab
---> System.ComponentModel.Win32Exception (6): Invalid handle.
--- End of inner exception stack trace ---
at WixToolset.Core.Native.WixNativeExe.Run() in
D:\a\wix\wix\src\wix\WixToolset.Core.Native\WixNativeExe.cs:line 81
at WixToolset.Core.Native.Cabinet.Compress(IEnumerable`1 files,
CompressionLevel compressionLevel, Int32 maxSize, Int32 maxThresh) in
D:\a\wix\wix\src\wix\WixToolset.Core.Native\Cabinet.cs:line 60
at
WixToolset.Core.WindowsInstaller.Bind.CabinetBuilder.CreateCabinet(CabinetWorkItem
cabinetWorkItem) in
D:\a\wix\wix\src\wix\WixToolset.Core.WindowsInstaller\Bind\CabinetBuilder.cs:line
192
at WixToolset.Core.WindowsInstaller.Bind.CabinetBuilder.ProcessWorkItems()
in
D:\a\wix\wix\src\wix\WixToolset.Core.WindowsInstaller\Bind\CabinetBuilder.cs:line
123
Changing the compression to mszip on the wixtoolset project resolve the issue.
--
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=24655
Summary: BiDi support broken for writing Arabic
Product: Wine
Version: 1.3.4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: usp10
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fahad.alsaidi(a)gmail.com
The next step to improve Arabic support in Wine after fixing bug 24608 is
fixing writing Arabic. Let me explain more, Now when you open Arabic text,
Notepad will display it good enough to read it although it doesn't support full
RTL. The problem is when you try to write something in Arabic. The new text
will not be displayed correctly. It is displayed like that wine doesn't support
Arabic at all. The interesting thing is when you select the text, the text will
be displayed right.
--
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=47206
Bug ID: 47206
Summary: Call from 0x7b453193 to unimplemented function
mscoree.dll.GetProcessExecutableHeap, aborting
Product: Wine
Version: 4.8
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: mscoree
Assignee: wine-bugs(a)winehq.org
Reporter: htl10(a)users.sourceforge.net
Distribution: ---
I think this is visual studio 2015 community edition. Am trying to do:
wine myplace.../drive_c/windows/Microsoft.NET/Framework/v4.0.30319/MSBuild.exe
myproject.vcxproj
Got unimplemented function mscoree.dll.GetProcessExecutableHeap error.
Running Wine Staging 4.8 .
--
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=28716
Bug #: 28716
Summary: LNToGoogle is unable to connect to google calendar -
thinks it's behind a proxy
Product: Wine
Version: 1.3.24
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: robert.munteanu(a)gmail.com
Classification: Unclassified
1. Download program from http://sourceforge.net/projects/lntogoogle/
2. Install mono ( winetricks mono210 )
3. Run the program and enter Google Calendar username/passoword ( not
necessarily valid ones )
Instead of getting a login success or error message, I am informed that I am
possibly behind a proxy which requires username/passowrd to connect to the
internet.
Terminal output:
fixme:gdi:ExtCreatePen Hatches not implemented
err:ole:CoGetClassObject class {29131539-2eed-1069-bf5d-00dd011186b7} not
registered
err:ole:create_server class {29131539-2eed-1069-bf5d-00dd011186b7} not
registered
fixme:ole:CoGetClassObject CLSCTX_REMOTE_SERVER not supported
err:ole:CoGetClassObject no class object {29131539-2eed-1069-bf5d-00dd011186b7}
could be created for context 0x15
--
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=11956
Summary: NoteTab Pro 5.5 Select Clip Library from Library Bar
Product: Wine
Version: 0.9.57.
Platform: PC
URL: http://www.notetab.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lm_hamilton(a)yahoo.com
When selecting a library using the mouse and clicking on the Library Bar, at
the bottom, it is above the Status Bar, the user has to hold the mouse and move
off the Library Bar then release the mouse button, for it to change to the
selected library.
If this procedure is not followed, it closes the clip book, usually on the left
of the screen, but can be put on the right.
This has been an issue with the past several versions of Wine.
This issue also occurs on NoteTab Light and Standard.
--
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=39983
Bug ID: 39983
Summary: wine cannot work in any version, possibly the reason
for graphics card driver
Product: Wine
Version: 1.9.1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: chxp_moon(a)163.com
Distribution: ---
Created attachment 53423
--> https://bugs.winehq.org/attachment.cgi?id=53423
start winecfg after install wine
I first install ubuntu 14.04 on my new computer, if I update ubuntu before I
install wine1.6 (sudo apt-get install wine1.6), it show wine1.6 depends on
wine1.6-i386 (sudo apt-get install wine1.6-i386) and it cannot install, when I
install wine1.6-i386, it show wine1.6-i386 depends on wine1.4 and so on ...
(when I install xorg-edgers, I can install wine1.6 or wine1.8 (sudo apt-get
install wine1.6), however, the problem mention following still exist.)
Furhter, I reinstall the ubuntu 14.04 and install wine before I update the
systems. Wine1.6 is installed, however, when I start winecfg it show the error
of 'gdi32' error (see attachment).
I tried the wine1.8 and wine1.9.1 and also tried the ubuntu15.10, winecfg never
correctly started. And I also compile the 1.6 and 1.8 from source, it compile
right but cannot correctly started with same error.
I doubt the driver of my computer or some library of drive corrupt with wine.
my system and my computer information is here:
I using ubuntu 15.10 newly. The Graphic system: Intel® HD Graphics 5300
(Broadwell GT2) .
I think mesa library may corrupt with wine?
> uname -a
Linux UX305FA 4.2.0-22-generic #27-Ubuntu SMP Thu Dec 17 22:57:08 UTC 2015
x86_64 x86_64 x86_64 GNU/Linux
> cat /proc/version
Linux version 4.2.0-22-generic (buildd@lcy01-22) (gcc version 5.2.1 20151010
(Ubuntu 5.2.1-22ubuntu2) ) #27-Ubuntu SMP Thu Dec 17 22:57:08 UTC 2015
> lspci
00:00.0 Host bridge: Intel Corporation Broadwell-U Host Bridge -OPI (rev 09)
00:02.0 VGA compatible controller: Intel Corporation Broadwell-U Integrated
Graphics (rev 09)
00:03.0 Audio device: Intel Corporation Broadwell-U Audio Controller (rev 09)
00:04.0 Signal processing controller: Intel Corporation Broadwell-U Camarillo
Device (rev 09)
00:14.0 USB controller: Intel Corporation Wildcat Point-LP USB xHCI Controller
(rev 03)
00:16.0 Communication controller: Intel Corporation Wildcat Point-LP MEI
Controller #1 (rev 03)
00:1b.0 Audio device: Intel Corporation Wildcat Point-LP High Definition Audio
Controller (rev 03)
00:1c.0 PCI bridge: Intel Corporation Wildcat Point-LP PCI Express Root Port #1
(rev e3)
00:1c.3 PCI bridge: Intel Corporation Wildcat Point-LP PCI Express Root Port #4
(rev e3)
00:1f.0 ISA bridge: Intel Corporation Wildcat Point-LP LPC Controller (rev 03)
00:1f.2 SATA controller: Intel Corporation Wildcat Point-LP SATA Controller
[AHCI Mode] (rev 03)
00:1f.3 SMBus: Intel Corporation Wildcat Point-LP SMBus Controller (rev 03)
02:00.0 Network controller: Intel Corporation Wireless 7265 (rev 59)
> hwinfo --short
cpu:
Intel(R) Core(TM) M-5Y71 CPU @ 1.20GHz, 2600 MHz
Intel(R) Core(TM) M-5Y71 CPU @ 1.20GHz, 2683 MHz
Intel(R) Core(TM) M-5Y71 CPU @ 1.20GHz, 2600 MHz
Intel(R) Core(TM) M-5Y71 CPU @ 1.20GHz, 2788 MHz
graphics card:
Intel VGA compatible controller
sound:
Intel Audio device
Intel Audio device
storage:
Intel SATA controller
network:
wlan0 Intel WLAN controller
network interface:
lo Loopback network interface
wlan0 WLAN network interface
disk:
/dev/sda SanDisk SD7SN3Q5
bios:
BIOS
bridge:
Intel Host bridge
Intel PCI bridge
Intel PCI bridge
Intel ISA bridge
hub:
Linux 4.2.0-22-generic xhci-hcd xHCI Host Controller
Linux 4.2.0-22-generic xhci-hcd xHCI Host Controller
--
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=55982
Bug ID: 55982
Summary: Harry Buster: endlessly hangs at loading screen
Product: Wine
Version: 8.21
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: nikolas.gur(a)stud.uni-due.de
Distribution: ---
This is the game in question:
https://www.mobygames.com/game/177750/harry-buter-xl/
Download from: https://www.myabandonware.com/game/harry-bu-ter-xl-mju
sha1sum Harry-Bu-ter-XL_Win_EN.zip
a3b0f38788544fb80fc9f63940e4053961757595 Harry-Bu-ter-XL_Win_EN.zip
Upon running "wine HarryBuster.exe", the main menu opens. Click on "START". A
loading screen appears, which always stops at the same position (but no error
message appears, and the program doesn't crash). In the terminal, wine seems to
be in an infinite loop, always printing out the same message with an
incrementing number. Wine needs to be killed with Control+C, otherwise it will
run forever.
--
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=56549
Bug ID: 56549
Summary: d3d-util component description needs updating
Product: WineHQ Bugzilla
Version: unspecified
Hardware: x86-64
OS: Linux
Status: NEW
Keywords: source
Severity: trivial
Priority: P2
Component: bugzilla-unknown
Assignee: wine-bugs(a)winehq.org
Reporter: imwellcushtymelike(a)gmail.com
CC: austinenglish(a)gmail.com
Distribution: ---
It currently reads:
Direct3D utility DLLs ( dlls/{d3d10, d3dx*, d3dcompiler_*} ). Use directx-d3d
for bugs in d3d9, d3d10core, d3d11, wined3d.
but of course directx-d3d is no longer on the list.
--
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=56336
Bug ID: 56336
Summary: Update to Bugzilla Harmony.
Product: WineHQ Bugzilla
Version: 3.2.3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: bugzilla-unknown
Assignee: wine-bugs(a)winehq.org
Reporter: gugutyg4(a)rokejulianlockhart.addy.io
CC: austinenglish(a)gmail.com
Distribution: ---
As
https://github.com/bugzilla/harmony/blob/5687d97114185518aecad336f6c244c0aa…
demonstrates, it's a significant improvement in every manner.
--
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=55142
Bug ID: 55142
Summary: Using Gitlab for Wine bug tracker
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: shtetldik(a)gmail.com
Distribution: ---
Now that Wine project is using Gitlab for managing and merging development
changes, do you also plan to use it for bug tracking?
Bugzilla is cumbersome in not allowing to edit most things, not having good
quality formatting, any kind of threads and so on.
--
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=54116
Bug ID: 54116
Summary: 008c:err:setupapi:SetupDefaultQueueCallbackW copy
error 1812
Product: Wine
Version: 8.0-rc1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: aros(a)gmx.com
Distribution: ---
Can we please not have this error for Wine 8.0?
You can see it for all applications including the built-ins.
For Wine 8.0-rc1, completely new prefix, notepad:
[birdie@zen ~]$ notepad
002c:fixme:actctx:parse_depend_manifests Could not find dependent assembly
L"Microsoft.Windows.Common-Controls" (6.0.0.0)
0048:fixme:actctx:parse_depend_manifests Could not find dependent assembly
L"Microsoft.Windows.Common-Controls" (6.0.0.0)
0050:fixme:actctx:parse_depend_manifests Could not find dependent assembly
L"Microsoft.Windows.Common-Controls" (6.0.0.0)
0050:err:ole:StdMarshalImpl_MarshalInterface Failed to create ifstub, hr
0x80004002
0050:err:ole:CoMarshalInterface Failed to marshal the interface
{6d5140c1-7436-11ce-8034-00aa006009fa}, hr 0x80004002
0050:err:ole:apartment_get_local_server_stream Failed: 0x80004002
0050:err:ole:start_rpcss Failed to open RpcSs service
0048:err:ole:StdMarshalImpl_MarshalInterface Failed to create ifstub, hr
0x80004002
0048:err:ole:CoMarshalInterface Failed to marshal the interface
{6d5140c1-7436-11ce-8034-00aa006009fa}, hr 0x80004002
0048:err:ole:apartment_get_local_server_stream Failed: 0x80004002
0048:fixme:imm:ImeSetActiveContext (0001002E, 0): stub
0048:fixme:imm:ImmReleaseContext (00010020, 0001002E): stub
002c:fixme:imm:ImeSetActiveContext (0001004E, 1): stub
002c:fixme:imm:ImmReleaseContext (0001004C, 0001004E): stub
008c:err:setupapi:SetupDefaultQueueCallbackW copy error 1812
L"@C:\\windows\\system32\\drivers\\wineusb.sys,-1" ->
L"C:\\windows\\inf\\wineusb.inf"
00e8:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
00e8:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
00e8:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
00e8:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
wine: configuration in L"/home/birdie/.wine" has been updated.
010c:fixme:imm:ImeSetActiveContext (00030062, 1): stub
010c:fixme:imm:ImmReleaseContext (00030048, 00030062): stub
[birdie@zen ~]$ wine client error:68: write: Bad file descriptor
wine client error:b4: write: Bad file descriptor
wine client error:11c: write: Bad file descriptor
--
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=50210
Bug ID: 50210
Summary: S.T.A.L.K.E.R.: Call of Pripyat needs
D3DX11GetImageInfoFromMemory implementation
Product: Wine
Version: 5.22
Hardware: x86-64
OS: Linux
Status: NEW
Severity: minor
Priority: P2
Component: directx-d3d-util
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
Distribution: ---
Enhanced full dynamic lighting (DX11)
fixme:d3dx:D3DX11GetImageInfoFromMemory src_data 08D75427, src_data_size 65664,
pump 00000000, img_info 0031D0C0, hresult 00000000 stub!
wine-5.22-195-gcbca9f847f6
--
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=39711
Bug ID: 39711
Summary: The program crashes after some time of running.
Product: Wine
Version: 1.6.2
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jamshed21(a)gmail.com
Distribution: ---
Created attachment 52960
--> https://bugs.winehq.org/attachment.cgi?id=52960
The program crashes after some time of running.
The program crashes after some time of running.
--
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.