http://bugs.winehq.org/show_bug.cgi?id=12536
Summary: Dawn of War Installer doesnt ask for CD key
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: natoforce(a)gmx.net
The Warhammer 40k Dawn of War installer does not ask when using latest git
(fresh .wine …
[View More]folder) for the CD key nor creates any reg keys after the
installation is finished, if i copy the reg keys manually to wine registry
after i exported them
from windows i can play online.
The Installer simply starts copying the files.
--
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.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=11938
Summary: Valve Hammer Editor unusable: window mostly black
Product: Wine
Version: 0.9.57.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: chris(a)boyle.name
Created an attachment (id=11240)
--> (http://bugs.winehq.org/attachment.cgi?id=…
[View More]11240)
Camera view of a new level being drawn blatting everything else
As soon as I create or open a map (i.e. show any views of a map, even if
they're all 2D), Hammer's window appears mostly black, with one map view drawn
near the top left. The menu bar appears intact since 0.9.57. If I mouse over
the positions of some buttons in the toolbars, they are drawn. As soon as I
mouse over a view of the map, that view is drawn near the top left of the
window and the rest of the window turns black. Screenshots to be attached.
This was originally linked to bug 2398, but 0.9.57 fixes that and I still have
this problem. From comment 213 of bug 2398:
"According to Stefan Dosinger, Valve Hammer has a different kind of problem. It
renders to an oversized backbuffer and copies portions of it back to the main
window. So it is something else."
--
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.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=11435
Summary: Asheron's Call: ACLauncher.exe crashes on load
Product: Wine
Version: 0.9.54.
Platform: PC
URL: http://trial.ac.turbine.com/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fyrie.windwalker(a)gmail.com
ACLauncher.exe crashed upon …
[View More]load with wine.i386 0.9.54-1.fc8 from fedora
testing repo. The game runs great under 0.9.52-1.fc8. I've attached the console
output.
--
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.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=19230
Summary: PitchPad Pavilion installer halts on msi error
Product: Wine
Version: 1.1.25
Platform: PC
URL: http://www.pitchpad.com/download.htm
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dimesio(a)earthlink.net
Created an attachment (id=22237)
…
[View More]--> (http://bugs.winehq.org/attachment.cgi?id=22237)
console log
A user asked for help with this on the forum, wondering if the problem was that
he was running Ubuntu in a virtual machine. I downloaded the app and found the
same behavior in a regular openSUSE install.
http://forum.winehq.org/viewtopic.php?t=5426
To reproduce, just download the installer and run it. The installer will get
past the EULA and allow you to select a directory to install to, but halts
shortly after it starts to install with a message from the app that the
installer was interrupted.
Console log attached.
--
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.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=12233
Summary: Jaman player complains "Debugger detected"
Product: Wine
Version: CVS/GIT
Platform: Other
URL: http://jaman.com
OS/Version: other
Status: NEW
Keywords: download, Installer, NoAppDBEntry
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
The jaman …
[View More]player has to be coaxed past bug 12221 and bug 12222
by installing
http://appldnld.apple.com.edgesuite.net/content.info.apple.com/QuickTime/06…
first and by either unpacking manually or applying the
kludge patch in bug 12222. You can then try starting
the app. After a couple seconds, it puts up a dialog
saying "Debugger detected". Presumably it refuses to
function as a result.
--
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.
[View Less]
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
…
[View More]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.
[View Less]
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 …
[View More]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.
[View Less]
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: …
[View More]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.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=17740
Summary: Wine -> Programs: Start menu entries not created
Product: Wine
Version: 1.1.6
Platform: PC
URL: http://appdb.winehq.org/objectManager.php?sClass=version
&iId=15969
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
…
[View More]ReportedBy: chris(a)juengling-edv.de
The installer file of IMatch creates a Start Menu entry when running in Windows
2000 Professional (no matter if natively installed or running in a VirtualBox),
but does not in WINE. In WINE only 2 desktop icons are created: "IMatch
3.6.lnk" with the MS Windows icon on it, and "IMatch 3.6" with the usual IMatch
icon.
--
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.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=19315
Summary: Call Of Duty 4: regression, graphical glitches in
1.1.25 (post-processing works intermittently)
Product: Wine
Version: 1.1.25
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: amoswenger(a)gmail.com
In Wine 1.1.24, …
[View More]Call Of Duty 4 has absolutely no graphical glitches, once Depth
of Field and Glow are disabled.
But since Wine 1.1.25, often there are glitches where post-processing seems to
be temporarily disabled for a few milliseconds, regularly. This results in
quick flashes and it makes it nearly impossible to play certain missions
(especially President Fulani-something cinematic, near the beginning).
Sometimes, the graphic post-processing is blur and again it flickers between a
blurred and a non-blurred image. Sometimes also the post-processing disabling
stick, and it only disappears when getting back to the menu (Esc) and back
again to the game (Esc again).
--
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.
[View Less]