http://bugs.winehq.org/show_bug.cgi?id=8224
--- Comment #9 from Lei Zhang <thestig(a)google.com> 2008-09-17 15:28:18 ---
*** Bug 15191 has been marked as a duplicate of this bug. ***
--
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=5423
Juan Lang <juan_lang(a)yahoo.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #11 from Juan Lang <juan_lang(a)yahoo.com> 2008-09-17 14:15:31 ---
Using today's git (wine-1.1.4-477-g343d242), AIM now installs. It also crashes
at startup, but that's a different but.
--
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=8287
--- Comment #15 from Martin Andersen <msandersen(a)tpg.com.au> 2008-09-17 10:32:42 ---
OK, after testing with Irfan, it seems it is a timing issue in Wine. If he
inserts message boxes when a skin is being loaded, it starts fine in Wine 1.1.2
and CrossOver Games Mac 7.0 (Wine 0.9.55), but removing them again, everything
else being identical, it will crash with the skin on startup.
--
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=9248
--- Comment #3 from Andy <andyjstormont(a)googlemail.com> 2008-09-17 09:18:34 ---
It seems to work for me, with it set to WIN98.
I was able to download some of the things from Windows Update that needed
validation.
Not quite sure why...
--
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=14630
Summary: Wine is not displaying GDI graphics properly (virus)
Product: Wine
Version: 1.1.2
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: gdiplus
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tsalacinski(a)gmail.com
Created an attachment (id=15035)
--> (http://bugs.winehq.org/attachment.cgi?id=15035)
console output
Recently I was trying to check if viruses are working on Wine, and I've found a
bug (I think)
I don't know if it's valid bug or not, but the virus is not working properly.
The virus is called Antivirus 2008 Pro.
When I did wineboot, it popped up a message if I want to remove viruses from my
comupter, I agreed. After that, the Antivirus 2008 Pro window came up, but it's
empty (I suppose there should be graphics and all, but it's gray and have some
labels on it like "security", "virus" etc).
Wineboot output and ps -aux are in the attachment.
I know that this may sound strange, but if a virus is working it means that
Wine works 100% correctly. This is a bug related to GDI, so it may affect
normal applications using this function.
--
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.
http://bugs.winehq.org/show_bug.cgi?id=10940
Summary: Regresion MVP baseball 2005 between version 0.48 and
0.49 or laters
Product: Wine
Version: 0.9.49.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: wine-opengl
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: queen.killer(a)seznam.cz
Game play fluently at wine 0.9.48 and with wine 0.9.49 or later game play
animation or ingame situation, like players running for ball, flounce. I don't
have any idea what logs you need or other testing, so feel free to write your
demands.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.