http://bugs.winehq.org/show_bug.cgi?id=32202
Bug #: 32202
Summary: ActiveX install attempts to run wrong inf section
Product: Wine
Version: 1.5.17
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: advpack
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: joel(a)airwebreathe.org.uk
Classification: Unclassified
In install_cab_file in axinstall.c, RunSetupCommandW is used to install ActiveX
controls from their INF files in the CAB.
A typical INF file might look like this:
http://msdn.microsoft.com/en-us/library/aa751974%28v=vs.85%29.aspx#Creating…
The one I'm working with looks like this:
---- SNIP ----
; INF file for install activex
[version]
signature="$CHICAGO$"
AdvancedINF=2.0
[Add.Code]
AxUMF.ocx=AxUMF.ocx
UMFTracer.dll=UMFTracer.dll
[UMFTracer.dll]
file-win32-x86=thiscab
FileVersion=1,0,3,4181
DestDir=11
[AxUMF.ocx]
file-win32-x86=thiscab
FileVersion=2,1,1,5830
clsid={D3BBBE84-3866-4FA1-A4D4-EFA9B9FE611D}
RegisterServer=yes
---- SNIP ----
RunSetupCommandW is always invoked with szInfSection=NULL, which causes it to
attempt to use the [DefaultInstall] section which is not present.
--
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=13548
Summary: Wine's setupapi does not know how to recursively delete
registry keys
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: setupapi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fgouget(a)codeweavers.com
On Windows (XP) the following inf file deletes the Telephony registry key
without trouble, even though it has lots of subkeys and values.
---
[version]
signature="$CHICAGO$"
[DelTest]
DelReg=DelTestReg
[DelTestReg]
HKLM,Software\Microsoft\Windows\CurrentVersion\Telephony
---
In Wine this fails unless the Telephony registry key has no subkey.
Notes:
* You can run the inf file with the following command:
rundll32 setupapi.dll,InstallHinfSection DelTest 128 c:\deltest.inf
* The above command needs a full path to the inf file.
* Obviously, don't do this on a real Windows machine unless you know how to
restore your Telephony registry key. If you must try this on Windows, then the
best is to do it in a virtual machine with a good snapshot.
--
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=24436
Summary: the ping command with a wine cmd does nothing
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: cmd
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: joachim.backes(a)rhrk.uni-kl.de
I built wine from the git version
wine-1.3.2-225-g5815b63.
Then I called "wine cmd", so the cmd utility is started. Then I enter
ping 131.246.137.16
(that is a valid IP address), but the output is only
fixme:ping:main this command currently just sleeps based on -n parameter
and nothing more happens.
My platform: Fedora14 with all updates, kernel 2.6.35.4-12.fc14.i686, network
is fully operable.
--
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=26304
Summary: Rayman 2 Demo system menu item doesn't work
Product: Wine
Version: 1.3.15
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
This is a followon to bug 26303, but is about the system menu, not desktop
icons.
The system menu item created by winemenubulder for Rayman 2 Demo does this:
env WINEPREFIX="/home/dank/.local/share/wineprefixes/rayman2_demo" wine
C:\\windows\\command\\start.exe /Unix
/home/dank/.local/share/wineprefixes/rayman2_demo/dosdevices/c:/users/dank/Start
Menu/Programs/Ubi Soft Games/Rayman 2 Demo/1 To Play Rayman 2 Demo.lnk
This doesn't work, it says file not found. If you quote the path to the
.lnk file, you get a second problem.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=31151
Bug #: 31151
Summary: Pegasus Mail v4.63 - err:seh:setup_exception_record
stack overflow 848 bytes in thread 0009 eip 681d24b8
esp 00230fe0 stack 0x230000-0x231000-0x330000
Product: Wine
Version: 1.5.8
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mccarthy(a)volny.cz
Classification: Unclassified
Created attachment 40895
--> http://bugs.winehq.org/attachment.cgi?id=40895
terminal output (debug)
Pegasus Mail 4.63 build 325 w/ IERenderer 2.4.7.2
pmail: http://download-us.pmail.com/w32-463.exe
Wine 1.5.8
Gecko: wine-1.5.6 (wine_gecko-1.6-x86.msi)
stack overflow
--
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=29774
Bug #: 29774
Summary: Texture filtering doesn't work in nGlide
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mihal812ag(a)gmail.com
Classification: Unclassified
Created attachment 38665
--> http://bugs.winehq.org/attachment.cgi?id=38665
NFS: Porsche Unleashed as it works with nGlide
When I run games, such as Mortal Kombat 4, or Need for Speed: Porsche Unleashed
using nGlide Glide wrapper, there is no texture filtering. Textures look
pixelated as if it were sotware rendering.
--
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=10744
Summary: Robot Arena main menu is extremely slow
Product: Wine
Version: 0.9.50.
Platform: PC
URL: http://www.topdownloads.net/games/view.php?id=4536
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: wine-directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: echidnaman(a)gmail.com
The main menu for this game is very, very slow. Sound seems to be okay though.
The Direct3D menu/cursor are lagged to hell though. This also makes it very
hard to click stuff. Fixme's present:
fixme:win:EnumDisplayDevicesW ((null),0,0x34f5d8,0x00000000), stub!
fixme:x11drv:X11DRV_desktop_SetCurrentMode Cannot change screen BPP from 32 to
16
fixme:d3d:IWineD3DClipperImpl_SetClipList (0x215cc0,0x8c32f0,0),stub!
fixme:dsound:mmErr Unknown MMSYS error 2
fixme:dinput:SysMouseAImpl_Acquire Clipping cursor to (0,0)-(640,480)
Demo available at url. (Finally, an application with a bug that actually has a
*demo*...)
--
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=11811
Summary: App sees no COM ports although COM1...5 defined in
dosdevices
Product: Wine
Version: 0.9.56.
Platform: PC
URL: http://rosepointnav.com/CoastalExplorer/Trial/default.ht
m
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: n5470(a)pinefields.com
Created an attachment (id=11072)
--> (http://bugs.winehq.org/attachment.cgi?id=11072)
Screen shot w/ error message
Coastal Explorer has an Options section for connecting the app to COM ports for
I/O (Tools -> Options -> Instruments -> Port Settings). All available COM
ports are listed when running under Windows. Under Wine, none are found (see
attached screen shot). Defined COM1...4 (/dev/ttyS0...3) and COM5
(/dev/ttyUSB0) were all chmod to 666 to ensure permissions weren't a problem;
the problem remains.
Without serial I/O, the app's function of reading a GPS' serial stream and
writing commands to an autopilot controller (also via serial stream) is lost.
Without it CE functions only as a trip planner and tide predictor.
--
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=12123
Summary: Wall Street Advisor 1.27 redraw problems
Product: Wine
Version: CVS/GIT
Platform: Other
URL: http://www.lathuy.com/
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Now that bug 7430 is fixed, on to runtime problems.
To install this app, first to
sh winetricks vcrun6 wsh56
Start the app. You'll see a tree control on the left
whose root node flashes constantly. Also, the main
pane doesn't redraw properly when you drag some
unrelated window in front of it.
(Also, the app outputs
err:ole:CoGetClassObject class {6c736db1-bd94-11d0-8a23-00aa00b58e10} not
registered
on startup. I think that's associated with ado15, but
doing winetricks art2kmin doesn't seem to help that...? ADO has
always been a mystery to me. But that's a different bug.)
--
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=22078
Summary: Icon error in tree windows of CSPRO 4.0 using wine
1.1.40
Product: Wine
Version: 1.1.40
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: iip.umar.rifai(a)gmail.com
CC: iip.umar.rifai(a)gmail.com
How to see/test:
1. download cspro here http://www.census.gov/ipc/www/cspro/
2. Run Cspro 4.0 program
3. Open file/application, goto examples/capi (under cspro 4.0 subdir), open
file "capi.ent".
4. You will see that the icon in the tree window on the left side are black.
Different when you see it in native windows.
Screenshot is here
http://sites.google.com/site/iipumarrifai2/wine-cspro-error0.jpg
Thanks,
-iip-
--
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.