http://bugs.winehq.org/show_bug.cgi?id=33698
Bug #: 33698
Summary: Opera Next 15 crashes.
Product: Wine
Version: 1.5.31
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ryanfarmer(a)gmx.com
Classification: Unclassified
Opera Next 15 (the new version, based on Chromium) crashes on startup.
I'm using Wine 1.5.31 on Fedora 19 x86-64.
--
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=11928
Summary: I Spy Junior black screen on startup
Product: Wine
Version: 0.9.57.
Platform: Other
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
This game was published in 1999 by Scholastic
(though my copy says "XP Compatible" on the cover).
There's a free trial at
http://www.scholastic.com/kids/downloads2go/productDetail.asp?productid=5&s…
The bug happens with both.
It's a 256 color game.
It installs, but gives just a black screen on startup.
Pressing ESC terminates (and in the demo version, takes
you to a web page where you can buy the game).
On first run of the cd version, one sees
err:wineboot:pendingRename couldn't get file attributes (2)
Then
err:ole:CoGetClassObject no class object {e78f7620-96cb-11cf-a00b-444553540000}
could be created for context 0x1
is seen on all runs.
On the download version, one sees (among many other things)
fixme:toolhelp:CreateToolhelp32Snapshot Unimplemented: heap list 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=27296
Summary: Perfect World International: audio completely
disappears
Product: Wine
Version: 1.3.19
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: loz_oos(a)hotmail.com
When I have entered an instance or a dungeon the audio disappears completely
after a while.
http://pwi.perfectworld.com/download
--
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.
https://bugs.winehq.org/show_bug.cgi?id=37190
Bug ID: 37190
Summary: The OS is centOS 6.5 linux. The program is
wine-core-1.6.1-1.el6.rf.i686.rpm for RHEL6 and centOS
6
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: sarahrubin2(a)yahoo.com
Created attachment 49434
--> https://bugs.winehq.org/attachment.cgi?id=49434
Contains all the information for the errors shown when I clicked the "Show
Details" button.
Just installed Wine-core_1.6.1, and when I opened Wine Internet Explorer I
received a message that the program had errors. I have attached the file
titled "backtrace.txt" for your review. Thanks!
--
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=32953
Bug #: 32953
Summary: L"PfModNT" not found/loaded
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Mac OS X
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: quartz
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: awareness(a)somatics.com
Classification: Unclassified
MailWasher 6.1 MAC 0SX Mountain Lion
App installation with WINE -- MailWasher (5.4, 6.1, 6.3, 6.4) -- error
L"PfModNT" (not found/loaded)
--
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.
https://bugs.winehq.org/show_bug.cgi?id=37173
Bug ID: 37173
Summary: waveOutOpen() fails to play sound effects in "Comix
Zone"
Product: Wine
Version: 1.6.2
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: bill.carson(a)outlook.com
AppDB entry:
https://appdb.winehq.org/objectManager.php?sClass=version&iId=30804
The game "Comix Zone" uses winmm.dll to produce its sound effects, through the
well-documented AIL library. Despite the midi functionality working as should,
sound is left behind. I've traced the progam, and the relevant system calls
are as follows:
0009:Call KERNEL32.LoadLibraryA(7def0b2c "winmm.dll") ret=7dee503e
0009:Ret KERNEL32.LoadLibraryA() retval=7e880000 ret=7dee503e
0009:Call winmm.waveOutGetNumDevs() ret=00401278
0009:Ret winmm.waveOutGetNumDevs() retval=00000004 ret=00401278
^^^^^^^^ -> RETURNS 4 AVAILABLE WAVE
SINKS
...
0009:Call
winmm.waveOutOpen(0018d260,00000000,005f31a0,2000975b,00000000,00030000)
ret=2000992b
^^^^^^^^ -> POINTER TO RECEIVING HANDLE
^^^^^^^^ -> OPEN FIRST DEVICE
^^^^^^^^ -> WAVEFORMATEX STRUCT
^^^^^^^^^^^^^^^^^ ->
CALLBACK WITHOUT USER DATA
^^^^^^^^ -> opened with flag "CALLBACK_FUNCTION"
So far everything seems normal...
0009:Ret winmm.waveOutOpen() retval=00000004 ret=2000992b
^^^^^^^^ -> !!!! MMSYSERR_ALLOCATED:
Device already allocated !!!!
0009:Call KERNEL32.lstrcpyA(20017cb0,2001c388 "waveOutOpen() failed\n")
ret=200022f6
0009:Ret KERNEL32.lstrcpyA() retval=20017cb0 ret=200022f6
The complete runtrace is too large to include, but the program itself can be
obtained here:
http://www.myabandonware.com/game/comix-zone-1s1
I have genuinely no idea what could be locking the device.
It's a real shame, as all other functionality of this application is fine (much
better than on contemporary MS Windows systems).
If any information should be missing, do not hesitate to contact me!
--
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.
https://bugs.winehq.org/show_bug.cgi?id=37172
Bug ID: 37172
Summary: photofiltre; revouninstaller (+ ccleaner);
portableapps
Product: Wine
Version: 1.7.24
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dr.dabzse(a)gmail.com
hello :-)
I use Fedora 32bit, MATE desktop environment....
wine-1.7.24-fc20.i686 is installed (with wine-1.7.22-fc20.i686 I don't had
these problems.. maybe the packeger(s) did something wrong, I don't know)
windows version is setted to win8 (but I'm sure xp is really enough for me....)
bug # 01
install PhotoFiltre7, run it and open a file with a shortcut keys (CTRL+O), you
need to minimize all windows (or just PhotoFiltre) and again click to the
running PhotoFiltre on the taskbar to see the appear window to open a file..
select something on the picture, right-click and click to manual settings....
with winxp version runs correctly, with win8 not....
bug # 02
with earlier wine versions (wine-1.7.22-fc20.i686 too) I had the Revo's
problem....
I installed CCleaner (I don't need it!!), but don't runs.. I just installed it
to uninstall with Revo uninstaller free version, and after uninstalling the
unwanted windows application, the Revo's window always refreshig. so must close
it, open again to use....
bug # 03
PortableApps.com
I installed PhotoFiltre7_portable, and when I ran it, there was no problem.
but, when I clicked the minimize_all button, then the opened portableapps
window disappered, but the application is still ran, I saw it in the
system-monitor....
good luck, happy coding :-)
--
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=23099
Summary: Perfect world crashes
Product: Wine
Version: 1.2-rc2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: amnizia_xll(a)yahoo.gr
Hi! i have download the game Perfect world (mmorg),i have create a character
,and when i click on "play" button the game crashes.The error report have these
logs :
bbs.log
FWEditor.log
s2ccmd.log
AF.log
Imm.log
A3D.log
ec_build2305.dmp
AM.log
EC.log
system settings.ini
sysinfo.ini
PLEASE HELP, im new on linux community
--
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=32838
Bug #: 32838
Summary: SRWare Iron 24.0.1350.0 crashes at start
Product: Wine
Version: 1.5.22
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: unxed(a)mail.ru
Classification: Unclassified
SRWare Iron is Chromium-based browser.
Download link:
http://www.srware.net/ru/software_srware_iron_download.php
--
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.