http://bugs.winehq.org/show_bug.cgi?id=32783
Bug #: 32783
Summary: STEP7_Lite_V30_incl_SP4 Setup Failed to start the
service, Error:1053, Service request timeout.
Product: Wine
Version: 1.5.22
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fangendoucg(a)gmail.com
Classification: Unclassified
Created attachment 43286
--> http://bugs.winehq.org/attachment.cgi?id=43286
Terminal Output
env: ubuntu12.04 & wine 1.5.22 with the patch of the bug 32764
The software can be freely downloaded from:
https://a248.e.akamai.net/cache.automation.siemens.com/dnl/DQ/DQzMjkzAAAA_3…
extract it, cd to folder STEP7_Lite_V30_incl_SP4 , then run:
$wine Setup.exe
While installing Automation License Manager V4.0 SP3, a dialog box showed like
the attachment "dialog_box_1", click *R* showed another one like the attachment
"dialog_box_2". The Chinese words in dialog_box_2 means insufficient buffer.
--
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=48567
Bug ID: 48567
Summary: Wine returns the loopback IP as first item in
GetIpAddrTable and a MAC of 0
Product: Wine
Version: 5.0-rc3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: iphlpapi
Assignee: wine-bugs(a)winehq.org
Reporter: ez(a)vajn.icu
Distribution: ---
Created attachment 66389
--> https://bugs.winehq.org/attachment.cgi?id=66389
C source
This is the same bug as 40247 which was marked as "CLOSED FIXED"
All flexnet based licensing fails to work under wine because it receives
a hardware MAC of 0 returned by the "lo" interface:
$ lmutil.exe lmhostid
lmutil - Copyright (c) 1989-2017 Flexera Software LLC. All Rights Reserved.
The FlexNet host ID of this machine is "ffffffff"
If you compile the attached C program and run it in wine you get:
$ mingw32-gcc -DMINGW -o get_mac get_mac.c -lnetapi32
$ ./get_mac.exe
MAC: 000000000000
In Linux the eth0 MAC is:
$ gcc -o get_mac get_mac.c
$ ./get_mac
Grabbing MAC address for interface eth0
MAC: e03619b3b50e
--
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=46365
Bug ID: 46365
Summary: Proteus 8.7 SP3 - Cannot open network adapter: en0:
BIOCSRTIMEOUT: Invalid argument [U2]
Product: Wine
Version: 4.0-rc3
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wpcap
Assignee: wine-bugs(a)winehq.org
Reporter: rajhlinux(a)yahoo.com
Created attachment 63098
--> https://bugs.winehq.org/attachment.cgi?id=63098
proteus simulation error without wpcap.dll override.
Everything is working fine in proteus 8.7 SP3 but when running a simulation
with an ENC28J60 ethernet controller on the schematic, proteus stops and gives
an error:
Cannot open network adapter: en0: BIOCSRTIMEOUT: Invalid argument [U2]
Proteus requires WinPcap drivers for networking simulations.
I attempted to use wpcap.ddl override from winecfg as native and did the
simulation again and got the error:
Failed to initialize WinPcap Drivers [U2]
I also tried installing proteus 8.7 SP3 on crossover, playonmac and wineskin
all give the same errors when running the same simulation above.
I tried using proteus in both 32 and 64bit installations with same errors.
After launching proteus from wine, proteus has a working internet connection
because I can see the news updates from the main home page of proteus.
I know the simulation works because I have installed windows 10 x64 using
vmware fusion on the same computer installing the same proteus 8.7 sp3
installer which I used for wine and runs perfectly using Win10Pcap drivers. I'm
sure the WincPcap drivers that comes with proteus installation which you have
to manually install from the programs folder will work without Win10Pcap
drivers.
I have attached the error log.
macOS Mojave: 10.14.2
Wine Dev 4.0 rc3
--
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=40173
Bug ID: 40173
Summary: traffic watcher complians "This program works only on
Ethernet networks." on wine with wpcap
Product: Wine
Version: 1.9.3
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wpcap
Assignee: wine-bugs(a)winehq.org
Reporter: zhangjianqiu_133(a)yeah.net
Distribution: ---
Created attachment 53674
--> https://bugs.winehq.org/attachment.cgi?id=53674
Log for wine relay trace
When running traffic watcher on wine (with pcap supported), An err Msgbox pops
out shows "This program works only on Ethernet networks." and when use
WINEDEBUG=+relay,+wpcap,+tid wine xxx.exe it shows this, which I think is wrong
0009:trace:wpcap:wine_pcap_datalink (0x7d8c1b08)
0009:Ret wpcap.pcap_datalink() retval=00000071 ret=004078a7
The retval here seems to make no sense\
The app can be get via sourceforge:
https://sourceforge.net/projects/trafficwatcher/files/
The bug above is tested with ver 2.0.1
The attachment is the result of cutting full log with
cat log | grep wpcap
--
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=20907
Summary: $ORIGIN is undefined on NetBSD, breaking compile
Product: Wine
Version: 1.1.33
Platform: PC
URL: http://mail-index.netbsd.org/netbsd-users/2009/07/29/m
sg004188.html
OS/Version: NetBSD
Status: UNCONFIRMED
Keywords: download, source
Severity: blocker
Priority: P2
Component: build-env
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
When compiling on NetBSD, build fails _really_ early, with:
execname not specified in AUX vector
googling around, I found:
http://mail-index.netbsd.org/netbsd-users/2009/07/29/msg004188.html
which shows that apparently $ORIGIN is not defined on NetBSD. I'm not quite
sure wine can work around it, so marking the bug as unconfirmed for now...
--
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=42875
Bug ID: 42875
Summary: gaokao.love.100 Days failed to start
Product: Wine
Version: 2.6
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: litimetal(a)gmail.com
Distribution: ---
Created attachment 57993
--> https://bugs.winehq.org/attachment.cgi?id=57993
terminal.txt
gaokao.love.100 Days is a game available on steam:
http://store.steampowered.com/app/347620/
0. rm -rf ~/.wine
1. winetricks steam
2. Install gaokao.love.100 Days from steam
3. Launch it from steam
4. The screen is black, the background music plays normally
$ wine --version
wine-2.6-154-gcced5dfbde
--
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=29399
Bug #: 29399
Summary: CloneSpy: nested context menus inaccessible.
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hgtoo(a)yahoo.com
Classification: Unclassified
Set CloneSpy File>Options>Report>Presentation of equal files = Wait until all
files are scanned AND display all equal files together in a list.
Scan a directory containing duplicate files.
Right-click any listed file to bring up the context menu.
Trying to access any of the nested sub-menus causes whole context menu to
disappear, whether with mouse or keyboard. I can't find a workaround to access
the nested commands.
CloneSpy 2.6.2, Wine 1.2.3, Mint 10 fully up to date.
CloneSpy doesn't seem to have come up here before for some reason. It's this
program here: http://www.clonespy.com
--
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=41300
Bug ID: 41300
Summary: BV_Ana scientific software (Brainvision) attempts to
access invalid license file path
Product: Wine
Version: 1.9.12
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: bob.mt.wya(a)gmail.com
Distribution: ---
Created attachment 55627
--> https://bugs.winehq.org/attachment.cgi?id=55627
bv_ana_console_log_trunc
WineHQ Forum thread:
https://forum.winehq.org/viewtopic.php?f=8&t=27355&sid=4e52de6ff33e3a23b17c…
bv_Ana application fails after attempting to access license key:
138501.970:0027:0028:Call KERNEL32.GetFullPathNameA(0057cfb8
":\\brainvision\\ana20160420_anaOnly_x64\\program\\license.txt",00000104,0023f0a0,0023ee98)
ret=1401966e9
It appears to decide to attempt access an absolute path without a valid drive
letter specifier. The application fails to start saying it can't write to path:
":\brainvision\ana20160420_anaOnly_x64\program\license.txt"
which is naturally treated by wine as relative file access - starting with
directory :
I've attached a:
WINEDEBUG=+all
console log (truncated to prior and including the above line). I can't see/
find where the application detects what system drive letter it is installed to
(assuming it even bothers to)...
I've developed a couple of hacky patches that sanitise all wine ANSI path
accesses - simply remove a leading : (colon) character (if present). These are
also attached. These patches allow the demo-licensed version of the application
to launch successfully (with no overrides) and it appears to function
reasonably well (tested in a 64-bit Wineprefix on Gentoo w/ wine staging git
master).
The patches merely demonstrate that the license path issue is ALL that is
stopping this piece of software from working! They are definitely not intended
for production use!
--
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=23224
Summary: Cyberboard Player: menu has black shadows instead of
transparent
Product: Wine
Version: 1.2-rc3
Platform: x86
URL: http://cyberboard.brainiac.com/cyberboardv310.exe
OS/Version: Linux
Status: UNCONFIRMED
Keywords: download
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wylda(a)volny.cz
Created an attachment (id=28903)
--> (http://bugs.winehq.org/attachment.cgi?id=28903)
Wine vs WinXP
I guess this will be general problem not just the Cyberboard Player. Menu
shadows are completely black, but they should be transparent.
Attachment shows that better. I tried many wine versions since 0.9.49 till
1.2-rc3, but it probably never worked correctly.
I left this in UNCONFIRMED, but someones confirmation is welcomed ;)
--
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=23627
Summary: installing Perseus 1.9.1 demo I got this error
Product: Wine
Version: 1.2-rc7
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: efa(a)iol.it
Created an attachment (id=29557)
--> (http://bugs.winehq.org/attachment.cgi?id=29557)
error installing Perseus 1.9.1 demo
italian version downloadable from:
http://www.perseus.it/it/demo.php
english version downloadable from:
http://www.perseus.it/en/demo.php
double click on installer setup, while installing I always got this error:
---
Unable to execute file:
command.com
CreateProcess failed; code 2.
File non trovato [TN: File not found]
---
this error doesn't happen on Windows, seems related to Wine.
I attach a shot of the error.
--
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=39925
Bug ID: 39925
Summary: FontExpert 13 fails to show font thumbnails
Product: Wine
Version: 1.8
Hardware: x86
URL: http://www.proximasoftware.com/downloads/
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jhansonxi(a)gmail.com
Distribution: Ubuntu
Xubuntu 14.04 x86_64, AMD Phenom 9550, GeForce GTX 750Ti with Nvidia 340.96
driver.
Wine 1.8 (git)
FontExpert 13.0 Release 1 (2015)
Trialware font explorer and manager. The center "Main" frame of the app has
two view modes - thumbnails and details (rectangular controls in upper-left
corner of the frame). The details mode works normally and shows samples of all
fonts. The thumbnails mode doesn't show thumbnails, only font names.
Screenshots on the AppDB:
https://appdb.winehq.org/screenshots.php?iAppId=16573&iVersionId=33161
Dependency Walker doesn't show much other than comctl32. Using native version
breaks both view modes.
sha1sum FontExpertSetup.exe
4b5b7e161f9076fbd50abdf54022913f0c1d852b FontExpertSetup.exe
--
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=38320
Bug ID: 38320
Summary: HDM_SETORDERARRAY sent to ListView header doesn't
affect column order in a list
Product: Wine
Version: 1.7.39
Hardware: x86
OS: Linux
Status: NEW
Severity: minor
Priority: P2
Component: comctl32
Assignee: wine-bugs(a)winehq.org
Reporter: bunglehead(a)gmail.com
Distribution: ---
We currently only support LVM_SETCOLUMNORDERARRAY to do same thing. When header
items are reordered separately with HDM_SETORDERARRAY cached column data at
ListView side is not updated accordingly (there's no notification to do that).
--
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=39088
Bug ID: 39088
Summary: CLSID {3050f3d6-98b5-11cf-bb82-00aa00bdce0b} - IImgCtx
is needed for image loading in certain installers made
by VivaMedia
Product: Wine
Version: 1.7.49
Hardware: x86
OS: Linux
Status: NEW
Keywords: Installer
Severity: minor
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
Distribution: ---
Created attachment 52079
--> https://bugs.winehq.org/attachment.cgi?id=52079
screenshot showing the difference in the appearance of the same installer
Split off from bug #18970
Some of the installers from the game publisher Viva Media are showing images in
their installers, and the images are cycling as a slideshow during
installation.
The images are positioned below the progress bar inside the installer window.
Those images are missing when installing the game in Wine.There is a <Show
details> button below the progress bar, but it shows only 'Installing xyz...'
Terminal output:
fixme:mshtml:DllGetClassObject Unknown class
{3050f3d6-98b5-11cf-bb82-00aa00bdce0b}
err:ole:apartment_getclassobject DllGetClassObject returned error 0x80040111
err:ole:create_server class {3050f3d6-98b5-11cf-bb82-00aa00bdce0b} not
registered
err:ole:CoGetClassObject no class object {3050f3d6-98b5-11cf-bb82-00aa00bdce0b}
could be created for context 0x7
I found this page describing the function of that clsid class:
http://www.geoffchappell.com/studies/windows/ie/mshtml/interfaces/iimgctx.h…
wine-1.7.49-41-g36a39ce
--
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=39351
Bug ID: 39351
Summary: Caesar III/Pharaoh/Zeus: flickering in the menus and
in-game when CSMT enabled
Product: Wine-staging
Version: unspecified
Hardware: x86
URL: http://www.fileplanet.com/11410/10000/fileinfo/Caesar-
III-Demo
OS: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
CC: michael(a)fds-team.de, sebastian(a)fds-team.de,
stefan(a)codeweavers.com
Distribution: ---
Those city-building games in the bug title are from the same era (1999-2001)
and they use the same game engine.
They also share the same problem on my system:
When CSMT is enabled I'm experiencing heavy flickering in the menus and during
gameplay as well.
Reproduced with nvidia blob 340.93 and nouveau/mesa git.
Michael Müller did a bisect on the CSMT patchset:
commit b2abfa877929d8d6fe89d0cba20d62acc55e4c8d
Author: Stefan Dösinger <stefan(a)codeweavers.com>
Date: Mon Apr 29 18:49:53 2013 +0200
wined3d: Send blits through the command stream.
This needs more work. This patch breaks error handling, and the split
between surface_blt and surface_blt_ugly isn't particularly nice.
caesar3.exe
sha1: 0f342a7722a0819bcfb225d51148ceb3c8f309d5
wine-1.7.51-225-g3966aff
Fedora 22 32-bit
--
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=18970
Summary: COM components referencing invalid CLSID's
(appinstall)
Product: Wine
Version: 1.1.21
Platform: PC
URL: http://www.ccleaner.com/download
OS/Version: Linux
Status: NEW
Keywords: download, source
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Found while testing CCleaner for appinstall, wine's got ~10 registry errors.
I've sent patches for a few of them, but I'm not as sure on these...
First one:
The COM component IImgCtx references an invalid CLSID. These are often left
behind after uninstalling software.
Solution: Delete the registry value.
Registry value in question:
ActiveX/COM Issue IImgCtx - {3050F3D6-98B5-11CF-BB82-00AA00BDCE0B}h
HKCR\IImgCtx
Second one:
The COM component CLSID\{5CE34C0D-0DC9-4C1F-897C-DAA1B78CEE7C} references an
invalid CLSID. These are often left behind after uninstalling software.
Solution: Delete the registry value.
Registry entry:
ActiveX/COM Issue InProcServer32\C:\windows\system32\qmgrprxy.dll
HKCR\CLSID\{5CE34C0D-0DC9-4C1F-897C-DAA1B78CEE7C}
--
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=13021
Summary: ConvertXToDVD don't load the templates combobox.
Product: Wine
Version: 0.9.61.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P5
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jaysonsantos2003(a)yahoo.com.br
Hello people, I have tried the wine irc but no responses.
In older versions of wine that list works fine, when trie to load a new
template I receive Index of Bounds.
In console the errors messages don't change.
The unique error is in screenshot attached.
Best Regards
Jayson Reis
--
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=43541
Bug ID: 43541
Summary: MikuMikuMoving errors when starting playback
Product: Wine
Version: 2.14
Hardware: x86
URL: https://sites.google.com/site/mikumikumoving/MikuMikuM
oving_v1275.zip
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dark.shadow4(a)web.de
Distribution: ---
When clicking the play button it shows an error message with
> Retrieving the COM class factory for component with CLSID {C1F400A4-3F08-11D3-9F0B-006008039E37} failed fue to the following error: 80040154 Exception from HRESULT 0x80040154 (REGDB_E_CLASSNOTREG).
It still plays the animation, but can't be stopped due to the error.
--
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=21653
Summary: Disabled menu bar in HY-TEK Team Manager for Track and
Field
Product: Wine
Version: 1.1.38
Platform: x86
URL: http://appdb.winehq.org/objectManager.php?sClass=versi
on&iId=19279
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: luigiwalser(a)yahoo.com
Most of the information needed for this bug is in the AppDB entry I made for
this application, which can be viewed at the given URL. When the AppDB entry
was accepted, I was advised to file a bug in Bugzilla about the Menu bar issue.
Note the download link, as you should be able to download the Lite version of
the application and test this for yourself. Also note that it is normal for
most of the Menu bar to be disabled the first time you run the program, as a
Team file is not open yet. However, the File menu should be enabled, and once
you open or create a new Team file/database using File > Open/New, the rest of
the Menu bar then becomes enabled.
--
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=36643
Bug ID: 36643
Summary: Scirra Construct 2: Cannot scroll or pan inside the
layout window
Product: Wine
Version: 20050930
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: Cooldreng15(a)gmail.com
Created attachment 48682
--> http://bugs.winehq.org/attachment.cgi?id=48682
Screenshot of the panning, scroll problem
Running the newest build of wine with everything up to date, i've been trying
to make this application work properly. When you have installed and started
Construct 2 (release r168) in this case, create a new project. It should look
something like the attached screenshot, and whenever you try to move around,
change tab or stuff that would generally have to update the layout window,
nothing happens.
You can get construct 2 here:
https://www.scirra.com/construct2/releases/r168/download
--
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=40214
Bug ID: 40214
Summary: Error/crashes when reading "Nota Bene Help..."
Product: Wine
Version: unspecified
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: maraanne.chambers(a)gmail.com
Created attachment 53732
--> https://bugs.winehq.org/attachment.cgi?id=53732
"Nota Bene Help..." crash
I have a mac with Yosemite with Nota Bene newly installed. Whenever I click on
the help tab and select "Nota Bene Help...", it crashes and says there was an
error/bug.
--
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=40149
Bug ID: 40149
Summary: fireworx - Unhandled exception: page fault on read
access to 0x004a69c0 in 32-bit code (0x7e9fcbe2).
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: admin(a)issis.co.za
Distribution: ---
Created attachment 53649
--> https://bugs.winehq.org/attachment.cgi?id=53649
Unhandled exception: page fault on read access to 0x004a69c0 in 32-bit code
(0x7e9fcbe2).
Unhandled exception: page fault on read access to 0x004a69c0 in 32-bit code
(0x7e9fcbe2).
--
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=25666
Summary: DVDFab: Font is smudged
Product: Wine
Version: 1.3.10
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukasz.wojnilowicz(a)gmail.com
Created an attachment (id=32693)
--> (http://bugs.winehq.org/attachment.cgi?id=32693)
Image showing the problem
Steps to reproduce:
1) remove ~/.wine
2) winetricks gecko
3) install DVDFab
4) start DVDFab
5) select Main Movie
6) change width of "Chapter" column
Behaviour:
See attachment (right image)
Expected behaviour:
See attachment (left image)
--
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=32884
Bug #: 32884
Summary: Tried to play a game on lol, but as soon as I start
connectiong to the game (summoning) this comes out and
tells me my firewall is not letting me connect to the
game.
Product: Wine
Version: unspecified
Platform: Other
OS/Version: Mac OS X
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: justus.kiikeri(a)hotmail.fi
Classification: Unclassified
Created attachment 43431
--> http://bugs.winehq.org/attachment.cgi?id=43431
Lol bug report
Tried to play a game on lol, but as soon as I start connectiong to the game
(summoning) this comes out and tells me my firewall is not letting me connect
to the game.
--
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=40715
Bug ID: 40715
Summary: American Girls Dress Designer crashes on clicking
Print or Quit
Product: Wine
Version: 1.9.11
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: peanuthead_069(a)yahoo.com
Created attachment 54613
--> https://bugs.winehq.org/attachment.cgi?id=54613
Crash log for Dress Designer
Title says all. I've been encountering this issue on Windows before, so I
thought of running the game on Wine to see if compatibility for this would be
better under it. At first I thought it was just Wineskin acting up so I ran it
on a clean, vanilla Wine to confirm things, but still no dice - Dress Designer
throws up an "An error occurred while opening a window" message and a Visual
C++ runtime error.
There's not much in the way of logs either, just a two EnumDisplayDevicesW
fixmes and what appears to be a ddraw error. On modern Windows versions, the
game's backgrounds are cut off to the right (http://i.imgur.com/BqGDfkF.png),
so that may have something to do with directdraw.
--
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=36994
Bug ID: 36994
Summary: War Thunder : Mouse aim unusable
Product: Wine
Version: 1.7.23
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: benoit(a)anbcorp.net
Created attachment 49143
--> http://bugs.winehq.org/attachment.cgi?id=49143
trace with +ddraw,+dinput,+cursor,+event
When using mouse aim in War Thunder (which is basically a FPS like control
mode), the cursor seems to be blocked by screen edges.
Normally, I should be able to go in a direction infinitely (much like in any
FPS).
Moreover, in dual screen, the auto-capture in fullscreen do not work, the
cursor go out in the second screen.
I tried MouseWrapOverride=Force with no success.
Forcing single screen doesn't help either. Neither does playing in windowed
mode or virtual desktop (fullscreen and windowed).
I suspected my window manager (awesome) and tried under xfce : no change.
I tried various versions of wine from 1.7.23 to 1.5.25 : no change either.
My configuration is :
Linux 3.14 on debian jessie,
Xorg server 1.15.1
Proprietary ati drivers 14.4
Wine 1.7.23
Attached is a trace with WINEDEBUG="+ddraw,+dinput,+cursor,+event" were I was
circling the mouse around. It seems the cursor is indeed blocked on the screen
edge.
Feel free to ask for more details.
--
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=37277
Bug ID: 37277
Summary: Minitab 17.10 fails with COM error
Product: Wine
Version: 1.7.1
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: graylion(a)sm-wg.net
After installation of minitab 17.10 starting it fails with "A necessary
component could not be created. Error code: 80040154
See http://support.microsoft.com/kb/175804
--
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=19769
Summary: STATISTICA 6 demo fails to display any child windows
Product: Wine
Version: 1.1.27
Platform: PC
URL: http://www.statsoft.ru/_Rainbow/documents/STATISTICADe
mo.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: arethusa26(a)gmail.com
With wine-1.1.27-266-gda1784b, when starting the STATISTICA 6 demo, the demo is
supposed to display a window entitled "Data: Adstudy (25v by 50c)" on startup,
but the demo fails to do that. The only window that is usually visible is a
"Welcome to STATISTICA 6" helper window. In addition, opening any STATISTICA
files yields the same result, no visible child windows.
--
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=47858
Bug ID: 47858
Summary: x3daudio1_{0,1,2} need ABI corrections
Product: Wine
Version: 4.17
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: x3daudio
Assignee: wine-bugs(a)winehq.org
Reporter: galtgendo(a)o2.pl
Distribution: ---
Created attachment 65361
--> https://bugs.winehq.org/attachment.cgi?id=65361
patch that attempts to fix the problem
Primary purpose of this bug is the problem addressed in recently sent
"x3daudio: fix lib exports" patch.
Patch attached should fix the problem...that is, if the problem is properly
diagnosed.
However, there's a secondary purpose.
App used to notice and diagnose the problem was Supreme Commander (RTS - see
the entry in appdb).
Without the patch, builtin fails early with a missing function error.
With the patch, game goes as far as the menu...
...but if (for example) you try to start a skirmish, it crashes.
I'm not sure whether it's a problem with wine or a problem with FAudio.
With native x3daudio, it works, so the problem is still in this or underlying
lib.
Going by the debug channel, game first calls X3DAudioInitialize a couple times
(seemingly successfully), then it calls X3DAudioCalculate with 0x61 flags and
goes into faultrep after that call. Shortly after that it terminates, often
with that annoying err:ntdll:RtlpWaitForCriticalSection hang.
--
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=34584
Bug #: 34584
Summary: thai2english not working at all may ole32 related
Product: Wine
Version: 1.7.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ole32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: genrobgen5(a)gmail.com
Classification: Unclassified
Hi
linux distr debian wheezy (recently updated)
gcc version 4.6.3 (Debian 4.6.3-14)
thai2english-setup-2.3.4233.exe
http://www.thai2english.com/downloading/thai2english-setup-2.3.4233.exe
started with wine '/root/.wine/drive_c/Program
Files/Thai2English/thai2english.exe'
wine version 1.7.2 with wine.git-87c459ab2359784f238c30073b1adc0111876987.patch
I tried the patch mplementing VarDecRound
(wine.git-87c459ab2359784f238c30073b1adc0111876987.patch) in wine-1.7.2,
unfortunately it does not seem to have helped with [Bug 34463] thai2english.
I think there is going to be more than one bug. A visable bug at the moment is
CoGetContextToken apartment not initialised (see attached log log-initial in
attachment). I did a
WINEDEBUG=+ole,+relay wine '/root/.wine/drive_c/Program
Files/Thai2English/thai2english.exe' 2>log+ole,+relay
followed by
grep 'CoGetContextToken' log+ole,+relay
to give
002c:Call ole32.CoGetContextToken(030be730) ret=791f525b
trace:ole:CoGetContextToken (0x30be730)
err:ole:CoGetContextToken apartment not initialised
002c:Ret ole32.CoGetContextToken() retval=800401f0 ret=791f525b
002d:Call ole32.CoGetContextToken(045be790) ret=791f525b
trace:ole:CoGetContextToken (0x45be790)
002d:Ret ole32.CoGetContextToken() retval=00000000 ret=791f525b
0030:Call ole32.CoGetContextToken(046be710) ret=791f525b
trace:ole:CoGetContextToken (0x46be710)
trace:ole:CoGetContextToken apt->context_token=0x188750
0030:Ret ole32.CoGetContextToken() retval=00000000 ret=791f525b
(see log+ole+relay-greped in attachment)
retval=800401f0 refers to return CO_E_NOTINITIALIZED in CoGetContextToken in
wine-1.7.2/dlls/ole32/compobj.c so apartment_find_multi_threaded() fails.
I suspect the following bit of code fails
LIST_FOR_EACH( cursor, &apts )
{
struct apartment *apt = LIST_ENTRY( cursor, struct apartment, entry );
if (apt->multi_threaded)
{
result = apt;
apartment_addref(result);
break;
}
}
this piece of code looks for a struct apartment in &apts (or possibly it might
create one if none exists)
&apts created by
static struct list apts = LIST_INIT( apts ); /* protected by csApartment */
however there does not appear to be any struct apartment or an appropriate
pointer in struct list
I am not sure how the program is supposed to work but there is a problem here.
By the way thai2english does not work at all I am not just making it up or
something. If the bug is not worth dealing with then that is not a problem to
me as I can us virtualbox however wine is a neater solution.
Rob
--
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=48442
Bug ID: 48442
Summary: MPGUI crash on start in MSVCRT__wctomb_s_l in
msvcr100
Product: Wine
Version: 5.0-rc4
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvcrt
Assignee: wine-bugs(a)winehq.org
Reporter: lorenzofer(a)live.it
Distribution: ---
Created attachment 66220
--> https://bugs.winehq.org/attachment.cgi?id=66220
stacktrace
Hi,
MPGUI (a C++/CLI application, so C++ app that use the .NET runtime )crash on
start with a Unhandled exception: page fault on read access to 0x00000020 in
32-bit code (0x7c6e61a0).
PArt of the stacktrace:
0 0x7c6e61a0 MSVCRT__wctomb_s_l+0x1180() in msvcr100 (0x0032f378)
1 0x7c6e87f0 MSVCRT_vsnprintf+0x3f() in msvcr100 (0x0032f3c8)
2 0x7c6e8952 MSVCRT_sprintf_s+0x21() in msvcr100 (0x0032f3f8)
0x7c6e61a0 MSVCRT__wctomb_s_l+0x1180 in msvcr100: movzbl 0x0(%edi),%eax
This part of the stacktrace suggest that native dotnet may be a workaround:
10 0x6c54c5ee mono_jit_runtime_invoke+0x46d(exc=<is not available>)
[Z:\vagrant\mono\mono\mini\mini-runtime.c:3184] in libmono-2.0-x86 (0x005f6b48)
11 0x6c71da32 object_new_handle_common_tail+0x1d1(o=<is not available>,
klass=<is not available>, error=<is not available>)
[Z:\vagrant\mono\mono\metadata\object.c:3029] in libmono-2.0-x86 (0x00000000)
12 0x6c722105 mono_runtime_object_init+0xd4()
[Z:\vagrant\mono\mono\metadata\object.c:5151] in libmono-2.0-x86 (0x00000000)
13 0x6c5a3372 mono_jit_exec+0x191() [Z:\vagrant\mono\mono\mini\driver.c:1325]
Full stacktrace attached.
Prefix is new. 32bit
Wine Log is empty.
--
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=50089
Bug ID: 50089
Summary: Far Manager 2.0 crashes on start-up
Product: Wine
Version: 5.20
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: aros(a)gmx.com
Distribution: ---
Created attachment 68554
--> https://bugs.winehq.org/attachment.cgi?id=68554
backtrace
Steps to reproduce:
Install https://www.farmanager.com/history/far2.x86.msi
SHA256: a96df17ca77c2bb817ca4e0f9cef9408d6cbd6b74c5d336c83961be5a92067f4
Run it: wine wineconsole Far.exe
--
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=43109
Bug ID: 43109
Summary: (EZ4_Client) Crashes on start
Product: Wine
Version: 2.9
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: rodrigodavy(a)gmail.com
Distribution: ---
Created attachment 58306
--> https://bugs.winehq.org/attachment.cgi?id=58306
Debug log
This is a software for patching GBA ROMs for use with a flashcart.
The app crashes on start
--
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=38011
Bug ID: 38011
Summary: ID Photo Maker Opens Sucessfully but can't import
jpegs for editing
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: morpole(a)gmail.com
Distribution: ---
Created attachment 50646
--> https://bugs.winehq.org/attachment.cgi?id=50646
This bug report came up. Hope it's of use to you. Thanks.
Hi,
Complete novice with Linux. Just dicovered it. Love it. Found out about Wine
Seriously good idea! Would like to run this program for my small business. ID
Photo Maker www.idphotomaker.com I got it installed ok using wine but nothing
happens when i try to import a jpeg into it for editing. Help Please!
--
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=47135
Bug ID: 47135
Summary: Onenote fails to start: Desktop Experience feature is
not installed (lacking Win32_ServerFeature class from
wbemprox)
Product: Wine
Version: 4.7
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: wmi&wbemprox
Assignee: wine-bugs(a)winehq.org
Reporter: xerox.xerox2000x(a)gmail.com
Distribution: ---
Created attachment 64360
--> https://bugs.winehq.org/attachment.cgi?id=64360
hack to start Onenote
The relaylog below *** made with ONENOTE (MSOffice 2010) shows problem
apparently seems to be in wbemprox, missing Win32_ServerFeature class
The attached crappy hack allowed me to start Onenote, and also Onenote from
Office365 starts with it. Crappy hack is only to show where the problem is and
problably contains several errors, hopefully someone can fix this in proper way
(hint at Hans;)).
Sidenote: reverting the hack makes Onenote from Office365 run into the bug
again, but Onenote from office 2010 now continues happily to start; maybe it
sets some registry key once started and the patch is not needed anymore? No
idea.
008c:Call KERNEL32.lstrlenA(2e09825c "SELECT Name FROM Win32_ServerFeature")
ret=2e0e8fd1
008c:Ret KERNEL32.lstrlenA() retval=00000024 ret=2e0e8fd1
008c:Call KERNEL32.MultiByteToWideChar(00000000,00000000,2e09825c "SELECT Name
FROM Win32_ServerFeature",00000025,00000000,00000000) ret=2e0e8fe7
008c:Ret KERNEL32.MultiByteToWideChar() retval=00000025 ret=2e0e8fe7
008c:Call KERNEL32.MultiByteToWideChar(00000000,00000000,2e09825c "SELECT Name
FROM Win32_ServerFeature",00000025,0033f9f0,00000025) ret=2e0e9085
008c:Ret KERNEL32.MultiByteToWideChar() retval=00000025 ret=2e0e9085
008c:Call oleaut32.SysAllocString(0033f9f0 L"SELECT Name FROM
Win32_ServerFeature") ret=2e0e90bb
.
.
.
.
008c:Call user32.MessageBoxW(00000000,0033f6b2 L"OneNote cannot start because
the Desktop Experience feature is not installed. Install it in the Windows
Control Panel > Prog
rams and Features > Turn Windows features on or off.",39835ba4 L"Microsoft
Office",00000030) ret=39bb2183
--
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=33761
Bug #: 33761
Summary: Touhou 10 and up have aliased dialogue text
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: murela_alba(a)abv.bg
Classification: Unclassified
Created attachment 44710
--> http://bugs.winehq.org/attachment.cgi?id=44710
touhou 10 music room english
This happens in touhou 10, 11, 12, 12.5, 12.8 and 13. It affects only the main
game font, used for the dialogue boxes, music room and some UI elements. The
touhou 14 demo has a similar, but much more widespread aliasing issue (bug
33760). Here's a comparison from the Mountain of Faith music room on Windows 7
and in on Ubuntu 13.04 (64-bit) with wine 1.5.30.
--
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=40131
Bug ID: 40131
Summary: SqlConnection to Microsoft SQL Server 2014 fails with
SSL error
Product: Wine
Version: 1.8
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: mr_wire(a)mail.ru
Distribution: ---
Created attachment 53627
--> https://bugs.winehq.org/attachment.cgi?id=53627
Error log (Wine 1.8)
Installed Wine 1.8 in Linux Mint 17.3 and tried to run simple console
application that opens and closes connection to Microsoft SQL Server. This
application works with Mono and fails with Wine.
Attached you can find application text, config file that contains connection
string and two log files - for successfull connection (using Mono) and for
broken connection (using Wine).
--
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=40107
Bug ID: 40107
Summary: ODBC Connection to MSSQL Server with SSL
Product: Wine
Version: 1.8-rc4
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: olaf.schumann(a)gmx.de
Created attachment 53591
--> https://bugs.winehq.org/attachment.cgi?id=53591
Connection Test with SSL
Hi,
ODBC with MDAC 2.8 works fine, but if the MSSQL-Server needs SSL the connection
fails.
To Test it, install MDAC 2.8 (winetrick: mdac 2.8)
Control Panel->Data Sources(ODBC)->SystemDSN->Add->SQL Server
Configure a Server without SSL: Everything's fine.
Configure a Server with SSL: Connection fails (See attachment).
I cross-checked this with a Windows 2k VM. Installing MDAC_TYP.EXE.
Configuring the above SQL Servers:
Connection to a SSL encryption enabled SQL Server works.
--
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=49641
Bug ID: 49641
Summary: Beneath a Steel Sky's Steam version crashes due to
incomplete sapi implementation
Product: Wine
Version: 5.12
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: sapi
Assignee: wine-bugs(a)winehq.org
Reporter: qsniyg(a)mail.com
Distribution: ---
Currently it uses ScummVM 2.1.2. The next version of ScummVM should in theory
fix this crash due to
https://github.com/scummvm/scummvm/commit/9a3e420bd20533e310e80058bcc63adeb…
It currently crashes on:
https://github.com/scummvm/scummvm/blob/branch-2-1-2/backends/text-to-speec…
--- snip ---
if (SUCCEEDED(hr)) {
hr = cpEnum->GetCount(&ulCount);
}
_voice->SetVolume(0); // <-- here
while (SUCCEEDED(hr) && ulCount--) {
--- snip ---
This is due to _voice not being initialized. It is supposed to be initialized
here:
https://github.com/scummvm/scummvm/blob/branch-2-1-2/backends/text-to-speec…
--- snip ---
// init voice
hr = CoCreateInstance(CLSID_SpVoice, NULL, CLSCTX_ALL, IID_ISpVoice, (void
**)&_voice); // <-- here
if (FAILED(hr)) {
warning("Could not initialize TTS voice");
return;
}
--- snip ---
However, it fails earlier in the function:
https://github.com/scummvm/scummvm/blob/branch-2-1-2/backends/text-to-speec…
--- snip ---
HRESULT hr = CoCreateInstance(CLSID_SpObjectTokenCategory, NULL,
CLSCTX_ALL, IID_ISpObjectTokenCategory, (void **)&pTokenCategory);
if (SUCCEEDED(hr)) {
hr = pTokenCategory->SetId(SPCAT_AUDIOOUT, TRUE); // <-- here
if (SUCCEEDED(hr)) {
WCHAR *tokenId;
hr = pTokenCategory->GetDefaultTokenId(&tokenId);
if (SUCCEEDED(hr)) {
--- snip ---
It fails because it's unable to find the
HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Speech\\AudioOutput registry key. If
speechsdk is installed through winetricks (and the game is run), the registry
key will be populated, allowing it to step further, but it will then crash
right after on GetDefaultTokenId, as it returns E_NOTIMPL.
--
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=35186
Bug ID: 35186
Summary: X Error of failed request: BadAlloc (insufficient
resources for operation)
Product: Wine
Version: 1.7.8
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: cigydd(a)gmail.com
Classification: Unclassified
Created attachment 46936
--> http://bugs.winehq.org/attachment.cgi?id=46936
A quote from the PlayOnLinux log
Hello wine community,
I have trouble running most of the Big Fish Games with wine (and also the
client but that's another issue) (www.bigfishgames.com).
I get errors similar to this:
X Error of failed request: BadAlloc (insufficient resources for operation)
Major opcode of failed request: 153 (GLX)
Minor opcode of failed request: 3 (X_GLXCreateContext)
Serial number of failed request: 224
Current serial number in output stream: 228
I know this could be related to mesa and my mom's graphics card which is "Intel
Corporation 82865G Integrated Graphics Controller (rev 02)".
--
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=47718
Bug ID: 47718
Summary: x86_64-w64-mingw32-strip strip dlls make wine failed
start
Product: Wine
Version: 4.14
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: gamiljydcome(a)gmail.com
Distribution: ---
make/install wine source and enable x86_64-w64-mingw32-strip strip dlls, wine
can not start becauese failed load pe dlls, no strip them works fine but dll
files too large. why can not strip them?
by the way, what's mean "PE dlls no longer rely on the MinGW runtime" from 4.14
release notes? i didnt install any MinGW runtime for wine runtime env still
works fine.
debian 10 stable+backports.
regards.
--
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=30639
Bug #: 30639
Summary: Audio stuttering and performance drops in Star Wolves
3
Product: Wine
Version: 1.5.3
Platform: x86
URL: http://www.gamershell.com/download_8237.shtml
OS/Version: Linux
Status: UNCONFIRMED
Keywords: download, regression
Severity: normal
Priority: P2
Component: directx-dsound
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
CC: patrakov(a)gmail.com
Classification: Unclassified
Regression SHA1: 275dfb83f2371a476b615b260465afb3cdf67f32
Due to a recent commit in Wine I get severe audio stuttering as well as
slowdowns in certain games. This seems to affect only a small number of games,
the vast majority of my games are still running fine. Whether these games are
buggy ones or it is indeed a problem with the patch I can't decide as I don't
have Windows installed to check how these games behave under native Windows.
275dfb83f2371a476b615b260465afb3cdf67f32 is the first bad commit
commit 275dfb83f2371a476b615b260465afb3cdf67f32
Author: Alexander E. Patrakov <patrakov(a)gmail.com>
Date: Mon May 7 00:06:13 2012 +0600
dsound: Added a windowed-sinc resampler.
:040000 040000 8ecb8b2fbc5c65c2066aaf9a5e8c58104996c5ab
3768c38fdafc656c5e18e14ad70884ea7864b758 M dlls
:040000 040000 680c52a0ebe164ca9b6a42d40c6521a91ae86e96
83407150c9beff0aa69d2d2e017b522543ac347f M tools
Star Wolves 3: Civil War (v1.12, Steam): audio playback is glitch-free and
performance is okay (well above 60 fps) in the menus and during the tutorial
mission. When I advance in the game or when I load a saved game I get severe
audio stuttering and framerate drops below 15 fps. This makes the game hardly
playable. If I quit playing and go back to the main menu, everything is back to
normal.
The demo for the game is protected with Starforce so it cannot be tested.
Droplitz (Steam version): this is a puzzle game. A certain sound effect is
intended to play when I create a path for the 'drops' and they make their way
to their goal. When this happens I observe the same audio stuttering and
performance drops. It lasts only for 2-3 seconds so it's not so severe.
Armored Fist 3: audio (both music and speech) are stuttering heavily and it
affects performance too. Link to the demo added to URL. There is no music in
the demo, but you should observe the problem with speech after starting a new
game.
HoverAce: the same stuttering in audio and slowdowns can be observed. No demo
available.
Terminal output doesn't show anything related.
Fedora 16 x86
Kernel 3.3.4-3.fc16.i686.PAE
Alsa 1.0.25
Pulseaudio is not running
Audio device: nVidia Corporation MCP61 High Definition Audio (rev a2)
--
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=47933
Bug ID: 47933
Summary: FoxPro for Windows 2.6a will not print output from
scripted dialog.
Product: Wine
Version: 4.0.1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: programs
Assignee: wine-bugs(a)winehq.org
Reporter: JSladek(a)juno.com
Distribution: ---
Created attachment 65436
--> https://bugs.winehq.org/attachment.cgi?id=65436
General format for program sections
Access to and use of my databases is all under a program written using the
FoxPro language. After opening the desired database and index, I use the
command "REPORT FORM <report format filename> TO PRINTER" to send the report to
the printer. The "TO PRINTER" clause can be substituted by "TO FILE
<filename>" .... however ..... in BOTH cases, while running it in WINE, the
output fails with a "printer not ready" error. Additionally, if I replace the
"TO clauses" with "PROMPT", a printer selection (or to file) dialog comes up,
but I still get the same "printer not ready" error regardless which selection I
make.
Using the "PREVIEW" option to the REPORT FORM command instead of "TO PRINTER" I
can view the entire formatted report, but there is no way that the preview can
be redirected to any other type of output.
It appears to me that the way the command set is structured, the only way to
get a report output is through the "report form / printer" interface. It also
appears that the "to file" direction is through that same interface.
There were a couple of submnissions concerning this problem in the 2008 time
frame. The only solution offered was to adjust tyhe TIME function for faster
processors in the FoxPro config file. I tried this, but it has no effect on
the problem.
--
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=46014
Bug ID: 46014
Summary: Estlcam crashes with System.OverflowException in
button.resize()
Product: Wine
Version: 3.18
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: j-p-t(a)gmx.net
Distribution: ---
Created attachment 62584
--> https://bugs.winehq.org/attachment.cgi?id=62584
stacktrace of 32 bit version
This app https://www.estlcam.de/
simply crashes on startup.
regardless of 32 or 64 bit version.
stacktrace follows
--
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=35637
Bug ID: 35637
Summary: Seagate Crystal Enterprise 8.0: 'inputfileserver.exe'
service needs msvcirt.dll.??0fstream@@QAE@XZ
Product: Wine
Version: 1.7.13
Hardware: x86
OS: Linux
Status: NEW
Severity: minor
Priority: P2
Component: msvcirt
Assignee: wine-bugs(a)winehq.org
Reporter: focht(a)gmx.net
Hello folks,
as the summary says ...
--- snip ---
...
0072:trace:process:__wine_kernel_init starting process name=L"C:\\Program
Files\\Seagate Software\\Enterprise\\x86\\inputfileserver.exe"
argv[0]=L"C:\\Program Files\\Seagate
Software\\Enterprise\\x86\\inputfileserver.exe"
...
0075:trace:seh:raise_exception code=80000100 flags=1 addr=0x7b83a97b
ip=7b83a97b tid=0075
0075:trace:seh:raise_exception info[0]=f6e08d7c
0075:trace:seh:raise_exception info[1]=f6e08e76
wine: Call from 0x7b83a97b to unimplemented function
msvcirt.dll.??0fstream@@QAE@XZ, aborting
--- snip ---
Source:
http://source.winehq.org/git/wine.git/blob/799731f4b9e9495181e18a68eba16c92…
--- snip ---
27 @ stub -arch=win32 ??0fstream@@QAE@XZ # __thiscall fstream::fstream(void)
--- snip ---
Workaround: 'winetricks msvcirt' before running the installer.
$ wine --version
wine-1.7.13
Regards
--
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=28786
Bug #: 28786
Summary: Explorer filelist problem
Product: Wine
Version: 1.3.30
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: robert.downing(a)guardian-shield.com
Classification: Unclassified
In the Explorer file-list [left pane] the "expand" controls (plus "+" signs)
require double-click. They should be single-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.
https://bugs.winehq.org/show_bug.cgi?id=48563
Bug ID: 48563
Summary: Runaway: A Twist of Fate renders its cursor
incorrectly
Product: Wine
Version: 5.0
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: directx-d3dx9
Assignee: wine-bugs(a)winehq.org
Reporter: z.figura12(a)gmail.com
Distribution: ---
The cursor should appear as a vertical cross, but is rendered as a vertical
cross on top of a black square. Essentially, the black background of the cursor
is rendered when it should be transparent.
The linked staging patch fixes it.
--
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=22635
Summary: FindFileFirst should ignore some chars
Product: Wine
Version: 1.1.44
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: plr.vincent(a)gmail.com
When FindFileFirst is called with such path (c-style notation):
"C:\\Program Files/>"
it should match
"C:\\Program Files"
A test for this is in the works (first attempt:
http://www.winehq.org/pipermail/wine-devel/2010-May/083434.html ) and this
behavior was confirmed on winxp and win2k.
This has been discovered while investigating the problem of Earth 2160 packaged
by GOG.com:
The installer ciphers the cd key to put it in the registry (as GOG doesn't
provide different keys for each user, the installer contains one):
HKCU\Software\Reality Pump\Earth2160\SerialKey\SerialKey. One of the components
used for this is the creation time of the Earth 2160 installation directory.
It looks up the path of that directory using another registry key created
during the install: HKLM\Software\Reality Pump\Earth2160\FileSystem\DataPath .
This key contains that path with a trailing "/>", which seems to be present on
purpose (removing it makes the game fail very early when executed). The result
is that this path is not found after installation on wine, so the created
registry key is invalid when checked by the game.
Note that the problem is really only in the installer, as the parameter
received by FindFileFirst when game checks the key doesn't contain the trailing
"/>".
--
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=26035
Summary: ChipGenius cannot detect USB device
Product: Wine
Version: 1.3.13
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: mountmgr.sys
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fracting(a)gmail.com
ChipGenius is a small green software for detecting USB pid/vid ,it returns the
device name, interface speed, serial number, equipment version, and provides
relevant information to download address.
See
http://translate.google.com/translate?js=n&prev=_t&hl=en&ie=UTF-8&layout=2&…
for a google translated introduction.
ChipGenius can be download free on its website (
http://dl.mydigit.net/2010/09/chipgenius.html ) , or a personal mirror here:
https://docs.google.com/leaf?id=0BxjsxTbiBaUHMDI5OWIxYTktZDBkOS00ODE3LWExOW…
Normally on WinXP, while running ChipGenius, it will draw a device tree and
auto detect usb devices and redraw device tree whenever a usb device is pluging
or unpluging.
However, ChipGenius didn't draw any device tree on wine.
Here is the log:
$ winetricks -q vb6run
$ wine '/home/fracting/Wine/USB/ChipGenius/ChipGenius.exe'
err:menubuilder:init_xdg error looking up the desktop directory
fixme:ole:OleLoadPictureEx
(0xa1f5ec,1414,0,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32f6d4),
partially implemented.
fixme:ole:OleLoadPictureEx
(0xa1f5ec,830,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32f6a4),
partially implemented.
fixme:ole:OleLoadPictureEx
(0xa1f5ec,1354,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32f6a4),
partially implemented.
fixme:ole:OleLoadPictureEx
(0xa1f5ec,2238,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32f6a4),
partially implemented.
fixme:ole:OLEPictureImpl_SaveAsFile (0x18ae50)->(0x198fb8, 0, (nil)), hacked
stub.
fixme:mountmgr:harddisk_ioctl returning zero-filled buffer for
IOCTL_VOLUME_GET_VOLUME_DISK_EXTENTS
fixme:mountmgr:harddisk_ioctl unsupported ioctl 2d1400
fixme:win:RegisterDeviceNotificationA (hwnd=0x1006e,
filter=0x32f82c,flags=0x00000000) returns a fake device notification handle!
fixme:win:UnregisterDeviceNotification (handle=0xcafecafe), STUB!
fixme:ole:OLEPictureImpl_FindConnectionPoint no connection point for
{33ad4ed2-6699-11cf-b70c-00aa0060d393}
fixme:ole:OLEPictureImpl_FindConnectionPoint no connection point for
{33ad4f92-6699-11cf-b70c-00aa0060d393}
fixme:ole:OLEPictureImpl_FindConnectionPoint no connection point for
{33ad4ed2-6699-11cf-b70c-00aa0060d393}
fixme:ole:OLEPictureImpl_FindConnectionPoint no connection point for
{33ad4ed2-6699-11cf-b70c-00aa0060d393}
fixme:ole:OLEPictureImpl_FindConnectionPoint no connection point for
{33ad4ed2-6699-11cf-b70c-00aa0060d393}
fixme:ole:OLEPictureImpl_FindConnectionPoint no connection point for
{33ad4f92-6699-11cf-b70c-00aa0060d393}
fixme:ole:OLEPictureImpl_FindConnectionPoint no connection point for
{33ad4ed2-6699-11cf-b70c-00aa0060d393}
fixme:ole:OLEPictureImpl_FindConnectionPoint no connection point for
{33ad4ed2-6699-11cf-b70c-00aa0060d393}
I also test chipgenius with Alexander Morozov's USB patchset, but it doesn't
work either.
Best regards :-)
--
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=45133
Bug ID: 45133
Summary: NewProcessFromToken tool (.NET app) from Google
sandbox-attacksurface-analysis-tools v1.1.x wants
'ntdll.NtQueryInformationProcess' to support
'ProcessSessionInformation'
Product: Wine
Version: 3.7
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: focht(a)gmx.net
Distribution: ---
Hello folks,
needed by 'NewProcessFromToken' .NET-based app from
https://github.com/google/sandbox-attacksurface-analysis-tools
--- quote ---
sandbox-attacksurface-analysis-tools
(c) Google Inc. 2015, 2016, 2017, 2018
Developed by James Forshaw
This is a small suite of tools to test various properties of sandboxes on
Windows. Many of the checking
tools take a -p flag which is used to specify the PID of a sandboxed process.
The tool will impersonate
the token of that process and determine what access is allowed from that
location. Also it's recommended
to run these tools as an administrator or local system to ensure the system can
be appropriately enumerated.
CheckExeManifest: Check for specific executable manifest flags.
CheckNetworkAccess: Check access to network stack.
NewProcessFromToken: Create a new process based on existing token.
TokenView: View and manipulate various process token values.
NtApiDotNet: A basic managed library to access NT system calls and objects.
NtObjectManager: A powershell module which uses NtApiDotNet to expose the NT
object manager.
ViewSecurityDescriptor: View the security descriptor from an SDDL string or an
inherited object.
--- quote ---
It's actually a pretty neat "testsuite" for native API, Wine could benefit from
it.
Prerequisite:
* 32-bit WINEPREFIX
* .NET Framework 4.5 -> 'winetricks -q dotnet45'
NOTE: needs at least one running process (Windows pids -> command line)
--- snip ---
Wine-dbg>info process
pid threads executable (all id:s are in hex)
00000033 1 'notepad.exe'
00000013 4 'explorer.exe'
0000000e 5 'services.exe'
00000028 4 \_ 'winedevice.exe'
00000023 3 \_ 'plugplay.exe'
0000001b 4 \_ 'winedevice.exe'
--- snip ---
--- snip ---
$ WINEDEBUG=+seh,+relay,+ntdll wine ./NewProcessFromToken.exe -p 51 notepad.exe
>>log.txt 2>&1
...
004f:Call
ntdll.NtQueryInformationProcess(0000014c,00000018,0011e300,00000004,0032f39c)
ret=03f67d78
004f:trace:ntdll:NtQueryInformationProcess
(0x14c,0x00000018,0x11e300,0x00000004,0x32f39c)
004f:fixme:ntdll:NtQueryInformationProcess (process=0x14c) Unimplemented
information class: ProcessSessionInformation
004f:Ret ntdll.NtQueryInformationProcess() retval=c0000003 ret=03f67d78
004f:Call KERNEL32.RaiseException(e0434352,00000001,00000005,0032f274)
ret=00788fdb
004f:trace:seh:raise_exception code=e0434352 flags=1 addr=0x7b446ec7
ip=7b446ec7 tid=004f
004f:trace:seh:raise_exception info[0]=80131600
004f:trace:seh:raise_exception info[1]=00000000
004f:trace:seh:raise_exception info[2]=00000000
004f:trace:seh:raise_exception info[3]=00000000
004f:trace:seh:raise_exception info[4]=00630000
004f:trace:seh:raise_exception eax=7b435589 ebx=00000005 ecx=00000000
edx=0032f220 esi=0032f220 edi=0032f1e0
004f:trace:seh:raise_exception ebp=0032f1b8 esp=0032f154 cs=f7bb0023 ds=32002b
es=f7be002b fs=f7be0063 gs=f7be006b flags=00000212
004f:trace:seh:call_vectored_handlers calling handler at 0x7ba398 code=e0434352
flags=1
004f:Call KERNEL32.GetLastError() ret=007ba3c6
004f:Ret KERNEL32.GetLastError() retval=00000000 ret=007ba3c6
...
004f:Call KERNEL32.CreateProcessW(00000000,010e2280
L"notepad.exe",00000000,00000000,00000000,00080000,00000000,00000000,0032f24c,0032f36c)
ret=03f6485b
...
--- snip ---
The failure to query the process session ID is not critical (it will still
launch new process) .. hence "wants" in summary.
Source:
https://github.com/google/sandbox-attacksurface-analysis-tools/blob/43ab463…
$ sha1sum Release-v1.1.14.7z
8cd7991e675a995a3d67ef0aca2a8bf0e1512f6a Release-v1.1.14.7z
$ du -sh Release-v1.1.14.7z
384K Release-v1.1.14.7z
$ wine --version
wine-3.7-65-ge637a6f0bf
Regards
--
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=40700
Bug ID: 40700
Summary: Page Scrolling Bar of PDF Ereaser Not Appear
Product: Wine
Version: 1.9.11
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: yousifjkadom(a)yahoo.com
Distribution: ---
Created attachment 54584
--> https://bugs.winehq.org/attachment.cgi?id=54584
(1)
Hi. I test PDF Ereaser on Wine 1.9.11
A new bug appear: page scrolling bar not appear! Now I can not use mouse for
scrolling across pages. Instead I have to use arrows keys to navigate from page
to page.
Please look to screenshots: (1) in windows OS & (2) in Linux using Wine 1.9.11
Please look on red arrows that I added in (1) & red & blue oval markers that I
added in (2)
--
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=23979
Summary: SMSDV's main window is empty
Product: Wine
Version: 1.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: b7.10110111(a)gmail.com
Here's the screenshot: http://appdb.winehq.org/appimage.php?iId=31576
If i click on the empty space on the window or even in the text enter widget, i
can drag the window. Choosing "About wine" after right-clicking the window
makes About dialog behave the same as the main window.
--
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=41548
Bug ID: 41548
Summary: draftsight 32bit crashes during registration on ubuntu
14.04 lts
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: scottdickerson1(a)gmail.com
Distribution: ---
Created attachment 55880
--> https://bugs.winehq.org/attachment.cgi?id=55880
program error details
draftsight crashes while trying to register it. using ubuntu 14.04
--
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=41355
Bug ID: 41355
Summary: Microsoft Access 2007 is not opening a legitimate
access file
Product: Wine
Version: 1.6-rc2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: mscoree
Assignee: wine-bugs(a)winehq.org
Reporter: santanu_chatterjee59(a)yahoo.co.in
Distribution: ---
Created attachment 55706
--> https://bugs.winehq.org/attachment.cgi?id=55706
Microsoft Access 2007 is not opening a legitimate access file
Microsoft Access 2007 is not opening a legitimate access field
--
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=49795
Bug ID: 49795
Summary: widl dislikes restricted attribute somewhen
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: tools
Assignee: wine-bugs(a)winehq.org
Reporter: kolan_n(a)mail.ru
Distribution: ---
When compiling SAPI IDL files I have encountered an error, that the attr is
invalid.
--
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=47903
Bug ID: 47903
Summary: Add a NetBSD test VM
Product: Wine-Testbot
Version: unspecified
Hardware: x86
OS: NetBSD
Status: NEW
Severity: normal
Priority: P2
Component: unknown
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
A GSoC 2019 student worked on improving Wine support on NetBSD:
https://www.phoronix.com/scan.php?page=news_item&px=Wine-NetBSD-GSoC-2019-D…
In order to keep Wine in good shape on NetBSD the TestBot should have a NetBSD
Wine VM. Currently this is blocked on:
1. A wininet patch:
https://www.winehq.org/pipermail/wine-devel/2019-October/151827.html
-> Once fixed setting a NetBSD build-only VM should be possible.
2. Setting up a NetBSD with an auto-login X session.
-> This will allow the TestBot to automatically recreate the live snapshot
when needed.
3. Some RPATH issues that break Wine's WoW support.
https://www.winehq.org/pipermail/wine-devel/2019-September/150284.html
--
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=48649
Bug ID: 48649
Summary: Guild Wars 2 / TaCo : unable to start overlay, get
only black screen
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3dx9
Assignee: wine-bugs(a)winehq.org
Reporter: aeris+winehq(a)imirhil.fr
Distribution: ---
It's currently not possible to run an overlay like TaCo
(http://www.gw2taco.com/) over the running game. TaCo starts and works be we
got a black screen everywhere, instead of a transparent background.
See render here: https://www.gamingonlinux.com/forum/topic/3966
Trouble reported here to: https://github.com/doitsujin/dxvk/issues/1225
--
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=49931
Bug ID: 49931
Summary: 64-bit Dota 2 randomly crashes, but 32-bit Dota 2
works perfectly
Product: Wine
Version: 5.18
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: alexhenrie24(a)gmail.com
Distribution: ---
To reproduce:
1. Install Steam for Windows.
2. Install Dota 2 via `wine 'C:\Program Files (x86)\Steam\steam.exe'
steam://run/570`. This will install both the 32-bit and the 64-bit version of
the game.
3. Start 64-bit Dota via `wine 'C:\Program Files
(x86)\Steam\steamapps\common\dota 2 beta\game\bin\win64\dota2.exe'`.
4. In the lower-right corner, click Play Dota, Practice With Bots, Solo, Start
Bot Match.
5. Click on any hero, click Lock In, and wait for the game to start.
Before the game starts, Dota freezes, then crashes. Sometimes it crashes before
you even click Play Dota. Sometimes it crashes right after the map starts
rendering.
No useful information is written to the console in vanilla Wine. However, in
Wine Staging, lines similar to the following are printed repeatedly right
before the crash:
04b8:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range
0x7f1522b50000-0x7f1522b53000, unix_prot 0x7.
04b8:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range
0x7f1522c80000-0x7f1522c83000, unix_prot 0x7.
04b8:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range
0x7f1523ad0000-0x7f1523ad3000, unix_prot 0x7.
04b8:err:virtual:alloc_area_in_reserved_or_between_callback Could not map in
reserved area.
m Files (x86)\Steam\steamapps\common\dota 2 beta\game\bin\win64\dota2.exe:
../wine-staging/dlls/ntdll/unix/virtual.c:1286: create_view: Assertion
`!((UINT_PTR)base & page_mask)' failed.
If you instead run 32-bit Dota via `wine 'C:\Program Files
(x86)\Steam\steamapps\common\dota 2 beta\game\bin\win32\dota2.exe'`, the game
runs perfectly.
--
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=40750
Bug ID: 40750
Summary: TinyTask 1.50 playback of mouse click on linux
desktop.
Product: Wine
Version: 1.9.11
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: services(a)beyondcr.com
Distribution: ---
Mouse click playback will not interact with programs within the Linux desktop.
To reproduce, Run Tinytask.exe left click the blue record button, move the
mouse to any program/object outside of wine that you can normally interact with
a mouse click and click it, move mouse back to TinyTask and press the red
record button to stop recording. Now press the green play button and the mouse
should replay the mouse movements you have just made but it will not preform
the click. Link to appdb
https://appdb.winehq.org/objectManager.php?sClass=version&iId=33800
Direct link to program
http://www.vtaskstudio.com/vista.pl?action=download&link=tinytask.exe
--
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=39737
Bug ID: 39737
Summary: Shadow Complex Remastered installation error
Product: Wine
Version: 1.8-rc2
Hardware: x86-64
URL: https://www.epicgames.com/shadowcomplex
OS: Linux
Status: NEW
Keywords: download, Installer
Severity: normal
Priority: P2
Component: setupapi
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
Distribution: ---
Created attachment 52996
--> https://bugs.winehq.org/attachment.cgi?id=52996
+setupapi
Gives an error after a few seconds of copying files.
fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
fixme:ver:GetCurrentPackageId (0x33eff8 (nil)): stub
fixme:mscoree:parse_startup useLegacyV2RuntimeActivationPolicy=L"true" not
implemented
fixme:mscoree:get_runtime_info unsupported startup flags 2
fixme:mscoree:corruntimehost_CreateDomainEx stub 0x137488
fixme:mscoree:corruntimehost_Stop stub 0x137488
err:mscoree:expect_no_runtimes Process exited with a Mono runtime loaded.
fixme:ver:GetCurrentPackageId (0x33eff8 (nil)): stub
fixme:mscoree:parse_startup useLegacyV2RuntimeActivationPolicy=L"true" not
implemented
fixme:mscoree:get_runtime_info unsupported startup flags 2
fixme:mscoree:corruntimehost_CreateDomainEx stub 0x137488
fixme:mscoree:corruntimehost_Stop stub 0x137488
err:mscoree:expect_no_runtimes Process exited with a Mono runtime loaded.
err:setupapi:do_file_copyW Unsupported style(s) 0x144
err:setupapi:do_file_copyW Unsupported style(s) 0x144
err:setupapi:do_file_copyW Unsupported style(s) 0x144
err:setupapi:do_file_copyW Unsupported style(s) 0x144
err:setupapi:do_file_copyW Unsupported style(s) 0x144
fixme:msi:AutomationObject_GetIDsOfNames Unknown member L"InstallDir", clsid
{000c109e-0000-0000-c000-000000000046}
err:msi:ITERATE_Actions Execution halted, action
L"QtExecSetPermissionCmdLineRun" returned 1603
err:msi:ITERATE_Actions Execution halted, action L"ExecuteAction" returned 1603
wine-1.8-rc2-41-gc87a78b
--
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=45483
Bug ID: 45483
Summary: Installation of the DirectX 8.1 SDK fails due to msi
custom action failure
Product: Wine
Version: 3.12
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: msi
Assignee: wine-bugs(a)winehq.org
Reporter: mstefani(a)winehq.org
Distribution: ---
Created attachment 61838
--> https://bugs.winehq.org/attachment.cgi?id=61838
+msi,+msiexec,+pid debug output
The DirectX 8.1 SDK fails to install due msi custom action errors:
006b:006c:err:msiexec:custom_action_server Failed to create custom action
server pipe: 231
setup.exe shows "Error: -1603 Fatal error during installation."
Steps to reproduce:
DX81b_SDK.exe with
SHA1: 221c60334da54e8e670741e7090e51255ad0284c
MD5: 0ef4637b05b77ae8f75d58e17f0e7d6d
DX81b_SDK.exe is a self extracting zip file.
cd to the extracted directory and run:
wine DXF/setup.exe
(Changing to the DXF directory and then wine setup.exe makes no difference).
Go through the steps and during the install at 0% a message box with the above
error pops up.
I'm attaching the +msi,+msiexec,+pid output
--
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=29228
Bug #: 29228
Summary: Airline Tycoon Evolution doesn't display any text
in-game
Product: Wine
Version: 1.3.33
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hardpenguin(a)fastmail.fm
Classification: Unclassified
Created attachment 37751
--> http://bugs.winehq.org/attachment.cgi?id=37751
screenshot nr 1 of the bug
No text at all in Airline Tycoon Evolution (empty character text balloons,
blank HUD, newspapers, boards, lists, letters etc.)
--
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=41062
Bug ID: 41062
Summary: Evernote 6.1.x: search box loses focus due to tooltips
Product: Wine
Version: 1.9.15
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: robert.munteanu(a)gmail.com
Distribution: ---
Created attachment 55243
--> https://bugs.winehq.org/attachment.cgi?id=55243
Video capture of the issue
Running Evernote 6.1.2 in a fresh 32-bit prefix, with winetricks ie8 (
otherwise notes don't display ).
$ sha1sum Evernote_6.1.2.2292.exe
f7ace795f0444ab8d29a6823b845da3a4687d247 Evernote_6.1.2.2292.exe
The search box field loses focus when I start typing and the mouse is on top of
the search box, making it impossible to type more than 1-2 characters.
Clicking the search box and moving the mouse quickly away seems to be a
workaround.
--
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=11146
Summary: RootsMagic 3.2.5 crashes when using Publisher feature
Product: Wine
Version: 0.9.53.
Platform: PC
URL: http://appdb.winehq.org/objectManager.php?sClass=version
&iId=10416
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: digimars(a)gmail.com
Created an attachment (id=10181)
--> (http://bugs.winehq.org/attachment.cgi?id=10181)
Wine output error message
When I click on the Publish icon on the RootsMagic toolbar at the top and
create a new book (by going clicking on the New button and giving it a name of
'test' for instance) I can select options without a problem (such as Cover
Page, Title Page, etc.). But when I click on the Add a Chapter button and
choose anyone in my list of people listed, the program completely crashes. It
doesn't matter if I choose Pedigree Chart, Scrapbook, Photo Tree or any of
them. They all go to a list of people that you can select from and all of the
entries will crash the application after you click on one of them.
A trial version of the app can be downloaded from here:
http://www.rootsmagic.com/demo.htm
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=22741
Summary: Enterprise Architect 6.5: crash when generating RTF
document
Product: Wine
Version: 1.1.42
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: loose(a)astron.nl
Created an attachment (id=28036)
--> (http://bugs.winehq.org/attachment.cgi?id=28036)
Error log of "wine ~/.wine/drive_c/Program\ Files/Sparx\ Systems/EA/EA.exe"
When clicking "Create" in the dialog box of Generating project documentation to
generate a RTF document, I get a crash.
--
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=45200
Bug ID: 45200
Summary: Hitman (2016) doesn't launch in Direct3D 12 mode
Product: Wine
Version: 3.8
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
Distribution: ---
Game crashes with the following error message: "Failed to initialize DirectX.
This game requires a DirectX 12-capable graphics card."
fixme:d3d12:D3D12CreateDevice adapter 0x11ffb0, minimum_feature_level 0xb000,
iid {189819f1-1db6-4b57-be54-1821339b85f7}, device 0x7f858fcc5d80 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=38867
Bug ID: 38867
Summary: Homesite+ (v5.5): Using keyboard shortcut for
indenting text wipes out text (but undo restores to
correct result)
Product: Wine
Version: 1.7.46
Hardware: x86-64
OS: Mac OS X
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: fooquency(a)gmail.com
Created attachment 51799
--> https://bugs.winehq.org/attachment.cgi?id=51799
Screenshot showing before, after, and undo results
In Homesite+ (version 5.5), which is a source code text editor, there is a
facility to indent all selected lines of code with a tab.
To use this, i.e. add a tab at the start of each line, use Control+Shift+.
To reduce by one tab level, i.e. remove one tab at the start of each line, use
Control+Shift+,
On Windows this works correctly.
On Wine (devel latest, on Mac OSX brew build), the whole text gets replaced
with a . but if you press Control-z to undo, the indenting has happened
correctly.
So it seems that what is happening is that Control+Shift+. is being treated as
the correct operation (indenting) AND the . itself is being pressed (thus
replacing the selection).
--
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=37771
Bug ID: 37771
Summary: 32bit Virtualbox 4.0.8 fails to start on Wow64 wine
prefix
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: fracting(a)gmail.com
Distribution: ---
$ du -h VirtualBox-4.0.8-71778-Win.exe
80M VirtualBox-4.0.8-71778-Win.exe
$ sha1sum VirtualBox-4.0.8-71778-Win.exe
b3a840b31407d93ed2e651f91fa33fe15f6f13c8 VirtualBox-4.0.8-71778-Win.exe
1. download virtualbox for windows, 32bit.
http://www.virtualbox.org/wiki/Downloadshttp://download.virtualbox.org/virtualbox/4.0.8/VirtualBox-4.0.8-71778-Win.…
2. install virtualbox
3. start virtualbox.
$ wine VirtualBox.exe
Virtualbox fail to start, popup an error dialog said "failed to create COM
object" and "Unknown Status 0xE06D7363 (0xE06D7363)"
--
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=27738
Summary: NVIDIA D3D SDK 10 SolidWireframe Sample needs
unimplemented function d3dx10_43.dll.D3DX10CreateFontW
Product: Wine
Version: 1.3.23
Platform: x86-64
URL: http://developer.download.nvidia.com/SDK/10/direct3d/s
amples.html#SolidWireframe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3dx10
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: the.ideals(a)gmail.com
SolidWireframe.zip
MD5 Sum: 1b6d72a22a26a481697240e57a1aad8b
SHA1 Sum: ed74ab85c765081748d1a02158ebae0d5ac11086
wine: Call from 0x7b839db2 to unimplemented function
d3dx10_43.dll.D3DX10CreateFontW, aborting
--
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=23382
Summary: NVIDIA Demo: Cascades requires d3dx10_40.dll
Product: Wine
Version: 1.2-rc5
Platform: x86-64
URL: http://www.nzone.com/object/nzone_cascades_downloads.h
tml
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3dx10
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: the.ideals(a)gmail.com
err:module:import_dll Library d3dx10_40.dll (which is needed by L"C:\\Program
Files\\NVIDIA Corporation\\NVIDIA Demos\\Cascades\\bin\\cascades.exe") not
found
--
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=38640
Bug ID: 38640
Summary: Cygwin/MSYS2 compiled Hello World program couldn't
display output in pure Linux console
Product: Wine
Version: 1.7.43
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: fracting(a)gmail.com
Distribution: ---
This is a follow up of bug 34930.
When running cygwin/msys2 compiled Hello World program in pure Linux console,
GetConsoleWindow returns NULL, and the program refuse to output.
--
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=25359
Summary: Internet Explorer 4 setup crashes
Product: Wine
Version: 1.3.8
Platform: x86-64
URL: http://www.oldversion.com/download/msie401sp2.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
Created an attachment (id=32253)
--> (http://bugs.winehq.org/attachment.cgi?id=32253)
Crash log
The installer for IE4 will crash early in the installation process after taking
the following steps:
1. Set Windows version to NT 4.0 and remove z: drive
2. Run iexplore -unregserver
3. Run the IE4 unpacker and installer
Workaround: remove the fake schannel.dll from system32 (thus letting the IE4
installer add its own) or replace it with a native one. A few other
observations:
- Using the above workaround, then setting a builtin-only override for schannel
doesn't bring back the crash
- A +loaddll log has no sign of schannel at this point
--
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=39139
Bug ID: 39139
Summary: Microsoft Return of Arcade Anniversary Edition setup
spawns DelUS.bat which never closes and consumes 100%
CPU
Product: Wine
Version: 1.7.49
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: alexhenrie24(a)gmail.com
Distribution: ---
Created attachment 52156
--> https://bugs.winehq.org/attachment.cgi?id=52156
trace+file truncated to 10,000 lines and compressed
To reproduce:
1. Insert Microsoft Return of Arcade Anniversary Edition (copyright year 2000)
CD.
2. Run setup.exe.
3. When setup completes, use htop to view the running processes. Note that
DelUS.bat is consuming 100% CPU.
The problem happens every time setup.exe closes and switches over to the
installed program, regardless of whether the program was already installed.
Attached is the output of `WINEDEBUG=trace+file wine setup.exe` (with the game
already installed), truncated to 100,000 lines and compressed.
DelUS.bat does not close and restart; its process ID remains constant.
The problem does not occur in the demo version.
--
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=37310
Bug ID: 37310
Summary: MMS Buchfuehrung und Bilanz fails during online update
Product: Wine
Version: 1.7.26
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: maiktapwagner(a)aol.com
Created attachment 49619
--> https://bugs.winehq.org/attachment.cgi?id=49619
Crash output on wine 1.7.26 after online update
Hello everyone,
AppDB entry is at:
https://appdb.winehq.org/objectManager.php?sClass=application&iId=7611
Bug is only happening during the first Internet Update: Menu bar --> Sonstiges
--> Internet-Update
I would like to submit the following crash output.
--
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=49542
Bug ID: 49542
Summary: vkGetInstanceProcAddr shouldn't return an address for
missing functions
Product: Wine
Version: 5.12
Hardware: x86-64
OS: Mac OS X
Status: NEW
Severity: normal
Priority: P2
Component: winevulkan
Assignee: wine-bugs(a)winehq.org
Reporter: gijsvrm(a)gmail.com
Created attachment 67677
--> https://bugs.winehq.org/attachment.cgi?id=67677
+vulkan log
This causes test_enumerate_physical_device2() in vulkan-1/tests/vulkan.c to
crash on macOS.
It tries to call vkGetPhysicalDeviceProperties2 which is missing from MoltenVK.
The test has a skip if it can't find vkGetPhysicalDeviceProperties2, but it
isn't triggered.
The problem I've "found" is that macdrv_vkGetInstanceProcAddr correctly returns
NULL for vkGetPhysicalDeviceProperties2, but in the test it uses
vkGetInstanceProcAddr. vkGetInstanceProcAddr goes to wine_vkGetInstanceProcAddr
and that uses wine_vk_get_instance_proc_addr.
wine_vk_get_instance_proc_addr doesn't return NULL, because it just checks some
sort of table.
Attached is a +vulkan log.
I'm running macOS 10.14, wine compiled with mingw and the 10.13 SDK.
--
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=40862
Bug ID: 40862
Summary: Kingsoft Office 2012 displays a gray editor window
with invisible text
Product: Wine
Version: 1.9.12
Hardware: x86-64
URL: https://web.archive.org/web/20120712175400/http://www.
kingsoftstore.com/download/office_suite_free_2012.exe
OS: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: 00cpxxx(a)gmail.com
Distribution: Debian
After installed and opened (wps.exe) program displays a gray editor instead of
white and anything you type cannot be seen, also changing the colors do not
make then appear.
--
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=38868
Bug ID: 38868
Summary: Homesite+ (v5.5): If caps-lock is on, exiting Extended
Find dialog results in caps-lock state being toggled
Product: Wine
Version: 1.7.46
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: fooquency(a)gmail.com
Distribution: ---
In HomeSite+ (v5.5), there is a feature which allows multiline find and/or
replace with support for regular expressions and more. This is a powerful
feature which is still not present on most modern code editors, and as such is
a killer feature.
However, in Wine, there is a very annoying bug: If caps-lock is on, exiting
Extended Find dialog results in caps-lock state being toggled.
Reproduce steps:
1) Press caps-lock on the keyboard. (Verify this has taken effect by typing
into the editor area).
2) Open the Extended Find/Replace dialog either: (a) via the menu at Search >
Extended Find (or Extended Replace; or (b) Using Control+Shift+F (or
Control+Shift+R).
3) Close the box, either by suing escape to dismiss it, or the standard OS UI
close UI control in the top corner of the dialog.
4) Start typing. Text is now lower-case, though the caps-lock light on the
keyboard remains on.
5) Open the Extended Find/Replace dialog again, as per step 2.
6) Close the box again, as per step 3.
7) Start typing. Text is now upper-case.
Repeating these steps will continue to toggle the case.
--
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=38136
Bug ID: 38136
Summary: Clickr: missing letters
Product: Wine
Version: 1.7.37
Hardware: x86
OS: Linux
Status: NEW
Severity: minor
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
Distribution: ---
Created attachment 50854
--> https://bugs.winehq.org/attachment.cgi?id=50854
screenshot
Some of the letters are missing from the high score table or when I choose to
quit the game.
Terminal output doesn't show anything related.
Installing native d3dx9* libraries doesn't help.
The problem doesn't exist with the CSMT patchset.
Fedora 21
Nvidia binary drivers 340.76
--
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=27737
Summary: NVIDIA D3D SDK 10 Lightning Sample needs unimplemented
function d3dx10_43.dll.D3DX10CreateSprite
Product: Wine
Version: 1.3.23
Platform: x86-64
URL: http://developer.download.nvidia.com/SDK/10/direct3d/s
amples.html#Lightning
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3dx10
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: the.ideals(a)gmail.com
Lightning.zip
MD5 Sum: 063eb9c9d53eb1aa2e51a37b33036f93
SHA1 Sum: 19d47dae7a2ed4c24a1190e8b1dca7a217c1ce02
wine: Call from 0x7b839db2 to unimplemented function
d3dx10_43.dll.D3DX10CreateSprite, aborting
--
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=38010
Bug ID: 38010
Summary: VPython 6.11: python2.7.9 crashes when importing
visual
Product: Wine
Version: 1.6.1
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ndj1959(a)gmail.com
Distribution: ---
Created attachment 50645
--> https://bugs.winehq.org/attachment.cgi?id=50645
this is the backtrace that wine gives you after the crash described in message
body
after a clean install of wine on centos 6 i386, then running python2.7.9 under
wine, you try and import the main VPython library ("import visual as vs"), you
get the Unhandled Page Fault message and the popup that "Wine has experience a
serious problem with pythonw.exe", and it's game over. Interestingly (maybe)
the terminal no longer echos input, and you have to close it and start again.
I've attached the backtrace. The console output, since it's only one line, is
pasted below (with all the err: and fixme: outputs as observed)
I realise this doesn't qualify for submission under the "no dll overrides"
rule, since there is a dll override in place. VPython requires you to install
the windows python27.dll. Even so, I'll file the bug with the VPython
developers too, and see what happens.
[ndj-local@SUPPORT-LAP03 Downloads]$ wine ~/.wine/drive_c/Python27/python.exe
err:xrandr:xrandr12_init_modes Output has no modes.
err:xrandr:xrandr12_init_modes Output has no modes.
err:xrandr:xrandr12_init_modes Output has no modes.
err:xrandr:xrandr12_init_modes Output has no modes.
err:xrandr:xrandr12_init_modes Output has no modes.
Python 2.7.9 (default, Dec 10 2014, 12:24:55) [MSC v.1500 32 bit (Intel)] on
win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import visual as vs
wine: Unhandled page fault on read access to 0x00000000 at address 0x2eb88e3
(thread 0009), starting debugger...
err:xrandr:xrandr12_init_modes Output has no modes.
fixme:ole:RemUnknown_QueryInterface No interface for iid
{00000019-0000-0000-c000-000000000046}
[ndj-local@SUPPORT-LAP03 Downloads]$
--
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=31229
Bug #: 31229
Summary: ChessBase 2009 Light help viewer crashes
Product: Wine
Version: 1.5.8
Platform: x86
URL: http://www.chessbase.com/download/
OS/Version: Linux
Status: NEW
Keywords: download, regression
Severity: normal
Priority: P2
Component: mshtml
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
CC: jacek(a)codeweavers.com
Classification: Unclassified
Regression SHA1: 5fecc4896f81d4b373125c392e4e17faaa27e070
Created attachment 41020
--> http://bugs.winehq.org/attachment.cgi?id=41020
terminal output
CBLightSetup.exe
md5sum: a3a33ad834cad2630046758c5a1abf39
Steps to reproduce the problem:
1. Download and install the application. On the download page you need to
select 'ChessBase Light 2009' from the drop-down product list.
2. Start the application with CBLight2009.exe and press <F1> to invoke the
built-in help viewer.
3. Try to open the topic 'Introduction'...a crash happens here.
It works in Wine 1.5.8, but not in the git version (wine-1.5.8-160-g8613d5e):
5fecc4896f81d4b373125c392e4e17faaa27e070 is the first bad commit
commit 5fecc4896f81d4b373125c392e4e17faaa27e070
Author: Jacek Caban <jacek(a)codeweavers.com>
Date: Thu Jul 12 14:26:13 2012 +0200
mshtml: Don't store outer window in nsChannelBSC.
:040000 040000 92bfbd43d5e9d9c65d728a109c74113b0a7e410d
3450e34baaf21c071bd7d3c78ee98c088a49c136 M dlls
Reverting the patch on wine-1.5.8-160-g8613d5e fixes the problem.
Fedora 17 x86
gcc version 4.7.0 20120507 (Red Hat 4.7.0-5) (GCC)
--
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=10790
Summary: RPG Maker XP 10.2a: Crashes when accessing menu bar/HTML
Help
Product: Wine
Version: 0.9.50.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-gui
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hen.asraf(a)gmail.com
When trying to access the menu bar (i.e clicking "&File" or "&Help") the game
crashes, with an error message saying:
"Critical Error C0000005 at address 004749B5"
Also, the program crashes when browsing the HTML Help (accessed by pressing
[F1]), with an error message saying:
"Critical Error C0000005 at address 00000000"
A 30-day trial for the program can be downloaded here:
http://www.enterbrain.co.jp/tkool/RPG_XP/eng/download.html
(You must download RPG Maker XP and also the RGSS-RTP).
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9615
Summary: RPG Maker: c0000005 exception when clicking menu bar
Product: Wine
Version: 0.9.44.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nodisgod(a)yahoo.com
After obtaining RPG Maker from
(http://www.enterbrain.co.jp/tkool/RPG_XP/eng/download.html), I install it. I
believe on 0.9.33 it seamlessly installed, but on latest 0.9.44, running the
EXE produces help output for msiexec in terminal; I had to do wine msiexec /i
on the MSIs in the directories. Installation is ok, and starting the app is
okay, but when I click the menu, it gives me an exception: c0000005 at address
004749B5. No dump is produced that is indicative of any error.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9808
Summary: Amazon Music Downloader crashes on File menu
Product: Wine
Version: CVS/GIT
Platform: Other
URL: http://www.amazon.com/gp/dmusic/help/amd.html/
OS/Version: other
Status: NEW
Keywords: download
Severity: enhancement
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Created an attachment (id=8255)
--> (http://bugs.winehq.org/attachment.cgi?id=8255)
console output showing crash on clicking File
Download and install the Amazon Music Downloader.
Run it.
Click the File menu.
Bammo!
wine: Unhandled page fault on read access to 0x0000001c at address 0x484d25
(thread 0009), starting debugger...
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=26560
Summary: Amazon MP3 Downloader: Menus don't work.
Product: Wine
Version: 1.3.16
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: adys.wh(a)gmail.com
>From bug 18708.
Menus don't work. Opening them works, but you cannot click any item.
Right-clicking them works.
--
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=18708
Summary: Amazon MP3 Downloader: Menus and toolbars don't work
Product: Wine
Version: 1.1.22
Platform: PC
URL: http://amazonm-002.vo.llnwd.net/u/d1/clients/AmazonMP3
Installer_1.0.3.exe?httpHeader%5FContent-Disposition=a
ttachment%3B%20filename%3DAmazonMP3Installer.exe&marke
tplace=1
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: adys.wh+winehqdotorg(a)gmail.com
Created an attachment (id=21442)
--> (http://bugs.winehq.org/attachment.cgi?id=21442)
Linux behaviour screenshot
Running Amazon MP3 Downloader, clicking menu items doesn't work at all (nothing
happens, menu stays open).
The following is the only default console output
fixme:msg:pack_message msg 14 (WM_ERASEBKGND) not supported yet
err:toolbar:TOOLBAR_GetImageListForDrawing bitmap for ID 0, index 0 is not
valid, number of bitmaps in imagelist: 0
The err is spammed every time a menu is opened.
Attached a screenshot under linux, a screenshot under windows and a +toolbar
trace.
--
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=46952
Bug ID: 46952
Summary: Battle net App does not show download progress for
starcraft 2
Product: Wine
Version: 4.3
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: cedric.dewijs(a)telfort.nl
Distribution: ---
Created attachment 64079
--> https://bugs.winehq.org/attachment.cgi?id=64079
Screenhot of the installer
During installation of starcraft2 through the battle net app, I can't see the
percentage on the progress bar
Download link:
https://www.battle.net/download/getInstallerForGame?os=win&locale=enUS&vers…
My system:
Manjaro 18.0.4
# uname -a
Linux cedric-pc 4.9.148-1-MANJARO #1 SMP PREEMPT Sat Dec 29 14:42:52 UTC 2018
x86_64 GNU/Linux
# lspci -v
01:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] RV770
[Radeon HD 4870] (prog-if 00 [VGA controller])
Subsystem: PC Partner Limited / Sapphire Technology RV770 [Radeon HD 4870]
Flags: bus master, fast devsel, latency 0, IRQ 32, NUMA node 0
Memory at c0000000 (64-bit, prefetchable) [size=256M]
Memory at fea20000 (64-bit, non-prefetchable) [size=64K]
I/O ports at e000 [size=256]
Expansion ROM at 000c0000 [disabled] [size=128K]
Capabilities: [50] Power Management version 3
Capabilities: [58] Express Legacy Endpoint, MSI 00
Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit+
Capabilities: [100] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?>
Kernel driver in use: radeon
$ wine --version
wine-4.3
--
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=36815
Bug ID: 36815
Summary: XFORM matrix rotation is not supported by BitBlt()
Product: Wine
Version: 1.7.19
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdi32
Assignee: wine-bugs(a)winehq.org
Reporter: sashoalm(a)gmail.com
Created attachment 48892
--> https://bugs.winehq.org/attachment.cgi?id=48892
Demo project.
When a rotation is specified using the XFORM matrix, and later a bitmap is
drawn using BitBlt(), it is rotated in Windows, but it is not rotated in Wine
(it seems to be scaled instead).
Demo project:
https://drive.google.com/file/d/0B9PGUhmmnsm1Z3YtRXJxdnNpNUE/edit?usp=shari…,
also added as attachment.
Screenshot under Windows:
https://drive.google.com/file/d/0B9PGUhmmnsm1Uzg4d1l0TS1FVlU/edit?usp=shari…
Screenshot under Wine:
https://drive.google.com/file/d/0B9PGUhmmnsm1NHFjSWxGdlpiU28/edit?usp=shari…
These are the most relevant parts of the demo code. Here the XFORM matrix is
prepared, and the BitBlt() is called:
======
// Set the XFORM rotation.
XFORM xform;
memset(&xform, 0, sizeof(xform));
double angle = 0.785398163;
xform.eM11 = cos(angle);
xform.eM12 = sin(angle);
xform.eM21 = -sin(angle);
xform.eM22 = cos(angle);
xform.eDx = 0;
xform.eDy = 0;
SetGraphicsMode(hdc, GM_ADVANCED);
SetWorldTransform(hdc, &xform);
// Draw the bitmap on the paint .
BitBlt(hdc, r->left, r->top, r->right-r->left, r->bottom-r->top, hMemDC, 0,
0, SRCCOPY);
======
How to specify rotation in the XFORM matrix is described in MSDN's at
http://msdn.microsoft.com/en-us/library/windows/desktop/dd145228(v=vs.85).a…:
Operation eM11 eM12 eM21 eM22
Rotation Cosine Sine Negative sine Cosine
--
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=26389
Summary: Win3.1 Notepad crashes when opening a large file
Product: Wine
Version: 1.2.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: spammis(a)spam.la
Created an attachment (id=33605)
--> (http://bugs.winehq.org/attachment.cgi?id=33605)
DOSBox (left) and Wine (right)
This bug applies to the version of Notepad bundled with Windows 3.1.
Old versions of Notepad can't open big text files. Instead, Notepad displays a
message saying "The file FILENAME is too large for Notepad. Use another editor
to edit the file." Wine crashes instead of displaying this message.
A giant file can be created in numerous ways. I used a small python script:
for i in range(1999999):
print i
"python script.py > giant.txt" gives a giant file.
I tried opening the file using Wine running Notepad and using DOSBox running
Windows 3.1 running Notepad. Windows 3.1 is just a normal DOS application, so
it runs fine under DOSBox. I'm attaching a PNG file displaying the differences
between Wine and DOSBox. In this case, DOSBox is correct while Wine is wrong.
--
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=38827
Bug ID: 38827
Summary: CharmTale2 installer blank GUI
Product: Wine
Version: 1.7.46
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ocean04(a)suomi24.fi
Distribution: ---
Installer (from bug 17597, comment4) shows blank window
--
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=22712
Summary: Servant Salamander can't execute .exe files
Product: Wine
Version: 1.1.44
Platform: x86
URL: http://www.altap.cz/download.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wylda(a)volny.cz
File manager Servant Salamander, version 2.52 won't execute a binary file
(regedit.exe). When I am trying to execute regedit.exe, nothing happens and
console says:
fixme:shell:ISvItemCm_fnInvokeCommand Unhandled Verb 0l
BTW: I have to test with winecfg: Win2000. Tested in many versions and probably
never worked correctly.
--
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=39134
Bug ID: 39134
Summary: Filterforge Crashes on Exit, Prevents Startup
Product: Wine
Version: 1.7.49
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: zauber(a)gridmail.org
Distribution: ---
When Filterforge is shutdown, it crashes before it can fully shutdown. It will
also popup a window showing this error below, indicating a segmentation fault:
<class XFW::Kernel::SystemException> Access violation at address 008D8964 (read
at address 8000000E).
After this happens, it will leave behind a "Ghost Process" which will prevent
you from running Filterforge again, with an error message claiming that it is
already running. Only workaround is to either force kill the ghost process, or
to run "wineserver -k" in a terminal.
--
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=33218
Bug #: 33218
Summary: No window border for Maxthon 4.0.5.600 installer
Product: Wine
Version: 1.5.25
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: computergeoffrey(a)zoho.com
Classification: Unclassified
Created attachment 43943
--> http://bugs.winehq.org/attachment.cgi?id=43943
Borderless window of Maxthon installer
No border is drawn around the installer screen for Maxthon (probably the whole
4.0 series). It uses a custom window style, which Wine doesn't seem to
recognise.
The exe can be downloaded here:
http://forum.maxthon.com/thread-754-1-1.html
--
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=35622
Bug ID: 35622
Summary: VemsTune: program crashes on switching view modes
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: eilkov(a)gmail.com
Classification: Unclassified
Created attachment 47572
--> http://bugs.winehq.org/attachment.cgi?id=47572
autogenereted backtrace
VemsTune.exe under Wine crashes permanently on switching view mode, can be
reproduced on x86 and x86_64, doesn't depend on Wine or Vemstune version.
The program works fine on native windows OSes.
Download link: http://vems.hu/download/v3gui/VemsTune-Install-2013-03-26.exe
md5sum e41b7f6b1751b336b37ca2d9d8539c56
How to reproduce:
1. Install VemsTune
2. Run ~/.wine/drive_c/Program\ Files\ \(x86\)/V
emsTune-2013-03-26/vemsTune.exe
3. Open any vemslog file (included in VemsTune installation)
4. Change view mode in menu: View => Group => GPS
--
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=38843
Bug ID: 38843
Summary: Lumerical fdtd-solutions failed to start and exit with
an internal error
Product: Wine
Version: 1.7.14
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: mohammadeljawad(a)hotmail.com
Distribution: ---
Created attachment 51776
--> https://bugs.winehq.org/attachment.cgi?id=51776
Report of the error generated by wine upon running lumerical fdtd solutions
the logout generated by wine upon executing lumerical fdtd solutions 2015b
--
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=22018
Summary: No MIDI music in Alonix
Product: Wine
Version: 1.1.40
Platform: x86-64
URL: http://www.axysoft.com/alonix/index.htm
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
Created an attachment (id=26766)
--> (http://bugs.winehq.org/attachment.cgi?id=26766)
Terminal output
The summary pretty much describes the problem: the background music (MIDI) in
Alonix doesn't play. These are the minimum tweaks required to get it working at
present:
DLL overrides from winetricks directx9:
dmband
dmime
dmsynth
dmusic
File copied from Windows:
C:\windows\system32\drivers\gm.dls
Take away any one of these, and there's no background music in-game.
--
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=25118
Summary: Missing text in Pikachu Volleyball 3D
Product: Wine
Version: 1.3.6
Platform: x86-64
URL: http://rev.knu.ac.kr/down/PV3DSetup.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: directx-d3dx9
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
CC: wine-bugs(a)winehq.org
Created an attachment (id=31856)
--> (http://bugs.winehq.org/attachment.cgi?id=31856)
Screenshot with builtin d3dx9_36
The title screen is missing the text "Pocke' monster" and "Copyright (C) 2006
by Revolution. All Rights Reserved." I guess these probably have something to
do with it:
fixme:d3dx:ID3DXFontImpl_DrawTextA (0x121e258)->(0x121df78, Pocke' monster ,
-1, 0x32fc10, 5, 0xff483d8b): stub
fixme:d3dx:ID3DXFontImpl_DrawTextA (0x1335760)->(0x121df78, Copyright (C) 2006
by Revolution. All Rights Reserved , -1, 0x32fc18, 5, 0xffffffff): stub
Workaround is winetricks d3dx9_36.
--
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.