http://bugs.winehq.org/show_bug.cgi?id=12222
Summary: msiexec unhappy if invoked without argv[0]
Product: Wine
Version: CVS/GIT
Platform: Other
URL: http://jaman.com
OS/Version: other
Status: NEW
Keywords: download, Installer, NoAppDBEntry, patch
Severity: normal
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
The Jaman Player has
To reproduce, first work around bug 12221 by executing
http://appldnld.apple.com.edgesuite.net/content.info.apple.com/QuickTime/06…
Then run the installer:
wine jaman-installer.exe
This fails with a usage message from msiexec. It seems that msiexec
is expecting GetCommandlineW to return a commandline starting with the
executable
name, but instead it gets one that starts with a space and then /i etc.
The /i is skipped (since msiexec is expecting argv[0] in that slot).
That sounds like the problem described here:
http://blogs.msdn.com/oldnewthing/archive/2006/05/15/597984.aspx
The process is created with
0009:Call KERNEL32.CreateProcessA(00140bb8
"C:\\windows\\system32\\msiexec.exe",00143600 " /i
\"C:\\windows\\profiles\\dkegel\\Application Data\\jaman.com\\Jaman
Player\\install\\jaman-installer-beta1.2.msi\"
AI_SETUPEXEPATH=\"Z:\\usr\\local\\google\\bigdata\\dkegel\\installers\\jaman-installer.exe\"
SETUPEXEDIR=\"Z:\\usr\\local\\google\\bigdata\\dkegel\\installers\\\"",00000000,00000000,00000000,00000020,00000000,00000000,0033fbe4,0033fc28)
ret=00405825
I'll attach a kludgy workaround that makes the installer happy;
it detects the situation by checking for commandlines that
start with a space and then a slash. Total kludge-o-rama,
we need to write a test for msiexec and see what it really does.
--
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=22075
Summary: Outrun 2006 very slow and rendered improperly
Product: Wine
Version: 1.1.41
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dthompson91(a)gmail.com
Created an attachment (id=26897)
--> (http://bugs.winehq.org/attachment.cgi?id=26897)
Console output
The game has issues with loading objects. At the car select screen game freezes
up, after awhile the game resumes but with significant loss in frame-rate. The
car does not render on screen, nor do any 3d objects in-game. If
OffscreenRenderingMode is set to backbuffer the cars render with broken
reflections, also in-game renders mostly fine. Loading times still very long,
and game begins ~10 seconds in as the countdown timer does not start at 60.
Also tested game in 1.1.11, 1.1.22, 1.1.38, 1.1.40. Loading issue is with all
tested versions, but 1.1.22 had no issues with rendering or slowdown once the
objects were loaded. Console output virtually identical between versions.
Any feedback would be great. AppDB shows many other versions working with a
gold rating, so loading issues could be my hardware. Can't compare graphical
issues though as there hasn't been a update for awhile.
--
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=18186
Summary: Microsoft Money 99 unable to load saved files
Product: Wine
Version: 1.1.19
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: arcepi(a)arcepi.net
Microsoft Money 99 is unable to load previously saved files which can be opened
perfectly running Money 99 on Windows.
Microsoft Money reports that the file is corrupted.
No errors or fixmes are reported on console, apart from a RtlCompactHeap.
--
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=20524
Summary: SolidWorks Viewer 2010: Fails to start
Product: Wine
Version: 1.1.32
Platform: PC
URL: http://www.solidwupport/downloads.htmorks.com/sw/s
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukasz.wojnilowicz(a)gmail.com
Created an attachment (id=24453)
--> (http://bugs.winehq.org/attachment.cgi?id=24453)
wine-1.1.32-260-gf222a16
I'm using Wine wine-1.1.32-260-gf222a16 compiled on gcc (GCC) 4.4.1 20090725
(Red Hat 4.4.1-2) on Fedora 11 i386.
Steps to reproduce:
1) clean ~/.wine
2) install SolidWorks Viewer 2010 (swviewer.exe) downloaded from URL given in
heading
3) launch "~/.wine/drive_c/Program Files/SolidWorks Viewer/SWViewer.exe"
Result:
Nothing happens
Expectation:
Application starts
winetricks vcrun2005 doesn't help.
--
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=13472
Summary: Billingtracker installer doesn't show all options
Product: Wine
Version: 1.0-rc2
Platform: Other
URL: http://billingtracker.com/BillingTracker_download/bt_pro
400.exe
OS/Version: other
Status: NEW
Keywords: download, Installer, NoAppDBEntry
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jonathan(a)ernstfamily.ch
Created an attachment (id=13388)
--> (http://bugs.winehq.org/attachment.cgi?id=13388)
MSI trace
Billingtracker installer is not asking the user what version (client,
server+client, multi) it should install as it does on 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.
http://bugs.winehq.org/show_bug.cgi?id=7983
Austin English <austinenglish(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords|NoAppDBEntry |
--- Comment #7 from Austin English <austinenglish(a)gmail.com> 2010-03-31 11:47:10 ---
Removing NoAppDBEntry keyword.
--
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=7390
Austin English <austinenglish(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords|NoAppDBEntry |
--- Comment #4 from Austin English <austinenglish(a)gmail.com> 2010-03-31 11:47:10 ---
Removing NoAppDBEntry keyword.
--
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=7300
Austin English <austinenglish(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords|NoAppDBEntry |
--- Comment #6 from Austin English <austinenglish(a)gmail.com> 2010-03-31 11:47:10 ---
Removing NoAppDBEntry keyword.
--
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=6804
Austin English <austinenglish(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords|NoAppDBEntry |
--- Comment #4 from Austin English <austinenglish(a)gmail.com> 2010-03-31 11:47:10 ---
Removing NoAppDBEntry keyword.
--
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=6572
Austin English <austinenglish(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords|NoAppDBEntry |
--- Comment #4 from Austin English <austinenglish(a)gmail.com> 2010-03-31 11:47:09 ---
Removing NoAppDBEntry keyword.
--
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.