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 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.
http://bugs.winehq.org/show_bug.cgi?id=6698
Alexandre Julliard <julliard(a)winehq.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #21 from Alexandre Julliard <julliard(a)winehq.org> 2010-04-02 12:52:03 ---
Closing bugs fixed in 1.1.42.
--
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=22246
Summary: WeatherLink 5.9.0 install fails
Product: Wine
Version: 1.1.31
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: g-gunsalus(a)mindspring.com
Created an attachment (id=27164)
--> (http://bugs.winehq.org/attachment.cgi?id=27164)
stdout from weatherlink 5.9.0 install
Install quits with error message:
"The program USBExpressInstaller.exe has encountered a serious problem and
needs to close......"
Output to stdout 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.
http://bugs.winehq.org/show_bug.cgi?id=22240
Summary: Re-volt demo crashes just after start playing ingame
Product: Wine
Version: 1.1.41
Platform: x86
URL: http://www.download.com/Re-Volt-demo/3000-7519_4-91124
6.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: paloseco(a)gmail.com
Created an attachment (id=27156)
--> (http://bugs.winehq.org/attachment.cgi?id=27156)
Re-volt crashes before start playing
See crash log. Cannot play game at all, just play with menus. After the game
crashes, the screen resolution is not restored, I have to use 'xrandr -s 0'.
This should be checked too.
--
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=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)
--> (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.
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 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.
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=6858
Austin English <austinenglish(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords|NoAppDBEntry |
--- Comment #6 from Austin English <austinenglish(a)gmail.com> 2010-04-02 10:51:46 ---
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=6742
Austin English <austinenglish(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords|NoAppDBEntry |
--- Comment #3 from Austin English <austinenglish(a)gmail.com> 2010-04-02 10:51:44 ---
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=6539
Austin English <austinenglish(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords|NoAppDBEntry |
--- Comment #6 from Austin English <austinenglish(a)gmail.com> 2010-04-02 10:51:44 ---
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.