http://bugs.winehq.org/show_bug.cgi?id=20124
Summary: problems running STEAM in fedora 11
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: dbghelp
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: vampirs_slayer(a)hotmail.com
Created an attachment (id=23693)
--> (http://bugs.winehq.org/attachment.cgi?id=23693)
error
After installing STEAM.msi in fedora 11 with wine i reseave a program error
message:
**********************************************
THE PROGRAM WINEDBG.EXE HAS ENCOUNTERED A SERIOUS PROBLEN AND NEEDS TO CLOSE.
THIS CAN BE CAUSED BY A PROBLEM IN THE PROGRAM OR A DEFICIENCY IN WINE.
**********************************************
I tried to close the error by it shows again and again and again. To close the
error I have to loguot or reboot the system !!!
Here is a image of the error
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=29218
Bug #: 29218
Summary: WinUAE 2.3.3 crashes at startup; ddraw7_GetCaps issue?
Product: Wine
Version: 1.3.33
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: markk(a)clara.co.uk
Classification: Unclassified
Created attachment 37728
--> http://bugs.winehq.org/attachment.cgi?id=37728
Console output
Hi,
I tested WinUAE 2.3.3 with Wine 1.3.33, and get a crash on starting it. Test
system: Lubuntu 11.10 64-bit, kernel 3.0.0, Nouveau graphics (not the Nvidia
binary driver).
Console output is attached. The backtrace shown in the output is:
Backtrace:
=>0 0x7e97b8cb wined3d_get_device_caps+0x3db(wined3d=0x132d30, adapter_idx=0,
device_type=0, caps=0x3b4ec2c)
[/build/buildd/wine1.3-1.3.33/dlls/wined3d/directx.c:4744] in wined3d
(0x03b4ebb0)
1 0x7e95760d wined3d_device_get_device_caps+0x7c(device=0x135a28,
caps=0x3b4ec2c) [/build/buildd/wine1.3-1.3.33/dlls/wined3d/device.c:3881] in
wined3d (0x03b4ebf0)
2 0x7ea66c1c ddraw7_GetCaps+0x10b(iface=0x131bc0, DriverCaps=0x3b4ef68,
HELCaps=0x3b4f0e4) [/build/buildd/wine1.3-1.3.33/dlls/ddraw/ddraw.c:1089] in
ddraw (0x03b4ef50)
0x7e97b8cb wined3d_get_device_caps+0x3db
[/build/buildd/wine1.3-1.3.33/dlls/wined3d/directx.c:4744] in wined3d: call
*0x30(%eax)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15431
Summary: Problem with several Xservers
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lich(a)math.spbu.ru
Created an attachment (id=16294)
--> (http://bugs.winehq.org/attachment.cgi?id=16294)
screenshot
I have several Xservers with different geometry:
:0 - real Xorg server - 1280x1024
:1 - vnc server (or Xnest) - 1024x768
If I run any wine app first time in smaller X (:1) and then on bigger X (:0),
it gets corrupted outside 1024x768 region - exactly the size of smaller X.
If I use wine virtual desktop feature (X server does not matter), this bug
does not appear.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=28120
Summary: Mini Thunder unable to finish downloading any files --
fixme:file:SetFileValidData stub: 0x1e8, 1000
Product: Wine
Version: 1.3.26
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fracting(a)gmail.com
0. host a local http server, here I use
$ python -m SimpleHTTPServer
create a sample file on the server for download testing,
here I use:
$ echo 1 > test_download.txt
$ ls -l test_download.txt
-rw-r--r-- 1 fracting fracting 2 Aug 18 16:06 test_download.txt
1. Download ThunderMiniInstall.exe
$ wget http://down.sandai.net/mini/ThunderMiniInstall.exe (from
http://dl.xunlei.com/mini.html )
2. winetricks -q vcrun2003 , avoid Bug 28110 and Bug 28110.
3. run ThunderMiniInstall.exe
4. start ThunderMini.exe ( after install ThunderMiniInstall.exe, Thunder.exe
will auto start)
5. add a new url to download: http://127.0.0.1:8000/test_download.txt
after a while, the whole file is download complete, but ThunderMini is unable
to finish the download task.
in ~/.wine/drive_c/TDDownload , there is a file named test_download.txt.td ,
$ cat test_download.txt.td
1
/* the file context of test_download.txt.td is the same as test_download.txt */
$ ls -l test_download.txt.td
-rw-r--r-- 1 fracting fracting 4096 Aug 18 16:10 test_download.txt.td
/* the file size of the origin file on the server(test_download.txt) is 2B,
however, test_download.txt.td is 4096B. */
Such line can be found in the log:
fixme:file:SetFileValidData stub: 0x1e8, 1000
reference:
http://msdn.microsoft.com/en-us/library/aa365544(v=vs.85).aspx
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=29437
Bug #: 29437
Summary: media player classic is not working on wine 1.2.2
Product: Wine
Version: 1.2.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: simbuk87(a)gmail.com
Classification: Unclassified
Created attachment 38104
--> http://bugs.winehq.org/attachment.cgi?id=38104
error shot attached
i have installed K-lite codec pack v6.6.0, when i tried to play a movie using
media player classic it throws error as shown in attachment.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=29266
Bug #: 29266
Summary: Puzzle Master 3: X error BadAlloc X_CreatePixmap
Product: Wine
Version: 1.3.34
Platform: x86-64
URL: http://www.egames.com/game/download/puzzle+master+3.ht
ml
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: markk(a)clara.co.uk
Classification: Unclassified
Created attachment 37852
--> http://bugs.winehq.org/attachment.cgi?id=37852
Log with WINEDEBUG=+relay,+seh,+tid,+x11drv,+bitmap
This bug applies to Puzzle Master 3 by eGames. Both the retail CD-ROM and
downloadable trial are affected. I tested using Lubuntu 11.10 64-bit.
A time-limited trial can be downloaded from
http://www.egames.com/game/download/puzzle+master+3.html
You'll probably need to do "winetricks ie6" before running the trial installer.
Running the game (Game/PuzMast.exe for the CD-ROM, puzmast.exe for the trial),
it opens then immediately closes a window and exits. Console output:
X Error of failed request: BadAlloc (insufficient resources for operation)
Major opcode of failed request: 53 (X_CreatePixmap)
Serial number of failed request: 43449
Current serial number in output stream: 43511
That looks similar to bug 14664 which was apparently fixed. Maybe this issue is
different?
Running the game with WINEDEBUG=+synchronous it gets further; the main window
and a smaller Jigsaw Preview window stay open but the program then seems to
hang using all CPU time.
I'll attach a log with WINEDEBUG=+relay,+seh,+tid,+x11drv,+bitmap.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=29258
Bug #: 29258
Summary: A problem with 2GIS
Product: Wine
Version: 1.3.34
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sas.mib(a)yandex.ru
Classification: Unclassified
Since version 1.3 in Wine, 2gis, popular program, do not work correctly. It
works very slow, especially when you move the map.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=29036
Bug #: 29036
Summary: [World of warcraft]Downloader crash after 3-5 seconds
Product: Wine
Version: 1.3.32
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: black-cat132(a)hotmail.com
Classification: Unclassified
Created attachment 37397
--> http://bugs.winehq.org/attachment.cgi?id=37397
this is the exact error msg
i downloaded world of Warcraft downloader from battle.net
the size is about 30MB and then i open it using wine 1.3.32,
i open it, then the downloader installed few things then created a shortcut at
desktop, after opening the shortcut
the program displayed the news, and the download
parts(setup,available,playable)
then it start downloading , after few seconds i get a crash(I attach it, by the
way)
hope someone help me to make this work
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=29435
Bug #: 29435
Summary: Glitches, artifacts, missing textures in Everquest 2
using wine 1.3.35
Product: Wine
Version: 1.3.35
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wine(a)ergoproxy.eu
Classification: Unclassified
Created attachment 38102
--> http://bugs.winehq.org/attachment.cgi?id=38102
eq2 screenshots taken in wine 1.3.34 and 1.3.35
In wine 1.3.34 Everquest 2 runs ouf ot the box (launchapd, streaming, changing
game settings, textures, simply everything except from some minot gpu shadows
issues).
In wine 1.3.35 EQ suffers from lack of textures, glitches, artifacys, totally
unplayable. I tried to install directx or lower some settings but without
success.
My spec: Ubuntu 11.10 x64, Nvidia propietary drivers gtx460, phenom2 x4, 8GB
RAM, wine1.3.35 comes from wine ppa, wine 1.3.34 is compiles manually. Please
check uploaded screenshots for comparison.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=19476
Summary: PaintTool SAI English Pack demands administrative
privileges on startup
Product: Wine
Version: 1.1.26
Platform: PC
URL: http://sai.detstwo.com/sai/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: arethusa26(a)gmail.com
Created an attachment (id=22638)
--> (http://bugs.winehq.org/attachment.cgi?id=22638)
PaintTool SAI English Pack standard error messages
With wine-1.1.26-231-gfe9d360, when trying to launch PaintTool SAI with the
start-sai.exe binary, the application informs the user about a setup process
with a dialog. When confirmation is given, the application errors out with:
"SAI can not complete setup process because current user dose not have
administrator right. Please launch SAI with one of the following way.
- Logon as administrator and launch SAI
- Right click SAI program file -> [Run as other user]?Enter administrator
account (Windows 2000/XP)
- Right click SAI program file -> [Run as Administrator] (Windows Vista)"
The captured standard error traces are attached.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.