http://bugs.winehq.org/show_bug.cgi?id=11473
Summary: Crash in Metatrader during opening News
Product: Wine
Version: 0.9.33.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: suman.kan(a)gmail.com
I have Metatrader (could be downloaded from ) installed on my Ubuntu Feisty
run terminal.exe ->
In Bottom Pane see News headers - open any - application closes
what wine said see 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=11235
Summary: AutoCad DWF Writer/No TCP/IP functioning
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jeff.garner(a)sanmina-sci.com
fixme:msi:MSI_OpenDatabaseW open failed r = 80030003 for
L"http://www.autodesk.com/global/dwfwriter/installer/DWFWriter.msi"
This is one of Three Apps that I have attempted to install today that are
attempting to reachout to the Internet.
I am using the .53 version of Wine. AutoCAD DWF Writer ver3
It seems that wine is not using the Linux's TCP/IP stack to hit the internet.
I have attempted this on two machines with the same result. Both running
SLED10sp1, wine ver. 0.9.53
It seems that wine is not actually using TCP in some instances.
--
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=10237
Summary: Save for Web as PNG entry field quirky in Photoshop 7
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
http://rocr.xepher.net/weblog/archives/002146.html
says
"Save For Web is a little bit quirky when you try to save as PNG (the entry
field for entring the number of colours doesn't work too well)"
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11162
Summary: wine doesn't work at all
Product: Wine
Version: 0.9.53.
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mariusap(a)tihlde.org
When I try running any application with wine, including regedit and winecfg, i
get the following error:
err:seh:setup_exception stack overflow 0 bytes in thread 000b eip 7bc3ad81 esp
00241000 stack 0x241000-0x350000
err:seh:setup_exception stack overflow 64 bytes in thread 0009 eip 7bc3ac8f esp
00230fc0 stack 0x231000-0x340000
On Debian Lenny x86_64, happens with the repositories package and the newest
.deb package from the wine archive.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=13532
Summary: Error at commit
356c47e89e12154737dc71ecc7a30676ec96cdb9
Product: Wine
Version: 1.0-rc2
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: luis.busquets(a)ilidium.com
wine refuses to compile saying
make[2]: Entering directory `/wine-git/dlls/user32/tests'
gcc -c -I. -I. -I../../../include -I../../../include -D_REENTRANT -fPIC -Wall
-pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wwrite-strings
-Wtype-limits -Wpointer-arith -g -O2 -o menu.o menu.c
{standard input}: Assembler messages:
{standard input}:7412: Warning: end of file not at end of a line; newline
inserted
{standard input}:7745: Error: unknown pseudo-op: `.l'
gcc: Internal error: Segmentation fault (program cc1)
Please submit a full bug report.
See <http://bugzilla.redhat.com/bugzilla> for instructions.
make[2]: *** [menu.o] Error 1
make[2]: Leaving directory `/wine-git/dlls/user32/tests'
make[1]: *** [user32/tests] Error 2
make[1]: Leaving directory `/wine-git/dlls'
make: *** [dlls] Error 2
http://source.winehq.org/git/wine.git/?a=blobdiff;f=dlls/user32/menu.c;h=dd…
it compiles again
After making some investigation when eliminating patch. So for me this patch
causes a regression.
--
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=13326
Summary: the cannot manipulate linux path with spaces in the
directory name.
Product: Wine
Version: 1.0-rc1
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: berg.foss(a)gmail.com
the cannot manipulate linux path with spaces in the directory name.
the executable with space in the names works fine.
see this test. I created a directory named "install " with a space at end
(install\ ) and directory "test" without space.
plus a renamed a executable with spaces "networkview3.60setup.exe"
(/networkview\ 3.60\ setup.exe) and other without
"networkview3.60.without.space.exe".
cd myloginz@stable-laptop:~$ cd install\ /
myloginz@stable-laptop:~/install $ wine networkview\ 3.60\ setup.exe
Warning: could not find DOS drive for current working directory
'/home/myloginz/install ', starting in the Windows directory.
wine: could not load L"c:\\windows\\system32\\networkview 3.60 setup.exe":
Module not found
myloginz@stable-laptop:~/install $ cd ..
myloginz@stable-laptop:~$ cd test/
myloginz@stable-laptop:~/test$ wine networkview3.60.without.space.exe
fixme:ntdll:find_reg_tz_info Can't find matching timezone information in the
registry for bias 180, std (d/m/y): 24/02/2008, dlt (d/m/y): 2/11/2008
fixme:reg:GetNativeSystemInfo (0x33fea0) using GetSystemInfo()
fixme:advapi:CheckTokenMembership ((nil) 0x132198 0x33fe18) stub!
err:richedit:ReadStyleSheet ReadStyleSheet: skipping optional destination
err:richedit:ReadStyleSheet ReadStyleSheet: skipping optional destination
err:richedit:ReadStyleSheet ReadStyleSheet: skipping optional destination
err:richedit:ReadStyleSheet ReadStyleSheet: skipping optional destination
err:richedit:ReadStyleSheet ReadStyleSheet: skipping optional destination
err:richedit:ReadStyleSheet ReadStyleSheet: skipping optional destination
err:richedit:ReadStyleSheet ReadStyleSheet: skipping optional destination
err:richedit:ReadStyleSheet ReadStyleSheet: skipping optional destination
err:richedit:ReadStyleSheet ReadStyleSheet: skipping optional destination
fixme:sfc:SfcIsFileProtected ((nil), L"C:\\Arquivos de
programas\\NetworkView36\\unins000.exe") stub
fixme:shell:IPersistFile_fnGetCurFile (0x16c290)
fixme:shell:IPersistFile_fnGetCurFile (0x16be70)
fixme:shell:IPersistFile_fnGetCurFile (0x16c290)
fixme:shell:DllCanUnloadNow stub
fixme:shell:DllCanUnloadNow stub
fixme:shell:DllCanUnloadNow stub
fixme:shell:DllCanUnloadNow stub
myloginz@stable-laptop:~/test$ cp ../install\ /networkview\ 3.60\ setup.exe .
myloginz@stable-laptop:~/test$ wine networkview\ 3.60\ setup.exe
fixme:ntdll:find_reg_tz_info Can't find matching timezone information in the
registry for bias 180, std (d/m/y): 24/02/2008, dlt (d/m/y): 2/11/2008
fixme:reg:GetNativeSystemInfo (0x33fea0) using GetSystemInfo()
fixme:advapi:CheckTokenMembership ((nil) 0x132138 0x33fe18) stub!
err:richedit:ReadStyleSheet ReadStyleSheet: skipping optional destination
err:richedit:ReadStyleSheet ReadStyleSheet: skipping optional destination
err:richedit:ReadStyleSheet ReadStyleSheet: skipping optional destination
err:richedit:ReadStyleSheet ReadStyleSheet: skipping optional destination
err:richedit:ReadStyleSheet ReadStyleSheet: skipping optional destination
err:richedit:ReadStyleSheet ReadStyleSheet: skipping optional destination
err:richedit:ReadStyleSheet ReadStyleSheet: skipping optional destination
err:richedit:ReadStyleSheet ReadStyleSheet: skipping optional destination
err:richedit:ReadStyleSheet ReadStyleSheet: skipping optional destination
myloginz@stable-laptop:~/test$ cd ..
myloginz@stable-laptop:~$ cd install\ /
myloginz@stable-laptop:~/install $ cp ../test/networkview3.60.without.space.exe
.
myloginz@stable-laptop:~/install $ wine networkview3.60.without.space.exe
Warning: could not find DOS drive for current working directory
'/home/myloginz/install ', starting in the Windows directory.
wine: could not load
L"c:\\windows\\system32\\networkview3.60.without.space.exe": Module not found
myloginz@stable-laptop:~/install $ pwd
/home/myloginz/install
"/home/myloginz/install "
--
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=12777
Summary: Prince of Persia complains about missing video card
features
Product: Wine
Version: 0.9.60
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Wouter_Cox(a)yahoo.co.uk
After installation, the game gives the following Warning Dialog Box:
"Your Videocard does not support some required features (D3DFMT_R5G6B5)
Some errors where detected in your hardware configuration. This may result in
unexpected behaviours. Do you want to launch the game anyway?"
Game launches normally afterwards.
Video card is nvidia Geforce 8800GTS 640mb
--
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=12436
Summary: Wrong directory launchers
Product: Wine
Version: 0.9.58.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: thesource(a)mail.ru
If application requests creating a link to the directory, it is better to
create desktop launcher for directory instead of launcher like this:
env WINEPREFIX="/home/thesource/.wine" wine "c:\windows\command\start.exe"
"C:\Program Files\Mono-1.9\samples"
This does not work anyway.
P.S Small update to start.exe
*.url files should be opened with default browser.
--
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=11227
Summary: Defective specular lighting support makes certain games
hardly playable
Product: Wine
Version: 0.9.53.
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: samurai_no_densetsu(a)yahoo.es
In this case Blade of darkness, suffer heavy performane issues when a specular
lighting is draw on the screen, dropping framerate to 1fps or below on Direct3D
modes, even at lower resolution modes like 640x480.
I can confirm that is a specular lighting issue, because one of the fixed D3D
plugins that brings the game is for 3Dfx Voodoo 1 and 2 cards that didn't had
hardware support for specular lighting, and with these game runs flawless, in
the other side the rest of the D3D plugins runs at full framerate except when a
specular lighting is drawn in the screen, like when you're looking at a torch,
then is when framerate fall to its minimun.
Also older wine versions complaints about specular lighting drawing, latest one
(0.9.53) suffer exactly the same problem of any other wine version I have
tested with this game.
I add some wine logs
--
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.