http://bugs.winehq.org/show_bug.cgi?id=3838
------- Additional Comments From jeremielapuree(a)yahoo.fr 2007-10-08 03:16 -------
the bug is still here. But the console output changed.
fixme:d3d:IWineD3DDeviceImpl_GetAvailableTextureMem (0x162080) : stub,
simulating 64MB for now, returning 64MB left
err:d3d_draw:blt_to_drawable Blitting surfaces from sysmem not supported yet
fixme:win:WIN_CreateWindowEx Parent is HWND_MESSAGE
err:seh:setup_exception stack overflow 24 bytes in thread 0015 eip 7ec06e07 esp
7bdeffe8 stack 0x7bdf0000-0x7bf00000
err:ntdll:RtlpWaitForCriticalSection section 0x7d7435a0 "x11drv_main.c:
X11DRV_CritSection" wait timed out in thread 0013, blocked by 0015, retrying (60
sec)
[david@localhost The Punisher Demo]$ wine: Critical section 7d7435a0 wait failed
at address 0x7ef8ddd0 (thread 0013), starting debugger...
Unhandled exception: wait failed on critical section 0x7d7435a0
thread_data_tls_index+0x44
err:seh:raise_exception Unhandled exception code c0000194 flags 0 addr 0x7ef8ddd0
Joaopa
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=9155
the3dfxdude(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From the3dfxdude(a)gmail.com 2007-10-08 00:48 -------
closing this time
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=9246
------- Additional Comments From dank(a)kegel.com 2007-10-08 00:02 -------
Created an attachment (id=7505)
--> (http://bugs.winehq.org/attachment.cgi?id=7505&action=view)
+relay,+winmm log section, compressed with rzip
Nah, there were quite a few midi calls before that one.
Hopefully this +relay,+winmm log will be illuminating.
This was created with
WINEDEBUG=+winmm,+relay ~/wine-git/wine BusyTown.exe > log 2>&1
grep -n WINMM_cs log (to find the deadlock message)
sed '1,4000000d;4236768,$d' < log > slog
rzip slog
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=9246
------- Additional Comments From dank(a)kegel.com 2007-09-08 23:51 -------
Here's a clue: +winmm shows that it tried to do
midi for the first time right before the hang.
...
trace:winmm:MMDRV_Get (0x8001, 0003, N)
trace:winmm:MMDRV_Message (MidiOut 65535 7 0x00209358 0x005b2992 0x00000000 Y)
trace:winmm:MMDRV_Message Calling message(dev=65535 msg=7 usr=0x00209358
p1=0x005b2992 p2=0x00000000)
trace:winmm:midiOutShortMsg (0x8002, 005B2992)
trace:winmm:MMDRV_Get (0x8002, 0003, N)
trace:winmm:MMDRV_Message (MidiOut 0 7 0x00008002 0x005b2992 0x00000000 Y)
trace:winmm:MMDRV_Message Calling message(dev=0 msg=7 usr=0x00008002
p1=0x005b2992 p2=0x00000000)
trace:winmm:MMDRV_Message => MMSYSERR_NOERROR
trace:winmm:MMDRV_Message => MMSYSERR_NOERROR
err:ntdll:RtlpWaitForCriticalSection section 0x7ecceff0 "winmm.c: WINMM_cs" wait
timed out in thread 000e, blocked by 0009, retrying (60 sec)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=9155
dmitry(a)codeweavers.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From dmitry(a)codeweavers.com 2007-09-08 22:45 -------
The patch has been committed, feel free to re-open the bug if you still see
the problem.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=9246
Summary: Richard Scarry's Busytown 2000 locks up on click
Product: Wine
Version: CVS
Platform: Other
URL: http://www.amazon.com/Richard-ScarryS-Busytown-2000-
ssi/dp/0671318128/
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: wine-multimedia
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
The game, published in 1999, starts off
well, but when you click the apple cursor
on an activity, it locks up. After a minute or
two, you see the following on the console:
...
err:ntdll:RtlpWaitForCriticalSection section 0x7ecc3ff0 "winmm.c: WINMM_cs" wait
timed out in thread 000f, blocked by 0009, retrying (60 sec)
wine: Critical section 7ecc3ff0 wait failed at address 0x7ef96fb0 (thread 000f),
starting debugger...
According to
http://www.multimedia.cx/mmentry-2003-12-14.html
this worked better a few years ago (though sound
works better now).
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=9245
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords|FIXME |
------- Additional Comments From vitaliy(a)kievinfo.com 2007-09-08 22:15 -------
Please try with the current GIT or wait for 0.9.43. There were lots of things
changed in winealsa in the last few weeks.
Also please specify _complete_ sound configuration you have on winecfg. And if
you have changed anything in the registry.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=9244
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|test |wine-misc
OS/Version|All |other
------- Additional Comments From vitaliy(a)kievinfo.com 2007-09-08 22:10 -------
Please try the game in the virtual-desktop mode. And verify if you see exactly
what described in bug 6971.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8533
------- Additional Comments From vladimiroski(a)gmail.com 2007-09-08 22:04 -------
Testing with Wine 0.9.42, this is much better now, I don't even need to add the
host to /etc/hosts :D. Has anything been done in Wine about this?, it's extra
fine now =D. Just some issues still present getting ip of local host trough
machine name, but... anyway.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5044
------- Additional Comments From austinenglish(a)gmail.com 2007-09-08 21:52 -------
Could you try this in wine 0.9.42 and report back?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2601
austinenglish(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |Abandoned?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4566
austinenglish(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
URL|http://nsis.sourceforge.net/|http://sourceforge.net/proje
|Download |ct/downloading.php?group_id=
| |22049&use_mirror=superb-
| |east&filename=nsis-2.14-
| |setup.exe&18018435
------- Additional Comments From austinenglish(a)gmail.com 2007-09-08 21:46 -------
Doesn't prevent installation of the program, installs/runs fine for me in wine
0.9.42.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4571
austinenglish(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |source
------- Additional Comments From austinenglish(a)gmail.com 2007-09-08 21:35 -------
Still present in wine 0.9.42. The Fast Food button works now though :-).
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=9238
------- Additional Comments From the3dfxdude(a)gmail.com 2007-09-08 21:24 -------
Reporter lists 4 different options at printing that do not work. That may be
problematic to approach because we don't know how those four methods are each
supported (like pdf). While they could all be caused by the same problem, I
recommend you focus on just one. Since you are already talking about pdf you
should stick with that for this bug.
Please get a backtrace with debugging symbols.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4588
------- Additional Comments From austinenglish(a)gmail.com 2007-09-08 21:15 -------
Could you try this in wine 0.9.42? Seems to work fine for me there, or else I'm
misunderstanding your report.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=9238
------- Additional Comments From austinenglish(a)gmail.com 2007-09-08 21:11 -------
Can you provide steps to reproduce? SPCS crashes for me after choosing a file to
use.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6394
austinenglish(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://www.rapget.com/downlo
| |ad/rapget110.rar
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
Keywords| |download
------- Additional Comments From austinenglish(a)gmail.com 2007-09-08 20:46 -------
Confirming in wine 0.9.42, didn't try native comctl32, as I don't have windows
on this box.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=9245
vladimiroski(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |FIXME
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=9245
Summary: mmap failed in ALSA
Product: Wine
Version: 0.9.42.
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-multimedia
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: vladimiroski(a)gmail.com
Short log:
-------------
fixme:wave:ALSA_AddCaptureDevice Add support for DSCapture
ALSA lib pcm_mmap.c:369:(snd_pcm_mmap) mmap failed: Invalid Arguments
fixme:mixer:ALSA_MixerInit No master control found, disabling mixer
--------------
Produced when launching Age of Mythology Titans Installation.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8557
------- Additional Comments From thestig(a)google.com 2007-09-08 20:16 -------
patches are for the wine source code, not for binary builds.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8973
------- Additional Comments From mk144210(a)bcm.tmc.edu 2007-09-08 20:16 -------
Hi Dan, I am trying to reproduce what you did but am running into problems:
1) The URL winetricks mfc40 uses to download mfc40 no longer seems to work.
2) winetricks msxml3 page faults on a call to unimplemented function
msi.dll.MsiMessageBoxExW
3) Trial Director runs, prints messages & then stops, I press Ctrl-C, prints
messages again & then stops, then I press Ctrl-C and it page faults. No
error about license or anything like that.
Thanks
Misha
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8557
------- Additional Comments From redhawk_pt(a)hotmail.com 2007-09-08 19:10 -------
how do i patch a rpm version of wine? i installed mine with "apt-get install
wine" and i have that problem too how can i fix it? i'm using Debian 3.1.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5671
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2007-09-08 19:06 -------
Hi, i think the initial bug has been fixed. With current git I get the crash
with a division by zero, from comment #4. There was a call to
gdi32.SetTextColor, just before the crash. It looks like this app (just as quite
some others) is not happy with the screendepth wine reports. When we report back
screendepth 32 ***, the app starts fine , and seems fully functional
***: stupid hack:
diff --git a/dlls/gdi32/dc.c b/dlls/gdi32/dc.c
index 30acc03..e595dbe 100644
--- a/dlls/gdi32/dc.c
+++ b/dlls/gdi32/dc.c
@@ -903,7 +903,7 @@ INT WINAPI GetDeviceCaps( HDC hdc, INT cap )
case SIZEPALETTE: ret = 2; break;
}
GDI_ReleaseObj( hdc );
- }
+ }if(cap == BITSPIXEL && ret == 24) ret =32;
return ret;
}
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8859
------- Additional Comments From cwaddell(a)eastlink.ca 2007-09-08 18:45 -------
Hello I believe that I have found a solution to this problem. I am running
Ubuntu 7.04 and was having the same problems when trying to connect to any game
server. I solved this by entering the customize menu and under the voice tab I
un-checked enable voice in this game. The game now runs fine and I can now
connect to servers. It would be a good idea to investigate this problem more
deeply to see what the real problem is but at present this is a quick fix so
that someone can run the game.
This seems to be a problem with Ubuntu in general because there have been
reports of people running this fine in versions of Dedian.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=9037
us(a)edmeades.me.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |wine-bugs(a)winehq.org
AssignedTo|wine-bugs(a)winehq.org |us(a)edmeades.me.uk
Status|ASSIGNED |NEW
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=9037
------- Additional Comments From us(a)edmeades.me.uk 2007-09-08 18:26 -------
(I cant edit an update once committed, but (2) above should read that setupapi
*correctly* ignores single quotes - patch sent to add tests to prove this)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=9037
us(a)edmeades.me.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED
------- Additional Comments From us(a)edmeades.me.uk 2007-09-08 18:25 -------
The above update is slightly wrong.. The more I dig the more problems I find...
1. cmd.exe doesnt wait for GUI pgms to end from a batch pgm
=> patch sent to fix this
2. setupapi ignores 's
=> patch sent to add tests for this, but doesnt fix anything
3. The advpack silently ignores the flags and hence doesnt prompt for
destination dir
=> Patch sent to add fixme but someone needs to write a dialog box for this
(I'd suggest raising a new bug just for this)
4. Regedit fails to handle the .reg file supplied and issues ERRORS
(I'd suggest raising a new bug just for this)
5. advpack needs to strip quotes from keys
=> Patch sent to fix this
With fixes for (1) and (5) the install completes to the default location and
writes some regedit errors.
Note as part of testing (5) I found another bug (I think in setupapi) which is
shown by one of the new tests added (extra '\' ends up in a string).
What a fun bug...
Effectively this bug is finished with once they get comitted, and I will
resolve it fixed then. Other bugs can be raised for the issues I have flagged.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7585
a.hurst(a)shef.ac.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |download
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8026
------- Additional Comments From mikolaj.zalewski(a)gmail.com 2007-09-08 15:59 -------
The last comment was wrong - the PSViewC seems to be created with a correct size.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=1175
------- Additional Comments From us(a)edmeades.me.uk 2007-09-08 15:08 -------
Found copy of demo under url http://translate.google.com/translate?
hl=en&sl=pt&u=http://meusite.mackenzie.com.br/lasthaus/ferramentas_c.htm&sa=X&o
i=translate&resnum=9&ct=result&prev=/search%3Fq%3DMultisim%2B2001%2BDemo%2522%
26hl%3Den%26rls%3DGGIT,GGIT:2007-02,GGIT:en%26pwst%3D1
Installed under wine mostly ok (need wineboot in the middle, then some window
ordering problems as usual). Toolbar does indeed still look corrupted...
Basic problem is:
fixme:toolber:TOOLBAR_SetRows multiple rows not supported!
(at a guess)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4188
------- Additional Comments From fisch(a)dartmouth.edu 2007-09-08 14:51 -------
This seems to be fixed as of wine 0.9.42 and game version 1.05a.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2648
us(a)edmeades.me.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |WORKSFORME
------- Additional Comments From us(a)edmeades.me.uk 2007-09-08 14:24 -------
I think the intention is that if you want a console based app, you run it
inside wineconsole, and have a choice of user or curses backend. Therefore
that is the only solution and my testing on cmd.exe shows that works nicely.
Closing this bug as WORKSFORME, but believe there is a potentially valid thing
to investigate, and that is "Wineconsole has problems with input in my app, so
I can't use it." - If this still exists, please raise a different bug report
with details
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2520
us(a)edmeades.me.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From us(a)edmeades.me.uk 2007-09-08 14:19 -------
http://source.winehq.org/git/wine.git/?
a=commit;h=39d615eeed7f63b63beca600871f1666bd318484
fixed :-)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=5976
------- Additional Comments From mikolaj.zalewski(a)gmail.com 2007-09-08 13:46 -------
It looks like a generic problem with hiding unmanaged windows owned by a window
being minimized. If I create a managed popup and minimize the main window, the
popup hides but when I change the popup to unmanaged it doesn't. Maybe it's the
window manager that cares about hiding managed child popups and in wine there is
no code that would handle the unmanaged case?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=9244
Summary: Cannot rotate the camera in 360 degrise
Product: Wine
Version: 0.9.42.
Platform: PC
OS/Version: All
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: test
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: s.swnny(a)gmail.com
I try 2 games with 3th person camera - Splinter Cell Chaos Theory Versus and
Star Wars Knights of the old Republic(KOTOR). In thise games I cannot rotate the
camera in 360 degrise it block in 180. In APPDB I see more games with this bug,
so it will be nice if You try to fix it in the next versions
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8026
------- Additional Comments From mikolaj.zalewski(a)gmail.com 2007-09-08 13:13 -------
When a floating toolbar is created Photoshop creates a PSFloatC that is the
floating window and a child PSViewC which probably have the content of the
window. The PSViewC is at first created to fill the whole client area but then
it is resized to 30 pixels higher than the client area. On the relay log there
are not many calls between CreateWindow and SetWindowPos and they all seem
correct but I'll look closer into it.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=9242
estade(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From estade(a)gmail.com 2007-09-08 12:57 -------
closing
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=9242
estade(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From estade(a)gmail.com 2007-09-08 12:57 -------
Fixed, as of the lastest git. Foxit might have problems with other pdfs besides
the one attached; if you can find one please file another bug.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=9029
thunderbird2k(a)gmx.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|wine-x11driver |wine-opengl
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3826
------- Additional Comments From austinenglish(a)gmail.com 2007-09-08 12:35 -------
Upgrade to latest wine before reporting bugs. Also, ies4linux is not supported
here. Please try without third party tools/native overrides and see if the
problem occurs before reporting bugs.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8948
------- Additional Comments From austinenglish(a)gmail.com 2007-09-08 12:34 -------
Benjamin/Scott, can one of you run the regression test and/or try with native
comctl32? The program will not run for me, gives me lots of other errors making
the regression test very difficult to run.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=9196
------- Additional Comments From mikolaj.zalewski(a)gmail.com 2007-09-08 12:27 -------
By the way under Windows Vista wordpad also displays garbage while under XP
gives a message "Can not open Word for Windows 6.0 files". But maybe it worked
in previous versions of Windows?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8033
wine.dev(a)web.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED
------- Additional Comments From wine.dev(a)web.de 2007-09-08 12:16 -------
I prepare some Patches ...
--
By by ... Detlef
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8948
------- Additional Comments From b.bellec(a)gmail.com 2007-09-08 11:10 -------
The problem is still present in 0.9.42 and with Spring 0.75b2.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3826
------- Additional Comments From siasiamail(a)gmail.com 2007-09-08 09:55 -------
This happens in ies4linux and wine-0.9.39.
The reason is unpredicatable, because crashes are random in time and location
to happen.
But I can tell this may be caused by Flash on page.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=9222
------- Additional Comments From Alexqw85(a)gmail.com 2007-09-08 09:22 -------
Changing to emulation actually made things slower, but as soon as I changed
the sample rate to 44100 (without emulation) everything worked perfectly.
I'm not sure if this bug is now invalid or what. Let me know if you want to
keep it open/change the summary and I'll try my best to provide more info.
---Alex
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=9029
------- Additional Comments From anders(a)straadt.dk 2007-09-08 08:42 -------
Sorry, I'm a bit new at this... but with Ville's excellent detective work
tracking down this regression plus the fact that this bug had a very peculiar
nature (mouse only visible in certain areas) it was quite easy to fix the bug;
Ulrich had tried to simulate OpenGL scissoring code for some reason, and this
code made it possible for the requested GL state and the actual GL state to go
out of sync. I believe I have fixed this.
I'll also try to mail this patch to the wine-patches list.
I disagree that this bug depends on 4437 - it has nothing to do with msvcrt as
far as I can tell.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8739
viljanen.matti(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |WORKSFORME
------- Additional Comments From viljanen.matti(a)gmail.com 2007-09-08 07:43 -------
OK, I'm not able to reproduce the bug with Wine 0.9.42 and WinSCP 4.0.3 (which
is supposed to be a stable release BTW). I mark this bug WORKSFORME and I change
the status later, whatever I come up with.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=9231
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From vitaliy(a)kievinfo.com 2007-09-08 07:27 -------
Closing duplicate.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=9243
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From vitaliy(a)kievinfo.com 2007-09-08 07:24 -------
Closing invalid.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=9243
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
Summary|How to load swf file in a |How to load swf file in a
|VC++ program by using wine |VC++ program by using wine
|Options |Options
------- Additional Comments From vitaliy(a)kievinfo.com 2007-09-08 07:24 -------
Have you installed a flash plugin?
Anyway, this is not a bug in Wine. And bugzilla is not a support channel. Ask
this question on mailing list.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=9178
------- Additional Comments From lich(a)math.spbu.ru 2007-09-08 06:30 -------
This patch broke wineconsole 'curses' backend too
(bug #8367)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5826
julliard(a)winehq.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |faza000(a)gmail.com
------- Additional Comments From julliard(a)winehq.com 2007-09-08 03:57 -------
*** Bug 9231 has been marked as a duplicate of this bug. ***
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=9231
julliard(a)winehq.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From julliard(a)winehq.com 2007-09-08 03:57 -------
Your glibc doesn't have TLS support, or your kernel is too old.
*** This bug has been marked as a duplicate of 5826 ***
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=9231
faza000(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #7483 is|0 |1
obsolete| |
------- Additional Comments From faza000(a)gmail.com 2007-09-08 03:28 -------
Created an attachment (id=7501)
--> (http://bugs.winehq.org/attachment.cgi?id=7501&action=view)
a more readable error dump
I have a LFS system with gcc 3.4.5, binutils 2.16.1 and glibc 2.3.2 (which was
compiled with gcc-3.3.1 and binutils-2.14). The command `getconf
GNU_LIBPTHREAD_VERSION` shows nothing :(
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=9131
------- Additional Comments From r01-224(a)comstau.de 2007-09-08 03:27 -------
Created an attachment (id=7500)
--> (http://bugs.winehq.org/attachment.cgi?id=7500&action=view)
Output of WINEDEBUG=+relay,+seh,+tid with fakeie6 and native DCOM from
winetricks
Due to demand by Vitaliy Margolen I attached the bzipped output of
WINEDEBUG=+relay,+seh,+tid here.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=9234
------- Additional Comments From bugs.radmin(a)gmail.com 2007-09-08 02:38 -------
I did not find any patch for wine in the 7712 bug. Looks like the bug disappear
itself, for example in the new wine version. So I can not answer - is it a
separate bug or not.
Some windows have full-name title, some single-char title. I can attach
screenshots if needed.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=9039
------- Additional Comments From matren.philhong(a)web.de 2007-09-08 02:37 -------
This is fine for me.
I will ignore the OLE error 80004001 and continue with further testing.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=9243
Summary: How to load swf file in a VC++ program by using wine
Options
Product: Wine
Version: unspecified
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: leniule(a)gmail.com
I've got a program writing in Visual C++... It loads a swf file by
"shockwave flash object" and it's ok on Windows OS.
Now I have to execute the program under Ubuntu.
First of all , I copy the MFC dll files to the wine system,so the
program could run now.
After that ,I registered the file "flash9.ocx", and installed the
"firefox" and activeX file for it.
but still I got the errors following:
err:ole:CoGetClassObject class {00000000-0000-0000-0000-000000000000}
not registered
err:ole:CoGetClassObject no class object
{00000000-0000-0000-0000-000000000000} could be created for context
0x1
err:ole:ITypeInfo_fnInvoke did not find member id 191, flags 0x8!
fixme:win:WIN_CreateWindowEx Parent is HWND_MESSAGE
Meanwhile, I could see the flash player by Right click,but fail in
loading the swf file..
Pls tell me how to fix this? Is there any missing rigistered file so
sth else?
Regards
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3697
------- Additional Comments From tero.ratilainen(a)kapsi.fi 2007-09-08 01:51 -------
Created an attachment (id=7499)
--> (http://bugs.winehq.org/attachment.cgi?id=7499&action=view)
Error log from the crash
Attached error log from the crash, had to use nocd crack to bypass
unimplemented support for copy protection. Game starts and loads fine, but when
it enters the actual game, it crashes with black screen (you can see the game
island and controls if you look carefully)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=9222
------- Additional Comments From jr98(a)gmx.net 2007-09-08 00:07 -------
Try setting hardware accel to Emulation, and check Driver Emulation. Sample
rate should not matter, but I'm not sure about that (I always use 44100, btw.).
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8996
------- Additional Comments From juan_lang(a)yahoo.com 2007-08-08 18:59 -------
This still fails for me in the same way. Using native crypt32 causes it to
stall at 95% complete, with a bunch of shdocvw fixmes repeating on the console.
So I'm not sure how it's a crypt32 bug. Since I can't install it, I can't
verify bug 6008 is or isn't a crypt32 bug, either.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6008
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2007-08-08 18:23 -------
Oh btw, i got it running now, but this app now already has hit 3 bugs in wine,
and the only thing i did is login. I'll put some info in appdb
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8377
xerox_xerox2000(a)yahoo.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2007-08-08 18:06 -------
Looks like a dupe of bug #6008. If it fails differently for you then in #6008
then please reopen this bug.
*** This bug has been marked as a duplicate of 6008 ***
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6008
xerox_xerox2000(a)yahoo.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |altdraven(a)yahoo.com
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2007-08-08 18:06 -------
*** Bug 8377 has been marked as a duplicate of this bug. ***
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8220
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2007-08-08 18:02 -------
Could you retry with current git, and check please if this is not a duplicate of
bug #6008
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8996
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2007-08-08 18:00 -------
Hi Juan, does the Yahoo installer still fail for you like described above?
For me it fails like in bug #6008. Looks like a crypt32 bug. Any time to take a
look?
(My guess would be the Yahoo's website was down/messed up at the time you tried
it...)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6008
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2007-08-08 17:57 -------
This installs fine for me using native crypt32 (and needed to copy msasn1.dll to
system32). Maybe Juan could have a look at this?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6812
------- Additional Comments From thunderbird2k(a)gmx.net 2007-08-08 17:22 -------
Due to my hack ChoosePixelFormat is basically bypassed. The program appears to
come further but I'm not sure what causes the BadDrawable. I need to take a
deeper look into it.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=9242
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |wine-bugs(a)winehq.org
------- Additional Comments From vitaliy(a)kievinfo.com 2007-08-08 16:23 -------
Adding wine-bugs back. Evan, please don't forget to cc: wine-bugs when you
reassign bugs.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=9037
us(a)edmeades.me.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
------- Additional Comments From us(a)edmeades.me.uk 2007-08-08 15:56 -------
k, there are 3 problems here...
1. setupapi doesn't handle single quotes as a quote delimter
2. cmd.exe doesnt wait for GUI commands to complete when launched from a batch
program
3. advpack ignores flags on the INF file line and hence doesnt prompt for a
new destination
I'll submit patches for (1) and (2) when I get a chance plus make (3) into a
fixme which is more obvious (its currently in the comments, not the code).
Anyone fancy adding (3) properly? You need to design a dialog box with a text
field, ok cancel and browse buttons and called from around the fixme in
advpack. Designing dialogs is not my strong point, but I could implement the
code to support it if needed - just email me :-)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=9242
truiken(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|wine-bugs(a)winehq.org |estade(a)gmail.com
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=9242
------- Additional Comments From estade(a)gmail.com 2007-08-08 14:57 -------
I'll get to work on this, although for now you can use native gdiplus.dll
(install with winetricks).
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=9196
------- Additional Comments From mikolaj.zalewski(a)gmail.com 2007-08-08 14:41 -------
It looks like w Word 6.0 document with a *.wri extension. Microsoft Wordpad has
a limited support for opening Word documents. It looks like our doesn't have.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=9195
------- Additional Comments From mikolaj.zalewski(a)gmail.com 2007-08-08 14:36 -------
Photoshop doesn't use the tooltips control but uses a custom control. The text
itself is drawn by a static control that is of size 1000x100 so the clipping
must be caused by the parent or something like that.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=9240
austinenglish(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From austinenglish(a)gmail.com 2007-08-08 14:04 -------
Closing.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=9240
austinenglish(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
------- Additional Comments From austinenglish(a)gmail.com 2007-08-08 14:04 -------
In the future, you should always cd to the program's directory and run the
executable from there, or run it with full ms-dos path, i.e., wine "C:\Program
Files\Foo\program.exe".
Resolving invalid, please reopen if the problem comes up again.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=9242
Summary: Foxit reader crash:Unimplemented function
gdiplus.dll.GdipCreatePath2
Product: Wine
Version: CVS
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-gui
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xerox_xerox2000(a)yahoo.co.uk
Hi, steps to reproduce:
Unzip this http://download.yousendit.com/692F920727914B1D in Program files
(Foxit Reader is free) and run it, and open the contained pdf file. Then wait 2
secs --> crash.
(Note, this is an old version of foxit reader so I put it up, the new Foxit
Reader doesn't run at all because of other bug)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6487
austinenglish(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From austinenglish(a)gmail.com 2007-08-08 13:54 -------
Closing
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6487
austinenglish(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
------- Additional Comments From austinenglish(a)gmail.com 2007-08-08 13:54 -------
ies4linux is not supported. Please install using wine only, without third party
tools and reopen if still applicable.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6471
austinenglish(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From austinenglish(a)gmail.com 2007-08-08 13:53 -------
Closing
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6471
austinenglish(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
------- Additional Comments From austinenglish(a)gmail.com 2007-08-08 13:53 -------
ies4linux is not supported. Please install using wine only, without third party
tools and reopen if still applicable.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=9131
------- Additional Comments From vitaliy(a)kievinfo.com 2007-08-08 13:50 -------
Please attach logs here, do not link to them. If the log too big, bzip it.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3843
austinenglish(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From austinenglish(a)gmail.com 2007-08-08 13:48 -------
Closing
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3843
austinenglish(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
------- Additional Comments From austinenglish(a)gmail.com 2007-08-08 13:48 -------
ies4linux is not supported. Please install using wine only, without third party
tools and reopen if still applicable.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=9223
------- Additional Comments From vitaliy(a)kievinfo.com 2007-08-08 13:46 -------
No, I need complete output from beginning to the end. If it's too big, bzip it.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5742
austinenglish(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From austinenglish(a)gmail.com 2007-08-08 13:44 -------
Closing
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5742
austinenglish(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
------- Additional Comments From austinenglish(a)gmail.com 2007-08-08 13:44 -------
ies4linux is not supported. Please install using wine only, without third party
tools and reopen if still applicable.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7573
------- Additional Comments From andlinux(a)yahoo.com 2007-08-08 13:39 -------
Bought Wolfenstein Pack and Commander Keen pack and I don't see them in my list.
I use version wine-0.9.42
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=9131
------- Additional Comments From r01-224(a)comstau.de 2007-08-08 13:33 -------
Yes, the Programm crashed. On the console could be read:
wine: Unhandled page fault on read access to 0x80000d48 at address 0x65f23798
(thread 001c), starting debugger ...
The GUI of InstallShield froze.
When I only used fakeie6 from winetricks, the InstallShield finished without
any new error besides those mentioned in the "description" above, but no
program files were installed.
I'm using VirtualBox (http://www.virtualbox.org) for the tests, I can make the
images available to anybody else who wishes to make the tests him- or herself.
Output of WINEDEBUG=+relay,+seh,+tid is attached. Is there anything else I
could/should test?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=9240
------- Additional Comments From james(a)nbn.ac.za 2007-08-08 13:08 -------
In answer to Austin's question, the shareware and registered executables are the
one and he same. Entering a registration key unlocks features, there is no need
to replace the executable ever.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7698
------- Additional Comments From th(a)zirkonium.net 2007-08-08 13:04 -------
okay, my mistake - applied the patch that had cc in if(), changed it to HL2MP
and it seems to work fine now! :)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=9240
------- Additional Comments From james(a)nbn.ac.za 2007-08-08 13:04 -------
Hi, sorry, I didn't mean to submit this bug, as I actually solved the problem by
running the program from within the directory containing the executable. I also
upgraded to the latest version of planets4.exe, which seemed to do the trick.
The map was still dark for the first run, but subsequent runs (of which there
have been many) have been fine.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4717
------- Additional Comments From mikolaj.zalewski(a)gmail.com 2007-08-08 12:45 -------
If this still a problem with the current wine? Is this option also present in
the full Photoshop? If so what's the first version I can find it? Where in the
menu is it?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=9203
estade(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From estade(a)gmail.com 2007-08-08 12:39 -------
Closing for real.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=7698
------- Additional Comments From th(a)zirkonium.net 2007-08-08 12:29 -------
Okay, I tried compiling Wine with suggested patch (attachment 6853) - No help -
The game runs fine as long as I join empty server, but the crash happens every
time when joining server where is other players. Same error again (Unhandled
page fault on read access to 0x00000024 at address 0xd34b423 (thread 003f)) and
the problem looks to be in datacache. Sniff :(
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=9203
estade(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From estade(a)gmail.com 2007-08-08 12:29 -------
Fixed, as of the latest git (at least for Money S3 Start, the trial version).
Closing.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=9240
------- Additional Comments From austinenglish(a)gmail.com 2007-08-08 12:15 -------
Are you using the shareware version from the site? If not, can you try it (in
wine 0.9.42) and see if you get the same problem?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=9238
thestig(a)google.com changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://www6.spcs.se/download
| |s/demo/SPCSAdministration_4_
| |31_Demo.exe
Keywords| |download
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=9238
------- Additional Comments From austinenglish(a)gmail.com 2007-08-08 12:12 -------
What application is this? Is there a demo?
Can you try printing from wine notepad and see if that works?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=9234
------- Additional Comments From thestig(a)google.com 2007-08-08 12:12 -------
sounds like bug 7712, is this a separate bug or a regression?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=9223
------- Additional Comments From charles.gagalac(a)gmail.com 2007-08-08 12:10 -------
i pulled and compiled for wine-0.9.42-438-g5996c13. left still doesn't work.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4277
------- Additional Comments From the3dfxdude(a)gmail.com 2007-08-08 11:48 -------
The ToLogical function is not adequate for what Get/Set Pixel needs here. For
one, it queries the screen_depth when it should be querying the bitmap's depth.
So what it is doing is returning a direct RGB as if it's >8bpp and not
performing the palette lookup. Even if you fix that there are more issues. I
tried looking at the PHYSBITMAP's colorMap and it's not set. So it looks
dependent on the device. Somebody with knowledge of winex11 will probably need
to fix it appropriately.
Just way of information, the dib engine I'm writing doesn't have this problem,
but this app doesn't create a dib. Winex11 still needs to be fixed.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5672
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From vitaliy(a)kievinfo.com 2007-08-08 11:44 -------
Fixed in wine-0.9.42
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=9239
------- Additional Comments From vitaliy(a)kievinfo.com 2007-08-08 11:42 -------
> FC7 via yum
> How do I get the debugging symbols?
>From FC7 repo via yum
Also whomever makes that, doesn't compile Wine with all the requirements. Please
open bug with redhat for that and link it here.
I'm afraid you will have to properly compile Wine yourself with all the
requirements installed.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=9239
------- Additional Comments From the3dfxdude(a)gmail.com 2007-08-08 11:41 -------
Install the appropriate debug related package from your distro, or compile wine
yourself.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7698
------- Additional Comments From th(a)zirkonium.net 2007-08-08 11:38 -------
As for digging this a bit (submitted http://bugs.winehq.org/show_bug.cgi?id=9241
originally, duplicate of this apparently)
In my debug last point was datacache component, and this:
Unhandled exception: page fault on read access to 0x00000024 in 32-bit code
(0x0d34b423)
Looks like someone's trying to do memory pointer to nullpointer...
looking at dlls/ole32/datacache.c it looks like function:
DataCache_NDIUnknown_QueryInterface() has some very loose memcmp() using.
(I don't know any C myself but got these tips - could someone with better
knowledge check it out perhaps if this could be the place to look for a bug?)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=9237
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From vitaliy(a)kievinfo.com 2007-08-08 11:34 -------
Closing invalid.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=9237
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
------- Additional Comments From vitaliy(a)kievinfo.com 2007-08-08 11:34 -------
INVALID! What is the problem with said message? Can you _SHOW_ the problem?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=9235
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From vitaliy(a)kievinfo.com 2007-08-08 11:33 -------
closing invalid
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=9235
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
------- Additional Comments From vitaliy(a)kievinfo.com 2007-08-08 11:33 -------
INVALID - Fix your configuration / get better hardware/driver that _does_
support this extension.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=9236
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Component|wine-ole |wine-msi
Resolution| |INVALID
------- Additional Comments From vitaliy(a)kievinfo.com 2007-08-08 11:32 -------
4955dd33-b159-11d0-8fcf-00aa006bcc59 is CActiveIMMApp from msimtf.dll
And the problem with your application is?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=9241
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From vitaliy(a)kievinfo.com 2007-08-08 11:29 -------
Closing dup.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=9241
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|critical |normal
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From vitaliy(a)kievinfo.com 2007-08-08 11:28 -------
Duplicate
*** This bug has been marked as a duplicate of 7698 ***
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7698
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |th(a)zirkonium.net
------- Additional Comments From vitaliy(a)kievinfo.com 2007-08-08 11:28 -------
*** Bug 9241 has been marked as a duplicate of this bug. ***
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=9240
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|wine-ole |wine-misc
------- Additional Comments From vitaliy(a)kievinfo.com 2007-08-08 11:23 -------
Upgrade to wine-0.9.42 and try again. Please in the future make sure you using
the latest Wine version when reporting bugs. If it's not available for your
distro, compile Wine from source.
Please attach (as file) complete terminal output, including the command you used
to run the program.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=9239
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|wine-gui |wine-misc
Priority|P1 |P2
------- Additional Comments From vitaliy(a)kievinfo.com 2007-08-08 11:21 -------
What distro is this? How did you installed Wine?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=9212
------- Additional Comments From jt(a)hpl.hp.com 2007-08-08 11:19 -------
Austin English wrote :
> Hmm, I tried the demo, but it tells me license is invalid. After trying the
> register exe, the main executable refuses to launch. Can you try with the demo
> and a clean .wine and see what you get?
Yes, you are right.
When I tried the demo version, I was at work and I use WinXP. Obviously,
it was working fine. When I was home last night, I tried under wine, and I get
the same result as you, a popup telling me that the license is invalid.
Well, too bad... I'll see if I can come up with something...
Jean
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=9238
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|blocker |normal
Priority|P1 |P2
------- Additional Comments From vitaliy(a)kievinfo.com 2007-08-08 11:18 -------
Not a blocker. How are you printing to PDF? Is that some feature of this
software? Or are you installed some "pdf printers". Or are you using KDE's pdf
printer? Or some other means?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=9241
Summary: Half Life 2: Deathmatch crashes when playing online.
Product: Wine
Version: 0.9.42.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P3
Component: wine-directx
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: th(a)zirkonium.net
Hi.
Half-Life 2: Deathmatch _always_ crashes when playing online after 3-30 seconds.
When playing offline (locally, "create server") the game runs *very* smoothly.
However when joining a server, the game runs fine for (random time) 3-30
seconds, then crashes.
This is a real shame since otherwise it runs beautifully.
Additional info:
Wine parameters: -applaunch 320 -dxlevel 90 -novid -heapsize 512000
Nvidia Geforce 6600,
Athlon64 (32bit Ubuntu 7.10),
Nvidia drivers version 100.14.11-pkg1
(Note that I don't think versions matter here - This has happened with all
versions of distribution/wine/drivers at least for a year, never bothered to
file a bug report before).
Bounty:
I promise to donate little money for couple beers if someone manages to solve
this :P
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=9240
Summary: VGA Planets 4 client does not display map
Product: Wine
Version: 0.9.39.
Platform: PC
URL: http://www.planets4.com/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: james(a)nbn.ac.za
When trying to start planets4.exe using builtin olepro32.dll I get four Error
48: (dll missing errors). The client crashes when the notes viewer or overview
screens are opened. Setting olepro32.dll to native corrects all these errors,
and even allows turn creation. The elements on the map however do not display,
making the game completely unplayable. The map window is completely dark.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=9239
the3dfxdude(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|blocker |normal
------- Additional Comments From the3dfxdude(a)gmail.com 2007-08-08 09:30 -------
please get a backtrace with debugging symbols.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=9239
Summary: SPCS breaks when clicking by the mouse
Product: Wine
Version: 0.9.42.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P1
Component: wine-gui
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: olsson.kent(a)comhem.se
WHen SPCS is running and I click on the SPCS application, then click on the
gnome desktop of FC7 and then again on SPCS, it fails and breaks.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=9238
Summary: SPCS pdf printing total error
Product: Wine
Version: 0.9.42.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P1
Component: wine-gdi-(printing)
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: olsson.kent(a)comhem.se
When trying to print anything within SPCS it breaks. It does not work:
1. print to a pdf file
2. print to a printer
3. print to a file
4. print to monitor totally breaks into unreadable lines.
see attached file
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=9237
Summary: SPCS toolbar error
Product: Wine
Version: 0.9.42.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-gui
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: olsson.kent(a)comhem.se
see attached file
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=9236
Summary: CoGetClassObject class error
Product: Wine
Version: 0.9.42.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: olsson.kent(a)comhem.se
see trace
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6086
------- Additional Comments From tomatenkiller(a)gmx.net 2007-08-08 09:00 -------
Hi,
I have this bug too (wine-0.9.42 , gentoo). I have found out that if I run wine
with WINEDEBUG=+all, you can choose the galaxy size and stuff like that in the
new game screen. That worked till I should enter my name, then the game stopped.
If I only use +relay the mouse hangs so soon, that you can't even choose the
galaxy size or something like that (in winedbg you can do the already mentioned
strg+c and c to keep it going).
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=9235
Summary: GLX_SGIX_fbconfig extension is unsupported
Product: Wine
Version: 0.9.42.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-opengl
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: olsson.kent(a)comhem.se
See SPCS running in error trace attached
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7945
------- Additional Comments From the3dfxdude(a)gmail.com 2007-08-08 08:43 -------
"maybe you can compare wine 0.9.42 with wine 0.9.10 - according to frank's
corner, sim city worked in that version"
It probably still in 0.9.42 without opengl as the DirectDrawRenderer (using
gdi). Did you try that?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7945
------- Additional Comments From m4rtin.m(a)gmail.com 2007-08-08 08:26 -------
maybe off topic, but this also occurs in Sim City 3000
in wine-0.9.42
the game won't start, output:
err:ddraw:PixelFormat_DD2WineD3D Invalid dwRGBBitCount in Pixelformat structure
err:ddraw:IDirectDrawImpl_CreateNewSurface Unsupported / Unknown pixelformat
err:ddraw:IDirectDrawImpl_CreateSurface IDirectDrawImpl_CreateNewSurface failed
with 88760091
fixme:d3d:IWineD3DDeviceImpl_CreateSurface Trying to create a render target that
isn't in the default pool
err:ddraw:PixelFormat_DD2WineD3D Invalid dwRGBBitCount in Pixelformat structure
err:ddraw:IDirectDrawImpl_CreateNewSurface Unsupported / Unknown pixelformat
err:ddraw:IDirectDrawImpl_CreateSurface IDirectDrawImpl_CreateNewSurface failed
with 88760091
maybe you can compare wine 0.9.42 with wine 0.9.10 - according to frank's
corner, sim city worked in that version
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7573
------- Additional Comments From honorshark(a)gmail.com 2007-08-08 08:04 -------
Same here with Kubuntu 7.04 with Wine 0.9.42 and with the "default" wine for
Kubuntu....please repair this bug.. I love linux but this bug is confusing..
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=9231
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|wine-gui |wine-misc
------- Additional Comments From vitaliy(a)kievinfo.com 2007-08-08 07:51 -------
What distro? What does `getconf GNU_LIBPTHREAD_VERSION` say?
Also please don't cut & paste traces like that - it's impossible to read them.
Just redirect everything into a file with " &> /tmp/wine_log.txt" then attach
that file here.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=1798
------- Additional Comments From bero(a)arklinux.org 2007-08-08 07:48 -------
Reply to #54:
Download the patch, and apply it by going to the wine source directory and
running
patch -p1 </where/you/put/the/patch.file
Alternatively, if you're using an RPM based distribution, grab the Ark Linux
wine source rpm from http://arklinux.osuosl.org/dockyard-devel/SRPMS/ and run
rpmbuild --rebuild wine*src.rpm -- Ark Linux includes the patch in its
standard wine package.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=9225
------- Additional Comments From brian(a)verkley.com 2007-08-08 07:48 -------
sh winetricks dcom98 doesn't fix the problem, but it certainly changes it.
Now when I doubleclick, the viewer program doesn't launch. I instead get a new
error (which I'll attach). It seems like something is missing rather than
non-functioning.
However, when I right click and choose "edit", the bundled editing program now
launches with the image file! Prior to the dcom98 workaround, the editing
program didn't even launch. Instead it tossed a separate and distinct error
message.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=9229
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From vitaliy(a)kievinfo.com 2007-08-08 07:45 -------
Closing dup
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=9133
------- Additional Comments From vitaliy(a)kievinfo.com 2007-08-08 07:44 -------
*** Bug 9229 has been marked as a duplicate of this bug. ***
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=9229
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From vitaliy(a)kievinfo.com 2007-08-08 07:44 -------
Hey guys, can you check your old bugs as well?
Duplicate
*** This bug has been marked as a duplicate of 9133 ***
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4091
------- Additional Comments From jeremielapuree(a)yahoo.fr 2007-08-08 06:51 -------
This bug is quite strange.
After the install process, the setup process asks for the graphic driver(opengl
or direct3d)
If one chooses d3d, all is fine. With opengl, the desktop freezes.
after killing the process, one can start the game. And now, choosing opengl is fine.
thundebird. i think that the best is that you download the demo. It is hard to
explain in a bug report.
Joaopa
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=9234
Summary: Radmin viewer 3.0: Remote screen window's title consist
of only one character
Product: Wine
Version: 0.9.42.
Platform: PC
URL: http://www.famatech.com/download/rview30.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bugs.radmin(a)gmail.com
We got an error:
1. Installed Radmin server 3.0 (http://www.famatech.com/download/rserv30.exe) on
a windows computer.
2. Installed Radmin viewer 3.0 on a linux computer with wine installed.
3. Started Radmin viewer and connected to radmin server.
Remote screen view window's title consists of one character - the first
character of the connection name entry.
The error was tested on Fedora Core 7 installation with the last wine package
from fedora update site (fedora_mirror/fedora/linux/updates/7/i386/).
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=9230
------- Additional Comments From blin(a)gmx.net 2007-08-08 06:21 -------
Ok, looking at the network trace, it seems like all the calls are succeeding, so
I doubt this is a network issue. I'll have to hand this off to someone else, then.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=9233
Summary: Radmin viewer 3.0: No tooltips in main viewer window and
in remote screen view window
Product: Wine
Version: 0.9.42.
Platform: PC
URL: http://www.famatech.com/download/rview30.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bugs.radmin(a)gmail.com
We got an error:
1. Installed Radmin server 3.0 (http://www.famatech.com/download/rserv30.exe) on
a windows computer.
2. Installed Radmin viewer 3.0 on a linux computer with wine installed.
3. Started Radmin viewer
There are no tooltips in the window. Tooltip example from windows environment
located in the attachment (tooltip.png).
Tooltips also absent in the remote screen view window.
The error was tested on Fedora Core 7 installation with the last wine package
from fedora update site (fedora_mirror/fedora/linux/updates/7/i386/).
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=9232
Summary: Radmin viewer 3.0: Text Chat dropdown menu hangs after
switching active window
Product: Wine
Version: 0.9.42.
Platform: PC
URL: http://www.famatech.com/download/rview30.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bugs.radmin(a)gmail.com
We got an error:
1. Installed Radmin server 3.0 (http://www.famatech.com/download/rserv30.exe) on
a windows computer.
2. Installed Radmin viewer 3.0 on a linux computer with wine installed.
3. Started Radmin viewer and connected to Radmin server in the "Text Chat" mode.
If active window was switched while dropdown menu is available this menu can't
be closed after switching back. This can be repeated. The effect of several
existing dropdown menus represented at the screenshot attached (menus_wine.png)
The error was tested on Fedora Core 7 installation with the last wine package
from fedora update site (fedora_mirror/fedora/linux/updates/7/i386/).
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=9230
------- Additional Comments From bugs.radmin(a)gmail.com 2007-08-08 04:48 -------
Sorry, previous command file had no winsock key. New command file:
#/bin/bash
env WINEDEBUG=+winsock WINEPREFIX="/home/1/.wine" wine "C:\Program Files\Radmin
Viewer 3.0\Radmin.exe" > /tmp/radmin_winsocks_trc.txt 2>&1
New winsock trace attached instead of previous.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4091
------- Additional Comments From thunderbird2k(a)gmx.net 2007-08-08 04:32 -------
I have checked the log but I don't see anything wrong in the GL output. In
what way does the game 'crash' or stop?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=9230
------- Additional Comments From bugs.radmin(a)gmail.com 2007-08-08 04:30 -------
Winsock trace attached.
I started the next command file:
#/bin/bash
env WINEPREFIX="/home/1/.wine" wine "C:\Program Files\Radmin Viewer
3.0\Radmin.exe" > /tmp/radmin_winsocks_trc.txt 2>&1
In the program I connected to the server in the "Voice Chat" mode, closed
connection, exited program.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2725
thunderbird2k(a)gmx.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From thunderbird2k(a)gmx.net 2007-08-08 04:29 -------
Ok I'll close it.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=9231
------- Additional Comments From jeremielapuree(a)yahoo.fr 2007-08-08 04:05 -------
Works fine for me with git wine-0.9.42-g197f405.
Joaopa
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=9231
Summary: Winecfg: Crash when clicking the audio tab
Product: Wine
Version: CVS
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-gui
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: faza000(a)gmail.com
Happens in version 9.41 9.42 and also the newest git wine-0.9.42-g197f405 so it
is not
possible to change the audio settings
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=9230
------- Additional Comments From blin(a)gmx.net 2007-08-08 03:37 -------
Ok, let's try and get some of the obvious things sorted. Can you get me a
+winsock trace of the client?
WINEDEBUG=+winsock wine filename.exe > radmin_winsock_trc.txt 2>&1
Let's see if this is another app having issues with the different broadcast
behaviour.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=9229
bugs.radmin(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|CLOSED |UNCONFIRMED
Resolution|DUPLICATE |
------- Additional Comments From bugs.radmin(a)gmail.com 2007-08-08 03:31 -------
The bug is differs from 9230. I filled wrong text in the "Summary" field then
created bug 9230. Summary text in the 9230 bug was corrected.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=9230
bugs.radmin(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|Radmin viewer 3.0: Sent |Radmin viewer 3.0: No users
|messages apear blank in the |and chat rooms in the voice
|send message mode |chat window
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=9229
dmitry(a)codeweavers.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From dmitry(a)codeweavers.com 2007-08-08 03:24 -------
Closing duplicate.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=9229
dmitry(a)codeweavers.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From dmitry(a)codeweavers.com 2007-08-08 03:23 -------
Duplicate.
*** This bug has been marked as a duplicate of 9230 ***
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=9230
------- Additional Comments From dmitry(a)codeweavers.com 2007-08-08 03:23 -------
*** Bug 9229 has been marked as a duplicate of this bug. ***
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=9230
Summary: Radmin viewer 3.0: Sent messages apear blank in the send
message mode
Product: Wine
Version: 0.9.42.
Platform: PC
URL: http://www.famatech.com/download/rview30.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bugs.radmin(a)gmail.com
We got an error:
1. Installed Radmin server 3.0 (http://www.famatech.com/download/rserv30.exe) on
a windows computer.
2. Installed Radmin viewer 3.0 on a linux computer with wine installed.
3. Started Radmin viewer and connected to Radmin server in the "Voice Chat" mode.
The window of voice chat connection appears empty - there are no users and
chatrooms lists. (see screenshots attached voice_chat_wine.png and
voice_chat_windows.png)
The error was tested on Fedora Core 7 installation with the last wine package
from fedora update site (fedora_mirror/fedora/linux/updates/7/i386/).
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=9229
Summary: Radmin viewer 3.0: Sent messages apear blank in the send
message mode
Product: Wine
Version: 0.9.42.
Platform: PC
URL: http://www.famatech.com/download/rview30.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bugs.radmin(a)gmail.com
We got an error:
1. Installed Radmin server 3.0 (http://www.famatech.com/download/rserv30.exe) on
a windows computer.
2. Installed Radmin viewer 3.0 on a linux computer with wine installed.
3. Started Radmin viewer and connected to Radmin server in the "Send Message" mode.
Message sent from Viewer to Server appears blank at Server.
The error was tested on Fedora Core 7 installation with the last wine package
from fedora update site (fedora_mirror/fedora/linux/updates/7/i386/).
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=1798
------- Additional Comments From ghosters(a)seznam.cz 2007-08-08 02:26 -------
Please, can you tell me, how to apply this patch?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4277
------- Additional Comments From damjan.jov(a)gmail.com 2007-08-08 02:25 -------
When you run the X server in 8 bit colour mode, wine returns the same results as
Windows 98 and XP on your test. Why it returns the wrong values for 16 and 24
bit colour modes is a very good question...
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6955
------- Additional Comments From jeremielapuree(a)yahoo.fr 2007-08-08 02:11 -------
I talked about this bug with Stefan Dosinger. He told to me that this bug is
caused by the lack of vertex-blend support for non-ATI cards.
Vertex-blending is only implemented for ATI cards. So, can u confirm that you do
not have such a card?
Joaopa
PS: Per, mouse p@roblem is well-known for other games. It is the bug 6971.
Please, do not talk about this bug here, because this bug would be marked as
invalid ( 2 bugs in one report)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4535
xerox_xerox2000(a)yahoo.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2007-08-08 01:32 -------
closed
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4535
xerox_xerox2000(a)yahoo.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2007-08-08 01:32 -------
The crash is gone. It now runs up to the menu just fine. (Game starts too though
there are quite some graphical glitches, but that's another bug)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=9176
mikolaj.zalewski(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |INVALID
------- Additional Comments From mikolaj.zalewski(a)gmail.com 2007-08-08 00:23 -------
Same thing happens on Windows. I should have checked it before.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=9227
dmitry(a)codeweavers.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From dmitry(a)codeweavers.com 2007-07-08 23:55 -------
Closing duplicate.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.