http://bugs.winehq.org/show_bug.cgi?id=4053
------- Additional Comments From reif(a)earthlink.net 2005-23-12 14:12 -------
In a text window, type:
script
wine yourfile.exe
exit
which will capture everything written to the screen in a file called typescript.
Send that file which should contain the stack trace from the crash.
--
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=4137
Summary: cant click RadioButton in installer
Product: Wine
Version: CVS
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: b.buschinski(a)web.de
in the hl2 installer I cant click the
"accept" RadioButton, it does not check, so I cant go on
wine cvs 20051222
buscher@kuehlschrank ~ $ wine /mnt/cdrom/setup.exe
fixme:msi:MsiInstallProductW L"D:\\hl2_German.msi" (null)
fixme:ole:OLEPictureImpl_Load Failure while reading picture header (hr is 1,
nread is 8).
fixme:ole:OLEPictureImpl_get_Handle Unimplemented type -1
err:msi:msi_load_picture failed to get bitmap handle
err:msi:msi_dialog_bitmap_control Failed to load bitmap L"side16"
fixme:msi:ACTION_HandleStandardAction unhandled standard action L"ValidateProductID"
fixme:msi:MsiGetMode STUB (iRunMode=16)
fixme:ole:OLEPictureImpl_Load Failure while reading picture header (hr is 1,
nread is 8).
fixme:ole:OLEPictureImpl_get_Handle Unimplemented type -1
err:msi:msi_load_picture failed to get bitmap handle
err:msi:msi_dialog_bitmap_control Failed to load bitmap L"side16"
fixme:richedit:RichEditANSIWndProc WM_SETFONT: stub
fixme:ole:OLEPictureImpl_Load Failure while reading picture header (hr is 1,
nread is 8).
fixme:ole:OLEPictureImpl_get_Handle Unimplemented type -1
err:msi:msi_load_picture failed to get bitmap handle
err:msi:msi_dialog_bitmap_control Failed to load bitmap L"top16"
err:msi:ITERATE_Actions Execution halted, action L"Welcome_Dialog" returned 1602
I dont think a screenshot is nessasary but if you need one, I will create and
post one
--
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=3966
------- Additional Comments From saulius.krasuckas(a)elst.vtu.lt 2005-23-12 12:56 -------
So I see the only difference in 'oleaut32.dll' being loaded as native or builtin:
--- wine-3966-CVS_050616_11-44-00_iss_num-dlls.log
+++ wine-3966-CVS_050616_11-44-00_iss_num-dlls-2.log
@@ -24,7 +24,8 @@
trace:loaddll:load_builtin_dll Loaded module L"...tem\\urlmon.dll" : builtin
trace:loaddll:load_builtin_dll Loaded module L"...tem\\lz32.dll" : builtin
trace:loaddll:load_builtin_dll Loaded module L"...tem\\version.dll" : builtin
-trace:loaddll:load_builtin_dll Loaded module L"...tem\\oleaut32.dll" : builtin
+trace:loaddll:load_builtin_dll Loaded module L"...tem\\msvcrt.dll" : builtin
+trace:loaddll:load_native_dll Loaded module L"...tem\\OLEAUT32.dll" : native
trace:loaddll:load_builtin_dll Loaded module L"...tem\\winmm.dll" : builtin
trace:loaddll:load_native_dll Loaded module L"C:\\Program Files\\Common
Files\\Microsoft Shared\\VFP\\VFP7r.dll" : native
trace:loaddll:load_builtin_dll Loaded module L"...tem\\wineoss.drv" : builtin
If WINEDLLOVERRIDES='oleaut32=n' wine ... helps (it will require a real DLL
file, from DCOM95 for example), this probably means Wine has a bug in its OLE
automation susbsystem.
BTW, I see some interesting output in failing case:
| trace:loaddll:load_builtin_dll Loaded module L"...tem\\oleacc.dll" : builtin
| err:ole:TLB_ReadTypeLib Loading of typelib L"oleacc.dll" failed with error 1812
| fixme:cursor:CURSORICON_SimulateLoadingFromResourceW broken file
L"d:\\06bt000a.tmp"
| fixme:cursor:CURSORICON_SimulateLoadingFromResourceW broken file
L"d:\\06bt000b.tmp"
| trace:loaddll:load_builtin_dll Loaded module L"...tem\\msvcrt.dll" : builtin
So if the line 'TLB_ReadTypeLib Loading of typelib L"oleacc.dll" failed with
error 1812' doesn't lie, the developers can try finding the reason for this.
Maybe ask about this on wine-devel.
--
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=4136
Summary: hl2 installer without pictures
Product: Wine
Version: CVS
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: b.buschinski(a)web.de
when I try to install hl2 the installer has no pictures
and no white background a usual
Its a new bug, with cvs 20051219 the pictures work
probably an ole issues?
http://source.winehq.org/git/?p=wine.git;a=commit;h=707fa2c3a25421a0a805ab4…
buscher@kuehlschrank ~ $ wine /mnt/cdrom/setup.exe
fixme:msi:MsiInstallProductW L"D:\\hl2_German.msi" (null)
fixme:ole:OLEPictureImpl_Load Failure while reading picture header (hr is 1,
nread is 8).
fixme:ole:OLEPictureImpl_get_Handle Unimplemented type -1
err:msi:msi_load_picture failed to get bitmap handle
err:msi:msi_dialog_bitmap_control Failed to load bitmap L"side16"
fixme:msi:ACTION_HandleStandardAction unhandled standard action L"ValidateProductID"
fixme:msi:MsiGetMode STUB (iRunMode=16)
fixme:ole:OLEPictureImpl_Load Failure while reading picture header (hr is 1,
nread is 8).
fixme:ole:OLEPictureImpl_get_Handle Unimplemented type -1
err:msi:msi_load_picture failed to get bitmap handle
err:msi:msi_dialog_bitmap_control Failed to load bitmap L"side16"
fixme:richedit:RichEditANSIWndProc WM_SETFONT: stub
fixme:ole:OLEPictureImpl_Load Failure while reading picture header (hr is 1,
nread is 8).
fixme:ole:OLEPictureImpl_get_Handle Unimplemented type -1
err:msi:msi_load_picture failed to get bitmap handle
err:msi:msi_dialog_bitmap_control Failed to load bitmap L"top16"
err:msi:ITERATE_Actions Execution halted, action L"Welcome_Dialog" returned 1602
--
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=4135
------- Additional Comments From david.ronis(a)mcgill.ca 2005-23-12 12:45 -------
Oops, I just realized that I'd reported this before (bug: 3721). The fix I
mentioned there still works, but the real solution should be incorporated into
the makefiles.
--
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=4134
Summary: Wine hangs when quitting Warcraft III using wine-0.9.4
Product: Wine
Version: 0.9.3.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: olger901(a)gmail.com
Wine hangs when quitting Warcraft III using wine-0.9.4, forcing me to alt tab
and kill the process manually. (I only had the option to choose 0.9.3 guess not
updated yet.
The file is attached in the warcrafterror 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=4125
------- Additional Comments From dank(a)kegel.com 2005-23-12 10:44 -------
The Wine source says
"BUGS : still seems to not refresh correctly sometimes"
so maybe it's a refresh/drawing problem you were running into.
Can you give more precise steps to reproduce the bug?
BTW you can tell wine's comclg32.dll to log by running with the environment
variable WINEDEBUG set to +commdlg. When I do this with webed, I get
trace:commdlg:DllMain (0x7b260000, 1, (nil))
trace:commdlg:ChooseColorW ChooseColor
once I click on the 'Show this color' button.
But when I do this with your colortest program,
the error dialog comes up, and wine does not seem to load that dll at all.
I'm testing now with wine-0.9.4 and an empty ~/.wine.
I'll see if I can pick up a copy of Visual Basic 6 on ebay
so I can debug this kind of thing better.
--
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=4089
alex(a)thehandofagony.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|Games hang with |Running HOMM causes games to
|err:ntdll:RtlpWaitForCritica|hang with
|lSection |err:ntdll:RtlpWaitForCritica
| |lSection
------- Additional Comments From alex(a)thehandofagony.com 2005-23-12 09:34 -------
I have been able to find the cause of the problem. These problems occur if I
run the game 'Heroes of Might and Magic'. It is not caused by the installation,
and the problem does not go away if I uninstall Heroes.
--
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=4053
------- Additional Comments From blacktiger(a)covers.de 2005-23-12 08:46 -------
I used the new dsound patch and when I closed the game I got the following error:
...
fixme:ddraw:DIB_DirectDrawSurface_Blt Can't handle DDBLT_ASYNC flag right now.
err:dsound:DllMain renderer device[0] has 1 references and 0 buffers
I would really like to provide the stack trace from the crash but I am a newbie
at these things ... I think I need a program like "gdb" for it? ... But don't
know how to use it to give u the necessary informations ... sorry ^^"
--
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=4133
Summary: Emtec MacroPhone Server application creates segfault
when started as a service
Product: Wine
Version: CVS
Platform: Other
URL: http://www.emtec.com/download.html#macrophonefiles
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: wine-kernel
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: m.goemmel(a)compulab.de
This bug is happening every time, so easy to reproduce. If someone wants to
check this, please install MacroPhone Server from the above link. Its an ISDN
solution, but the crash happens before the ISDN hardware check begins, so
everyone could test it. The crash seems to happen in the service wrapper tool
called service.exe, which comes with this installation. This service.exe is
normally handled by a small gui, but is also accessable by command line. So in
the MacroPhone Server directory there is this service.exe file, which can be
used with
wine service.exe /INSTALL
to write the service entry for MacroPhone-Server into the registry, and with
wine service.exe /START
to start the service, and here the segfault appears. With /STOP and /UNINSTALL
you can stop and remove the service again. /GUI parameter will show a small
gui window to handle this functions.
The funny thing is that there is a file service.cfg, which is configuring the
stuff service.exe is doing. There is a tag named APPNAME, which contains the
application name as it will be shown in the Windows services dialog. For
MacroPhone it's "MacroPhone Server". If you shorten this name that it will
only be "Test" for example, the segfault will not happen. So it's probably
some overwriting stuff. I tried several times to come closer to this, but
never found the problem so far...
Please let me know if I can be of any help.
Thanks and regards
Markus
--
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=4081
------- Additional Comments From dragoran(a)feuerpokemon.de 2005-23-12 03:23 -------
I tryed with wine-0.9.2 and photshop starts:
but it is still not useable.
here is the output:
fixme:actctx:QueryActCtxW stub!
fixme:font:WineEngAddFontResourceEx :stub
err:ole:CoGetClassObject class {4955dd33-b159-11d0-8fcf-00aa006bcc59} not registered
err:ole:CoGetClassObject no class object {4955dd33-b159-11d0-8fcf-00aa006bcc59}
could be created for for context 0x1
fixme:ole:CoCreateInstance no classfactory created for CLSID
{4955dd33-b159-11d0-8fcf-00aa006bcc59}, hres is 0x80040154
fixme:font:WineEngRemoveFontResourceEx :stub
fixme:font:WineEngAddFontResourceEx :stub
err:dc:CreateDCW no driver found for L"\\\\.\\DISPLAY1"
fixme:palette:GetICMProfileA (0x8e7c, 0x7fa0e86c, 0x7fa0e870): partial stub
err:shell:HCR_GetFolderAttributes HCR_GetFolderAttributes should be called for
simple PIDL's only!
err:ntdll:RtlpWaitForCriticalSection section 0x12538c0 "?" wait timed out in
thread 000e, blocked by 000b, retrying (60 sec)
err:dc:CreateDCW no driver found for L"\\\\.\\DISPLAY1"
fixme:palette:GetICMProfileA (0xc058, 0x7fa0e4c8, 0x7fa0e4cc): partial stub
err:dc:CreateDCW no driver found for L"\\\\.\\DISPLAY1"
fixme:palette:GetICMProfileA (0x210c, 0x7fa0b33c, 0x7fa0b340): partial stub
seems like the DISPLAY1 error is not the reason why it does not work with newer
releases.
--
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=4081
------- Additional Comments From dragoran(a)feuerpokemon.de 2005-23-12 02:48 -------
sorry for the last comment it was set to win98.
with win2k I get:
fixme:actctx:QueryActCtxW stub!
fixme:font:WineEngAddFontResourceEx :stub
err:ole:CoGetClassObject class {4955dd33-b159-11d0-8fcf-00aa006bcc59} not registered
err:ole:CoGetClassObject no class object {4955dd33-b159-11d0-8fcf-00aa006bcc59}
could be created for for context 0x1
fixme:ole:CoCreateInstance no classfactory created for CLSID
{4955dd33-b159-11d0-8fcf-00aa006bcc59}, hres is 0x80040154
fixme:font:WineEngRemoveFontResourceEx :stub
fixme:font:WineEngAddFontResourceEx :stub
err:dc:CreateDCW no driver found for L"\\\\.\\DISPLAY1"
fixme:palette:GetICMProfileA (0x8f2c, 0x7f9ee860, 0x7f9ee864): partial stub
err:shell:HCR_GetFolderAttributes HCR_GetFolderAttributes should be called for
simple PIDL's only!
wine: Unhandled page fault on read access to 0x0000000c at address 0x7c82eefc
(thread 000e), starting debugger..
--
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=4132
Summary: cvs so slow it's unusable?
Product: WineHQ.com
Version: unspecified
Platform: Other
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: misc-web
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Since 0.9.1 or so, I've been unable to
grab a tarball and update it from cvs
following the documented procedure.
I can download the source tarball and the cvsdirs
tarball and unpack them, and I can log in to cvs,
but 'cvs update -PAd' sits forever sending
bytes to the cvs server, and never does anything.
--
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=4125
dank(a)kegel.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |WORKSFORME
------- Additional Comments From dank(a)kegel.com 2005-22-12 23:55 -------
Guess what? I tried your original program that had the problem
with the color picker (http://www.jsware.net/jsware/packs/webed5.exe),
and I was able to use the color picker; even entering in
a hex code for a color worked as long as I then picked 'show this color'.
In other words, your minimal test case has some sort of
problem that prevents me from running it, and
your full on test case seems to work ok.
I'm going to mark this 'worksforme' for the moment, let's
reopen it when you have a better test 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=4131
Summary: Steam & games freezes
Product: Wine
Version: 0.9.3.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P1
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: magnus(a)hacka.net
This bug appeared directly after a Steam update issued between the 22th and 23th
of December. I did not have any problems like this whatsoever before this
update. An update of both the Steam files and steam platform was made.
This bug shows both when starting only steam and when starting games in steam,
like Counter-Strike 1.6 and Half-life 2. 'wine-preloader' and 'wineserver' takes
up all CPU time during 1-3 minutes, it then releases so that games/steam is
accessable. Then, after acouple of seconds, everything freezes again. Everything
is 100% unplayable due to these system freezes. I can regain controll of my
system by alt+tab'ing out of the game and killing off the Steam processes.
Once the bug appear 'wine-preloader and wineserver takes up almost all system
time, even when just running Steam with no active game.
------snipp-------
12564 username 15 0 1883m 58m 17m R 49.0 5.7 0:50.71 wine-preloader
12567 username 15 0 3872 1832 808 S 39.2 0.2 0:48.64 wineserver
------snipp-------
I run Ubuntu Linux 5.10 (2.6.12-10-686), Nvidia 6800 GT, Pentium 4 Prescott 3,4
ghz, 1 gb ram. I never had any major issues with playing games in Steam before.
But this bug totally blocks all gaming via Steam.
Here's the output from Steam and top (during the problem):
[magl40@ocsic:03:17:04:~/software/LS]$ err:ole:CoGetClassObject class
{4955dd33-b159-11d0-8fcf-00aa006bcc59} not registered
err:ole:CoGetClassObject no class object {4955dd33-b159-11d0-8fcf-00aa006bcc59}
could be created for for context 0x1
fixme:ole:CoCreateInstance no classfactory created for CLSID
{4955dd33-b159-11d0-8fcf-00aa006bcc59}, hres is 0x80040154
fixme:d3d:IWineD3DImpl_GetDeviceCaps Caps support for directx9 is nonexistent at
the moment!
fixme:process:SetProcessWorkingSetSize (0xffffffff,-1,-1): stub - harmless
fixme:ddraw:Main_DirectDraw_SetCooperativeLevel (0x7fe1f7d8)->((nil),00000008)
fixme:ddraw:Main_DirectDraw_SetCooperativeLevel (0x7fe1f7d8)->((nil),00000013)
fixme:process:SetProcessWorkingSetSize (0xffffffff,-1,-1): stub - harmless
err:ole:CoGetClassObject class {4955dd33-b159-11d0-8fcf-00aa006bcc59} not registered
err:ole:CoGetClassObject no class object {4955dd33-b159-11d0-8fcf-00aa006bcc59}
could be created for for context 0x1
fixme:ole:CoCreateInstance no classfactory created for CLSID
{4955dd33-b159-11d0-8fcf-00aa006bcc59}, hres is 0x80040154
fixme:wave:DSD_CreateSecondaryBuffer
(0x775d7ac8,0x7fb1f700,28,0,0x7761fdfc,0x775d7bc4,0x7761fdd8): stub
fixme:wave:DSD_CreateSecondaryBuffer
(0x775d7ac8,0x769290ec,180e0,0,0x7692b694,0x7761ffdc,0x7692b670): stub
err:dscapture:widDsCreate DirectSoundCapture flag not set
This sound card's driver does not support direct access
The (slower) DirectSound HEL mode will be used instead.
err:dsound:DSOUND_MixOne underrun on sound buffer 0x7692b648
fixme:wave:DSD_CreateSecondaryBuffer
(0x775d7ac8,0x7fb1e6ac,28,0,0x76910074,0x775d5b9c,0x76910050): stub
fixme:wave:DSD_CreateSecondaryBuffer
(0x775d7ac8,0x7fb1e6ac,28,0,0x76910074,0x76a0fa7c,0x76910050): stub
top - 03:19:41 up 1:15, 4 users, load average: 19.23, 7.99, 3.42
Tasks: 97 total, 6 running, 91 sleeping, 0 stopped, 0 zombie
Cpu(s): 8.8% us, 5.8% sy, 0.0% ni, 82.2% id, 2.8% wa, 0.0% hi, 0.3% si
Mem: 1035456k total, 1002752k used, 32704k free, 27388k buffers
Swap: 1614492k total, 6856k used, 1607636k free, 666564k cached
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
12564 magl40 15 0 1883m 58m 17m R 49.0 5.7 0:50.71 wine-preloader
12567 magl40 15 0 3872 1832 808 S 39.2 0.2 0:48.64 wineserver
10376 root 15 0 287m 31m 8212 S 7.8 3.1 2:17.14 Xorg
2708 root 15 0 0 0 0 S 2.0 0.0 0:00.34 usb-storage
1 root 16 0 1560 528 460 S 0.0 0.1 0:00.88 init
2 root 34 19 0 0 0 R 0.0 0.0 0:00.07 ksoftirqd/0
3 root 10 -5 0 0 0 S 0.0 0.0 0:00.10 events/0
4 root 11 -5 0 0 0 S 0.0 0.0 0:00.01 khelper
5 root 10 -5 0 0 0 S 0.0 0.0 0:00.00 kthread
7 root 20 -5 0 0 0 S 0.0 0.0 0:00.00 kacpid
107 root 10 -5 0 0 0 S 0.0 0.0 0:00.02 kblockd/0
136 root 18 0 0 0 0 S 0.0 0.0 0:00.00 pdflush
137 root 15 0 0 0 0 S 0.0 0.0 0:00.03 pdflush
139 root 19 -5 0 0 0 S 0.0 0.0 0:00.00 aio/0
138 root 15 0 0 0 0 S 0.0 0.0 0:00.14 kswapd0
738 root 15 0 0 0 0 S 0.0 0.0 0:00.00 kseriod
1036 root 11 -5 0 0 0 S 0.0 0.0 0:00.00 ata/0
--
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=4125
dank(a)kegel.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |dank(a)kegel.com
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
------- Additional Comments From dank(a)kegel.com 2005-22-12 20:18 -------
To run this, I had to first install vbrun60.exe.
On my wine-0.9.3 installation, I get "Run-time error '7': Out of memory"
when I click on the button!
--
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=1631
------- Additional Comments From gerald.britton(a)gmail.com 2005-22-12 19:08 -------
Confirmed problem here on Wine 20050725
I installed Riven (had to manually install quick time). Played the quicktime
sample movie (including sound) almost ok (It got hung at the end of the movie
and I had to kill it) . Running Riven setup results in noise instead of desired
sound, and the messages:
err:dsound:DSOUND_MixOne underrun on sound buffer 0x7fddc5c8
err:dsound:DSOUND_MixOne underrun on sound buffer 0x7fddc5c8
--
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=4130
Summary: Windows straddle both monitors in a dual monitor system
when they shouldn't
Product: Wine
Version: 0.9.3.
Platform: Other
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
On a dual monitor system running Windows, Picasa starts up
with the window on just one monitor.
Under Linux, it starts up straddling the two monitors.
I suspect this isn't Picasa-specific; the Notepad
that comes with Wine probably behaves the same way.
--
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=3966
------- Additional Comments From saulius.krasuckas(a)elst.vtu.lt 2005-22-12 16:35 -------
| After a mail from Alexandre Julliard, the author of patch, it seems, that the
| first problem arise this way:
Peto, what patch are you talking about? Patch [9] comes from Mike McCormack, AFAIK.
| 050616 11:10:00 -OK
| 050616 11:14:00 -Err (out of memory)
|
| It seems there is just one patch in that timeframe.
And hey, the patch you mention now [10] only changes handling of DLL overrides
in some degree. Can you try getting '+loaddll' trace for cases of failure and
success and attaching both to the report? It would be nice to see the difference.
[10] http://www.winehq.org/pipermail/wine-cvs/2005-June/016190.html
--
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=4128
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2005-22-12 15:04 -------
patch that broke Trainz is between 21-12 and 22-12. Let's see ..
--
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=4129
Summary: Trainz Demo: Installer hangs
Product: Wine
Version: CVS
Platform: Other
URL: http://www.gamershell.com/download_11913.shtml
OS/Version: Linux
Status: NEW
Keywords: regression, download
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xerox_xerox2000(a)yahoo.co.uk
The installer worked just fine about a week ago , and now hangs. More info to
follow.
--
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=4128
Summary: Trainz demo: crash in msvcrt (regression)
Product: Wine
Version: CVS
Platform: Other
URL: http://www.gamershell.com/download_11913.shtml
OS/Version: Linux
Status: NEW
Keywords: regression, download
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xerox_xerox2000(a)yahoo.co.uk
Demo crashes in msvcrt whereas it started up into the opening menu fine about a
week ago.
--
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=4105
xerox_xerox2000(a)yahoo.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2005-22-12 13:18 -------
Hi, just tested with current cvs (0.9.4) , and the opengl bug seems to be gone.
Guess Raphael's patch sent in today fixed it . Thanks!
However there are two new regressions/bugs that didn't show up a few days ago!
1. The app doesn't install anymore
2. It crashes in msvcrt
I'll find out what broke this again :) I'll file two new bugs for them.
--
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=4098
markus.amsler(a)oribi.org changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |markus.amsler(a)oribi.org
------- Additional Comments From markus.amsler(a)oribi.org 2005-22-12 12:05 -------
vbrun60sp6.exe installs fine here (copys 6 dlls to system32) with wine
0.9.3+CVS20051222 and a fresh wineprefix.
System: debian unstable / kernel 2.6.11.
--
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=4089
alex(a)thehandofagony.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|GTA2 sound stutters after a |Games hang with
|short time then game freezes|err:ntdll:RtlpWaitForCritica
| |lSection
--
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=4113
------- Additional Comments From Kakaodream(a)web.de 2005-22-12 10:17 -------
I tested it.
With wine 0-9-2 it's a little bit better. the programm is starting. but ...
it shows all windows together which would come after each other, so there are
both eula's, the server - information windows (describes which server are possible )
however, I hope it becomes fixed, because some times ago, with erlier wine and
wow, it worked so pretty well.
--
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=4053
------- Additional Comments From blacktiger(a)covers.de 2005-22-12 09:41 -------
Has anyone new ideas how to solve that problem?
Or anyone needs more debug information to find out what's wrong?
I wanna really help to get rid of that bug!
Please work on it
Thanks
--
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=4126
tony.lambregts(a)gmail.com 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=4127
Summary: Corel 8 rollups miss close and stick buttons
Product: Wine
Version: 0.9.3.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mrvanes(a)gmail.com
Coreldraw 8 runs flawless except that the roll-ups miss the ability to close
or 'stick' them. The effect is that once opened, roll-ups can not be removed
anymore and the state survives different sessions.
--
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=3966
------- Additional Comments From tuharsky(a)misbb.sk 2005-22-12 07:11 -------
Well,
050616 11:10:00 -OK
050616 11:14:00 -Err (out of memory)
It seems there is just one patch in that timeframe. I'll do reverse-patch test
and let You know.
--
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=4124
jonathan(a)ernstfamily.ch changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |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=4126
Summary: Problems with displaying reports
Product: Wine
Version: 0.9.3.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-user
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: curritoamores(a)hotmail.com
My reports are not well shown, i dont know what is wrong.I have tried a lot of
things but nothing is sorted out.I have installed new versoin of fontconfig,
freetype, copied all ttf files and recompile wine 0.9.3.
I attach 2 files: First install "InstalarServidor.exe" and then
"InstalarCliente.exe". Due to app is in spanish, i will explain how to navigate
through the menu in order to get a report.
Firs of all this is command you have to run from linux:
wine c:/Access\ 97\ Runtime/Msaccess.exe "/excl" "/wrkgrp"
"c:\Properly\PROPERGROUPsin.mdw" "/runtime" "c:\Properly\ProperlyGestión.mde"
Then this is the guide to display a report:
1. Login Windows click "ENTRAR"
2. "Usuario" = SUPERVISOR
"Contraseña" = SUPERVISOR
3. click "ACEPTAR"
4. Now if it's the first time you run the app, you must link the database. Go to
the installation dir and select "ProperlyDat.mdb".
5. Now you are in the app, in the menu go to "Ventas", the to "Presupuestos"
6. In the new small window, click on number 5 "Nuevo presupuesto", in english it
will be "new estimate"
7. now you get a new small window.
Fill it:
"Cliente" = CONTADO
"Cliente Nº" = 1
leave "serie" and "Año" with the default value
click on "Crear"
8.Now in the windows titled "Seleccion de presupuestos" you can see the new
estimate. So do "double click on CONTADO" and you get a new window.
9. go to tabpage number 6 titled "Presentar" and in the subtabpage
"A.Predefinidos", do "double click on "Presupuesto" which is in the middile of
the list more or less.
NOTE: If you enter twice to the application you may see the user "SUPERVISOR",
then you have to click on "Expulsar usuario" and login again.
Libraries.
I have used native dlls:
ole32.dll
oleaut32.dll
rpcrt4.dll
I attach the 2 reports, one displayed with wine and the other displayed with
crossoffice
If you have any doubt please email me.
Thanks all. i hope you can help 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=4117
infyquest(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |WORKSFORME
------- Additional Comments From infyquest(a)gmail.com 2005-21-12 23:16 -------
I am able to see the printable version in notepad when i click the Button u
mentioned during installation.
I am using wine 0.9.3
Please mention what version are you using
--
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=4124
------- Additional Comments From infyquest(a)gmail.com 2005-21-12 23:06 -------
please test with 0.9.3 or latest cvs, there have been lot of improvements in
this area
--
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=4125
Summary: ChooseColorA dialogue not fully functional
Product: Wine
Version: 0.9.3.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: linux(a)jsware.net
The ChooseColorA function in comdlg32.dll displays a color selector and returns
the selection. In normal usage there are 3 hue and 3 RGB text inputs that can be
edited to adjust the selected color. Under wine the dialogue works but editing
the text has no effect.
For a sample demo project in VB download:
http://www.jsware.net/linux/coltest.zip
--
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=4120
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |wine-bugs(a)winehq.org
Status|RESOLVED |CLOSED
------- Additional Comments From tony.lambregts(a)gmail.com 2005-21-12 20:42 -------
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=3303
------- Additional Comments From muziwind(a)yahoo.com.cn 2005-21-12 19:48 -------
if u want to have printsetup dialog in notepad, confige ur printer first.
--
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=3885
Speeddymon(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #1378 is|0 |1
obsolete| |
Attachment #1379 is|0 |1
obsolete| |
------- Additional Comments From Speeddymon(a)gmail.com 2005-21-12 19:10 -------
Created an attachment (id=1559)
--> (http://bugs.winehq.org/attachment.cgi?id=1559&action=view)
Console output for test 17
Since the Previous outputs were only applicable to the app error, they are now
obsolete, due to the hack that gets things working up to this point.
--
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=3885
------- Additional Comments From Speeddymon(a)gmail.com 2005-21-12 19:07 -------
Even only running test 17, it dies into debugger, so it's something that isnt
supported, although the debugger mentions heap allocation:
Backtrace:
=>1 0x4019ef6f HEAP_CreateFreeBlock(size=0x10fff0)
[/home/speeddy/wine/dlls/ntdll/../../include/wine/list.h:78] in ntdll (0x4019ef6f)
Ill post the full output in a 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=4120
picasa(a)jlm.ofb.net changed:
What |Removed |Added
----------------------------------------------------------------------------
CC|wine-bugs(a)winehq.org |dank(a)kegel.com
------- Additional Comments From picasa(a)jlm.ofb.net 2005-21-12 18:17 -------
So, where do I file this 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=4120
dank(a)kegel.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
------- Additional Comments From dank(a)kegel.com 2005-21-12 18:14 -------
It looks like the picasa2 wrapper script is used to wrap
both picasa2 itself and the installer.
This may be what led to the confusion; the script ran
up the installer when it should have ran picasa itself.
In any case this is not a wine 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=4120
------- Additional Comments From picasa(a)jlm.ofb.net 2005-21-12 18:05 -------
Dan Kegel reports this is a consequence of choosing a location other than
~/picasa2 for the install, which is apparently hardcoded somewhere. If the
picasa installer is unpacked into ~/picasa2 and picasa installed into
~/picasa2, then running picasa as ~/picasa2/bin/picasa2 does start picasa
without crashing.
So in the short term:
* unpacker should only unpack into ~/picasa2
* installer should only install into ~/picasa2
In the longer term, Picasa should obviously be made to function even if it's
installed to other than ~/picasa2.
--
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=3885
------- Additional Comments From Speeddymon(a)gmail.com 2005-21-12 17:59 -------
CORRECTION: It still crashes under 2.4 with builtin. I had it set to native
mode still.. BUT when running native with 2.4 and winxp, like I said, it
reliably goes all the way to test 17 before dieing.. Under 2.6, it dies in
random places after test 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=4109
andy.elvey(a)paradise.net.nz changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
------- Additional Comments From andy.elvey(a)paradise.net.nz 2005-21-12 17:57 -------
I have good news :-) -
Thanks to Vitaliy's help, I've now been able to get both CodeBlocks and
Dev-C++ running on Wine 0.9.3. I have attached screenshots to show this.
Just in case someone else comes across a similar problem, here is what I did -
1) Vitaliy mentioned that I should check where Wine was installed, and put the
path into the file '/etc/ld.so.conf' then run 'ldconfing'.
I did this. I then tried to run CodeBlocks again, but got similar errors to
the first time. So, I took a closer look at the errors (duh-I should have done
this first, before posting this bug ;-) ), The file libXxf86vm seemed to be
missing, according to the error messages.
2) So, I went into Synaptic and sure enough, libXxf86vm was not installed.
***Doh*** ...
( By the way, that file is (I found out) an X video mode selection library.)
The Debian version (in "unstable") has a version number of 6.8.2.dfsg.1-11.
3) I installed that using Synaptic. Then, I ran "wine codeblocks-1.0rc2.exe" ,
and it ran perfectly! I then ran wine devcpp-4.9.9.2_setup.exe and *it* ran
perfectly as well!
So, to summarise - I have been able to both install and then run both
CodeBlocks and Dev-C++ successfully.
( CodeBlocks is unable to open files, but that is a CodeBlocks bug, not a Wine
one. It is a Codeblocks error-message that appears, so I can log that with them)
Anyway, I've learned heaps - especially about ld.so.conf ... - so this should
stand me in good stead in the future. Very many thanks Vitaliy (and all of the
other Wine devs too. )
I believe that this "bug" (which wasn't really a bug) can now be marked as
"invalid" , and then closed.
- Andy
--
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=3885
------- Additional Comments From Speeddymon(a)gmail.com 2005-21-12 17:56 -------
Ok, after rebooting, it wouldnt startup with builtin, but still would with
native. I checked into winecfg, and ralized I had set winver to win2k
inadvertently. After changing that back to XP, I can get it to start with
builtin and go all the way to test 17 (reliably, using the hack Aric gave me)
before it dies into the debugger. I'm going to disable all tests but 17 and see
if it dies due to the stack corruption issue mentioned before, or if it dies
because of something that isnt supported. Then I will reboot back into 2.6, and
test out winver xp again under there.
--
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=4118
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |wine-bugs(a)winehq.org
AssignedTo|wine-bugs(a)winehq.org |picasa(a)codeweavers.com
--
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=4119
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |wine-bugs(a)winehq.org
AssignedTo|wine-bugs(a)winehq.org |picasa(a)codeweavers.com
--
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=4120
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |wine-bugs(a)winehq.org
AssignedTo|wine-bugs(a)winehq.org |picasa(a)codeweavers.com
--
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=4117
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |wine-bugs(a)winehq.org
AssignedTo|wine-bugs(a)winehq.org |picasa(a)codeweavers.com
--
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=4120
Summary: Picasa: Crashes on startup
Product: Wine
Version: unspecified
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: major
Priority: P1
Component: wine-programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: picasa(a)jlm.ofb.net
Running Picasa under wine crashes on startup.
Steps to reproduce:
* Install Picasa with picasa installer.
* Run wine on Picasa2.exe
Typescript showing crash dump to be 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=4105
tanarrifujitsu(a)optusnet.com.au changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |tanarrifujitsu(a)optusnet.com.
| |au
------- Additional Comments From tanarrifujitsu(a)optusnet.com.au 2005-21-12 17:16 -------
Added me (Trainz supermaintainer) to the 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=4119
Summary: Picasa: Install button remains grayed out after typing
in install path.
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P1
Component: wine-programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: picasa(a)jlm.ofb.net
The "Install" button remains grayed out after typing the path to the directory I
wish to install picasa into, preventing me from installing Picasa.
Steps to reproduce:
* Start picasa installer.
* Accept license agreement.
* Type path of directory to install picasa (eg, "/home/jlm/picasa")
Expected behavior:
* "Install" button becomes clickable.
Actual behavior:
* "Install" button remains grayed out.
* Clicking on "Install" button produces no action.
* If directory typed in exists, installer reports "Space required" and "Space
available".
* If directory typed in doesn't exist, installer reports only "Space required".
--
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=4118
Summary: Picasa: Can't copy license agreement text
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: picasa(a)jlm.ofb.net
Running under MSWindows, the text of the lince agreement is copyable with Ctrl-C.
The text is selecatble, but appears un-copyable, when running under Wine.
Steps to reproduce:
* Start up Picasa installer. The license agreement dialog box appears.
* Select text by dragging mouse.
* Type Ctrl-C to "copy" text to clipboard.
* Attempt to paste text into another app.
Expected behavior:
* Other app. gets text of license agreement. (This is the behavior under
MSWindows.)
Actual behavior:
* Other app. gets contents of clipboard from before running Picasa installer,
because the copy didn't happen.
--
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=3885
------- Additional Comments From Speeddymon(a)gmail.com 2005-21-12 16:39 -------
I'm about to reboot to see if 2.4 will startup with builtin msvcrt, will post
results in an hour or so..
--
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=4117
Summary: Picasa: "Printable Version" of license agreement button
does nothing.
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: picasa(a)jlm.ofb.net
The initial dialog box when installing Picasa (titled "Picasa2 Setup") includes
a button labelled "Printable Version...". Pushing this button does nothing.
Steps to reproduce:
* Start Picasa installer. Installer brings up license agreement dialog box.
* Push "Printable Version..." button.
Expected behavior:
Installer brings up a printable version of the license agreement.
Actual behavior:
No action.
--
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=4110
------- Additional Comments From nickmarko(a)gmail.com 2005-21-12 16:32 -------
The game would be Hardwar.
I do not wish to switch from ALSA to OSS, since I would not get any sound out
put during the game. I'll try switching to arts.
I also experiance this crash with taxis, by the way.
--
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=4113
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2005-21-12 16:02 -------
Could you test, by any chance if it still works in 0.9.2?
--
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=4113
------- Additional Comments From Kakaodream(a)web.de 2005-21-12 15:20 -------
me haves the same problem.
I can say for me:
i used wine *loaded around the october version*.
with this it worked, of course with mouse bug.
with the new version (on a fresh, new system) it prints out this error.
--
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=4113
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2005-21-12 13:58 -------
Could you tell us since when it was broken? Did it work in 0.9.2? You filed as
version 20050930, does that mean you upgraded from 20050930 to 0.9.3 and found
Warcraft to bee broken, or did you also use some more recent versions of 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=4116
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony.lambregts(a)gmail.com 2005-21-12 13:40 -------
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=4113
------- Additional Comments From tony.lambregts(a)gmail.com 2005-21-12 13:40 -------
*** Bug 4116 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=4116
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From tony.lambregts(a)gmail.com 2005-21-12 13:40 -------
Dup of bug 4113
*** This bug has been marked as a duplicate of 4113 ***
--
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=4115
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony.lambregts(a)gmail.com 2005-21-12 13:35 -------
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=4114
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony.lambregts(a)gmail.com 2005-21-12 13:35 -------
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=4114
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From tony.lambregts(a)gmail.com 2005-21-12 13:31 -------
Duplicate of bug 4113
*** This bug has been marked as a duplicate of 4113 ***
--
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=4113
------- Additional Comments From tony.lambregts(a)gmail.com 2005-21-12 13:31 -------
*** Bug 4114 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=4113
------- Additional Comments From tony.lambregts(a)gmail.com 2005-21-12 13:30 -------
*** Bug 4115 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=4115
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From tony.lambregts(a)gmail.com 2005-21-12 13:30 -------
Duplicate of bug 4113
*** This bug has been marked as a duplicate of 4113 ***
--
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=4116
Summary: world of warcraft (1.8.4) on wine 0-9-3
Product: Wine
Version: 20050930
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Tux(a)digade.de
hello guys,
world of warcraft is broken again.
on suse 10.0 with wine 0-9-3 i just became this problem:
fixme:advapi:SetSecurityInfo stub
fixmeowrprofllMain (0x5ad50000, 1, (nil)) not fully implemented
fixme:ntdll:NtPowerInformation Unimplemented NtPowerInformation action: 11
fixmeowrprofllMain (0x5ad50000, 0, (nil)) not fully implemented
fixme:win:EnumDisplayDevicesW ((null),0,0x55c0eee8,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x55c0f154,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x55c0f6f4,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x55c0f6f4,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x55c0f65c,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x55c0f648,0x00000000), stub!
fixme:system:SystemParametersInfoW Unimplemented action: 113 (SPI_SETMOUSESPEED)
fixmepengl:wglMakeCurrent (0x344,0x5592e550)
fixmepengl:wglMakeCurrent make current for dis 0x7c099940, drawable 0x3000002,
ctx 0x7c1d1978
X connection to :0.0 broken (explicit kill or server shutdown).
as you can see the x connection breakes down. Hope you'll find the problem
greetings
--
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=4115
Summary: world of warcraft (1.8.4) on wine 0-9-3
Product: Wine
Version: 20050930
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Tux(a)digade.de
hello guys,
world of warcraft is broken again.
on suse 10.0 with wine 0-9-3 i just became this problem:
fixme:advapi:SetSecurityInfo stub
fixmeowrprofllMain (0x5ad50000, 1, (nil)) not fully implemented
fixme:ntdll:NtPowerInformation Unimplemented NtPowerInformation action: 11
fixmeowrprofllMain (0x5ad50000, 0, (nil)) not fully implemented
fixme:win:EnumDisplayDevicesW ((null),0,0x55c0eee8,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x55c0f154,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x55c0f6f4,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x55c0f6f4,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x55c0f65c,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x55c0f648,0x00000000), stub!
fixme:system:SystemParametersInfoW Unimplemented action: 113 (SPI_SETMOUSESPEED)
fixmepengl:wglMakeCurrent (0x344,0x5592e550)
fixmepengl:wglMakeCurrent make current for dis 0x7c099940, drawable 0x3000002,
ctx 0x7c1d1978
X connection to :0.0 broken (explicit kill or server shutdown).
as you can see the x connection breakes down. Hope you'll find the problem
greetings
--
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=4114
Summary: world of warcraft (1.8.4) on wine 0-9-3
Product: Wine
Version: 20050930
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Tux(a)digade.de
hello guys,
world of warcraft is broken again.
on suse 10.0 with wine 0-9-3 i just became this problem:
fixme:advapi:SetSecurityInfo stub
fixmeowrprofllMain (0x5ad50000, 1, (nil)) not fully implemented
fixme:ntdll:NtPowerInformation Unimplemented NtPowerInformation action: 11
fixmeowrprofllMain (0x5ad50000, 0, (nil)) not fully implemented
fixme:win:EnumDisplayDevicesW ((null),0,0x55c0eee8,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x55c0f154,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x55c0f6f4,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x55c0f6f4,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x55c0f65c,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x55c0f648,0x00000000), stub!
fixme:system:SystemParametersInfoW Unimplemented action: 113 (SPI_SETMOUSESPEED)
fixmepengl:wglMakeCurrent (0x344,0x5592e550)
fixmepengl:wglMakeCurrent make current for dis 0x7c099940, drawable 0x3000002,
ctx 0x7c1d1978
X connection to :0.0 broken (explicit kill or server shutdown).
as you can see the x connection breakes down. Hope you'll find the problem
greetings
--
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=4113
Summary: world of warcraft (1.8.4) on wine 0-9-3
Product: Wine
Version: 20050930
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Tux(a)digade.de
hello guys,
world of warcraft is broken again.
on suse 10.0 with wine 0-9-3 i just became this problem:
fixme:advapi:SetSecurityInfo stub
fixmeowrprofllMain (0x5ad50000, 1, (nil)) not fully implemented
fixme:ntdll:NtPowerInformation Unimplemented NtPowerInformation action: 11
fixmeowrprofllMain (0x5ad50000, 0, (nil)) not fully implemented
fixme:win:EnumDisplayDevicesW ((null),0,0x55c0eee8,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x55c0f154,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x55c0f6f4,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x55c0f6f4,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x55c0f65c,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x55c0f648,0x00000000), stub!
fixme:system:SystemParametersInfoW Unimplemented action: 113 (SPI_SETMOUSESPEED)
fixmepengl:wglMakeCurrent (0x344,0x5592e550)
fixmepengl:wglMakeCurrent make current for dis 0x7c099940, drawable 0x3000002,
ctx 0x7c1d1978
X connection to :0.0 broken (explicit kill or server shutdown).
as you can see the x connection breakes down. Hope you'll find the problem
greetings
--
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=4109
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|major |normal
Summary|Unable to install or run |Unable to install or run
|Codeblocks and Dev-C++ IDEs |Codeblocks and Dev-C++ IDEs
------- Additional Comments From vitaliy(a)kievinfo.com 2005-21-12 10:08 -------
Please NEVER EVER run Wine as root. That seldom fixes any problems.
What you need to check is where Wine was installed and where are it's libraries?
You need to add that patch to the '/etc/ld.so.conf' and run 'ldconfing'.
--
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=4110
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
URL|http://pastebin.com/472692 |
------- Additional Comments From vitaliy(a)kievinfo.com 2005-21-12 10:04 -------
And what game would that be? Is there a demo?
Try switching from ALSA to OSS.
--
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=4112
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |WORKSFORME
------- Additional Comments From vitaliy(a)kievinfo.com 2005-21-12 10:00 -------
Maillist switched to pipermail:
http://www.winehq.org/pipermail/wine-devel/
--
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=4089
alex(a)thehandofagony.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|Regression: GTA2 sound |GTA2 sound stutters after a
|stutters after a short time |short time then game freezes
|then game freezes |
------- Additional Comments From alex(a)thehandofagony.com 2005-21-12 09:36 -------
It works fine with a clean install, but I can't figure out the problem; the only
things I installed afterwards were
Age of Empires II and Grand Theft Auto.
--
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=4111
jeremielapuree(a)yahoo.fr changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From jeremielapuree(a)yahoo.fr 2005-21-12 09:00 -------
I installed asound.h, compiled. That works. I have the driver that is displayed
I close the bug
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.