http://bugs.winehq.org/show_bug.cgi?id=28915
Bug #: 28915
Summary: eclipse complains "'Periodic workspace save.' has
encountered a problem."
Product: Wine
Version: 1.3.31
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Classification: Unclassified
Current CDT
eclipse-cpp-indigo-SR1-incubation-win32.zip
with current Oracle JDK
jdk-7u1-windows-i586.exe
starts up ok, and lets you create a hello, world c++ project,
but then complains "'Periodic workspace save.' has encountered a problem.".
Saving doesn't seem to work properly.
To trace this, best to use taskset -c 1 to avoid thread logs stepping on
each other. One sees
0055:Call KERNEL32.CreateFileW(02fec340
L"C:\\users\\dank\\workspace\\.metadata\\.log",40000000,00000003,00000000,00000004,00000080,00000000)
ret=6d374fbe
0055:Ret KERNEL32.CreateFileW() retval=00000300 ret=6d374fbe
...
0055:Call KERNEL32.WriteFile(00000300,0032b8f0,0000024b,0032b8a0,0032b88c)
ret=6d3752ac
trace:ntdll:NtWriteFile
(0x300,(nil),(nil),0x32b88c,0x32b88c,0x32b8f0,0x0000024b,0x32b7b0,(nil))!
trace:ntdll:FILE_GetNtStatus errno = 22
trace:ntdll:NtWriteFile = 0xc000000d
0055:Ret KERNEL32.WriteFile() retval=00000000 ret=6d3752ac
0055:Call KERNEL32.GetLastError() ret=6daad6ba
0055:Ret KERNEL32.GetLastError() retval=00000057 ret=6daad6ba
0055:Call
KERNEL32.FormatMessageA(00001200,00000000,00000057,00000000,0032b7b0,00000100,00000000)
ret=6daad6d8
0055:Ret KERNEL32.FormatMessageA() retval=00000013 ret=6daad6d8
0055:Call ntdll.strlen(0032b7b0 "Invalid parameter") ret=6d375c62
...
An exception occurred while writing to the platform log
Adding prints, I found that it's the pwrite in NtWriteFile that is returning
an error.
strace -f -o slog taskset -c 1 ~/wine-git/wine eclipse/eclipse.exe
shows
17835 pwrite64(112, "!SESSION 2011-10-27 21:43:57.189"..., 587,
18446744073709551615) = -1 EINVAL (Invalid argument)
17835 pwrite64(113, "\r\n!ENTRY org.eclipse.core.resour"..., 3320,
18446744073709551615) = -1 EINVAL (Invalid argument)
18446744073709551615 is -1. So it seems that java/eclipse is doing a pwrite
to a file at offset -1. kernel32/tests/file.c tests offset writes, but
not with an offset of -1. Sounds like we need a test?
--
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=25104
Summary: ChooseFont dialog does not support font size not
displayed in dialog
Product: Wine
Version: 1.3.6
Platform: x86
URL: http://support@securenetterm.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: comdlg32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: support(a)securenetterm.com
When the Wine ChooseFont dialog is displayed, it adds common font sizes to the
size combobox. If, for whatever reason, the logfont passed to the dialog has a
lfHeight/lfWidth combination that results in a font size not contained in the
font size combo box, it does not get displayed in the font size text box.
In addition, if a user selects a font size not shown in the combo box, the
ChooseFont dialog asks like it was accepted, but in fact just ignores it.
This pertains to both TrueType as well as bitmap fonts. This most common
occurance is with odd font sizes such as 13, 15, etc.
This does not match the action of the normal Windows ChooseFont dialog and
produces unwanted results.
--
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=29455
Bug #: 29455
Summary: Call of Duty 4: persons are not visible
Product: Wine
Version: 1.3.35
Platform: x86
OS/Version: FreeBSD
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hardy.schumacher(a)gmx.de
Classification: Unclassified
Created attachment 38134
--> http://bugs.winehq.org/attachment.cgi?id=38134
Logfile from "Call of Duty 4"
In "Call of Duty 4" all persons are not visible, Only their equipments can be
seen.
This issue was seen with v1.3.34 and v1.3.35 of WINE.
Used FreeBSD version is i386 v8.2.
As a graphics card an NVIDIA GeForce 7600 GS is used.
Graphics driver is from NVIDIA v285.05.09.
--
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=30621
Bug #: 30621
Summary: web forum reader does not load pages
Product: Wine-gecko
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-gecko-unknown
AssignedTo: jacek(a)codeweavers.com
ReportedBy: daniel.kuku(a)gmail.com
Classification: Unclassified
Created attachment 40095
--> http://bugs.winehq.org/attachment.cgi?id=40095
the log from console
I found a interesting piece of software wich helps browsing multiple web forums
quickly.
http://www.webforumreader.com/
On windows when I click add resource and enter a website address the page loads
in this app but on wine nothing happens - I got only an empty window with white
background
tested on default ubuntu 12.04 version (I think it was 1.4)of wine and latest
avaliable 1.5.3
--
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=30678
Bug #: 30678
Summary: Can't select resolution in PSU: AOTI
Product: Wine
Version: 1.5.3
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alexjnewt(a)hotmail.com
Classification: Unclassified
Created attachment 40169
--> http://bugs.winehq.org/attachment.cgi?id=40169
Screenshot of the issue
When trying to set the resolution in Phantasy Star Online: Ambition of The
Illuminus, the entries are just blank. See attachment for details.
Note that the current workaround exists:
http://bugs.winehq.org/show_bug.cgi?id=22842#c6 (comment 6 of 22842) which
involves using a virtual desktop temporally to set the resolution.
Although I can confirm this as fixed with Phantasy Star Online Blue Burst
(PSOBB), this as not fixed for Phantasy Star Universe (PSU). Hence, this is not
a dup of 22842.
I'm using Wine 1.5.3 on Fedora 16, running PSU: AOTI as seen here:
http://appdb.winehq.org/objectManager.php?sClass=version&iId=17628
--
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=18347
Summary: GdipImageRotateFlip and GdipImageSetAbort aren't
implemented
Product: Wine
Version: 1.1.20
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dima(a)gmail.com
GdipImageRotateFlip and GdipImageSetAbort are marked "stub" in gdiplus.spec.
Cooliris tries to call them and crashes because of that. When I added stub
implementations, similar to other functions in image.c, it fixed that
particular crash. (Cooliris still dereferences a NULL pointer later, though -
possibly because the GDI+ functions aren't actually implemented. I'm looking
into that.)
If you want to test this, you'll have to set HOMEDRIVE and HOMEPATH first (see
bug 18336).
Btw, what does "@ stub" do? Is there any point in adding that, as opposed to a
dummy implementation of the 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=20208
Summary: Liquid Story Binder - 'z' location broken and window
management issues
Product: Wine
Version: 1.1.30
Platform: PC
URL: http://www.blackobelisksoftware.com/Downloads/LSBXEins
tall.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: thompson_d_(a)hotmail.com
The 'z' location of windows does not appear to be handled correctly - Liquid
Story Binder has several windows which are designed to overlap without docking,
and the main window (that should be in the back) appears in the front. You
have to minimize it to be able to see working windows, but the main window has
all the tools for switching between working windows and opening new files.
Also, it is possible to lose an entire chapter, etc., because the window
becomes inaccessible. I haven't been able to re-create the bug, but I have a
file where chapter two works but chapter one doesn't.
Running the program through the terminal reveals a ton of richedit:fixme's and
a few errors in richedit, but replacing with native richedit DLLs does not
appear to fix the issues above.
--
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=26769
Summary: Unable to play mms in Windows Media Player [9|10] with
builtin wininet
Product: Wine
Version: 1.3.17
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wininet
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: chihchun(a)kalug.linux.org.tw
Created an attachment (id=34097)
--> (http://bugs.winehq.org/attachment.cgi?id=34097)
errror message of wmp9
I have tested both wmp9, wmp10 with buildint wininet
Test procedures
* setup wine bottle
sh winetricks -q ie8 jscript wmp9 l3codecx flash quartz devenum
# WINETRICKS_VERSION=20110402
* start the wmp
export WINEDEBUG="+wininet"
export WINEDLLOVERRIDES="wininet=b;*urlmon=n,b;"
cd "${WINEPREFIX}/drive_c/Program Files/Windows Media Player"
wine "wmplayer.exe" "mms://media-wm.cac.washington.edu/KEXP-Live"
* The debug message shows wmp uses a undocumented flag `400', even removed the
flag checking in dlls/wininet/urlcache.c, the player still not play the mms
stream.
trace:wininet:GetUrlCacheEntryInfoExW
(L"mms://media-wm.cac.washington.edu/KEXP-Live", (nil), (nil), (nil), (nil),
(nil), 400)
fixme:wininet:GetUrlCacheEntryInfoExW Undocumented flag(s): 400
fixme:wininet:FindFirstUrlCacheGroup (0x00000000, 0x00000000, (nil),
0x00000000, 0x33b12c, (nil)) stub
fixme:wininet:FindFirstUrlCacheEntryExW
(L"mms://media-wm.cac.washington.edu/KEXP-Live#", 0x00000000, 0x00000001,
0x0000000000000000, 0x339c08, 0x33b134, (nil), (nil), (nil)) stub
trace:wininet:InternetQueryOptionA (nil) 50 0x33b5c8 0x33b5c4
trace:wininet:InternetGetConnectedStateExA (0x7a55644, (nil), 0, 0x00000000)
trace:wininet:InternetGetConnectedStateExW (0x7a55644, (nil), 0, 0x00000000)
warn:wininet:InternetGetConnectedStateExW always returning LAN connection.
* native wininet, caused Unhandled exception: page fault on write access to
0xb9bec3c1 in 32-bit code (0x006402ef).
--
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=28580
Bug #: 28580
Summary: Acclaim Re-Volt: crashes before getting into race
Product: Wine
Version: 1.3.29
Platform: x86-64
URL: http://games.softpedia.com/get/Games-Demo/Re-Volt.shtm
l
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Blocks: 23658
Classification: Unclassified
Found while looking at bug 23658. Install, run game, then press enter until the
game tries to get into a race. Will crash after second loading screen.
Backtrace isn't helpful:
Backtrace:
=>0 0x00446ed9 in revolt (+0x46ed9) (0x0076c4cc)
err:d3d:wined3d_device_uninit_3d Something is still holding a reference to
depth/stencil buffer 0x20e5dc8.
ddraw7 game, so should be a fun one to debug :(.
According to that bug, this ran around 1.2 or so, but doesn't for me (though
that may be because of newer drivers or something else..).
--
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=23861
Summary: Regression: Adobe Acrobat 7.0 crashes on startup
Product: Wine
Version: 1.3.0
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Markus.Ueberall(a)gmail.com
After upgrading from wine 1.2-rc7, Adobe Acrobat 7.0 will not work anymore
(both existing and new installation).
--
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.