http://bugs.winehq.org/show_bug.cgi?id=17874
Summary: Runes of Magic - will not install.
Product: Wine
Version: 1.1.18
Platform: PC-x86-64
URL: http://www.runesofmagic.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wine(a)eternaldusk.com
Created an attachment (id=20165)
--> (http://bugs.winehq.org/attachment.cgi?id=20165)
Backtrace
The current version of the Runes of Magic downloader does not work with Wine
(tested with 1.1.17 and 1.1.18, against both a clean prefix and one that was
loaded with stuff for Steam and other apps).
The installer aborts after the user selects an installation directory.
The entries in the AppDB indicate that it was installable at one time (and may
play just fine once this bug is squashed). It is unclear if it is now
uninstallable due to a regression in Wine or due to an updated installer exe.
I will try to quickly throw the wine 1.0.1 packages on to see if I get the same
results, and respond here.
--
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=13496
Summary: Director Player Error dialog: "The projector file is
corrupt. Unable to continue."
Product: Wine
Version: 1.0-rc2
Platform: PC
URL: http://gamecenter.oberon-media.com/game.htm?code=111255667&RefId=&origin=pcat_gm_
img
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: msclrhd(a)gmail.com
Some of the Oberon games exhibit this error when trying to run.
Steps to reproduce:
1. Install the game (Flip Or Flop: Home Edition)
2. Run FlipOrFlop.exe from the install directory
After complaining about some unsupported ioctl flags, the program fails with a
Director Player Error dialog: "The projector file is corrupt. Unable to
continue."
--
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=24894
Summary: Where’s Waldo installer refuses to run since it can't
phone home via WinHttpRequest com object?
Product: Wine
Version: 1.3.5
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: winhttp
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
You can download the demo free from
http://www.download-game-demo.com/where-s-waldo-the-fantastic-journey.html
When you run the installer, it asks for your email address, and aborts
complaining that you have to install msxml to continue.
After doing 'winetricks msxml3', you get further; it then complains
that you can't install without a working internet connection. The log
shows
err:ole:CoGetClassObject class {2087c2f4-2cef-4953-a8ab-66779b670495} not
registered
which seems related; that's the GUID for something called WinHttpRequest
Component. I think it's part of winhttp 5.
--
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=27178
Summary: advapi32: CryptEnumProvidersW may don't free resources
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: advapi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: menone7(a)gmail.com
CryptEnumProvidersW may don't free resources, if something was wrong with the
type registration.
if (RegOpenKeyW(hKey, pszProvName, &subkey))
return FALSE;
if (RegQueryValueExW(subkey, typeW, NULL, NULL, (BYTE*)pdwProvType, &size))
return FALSE;
must be
if (RegOpenKeyW(hKey, pszProvName, &subkey))
{
RegCloseKey(hKey);
SetLastError(NTE_FAIL);
return FALSE;
}
if (RegQueryValueExW(subkey, typeW, NULL, NULL, (BYTE*)pdwProvType, &size))
{
RegCloseKey(subkey);
RegCloseKey(hKey);
SetLastError(NTE_FAIL);
return FALSE;
}
--
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=27083
Summary: crash while installing Kingsoft PC manager
Product: Wine
Version: 1.3.19
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fracting(a)gmail.com
Created an attachment (id=34519)
--> (http://bugs.winehq.org/attachment.cgi?id=34519)
LOG: crash while installing pcmanager
Kingsoft PC manager is opensource, code is available at
http://code.ijinshan.com/en/
1. Download http://dl.ijinshan.com/safe/setup_2.6.3.1402.exe
2. wine setup_2.6.3.1402.exe
Then a crash occur.
Out put is like this.
err:ole:CoCreateInstance apartment not initialised
err:ole:CoCreateInstance apartment not initialised
fixme:advapi:SetNamedSecurityInfoW L"C:\\Program Files\\KSafe\\AppData" 1 4
(nil) (nil) 0x57cd58 (nil)
fixme:ole:CoInitializeSecurity ((nil),-1,(nil),(nil),4,2,(nil),0,(nil)) - stub!
fixme:ole:CoResumeClassObjects stub
wine: Unhandled page fault on read access to 0x1016575b at address 0x7b837e42
(thread 0032), starting debugger...
Unhandled exception: page fault on read access to 0x1016575b in 32-bit code
(0x7b837e42).
--
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=23384
Summary: Clicking on Audio Tab on Winecfg takes several seconds
the first time
Product: Wine
Version: 1.2-rc5
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: luisalvaradox(a)gmail.com
When you open winecfg and click on Audio, it will take several seconds for it
to respond. About 5 to 6 seconds to respond. This was not the case in versions
1.2 rc3 and 1.2 rc4. You could click and see the Audio tab immediately.
--
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=25905
Summary: DC Universe Online: installer window is missing most
text
Product: Wine
Version: 1.3.12
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: Installer
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=33017)
--> (http://bugs.winehq.org/attachment.cgi?id=33017)
screenshot
See screenshot. There is no terminal output.
Tried winetricks riched20 riched30 corefonts, but none of those helped.
Interestingly, it only occurs on the first dialog, the others are okay.
--
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=19924
Summary: centry7 application (running within IE) doesn't handle
font correctly
Product: Wine
Version: 1.1.29
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: toralf.foerster(a)gmx.de
Today I tried to replay an internal IBM presentation using the Centry software
tool w/ this command line:
$>wine TAD4DLMT-7.2-Server-Installation-\(PSS916584\)_en_US_09-09-01_10.06.exe
1>log.txt 2>&1
AS seen in the attached screen shot, the presentation itself is displayed well,
audio works fine, but the lists to the left side are empty except the icons.
--
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=17653
Summary: VB3 - 16bit error: "Unhandled exception: floating point
stack check in 32-bit code"
Product: Wine
Version: 1.0.1
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: luigi(a)pajella.com
Created an attachment (id=19838)
--> (http://bugs.winehq.org/attachment.cgi?id=19838)
WINEDEBUG=+seh (partial) output
I've got a VB6 application which I'm trying to run on Wine 1.0.9.
Several modules of the software are still made in VB3 (application name is
"Ec501.exe") and are called by the 32 bit part.
I understand that the 32 bit is put on hold until the 16bit is completed
(Mutex16 stuff)
When I start the 16 bit part I get the attached error message and the 16bit
part is not executed.
In particular I get:
"Unhandled exception: floating point stack check in 32-bit code"
PS: My machine is an Athlon 1200 with Ubuntu 8.10 and gnome.
PS2: Im running the etersoft wine version "wine_1.0.9-eter41ubuntu_i386"
because the software is protected by an USB Eutron Smartkey (which etersoft
version supports). The part related to the smartkey works correctly.
WINEDEBUG=+seh log attached
Thanks
--
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=14150
Summary: Shaders 3.0 ugly in wine 1.1
Product: WineHQ Bugzilla
Version: unspecified
Platform: PC-x86-64
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: bugzilla-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: taril_laszlo(a)yahoo.co.uk
With Depht of Fields the shaders are fragmented.
--
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.