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=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=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=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=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=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.
http://bugs.winehq.org/show_bug.cgi?id=31721
Bug #: 31721
Summary: Autodesk Revit Architecture 2013 installation failed ,
Error 1060 Service does not exist
Product: Wine
Version: 1.5.13
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: martin.suc(a)googlemail.com
Classification: Unclassified
Hi,
I have been trying to install Autodesk Revit Architecture 2013 and it failed
within following (attached error):
[Error: 1060] Service does not exist.
[Error: 6] Invalid handle.
...
Your computer is using unsupported version of the Microsoft .NET Framework. The
product you are installing requires Microsoft .NET Framework 4.0 or later
Is there any workaround about it how to make it work ?
Please do not hesitate to ask any more information.
Thank you,
Kind Regards,
Martin
--
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=28405
Summary: Unimplemented function
setupapi.dll.SetupAddToSourceListA
Product: Wine
Version: 1.3.28
Platform: x86
URL: ftp.pinnaclesys.de/driver/pc/Liquid_Edition_6/Liquid_E
dition_6_10_EU_US.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: setupapi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: markk(a)clara.co.uk
Hi,
I got an error "Unimplemented function setupapi.dll.SetupAddToSourceListA" when
I tried to run a certain installer program.
The program in question is comp_drvmbox.EXE, which is inside the archive at
ftp://ftp.pinnaclesys.de/driver/pc/Liquid_Edition_6/Liquid_Edition_6_10_EU_US.exe
WARNING: That file is about 631MB! I'm not sure whether comp_drvmbox.EXE (which
is about 10MB) is available for download separately.
Anyway, on running comp_drvmbox.EXE I got the following console output (part
omitted for brevity):
$ wine comp_drvmbox.EXE
fixme:setupapi:CM_Locate_DevNodeA 0x32d9d8 (null) 0x00000000: stub
wine: Call from 0x7b839d72 to unimplemented function
setupapi.dll.SetupAddToSourceListA, aborting
wine: Unimplemented function setupapi.dll.SetupAddToSourceListA called at
address 0x7b839d72 (thread 0009), starting debugger...
Unhandled exception: unimplemented function setupapi.dll.SetupAddToSourceListA
called in 32-bit code (0x7b839d72).
...
Backtrace:
=>0 0x7b839d72 RaiseException+0x52(code=0x80000100, flags=0x1, nbargs=<is not
available>, args=0x32d9b4)
[/build/buildd/wine1.3-1.3.28/dlls/kernel32/except.c:84] in kernel32
(0x0032d994)
1 0x5d3b3098 __wine_spec_unimplemented_stub+0x37(module="setupapi.dll",
function="SetupAddToSourceListA")
[/build/buildd/wine1.3-1.3.28/dlls/winecrt0/stub.c:34] in setupapi (0x0032d9c4)
2 0x5d389815 in setupapi (+0x9814) (0x0032dcac)
3 0x100178f0 in glc570.tmp (+0x178ef) (0x0032dcac)
4 0x10017427 in glc570.tmp (+0x17426) (0x0032e7e8)
5 0x100040b5 in glc570.tmp (+0x40b4) (0x0032f514)
wine: Call from 0x7b839d72 to unimplemented function
setupapi.dll.SetupAddToSourceListA, 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=9803
Summary: Installer misses Microsoft.Windows.Common-Controls
Product: Wine
Version: 0.9.45.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ewikran(a)bluezone.no
Created an attachment (id=8245)
--> (http://bugs.winehq.org/attachment.cgi?id=8245)
First attemt running wine setup.exe
I am trying to install Autodesk Revit Arcitectural on Kubuntu 7.04 but get an
error message that depended assembly Microsoft.Windows.Common-Controls can not
be found.
I see from bug 9192 that I am supposed to run a mainfest to correct this. I
have tried the manifest that was listed in the bug but don't get much more from
it. It seems that the manifest is not found.
Se attachments.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=46129
Bug ID: 46129
Summary: sqlwriter.exe runs into Call to unimplemented function
VSSAPI.DLL.??0CVssWriter@@QEAA@XZ, aborting
Product: Wine
Version: 3.20
Hardware: x86
URL: https://www.autodesk.com/education/free-software/featu
red
OS: Linux
Status: NEW
Keywords: download, patch
Severity: normal
Priority: P2
Component: vssapi
Assignee: wine-bugs(a)winehq.org
Reporter: xerox.xerox2000x(a)gmail.com
Distribution: ---
Created attachment 62775
--> https://bugs.winehq.org/attachment.cgi?id=62775
patch
So for investigating bug 40206 I installed MicroSoft SQL Server (SP1) albeit
with a hack (https://bugs.winehq.org/show_bug.cgi?id=40206#c19)
Now every time I start a program in that WINEPREFIX I get the (nonfatal) call
to unimplemented vssapi.??0CVssWriter@@QEAA@XZ
I can manually trigger it by:
wine start "C:\\Program Files\\Microsoft SQL Server\\90\\Shared\\sqlwriter.exe"
The attached patch fixes this, and also the next unimplemented functions it
runs into
--
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=40206
Bug ID: 40206
Summary: Function failed. : en-US.mst
Product: Wine
Version: 1.9.4
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: disnel(a)disnel.com
Distribution: ---
When I try to run Revit installer, I'am getting error window saying "Function
failed. :en-US.mst". Installer then exits.
--
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=9807
Summary: Autodesk Revit Building 8.1 aborts on startup
Product: Wine
Version: CVS/GIT
Platform: Other
URL: http://usa.autodesk.com/adsk/servlet/item?siteID=123112&
id=9262587
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Ignoring bug 9806, try starting the app.
It puts up a splash screen and its main UI,
then aborts with a dialog
"An unrecoverable error has occurred."
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.