http://bugs.winehq.org/show_bug.cgi?id=824
randy.galbraith(a)cox.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #697 is|0 |1
obsolete| |
------- Additional Comments From randy.galbraith(a)cox.net 2004-10-10 15:02 -------
Created an attachment (id=698)
--> (http://bugs.winehq.org/attachment.cgi?id=698&action=view)
Storage of REG_MULTI_SZ changed from str(7) to hex(7)
Whoops! The last patch was wrong, it used "hex:" instead of "hex(7):", thus
losing the data type in the process of storing a REG_MULTI_SZ. This new patch
corrects that issue and is actually simpler. I've also expanded the test
program (see link off members.cox.net above) to read back and compare the
values.
Best regards,
-Randy Galbraith
--
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=824
------- Additional Comments From randy.galbraith(a)cox.net 2004-10-10 13:14 -------
Created an attachment (id=697)
--> (http://bugs.winehq.org/attachment.cgi?id=697&action=view)
Proposed patch to wine/server/registry.c 1.60
This patch proposes changes to wine/server/registry.c to handle REG_MULTI_SZ as
a type of REG_BINARY instead of the current REG_SZ mapping. This is my first
ever proposed patch to the Wine project, hence it will require careful review
by the Wine experts.
I've tested this change on my system and it appears to work correctly. The
first time I ran my test program I got the following output from Wine:
Line 4944: Malformed value '"Dependent Files"=str(7):""'
Line 88: Malformed value '"Empty Value0"=str(7):""'
Line 89: Malformed value '"Empty Value1"=str(7):""'
Line 90: Malformed value '"Empty Value2"=str(7):"\1"'
Line 91: Malformed value '"Empty Value3"=str(7):"one\0two\0three\0"'
On the second run, there was no output.
Best regards,
-Randy Galbraith
--
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=2507
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://appdb.winehq.org/appv
| |iew.php?appId=70
--
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=2506
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://appdb.winehq.org/appv
| |iew.php?appId=70
--
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=1142
------- Additional Comments From wine(a)deesconsulting.com 2004-10-10 10:51 -------
OK, I'm using this bug as scratchspace atm, so this may or may not be correct.
This message (http://winehq.org/hypermail/wine-devel/2003/03/0481.html) is the
beginning of a long thread explaining file locking in wine.
If this message (http://winehq.org/hypermail/wine-devel/2003/03/0577.html) is
correct, then the problem appears to be that mandatory locks in windows apps
are being mapped onto advisory locks in linux. So the solution could be for
wine to check for advisory locks every time before opening a file, and, if a
lock exists, enforce mandatory locking on windows apps and return an error.
I don't know if that's right or if it's possible, but I want to write this
down before I sleep on it ;)
--
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=2422
------- Additional Comments From bugzilla(a)jonathan-glaschke.de 2004-10-10 09:44 -------
I use FreeBSD 5.2.1 with Wine-20040914, same Problem.
--
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=1142
------- Additional Comments From wine(a)deesconsulting.com 2004-10-10 07:49 -------
This bug is also present in Crossover Office Pro 3.0.1, based on wine version
20040505, at least in networked environments (NFS, SMB). I have not tested it
locally.
--
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=1142
------- Additional Comments From wine(a)deesconsulting.com 2004-10-10 07:34 -------
I suspect this may be a duplicate of bug 1071, and I can confirm it is present
in Codeweavers Crossover Office Professional 3.0.0 with Office XP. 3.0.0 says
it's based on wine version 20040213.
--
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=2507
Summary: Fallout: mouse doesn't move at all
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wsapplegate(a)myrealbox.com
Executive summary :
~~~~~~~~~~~~~~~~~~~
Fallout is and old (circa 1997) RPG, published by Interplay. Upon recently
trying to reinstall the game, I came across a problem : the mouse wouldn't
move. Even performing the installation through the keyboard wasn't of much
help, since the game exhibited the same problems (it also grabbed my pointer,
I needed to escape the uncontrollable game window by changing virtual desktop
and moving the pointer out of the way).
Analysis :
~~~~~~~~~~
Quite frankly, I really don't know enough about DirectInput to know why that
problem appeared, but I've at least found what causes it. The problem appears
since WINE 20040615, which has seen an overhaul of several DirectInput-related
files. The problem is located in the file dlls/dinput/device.c and has
apparently been caused by a CVS commit on 2004-06-02[1]. In the function
create_DataFormat(), the following lines are changed :
- (wine_format->rgodf[i].dwType &
asked_format->rgodf[j].dwType)) {
+ (/* Then check if it accepts any instance id, and if not, if
it matches Wine's
+ * instance id.
+ */
+ ((asked_format->rgodf[j].dwType & 0x00FFFF00) ==
DIDFT_ANYINSTANCE) ||
+ (DIDFT_GETINSTANCE(wine_format->rgodf[i].dwType) ==
DIDFT_GETINSTANCE(asked_format->rgodf[j].dwType)))) {
Reverting this change makes the mouse to work again.
[1]
http://cvs.winehq.com/cvsweb/wine/dlls/dinput/device.c.diff?r1=1.16&r2=1.17…
How to reproduce :
~~~~~~~~~~~~~~~~~~
Assuming you have a Fallout CD in drive D:,
* run "wine 'd:\\_setup.exe'" (alternatively, if the game is already
installed, run "wine <path to the game directory>\falloutw.exe")
* notice you cannot move the mouse
Solutions and workarounds :
~~~~~~~~~~~~~~~~~~~~~~~~~~~
I've found no workaround for this problem. Reverting the change in
create_DataFormat() works for me, but is probably incorrect (I haven't been
able to ascertain what effects it could have on other DirectInput-based
software).
--
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=2506
wsapplegate(a)myrealbox.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Platform|Other |PC
--
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=2506
------- Additional Comments From wsapplegate(a)myrealbox.com 2004-10-10 03:54 -------
[cont'd. Sorry, clicked on Commit by mistake]
... an affected version, a possible workaround is to install the game
partially, copy the missing files manually, then edit the file fallout.cfg in
the installation directory, and edit the paths by hand.
--
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=2506
Summary: Fallout installer reports incorrect disk space
Product: Wine
Version: unspecified
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: wine-kernel
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wsapplegate(a)myrealbox.com
Executive summary :
~~~~~~~~~~~~~~~~~~~
Fallout is an old (circa 1997) RPG, published by Interplay. The game doesn't
use a standard installer (like InstallShield or similar). Rather, Interplay
did write a custom installer. While recently trying to reinstall this game, I
was confronted to a weird problem : the reported disk space was about 268 MiB
instead of 2147 MiB as previously reported. Both values are in fact incorrect
(the hard disk has much more than 2 GiB), but the latter allows for a complete
installation, while the former only allows a limited installation, the
remainder being read from the CD-ROM.
Analysis :
~~~~~~~~~~
A quick investigation shows that the problem only occurs since WINE 20040505.
Not coincidentally, this version contains changes to the GetDiskFreeSpace*
functions. Tracing the _SETUP.EXE function calls, it indeed appears it makes
calls to GetDiskFreeSpaceA(), which in turn calls GetDiskFreeSpaceW(). This
functions returns values capped at 2 GiB, with the following parameters : 4096
bytes per sector, 1 sector per cluster, 524287 clusters. From the behaviour
exhibited by the installer, it unfortunately appears the programmers used a
16-bit sized variable to store the clusters value, thus generating incorrect
results when this number is above 65535, as reported by the new
GetDiskFreeSpaceW().
How to reproduce :
~~~~~~~~~~~~~~~~~~
You need (1) a HDD with more than 2 GiB free space and (2) a copy of Fallout.
Then, execute the following steps (assuming your CD-ROM is mounted as D:)
* run "wine 'd:\\_setup.exe'"
* notice the free space reported for the hard disk is incorrect
Solutions and workarounds :
~~~~~~~~~~~~~~~~~~~~~~~~~~~
I personally solved the problem by kludging the GetDiskFreeSpaceW() function
in dlls/kernel/volume.c to report a number of cluster below 65535 (for a 2 GiB
disk, it reports 512 bytes * 64 sectors * 65535 clusters), but it's most
probably incorrect (these values are not consistent with the values reported
by NtQueryVolumeInformationFile()). If you run
--
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=824
------- Additional Comments From randy.galbraith(a)cox.net 2004-10-10 00:05 -------
I would like to see if I could resolve this bug. However, I'm having some
difficulty understanding the exact nature of the original description. In
particular, can the import/export steps below be reproduce on Windows XP or just
Windows 95/98/ME? I.e., does Unicode support get in the way?
Here is an example program I wrote in an attempt to recreate this issue:
http://members.cox.net/~rgalbraith10/wine/bug824/demo824.chttp://members.cox.net/~rgalbraith10/wine/bug824/Makefile
When this program is run on Windows XP (compiled with gcc under cygwin) the
exported registry looks like this:
[HKEY_CURRENT_USER\Software\Wine\Bug824]
"Empty Value0"=hex(7):
"Empty Value1"=hex(7):00,00
"Empty Value2"=hex(7):01,00,00,00
When the program is run under Wine (20040914) the exported registry looks like this:
[HKEY_USERS\randy\Software\Wine\Bug824]
"Empty Value0"=hex(7):00
"Empty Value1"=hex(7):00
"Empty Value2"=hex(7):01,00
So, we can see "Empty Value0" is reporting "00" (which is the issue at hand).
However, what am I to make of Windows XP's "00,00" and "01,00,00,00"? I assume
this is because Unicode support, but is part a worry?
Interestingly user.reg in Wine stores these entries as this:
[Software\\Wine\\Bug824] 1097383218
"Empty Value0"=str(7):""
"Empty Value1"=str(7):""
"Empty Value2"=str(7):"\1"
Would it be correct to assume the basic issue is the choice of "str(7)" as the
data type for REG_MULTI_SZ?
Since this is my first ever post to Wine/Bugzilla, I would appreciate any
helpful netiquette points (i.e. should I post to mailing list/newsgroup first,
are URLs (as above) preferred over attachments).
Kind regards,
-Randy Galbraith
--
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=1511
------- Additional Comments From hallo(a)michael-kaufmann.ch 2004-09-10 15:41 -------
Now I understand... If the buffer is NULL *and* count is zero, GetObject
should return the size of the object.
This is also fixed. I don't know whether Mike McCormack has read this bug
report, but he has fixed it with this patch:
http://www.winehq.org/hypermail/wine-patches/2003/07/0289.html
So we can safely close 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=2502
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony_lambregts(a)telusplanet.net 2004-08-10 18: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=2502
Andrew.Talbot(a)talbotville.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From Andrew.Talbot(a)talbotville.com 2004-08-10 17:29 -------
It seems to have been a glitch on my system. It has gone away now.
--
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=2505
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://www.rimarts.co.jp
Keywords| |download, NoAppDBEntry
--
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.
Never think your not pleasing a girl again with a huge c0x!
http://deregoy.com/9/4/index.php?aiw90&com5&
P63N9lk864676r5s2VYLet's just walk upside down backwards.I ought, therefore, as the elephant was sideways onDropped an advolt on his head!437792957
http://bugs.winehq.org/show_bug.cgi?id=2505
------- Additional Comments From tony_lambregts(a)telusplanet.net 2004-06-10 19:06 -------
What program is this? Is it downloadable somewhere?
--
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.
Get from our website and save hundreds!
http://WWW.DEREGOY.COM/200/index.php?aiw90&com%&
32B1r6Y96giGcDB5j99HAHAHAHA i told you!I just don't know what to do about it.You know what? I just can't do this anymore!427558303
http://bugs.winehq.org/show_bug.cgi?id=2505
Summary: when loading Becky/Rebecca with wine all my icons on the
kde panel get's moved around and program dont display
graphics ok
Product: Wine
Version: 20040408
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: arnvid(a)isd.no
when loading this app the following happends.
1) the icons on the kde panel get's large "150-250" pixels wide space and seem
to get moved around
2) The application itself has a tree/index on the left side and it does only
display the first element.
--
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=2503
Andrew.Talbot(a)talbotville.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From Andrew.Talbot(a)talbotville.com 2004-06-10 13:06 -------
Sorry, I fired off three copies of this report (of Bug 2502) accidentally.
--
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=2504
Andrew.Talbot(a)talbotville.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From Andrew.Talbot(a)talbotville.com 2004-06-10 13:06 -------
Sorry, I fired off three copies of this report (of Bug 2502) accidentally.
--
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=2502
------- Additional Comments From Andrew.Talbot(a)talbotville.com 2004-06-10 13:03 -------
*** Bug 2503 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=2503
Andrew.Talbot(a)talbotville.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From Andrew.Talbot(a)talbotville.com 2004-06-10 13:01 -------
*** Bug 2504 has been marked as a duplicate of this bug. ***
------- Additional Comments From Andrew.Talbot(a)talbotville.com 2004-06-10 13:01 -------
*** This bug has been marked as a duplicate of 2502 ***
--
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=2503
------- Additional Comments From Andrew.Talbot(a)talbotville.com 2004-06-10 13:01 -------
*** Bug 2504 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=2504
Andrew.Talbot(a)talbotville.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From Andrew.Talbot(a)talbotville.com 2004-06-10 12:59 -------
*** This bug has been marked as a duplicate of 2503 ***
--
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=2504
Summary: Undefined References Prevent Compilation
Product: Wine
Version: CVS
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Andrew.Talbot(a)talbotville.com
Patch http://cvs.winehq.org/patch.py?id=14038 causes widl.c to break compilation
because of undefined references:-
In function `main':
wpp_add_include_path, wpp_add_cmdline_define, xstrdup, yydebug, yy_flex_debug,
wpp_set_debug, wpp_add_cmdline_define, chat, wpp_parse_temp, yyin,
yyparse, dup_basename, wpp_parse, rm_tempfile, abort_import.
--
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=2503
Summary: Undefined References Prevent Compilation
Product: Wine
Version: CVS
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Andrew.Talbot(a)talbotville.com
Patch http://cvs.winehq.org/patch.py?id=14038 causes widl.c to break compilation
because of undefined references:-
In function `main':
wpp_add_include_path, wpp_add_cmdline_define, xstrdup, yydebug, yy_flex_debug,
wpp_set_debug, wpp_add_cmdline_define, chat, wpp_parse_temp, yyin,
yyparse, dup_basename, wpp_parse, rm_tempfile, abort_import.
--
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=2502
Summary: Undefined References Prevent Compilation
Product: Wine
Version: CVS
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Andrew.Talbot(a)talbotville.com
Patch http://cvs.winehq.org/patch.py?id=14038 causes widl.c to break compilation
because of undefined references:-
In function `main':
wpp_add_include_path, wpp_add_cmdline_define, xstrdup, yydebug, yy_flex_debug,
wpp_set_debug, wpp_add_cmdline_define, chat, wpp_parse_temp, yyin,
yyparse, dup_basename, wpp_parse, rm_tempfile, abort_import.
--
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=2421
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony_lambregts(a)telusplanet.net 2004-04-10 20:58 -------
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=699
------- Additional Comments From tony_lambregts(a)telusplanet.net 2004-04-10 20:56 -------
Thank you, Thank you, Thank yo
--
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=2501
tigergreg9(a)mad.scientist.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Platform|Other |PC
--
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=2501
Summary: Modplug Tracker (and probably others?) exit before
startup
Product: Wine
Version: 20040914
Platform: Other
URL: http://www.modplug.com/modplug/download.php3?session=&do
wnload=Tracker
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tigergreg9(a)mad.scientist.com
When attempting to run modplug tracker on fc2 (might happen on other distros?),
WINE exits immediately with the error :
"wine-pthread: virtual.c:703: map_file_into_view: Assertion `start + size <=
view->size' failed.
Aborted"
Instead, it should come up normally, showing the splash screen and taking you
into an empty (no document loaded) view.
Note that I _am_ able to run other exe's, just not mpt and that I am unusre as
to the depth and breadth of this error.
The error shows itself in (at least) the 20040914 source and redhat rpm and the
20040813 rpm.
--
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=2340
mstefani(a)redhat.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From mstefani(a)redhat.com 2004-04-10 16:34 -------
This is the cvs commit message for the fix to the problem:
http://www.winehq.org/hypermail/wine-cvs/2004/10/0018.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=2340
mstefani(a)redhat.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |telefrancisco(a)lycos.es
------- Additional Comments From mstefani(a)redhat.com 2004-04-10 16:33 -------
*** Bug 2421 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=2421
mstefani(a)redhat.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From mstefani(a)redhat.com 2004-04-10 16:33 -------
*** This bug has been marked as a duplicate of 2340 ***
--
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=699
------- Additional Comments From jnewman(a)codeweavers.com 2004-04-10 14:54 -------
I will look into creating a bugzilla CVS tree on winehq.org. Seems that there is
enough interest in tweaking/fixing our "BRANCH" of bugzilla that it wouldn't
hurt having it.
--
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=2433
------- Additional Comments From jnewman(a)codeweavers.com 2004-04-10 14:51 -------
AFAIK, winesetuptk is no longer maintained. Recent changes in wine have also
removed any need to use winesetuptk.
--
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=2494
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony_lambregts(a)telusplanet.net 2004-04-10 14:12 -------
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=1621
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony_lambregts(a)telusplanet.net 2004-04-10 14:09 -------
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=2215
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |wine-bugs(a)winehq.org
Status|RESOLVED |CLOSED
------- Additional Comments From tony_lambregts(a)telusplanet.net 2004-04-10 14:06 -------
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=1634
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |INVALID
------- Additional Comments From tony_lambregts(a)telusplanet.net 2004-04-10 14:08 -------
Resolving Invalid
--
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=695
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony_lambregts(a)telusplanet.net 2004-04-10 14:02 -------
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=2494
mstefani(a)redhat.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From mstefani(a)redhat.com 2004-04-10 12:11 -------
*** This bug has been marked as a duplicate of 2433 ***
--
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=2494
mstefani(a)redhat.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED
------- Additional Comments From mstefani(a)redhat.com 2004-04-10 12:07 -------
WineSetupTk is obsolete and will be replaced by wineconfig which comes with Wine.
WineSetupTk is so out of date that it dosn't work anymore with the existing Wine
configuration file.
The only problem is that wineconfig isn't ready yet (it won't save the changes
made).
Somebody is already working on fixing the documentation, see
http://www.winehq.org/hypermail/wine-devel/2004/09/0716.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=1621
jnewman(a)codeweavers.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From jnewman(a)codeweavers.com 2004-04-10 09:27 -------
set default font to this:
font-family: "bitstream vera sans", "verdana", "arial", "helvetica", sans-serif;
Should cover all the bases.
--
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=2215
jnewman(a)codeweavers.com changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|wine-bugs(a)winehq.org |jnewman(a)codeweavers.com
Status|ASSIGNED |NEW
--
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=695
h.davies1(a)physics.ox.ac.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution| |FIXED
------- Additional Comments From h.davies1(a)physics.ox.ac.uk 2004-04-10 04:04 -------
This is now done
--
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=1265
------- Additional Comments From pmcnett(a)pm-sc.com 2004-04-10 00:03 -------
The status of this bug is that it needs the second patch, but IIRC Alexandre won't commit it
because the patch only hides deeper issues without actually resolving the underlying problem.
--
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=1265
------- Additional Comments From tony_lambregts(a)telusplanet.net 2004-03-10 20:56 -------
What is the status of 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=1802
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From tony_lambregts(a)telusplanet.net 2004-03-10 20:14 -------
Resolving as 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=1802
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|jnewman(a)codeweavers.com |wine-bugs(a)winehq.org
Status|ASSIGNED |NEW
--
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=1214
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|jnewman(a)codeweavers.com |wine-bugs(a)winehq.org
Status|ASSIGNED |NEW
--
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=2494
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|web-admin(a)winehq.org |wine-bugs(a)winehq.org
--
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=2487
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|web-admin(a)winehq.org |wine-bugs(a)winehq.org
--
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=2391
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|web-admin(a)winehq.org |wine-bugs(a)winehq.org
--
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=2215
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|web-admin(a)winehq.org |wine-bugs(a)winehq.org
--
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=1829
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|web-admin(a)winehq.org |wine-bugs(a)winehq.org
--
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=1783
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|web-admin(a)winehq.org |wine-bugs(a)winehq.org
--
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=1634
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|web-admin(a)winehq.org |wine-bugs(a)winehq.org
--
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=1621
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|web-admin(a)winehq.org |wine-bugs(a)winehq.org
--
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=1484
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From tony_lambregts(a)telusplanet.net 2004-03-10 19:46 -------
This is no longer a problem
--
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=1484
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|web-admin(a)winehq.org |wine-bugs(a)winehq.org
Summary|(broken link) wine-user |(broken link) wine-user
|guide points to Wine |guide points to Wine
|Troubleshooting Guide |Troubleshooting Guide
--
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=1196
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |INVALID
------- Additional Comments From tony_lambregts(a)telusplanet.net 2004-03-10 19:42 -------
No detail
--
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=1196
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|web-admin(a)winehq.org |wine-bugs(a)winehq.org
--
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=2500
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony_lambregts(a)telusplanet.net 2004-03-10 19:29 -------
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=2476
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony_lambregts(a)telusplanet.net 2004-03-10 19:29 -------
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=2470
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony_lambregts(a)telusplanet.net 2004-03-10 19:28 -------
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=2464
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony_lambregts(a)telusplanet.net 2004-03-10 19:28 -------
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=2456
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony_lambregts(a)telusplanet.net 2004-03-10 19:28 -------
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=2454
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony_lambregts(a)telusplanet.net 2004-03-10 19:27 -------
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=2449
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |wine-bugs(a)winehq.org
Status|RESOLVED |CLOSED
------- Additional Comments From tony_lambregts(a)telusplanet.net 2004-03-10 19:27 -------
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=2446
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony_lambregts(a)telusplanet.net 2004-03-10 19:26 -------
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=2438
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony_lambregts(a)telusplanet.net 2004-03-10 19:25 -------
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=2425
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony_lambregts(a)telusplanet.net 2004-03-10 19:24 -------
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=2419
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony_lambregts(a)telusplanet.net 2004-03-10 19:24 -------
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=2415
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony_lambregts(a)telusplanet.net 2004-03-10 19:23 -------
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=2407
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony_lambregts(a)telusplanet.net 2004-03-10 19:23 -------
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=2402
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony_lambregts(a)telusplanet.net 2004-03-10 19:23 -------
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=2398
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony_lambregts(a)telusplanet.net 2004-03-10 19:11 -------
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=2385
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony_lambregts(a)telusplanet.net 2004-03-10 19:11 -------
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=2378
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony_lambregts(a)telusplanet.net 2004-03-10 19:10 -------
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=2375
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony_lambregts(a)telusplanet.net 2004-03-10 19:10 -------
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=2374
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony_lambregts(a)telusplanet.net 2004-03-10 19:09 -------
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=2370
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony_lambregts(a)telusplanet.net 2004-03-10 19:09 -------
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=2354
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony_lambregts(a)telusplanet.net 2004-03-10 19:08 -------
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=2347
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony_lambregts(a)telusplanet.net 2004-03-10 19:07 -------
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=2346
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony_lambregts(a)telusplanet.net 2004-03-10 19:07 -------
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=2343
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony_lambregts(a)telusplanet.net 2004-03-10 19:06 -------
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=2289
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony_lambregts(a)telusplanet.net 2004-03-10 19:06 -------
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=2232
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony_lambregts(a)telusplanet.net 2004-03-10 19:04 -------
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=2210
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony_lambregts(a)telusplanet.net 2004-03-10 18:50 -------
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=2186
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony_lambregts(a)telusplanet.net 2004-03-10 18:49 -------
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=2170
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony_lambregts(a)telusplanet.net 2004-03-10 18:48 -------
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=2169
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony_lambregts(a)telusplanet.net 2004-03-10 18:48 -------
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=2167
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony_lambregts(a)telusplanet.net 2004-03-10 18:47 -------
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=2084
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony_lambregts(a)telusplanet.net 2004-03-10 18:46 -------
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=2076
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony_lambregts(a)telusplanet.net 2004-03-10 18:45 -------
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=2042
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony_lambregts(a)telusplanet.net 2004-03-10 18:44 -------
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=2029
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony_lambregts(a)telusplanet.net 2004-03-10 18:44 -------
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=1898
------- Additional Comments From tony_lambregts(a)telusplanet.net 2004-03-10 18:43 -------
I beleive he was refering to the ones in ./wine/config file
[WinMM]
; Uncomment the "Drivers" line matching your sound setting.
"Drivers" = "wineoss.drv" ; default for most common configurations
;"Drivers" = "winearts.drv" ; for KDE
;"Drivers" = "winealsa.drv" ; for ALSA users
;"Drivers" = "winejack.drv" ; for Jack sound server
;"Drivers" = "winenas.drv" ; for NAS sound system
;"Drivers" = "wineaudioio.drv" ; for Solaris machines
;"Drivers" = "" ; to disable sound
"WaveMapper" = "msacm.drv"
"MidiMapper" = "midimap.drv"
[dsound]
;; HEL only: Number of waveOut fragments ahead to mix in new buffers.
;"HELmargin" = "5"
;; HEL only: Number of waveOut fragments ahead to queue to driver.
;"HELqueue" = "5"
;; Max number of fragments to prebuffer
;"SndQueueMax" = "28"
;; Min number of fragments to prebuffer
;"SndQueueMin" = "12"
;; Forces emulation mode (using wave api)
;"HardwareAcceleration" = "Emulation"
;; Sets default playback device (0 - number of devices - 1)
;"DefaultPlayback" = "0" ; use first device (/dev/dsp)
;"DefaultPlayback" = "1" ; use second device (/dev/dsp1)
;"DefaultPlayback" = "2" ; use third device (/dev/dsp2)
;; Sets default capture device (0 - number of devices - 1)
;"DefaultCapture" = "0" ; use first device (/dev/dsp)
;"DefaultCapture" = "1" ; use second device (/dev/dsp1)
;"DefaultCapture" = "2" ; use third device (/dev/dsp2)
--
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=1897
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony_lambregts(a)telusplanet.net 2004-03-10 18:29 -------
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=1640
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
Keywords| |NoAppDBEntry
------- Additional Comments From tony_lambregts(a)telusplanet.net 2004-03-10 18:27 -------
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=1613
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony_lambregts(a)telusplanet.net 2004-03-10 18:25 -------
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=1488
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony_lambregts(a)telusplanet.net 2004-03-10 18:23 -------
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=1486
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony_lambregts(a)telusplanet.net 2004-03-10 18:22 -------
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=1352
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony_lambregts(a)telusplanet.net 2004-03-10 18:19 -------
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=526
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|fgouget(a)codeweavers.com |wine-bugs(a)winehq.org
Status|ASSIGNED |NEW
--
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=513
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony_lambregts(a)telusplanet.net 2004-03-10 18:09 -------
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=2500
------- Additional Comments From tp22a(a)softhome.net 2004-03-10 17:07 -------
Thanks Marcus
I was just so happy with the hardened setup on the servers, that I was
thinking using it on the desktop would not be a problem. But now I am more
wise.
thanks for explaining
greetings from Switzerland
SteveB
--
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=2500
------- Additional Comments From marcus(a)jet.franken.de 2004-03-10 17:02 -------
the wine-preloader is a special ld.so like loader.
it might not like that hardened things you do.
also running a generic binary loader like WINE in hardened setup
is kind of contra productive.
--
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=2500
------- Additional Comments From tp22a(a)softhome.net 2004-03-10 16:39 -------
Okay... this means, I can tell it to my self. Because I have writen the Wine CVS
ebuild for my self.
Anyway.. thanks for your info.
--
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=2500
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |WONTFIX
------- Additional Comments From marcus(a)jet.franken.de 2004-03-10 08:49 -------
tell the gentoo wine packager.
--
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=2467
------- Additional Comments From saulius.krasuckas(a)elst.vtu.lt 2004-01-10 16:08 -------
Similar symptoms charaterises the Diablo(1) game while the user hasn't entered
the real game. I suppose the handling of the WM_ERASEBKGND message has
something to do here with. In Diablo(1) case also some bitmaps are getting
corrupted. And that's depends on the version of the patch applied.
It is interesting, are such details the case for the SC game, too.
--
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=2467
------- Additional Comments From adam(a)tpetaccia.com 2004-01-10 14:31 -------
Yes, its been around for sometime, but I didn't see a bug for it. Because
starcraft is about all I use WINE for, this was important to me :-D. I figured
a bug to track progress would be benificial (or at least to anyone new searching
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=1897
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From tony_lambregts(a)telusplanet.net 2004-01-10 09:44 -------
Just checked and this is ok
--
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=326
------- Additional Comments From fgouget(a)codeweavers.com 2004-01-10 07:14 -------
> Why hasn't this patch been accepted?
The best is to ask 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=513
fgouget(a)codeweavers.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From fgouget(a)codeweavers.com 2004-01-10 07:11 -------
The 'Rating' box now shows the number of votes in addition to the rating. So I
am marking this bug as resolved.
--
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=1897
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|jnewman(a)codeweavers.com |wine-bugs(a)winehq.org
--
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=1705
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|jnewman(a)codeweavers.com |wine-bugs(a)winehq.org
--
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=755
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|jnewman(a)codeweavers.com |wine-bugs(a)winehq.org
Status|ASSIGNED |NEW
--
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=715
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|jnewman(a)codeweavers.com |wine-bugs(a)winehq.org
Status|ASSIGNED |NEW
--
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=560
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|jnewman(a)codeweavers.com |wine-bugs(a)winehq.org
Status|ASSIGNED |NEW
--
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=513
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|jnewman(a)codeweavers.com |wine-bugs(a)winehq.org
Status|ASSIGNED |NEW
--
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=2092
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
CC|wine-bugs(a)winehq.org |
AssignedTo|jnewman(a)codeweavers.com |wine-bugs(a)winehq.org
--
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=2037
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|jnewman(a)codeweavers.com |wine-bugs(a)winehq.org
--
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=1593
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|jnewman(a)codeweavers.com |wine-bugs(a)winehq.org
Severity|critical |normal
--
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=2499
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://appdb.winehq.org/appv
| |iew.php?appId=72
Keywords| |regression
--
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=2467
------- Additional Comments From sentinel(a)optonline.net 2004-30-09 19:54 -------
This problem has been on-going for some time. Actually it seems like the menus
display but the old menu's dont seem to clear. Also the main log-in screen
graphics dont appear untill after you enter your password and then only for a
breif second telling me that wine does have the information yet isn't using it
till later.
--
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=2499
Summary: Star Craft has not worked since 20040813 on slackware.
Product: Wine
Version: 20040914
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P4
Component: test
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sentinel(a)optonline.net
Just to let you know the Star Craft game which was running very well on the
20040716 version has stopped working since the 20040813 version. Simply try to
log onto b-net before you can enter your password it locks up my X-Windows
running kde. If you reinstall the 20040716 version it once again runs fine.
Tried to make uninstall and recreate my config file with the new versions to no
avail. If you want any further information please feel free to e-mail 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=2107
------- Additional Comments From bafraid2b1(a)hotmail.com 2004-29-09 19:38 -------
I've experienced this same problem using wine 20040914, although my install
stalls at 76%.
--
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=2490
------- Additional Comments From mike(a)navi.cx 2004-28-09 10:18 -------
I expect that most parts of Wine do work with -fstack-protector, though I don't
know the details of how that works enough to say (we run on an alternative
stack). Perhaps we should go back to Alexandre and ask for -fno-stack-protector.
I guess we could link without -nodefaultlibs but I'm not keen on that change,
the preloader is quite fragile :(
--
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=2490
------- Additional Comments From basic(a)mozdev.org 2004-28-09 09:10 -------
well, I don't really care either way. But the stack-protector issue can be
worked around by either:
1. removed to -nodefaultlibs flag
2. add --fno-stack-protector
Of course the alternative is just to document that wine doesn't do
-fstack-protector at all.
--
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=2490
mike(a)navi.cx changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
------- Additional Comments From mike(a)navi.cx 2004-27-09 04:53 -------
I'll confirm this for now though I suspect this is still invalid. Until we
figure out what you actually want to achieve with this, I'll keep it open.
--
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=2490
------- Additional Comments From mike(a)navi.cx 2004-27-09 04:46 -------
Well, the preloader is required to get a Win32 compatible address space. It's
not a kernel 2.4/2.6 thing I'm afraid.
The preloader is a rather unique piece of code, you can be assured these options
are specified for a reason. Why do you want to disable it? Changing the options
here provides no additional security whatsoever as the preloader cannot be
exploited via buffer-overflows. You're far more likely to be compromised via the
software you run on it.
There was a discussion about this on wine-devel in the past few days.
--
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=2372
------- Additional Comments From wine-bugzilla(a)fedorafaq.org 2004-26-09 13:26 -------
I've seen this, and it seemed to be fixed by using
WINEDLLOVERRIDES="wininet=n,ole32=n,advpack=n"
when doing the install. However, even then I run into an exception when trying
to install, after the CABs are unpacked but before much real installation
actually takes place (around 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=2333
------- Additional Comments From wine-bugzilla(a)fedorafaq.org 2004-26-09 13:21 -------
That's not a bug. Just run wineboot at the command-line.
--
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=2320
burnus(a)gmx.de changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |lionel.ulmer(a)free.fr
------- Additional Comments From burnus(a)gmx.de 2004-26-09 11:29 -------
Lionel Ulmer:
> Well, you are luckier than me.... I get either an X11 crash using my NVIDIA
> drivers or an X11 error when using Mesa.
> Anyway, the problem is that the application wants to do 'off-screen' rendering
> (ie rendering to a DIB section instead of to a Window). This is not supported
> (yet) in Wine.
I think I found out why you get this crash and I not. I also get (now)a crash if
I install Diamond and then open a file.
If I choose File|New, Tools|Options and disable double buffering -- then I can
open the files and get now either the message box stated above or, more usually,
noting at all is drawn.
> I will see what I can do, but I think it will problematic (as you will have
> all the problems of synchronisations between the X11 Pixmap and the Win32 DIB
> section).
Is there any chance to fix the drawing when doing no double buffering?
--
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=2490
------- Additional Comments From basic(a)mozdev.org 2004-26-09 08:41 -------
ok after playing around abit, it seems that the stack protector problem is with
the -nodefaultlibs linker option. Not sure if removing that option would be ok.
Adding -lc -lgcc didn't help. Though after digging through all this, I'm
wondering if it is possible to have configure options to use or not to use the
preloader? I mean, the preloader is only used to make wine portable across 2.4
and 2.6 linux kernels right?
--
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=2490
------- Additional Comments From basic(a)mozdev.org 2004-26-09 06:36 -------
ok I see in cvs, the pic problem is "solved", but the stack-protector problem is
not.
--
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=2490
------- Additional Comments From basic(a)mozdev.org 2004-26-09 05:23 -------
after digging abit more, I'm not sure if disabling pic/stack-protector is the
correct fix for this one. It seems that the only issue here is that when pic is
turned on, gcc does not allow some registers to be used directly by inline
assembly (see http://bugs.kde.org/show_bug.cgi?id=79696), is there any reason to
use inline assembly rather than syscall ?
--
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=2498
Summary: Y-Axis mouse movement issues
Product: Wine
Version: 20040914
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: aethyr7(a)hotmail.com
When attempting to play AGS based games such as Maniac Mansion Deluxe (
http://people.freenet.de/lucasfangames/maniac/games_eng.htm ) or 5 Days a
Stranger ( http://netmonkey.cellosoft.com/5days/ ), the Y-Axis mouse movement is
not correct, but the X-Axis movement is perfect.
Basically, moving the mouse up or down produces little vertical movement in the
cursor, but occassionally it will jump.
Again, this only occurs along the vertical axis, not the horizontal axis.
--
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=2497
Summary: Issue with shlexec.c - Application Association addes "1"
to end of file name
Product: Wine
Version: 20040914
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: traxtopel(a)fastmail.fm
Attempting to launch a file i.e. test.doc to an associated application, in this
case oowriter.exe fails since the file is changed from test.doc to test.doc1
--
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=2490
------- Additional Comments From mike(a)navi.cx 2004-23-09 10:54 -------
Cool, thanks! Can you submit this to wine-patches? That's the usual approach
taken for patches to Wine (we get a lot ...)
Just email it in and it'll be checked into CVS in a few days.
thanks -mike
--
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=2490
basic(a)mozdev.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #695 is|0 |1
obsolete| |
------- Additional Comments From basic(a)mozdev.org 2004-23-09 10:34 -------
Created an attachment (id=696)
--> (http://bugs.winehq.org/attachment.cgi?id=696&action=view)
patch v3
let's try that again... 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=2490
basic(a)mozdev.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #694 is|0 |1
obsolete| |
------- Additional Comments From basic(a)mozdev.org 2004-23-09 10:21 -------
Created an attachment (id=695)
--> (http://bugs.winehq.org/attachment.cgi?id=695&action=view)
patch v2
oops my bad, uploaded the wrong patch
--
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=2490
------- Additional Comments From basic(a)mozdev.org 2004-23-09 09:51 -------
Created an attachment (id=694)
--> (http://bugs.winehq.org/attachment.cgi?id=694&action=view)
patch (disable pie and stack protector for preloader)
here's a patch to add a check in configure for -fno-pie -fno-stack-protector
and use it for the preloader if the can be used.
--
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=2416
------- Additional Comments From mike(a)navi.cx 2004-23-09 05:30 -------
You can try installing native DCOM, that will probably help. See various FAQs
around the net for how to do this.
However this error will not be fixed anytime soon, it's a *lot* of work
--
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=2496
------- Additional Comments From kroyeren(a)kroyeren.dk 2004-23-09 05:29 -------
Hum... It might be an error in gentoo's ebuild-script. That or it is fixed in
the newest cvs-build
--
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=2496
kroyeren(a)kroyeren.dk changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|blocker |enhancement
--
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=2490
------- Additional Comments From mike(a)navi.cx 2004-23-09 05:09 -------
This is not a bug. The preloader cannot be compiled with -fpie or -fstack-protector.
--
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=2496
Summary: InstallShield can't detect enough space available to
install
Product: Wine
Version: 20040716
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: wine-files
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kroyeren(a)kroyeren.dk
I'm trying to install Black Isle's Icewind Dale II, which uses InstallShield to
install. When I get to the point of choosing where to install, I'm told that
there is not enough space available to install. My main partition is 97Gb with
8.9Gigs free, and I have tried to install it on a smaller partition (7.7Gigs
with all free) problem is the same on both
I'm using wine 20040716 compiled from source on gentoo linux
--
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=2357
puoti(a)inwind.it changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From puoti(a)inwind.it 2004-22-09 08:51 -------
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=2495
Summary: Broken part of source code
Product: Wine
Version: 20040914
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: wine-gdi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: schultzv(a)starline.ee
gdi/freetype.c, line 2189 - used invalid constant name FT_ENCODING_NONE. Should
be in lower-case. Not critical, but could make difficulties in compilation time.
--
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=2492
Summary: "File open" context menu doesn't load strings from
resource file
Product: Wine
Version: CVS
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-gdi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: burnus(a)gmx.de
Open a "open file" dialog, select an object and right click to get the context menu.
Expected: The menu appears in the locale you have chosen.
De facto: The strings are hardcoded in dlls/shell32/shv_item_cmenu.c and not
read from a resource file. In addition, the used strings are ASCII and not unicode.
--
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=2163
rklazes(a)xs4all.nl changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From rklazes(a)xs4all.nl 2004-21-09 10:43 -------
This was fixed in today's cvs. The patch is here:
http://cvs.winehq.org/patch.py?id=13853
--
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=2491
Summary: KeyPress, KeyUp and KeyDown behavior
Product: Wine
Version: 20040914
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: wine-gui
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: cesar(a)liws.com.br
Im using wine to run delphi app in windows, and see some strange behaviors:
Im a Form I handle the key events:
OnKeyPress
Some app stuffs, to validate the key values
OnKeyUp
Catch the keys VK_UP and VK_DOWN to navegate...
The problem in wine is in numeric keyboard, when NUMLOCK is ACTIVE and I press
the 8 or 2 keys, wine send the keys to KeyPress event and after the
VK_UP/VK_DOWN to OnKeyUP, and I guess OnKeyDown too.
[]s
--
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=2394
------- Additional Comments From truiken(a)gmail.com 2004-20-09 21:50 -------
Though Yahoo still will not fully install of its components, the installer does
complete without this particular line of errors.
--
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=2469
braun(a)egeen.ee changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |regression, source
Version|20040813 |CVS
--
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=2369
------- Additional Comments From maik.schulz(a)iname.com 2004-19-09 10:03 -------
After creating ~/.wine/config with the below content, iTunesSetup.exe does not
complain about the wrong windows version any more. The definition of the temp
directory was necessary because otherwise wine complained about not being able
to write to my /tmp directory which was linked as a dos device (default setup).
[BEGIN]
WINE REGISTRY Version 2
[version]
"windows"="win2000"
[wine]
"Windows" = "c:\\windows"
"System" = "c:\\windows\\system"
"Temp" = "c:\\temp"
[END]
--
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=2488
puoti(a)inwind.it changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |UNCONFIRMED
Resolution|DUPLICATE |
------- Additional Comments From puoti(a)inwind.it 2004-18-09 15:56 -------
This is not a duplicate of bug 2357 as that bug report is about packaging, this
one is about the wine code itself.
--
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=2346
triso(a)cogeco.ca changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From triso(a)cogeco.ca 2004-18-09 14:29 -------
The problem is gone in version 20040914. Good Job!
--
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=2489
------- Additional Comments From deebakes(a)comcast.net 2004-18-09 13:49 -------
Please help me with the "file" command. What exactly should I type from terminal?
dosdevice: ls -l
total 0
lrwxrwxrwx 1 root root 8 Sep 17 11:06 a:: -> /dev/fd0
lrwxrwxrwx 1 root root 10 Sep 16 15:47 c: -> ../drive_c
lrwxrwxrwx 1 root root 10 Sep 17 11:06 d:: -> /dev/cdrom
lrwxrwxrwx 1 root root 1 Sep 16 15:47 z: -> /
I downloaded from your website. Should I attach the .rpm?
--
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=2490
------- Additional Comments From basic(a)mozdev.org 2004-18-09 13:40 -------
forgot to mention that I'm compiling this under a gcc with the following version
string:
gcc (GCC) 3.3.4 20040623 (Gentoo Hardened Linux 3.3.4-r1, ssp-3.3.2-2, pie-8.7.6)
Copyright (C) 2003 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
--
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=2489
------- Additional Comments From bon(a)elektron.ikp.physik.tu-darmstadt.de 2004-18-09 13:20 -------
:: "Can you get a non-stripped version and try again Also WINEDEBUG=+volume
:: might get some usefull information."
: I'm new to linux so what are the commands to get this information?
The "file" command will tell you. For me it give:
> file /spare/wine/wine/loader/wine-glibc
/spare/wine/wine/loader/wine-glibc: ELF 32-bit LSB executable, Intel 80386,
version 1 (SYSV), for GNU/Linux 2.2.5, dynamically linked (uses shared libs),
not stripped
However the way wine is loaded is quite complicated. So it will take some
knowledge to find out the real wine executable. "wine" itself is only a script.
To find out yourself, you probably have to learn some more Linux basics...
But I guess at the place where you downloaded the wine rpm you should find more
information about what the packager did.
: Here is my ~/.wine/dosdevices file:
You forgot to give the "-l" argument to show to what part of the filesystem the
dos drive letters are connected.
--
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=2490
Summary: preloader.c does not compile with -fpie/-fstack-
protector
Product: Wine
Version: CVS
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-loader
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: basic(a)mozdev.org
preloader.c does not compile with -fpie/-fstack-protector since a June checkin
with this comment:
"Do direct Linux system calls in the preloader to avoid trouble with
some broken static libcs."
I get the following error:
preloader.c: In function `wld_mmap':
preloader.c:237: error: can't find a register in class `BREG' while reloading `asm'
I suppose the assembly code in that file does not work with pie/stack-protector.
My gcc compiles with stack-protector by default. If I edit the Makefile and add
preloader.o:
$(CC) -c -fno-pic -fno-stack-protector $(ALLCFLAGS) -o $@ preloader.c
it will compile and run correctly.
--
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=2489
------- Additional Comments From bon(a)elektron.ikp.physik.tu-darmstadt.de 2004-18-09 12:12 -------
No, ther kernel isn't involved, I think.
It seems that the Redhat rpm is a stripped one. That way, the backtrace is less
usefull. Can you get a non-stripped version and try again Also WINEDEBUG=+volume
might get some usefull information.
However I guess, that the crash happens in dlls/kernel/volume.c:
VOLUME_ReadFATSuperblock()
What entries do you have in ~/.wine/dosdevices (ls -l ~/.wine/dosdevices)? Does
an entry point to a windows partition? What windows version and what filesystem?
Bye
--
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=2489
------- Additional Comments From deebakes(a)comcast.net 2004-18-09 11:58 -------
As requested by your email.
I commented out the "Resolution" setting in the ~/.wine/config file to
temporarily resolve the HKEY error.
Here is the debug output from the "bt" switch:
[root@x1-6-00-04-76-00-cd-3e root]# cd /mnt/cdrom1
[root@x1-6-00-04-76-00-cd-3e cdrom1]# wine basic.exe
wine: Unhandled exception (thread 0009), starting debugger...
WineDbg starting on pid 0x8
Unhandled exception: divide by zero in 32-bit code (0x40395ff5).
In 32 bit mode.
0x40395ff5: idivl 0xffffffc4(%ebp),%eax
Wine-dbg>bt
Backtrace:
=>1 0x40395ff5 (0x4071e6f8)
2 0x4039694d GetVolumeInformationW+0x3ad in kernel32 (0x4071f614)
3 0x40396e1c GetVolumeInformationA+0xdc in kernel32 (0x4071f650)
4 0x0046eb73 (0x4071fe8c)
5 0x004f35ab EntryPoint+0x14b in basic (0x4071ff20)
6 0x403712f5 (0x4071fff4)
7 0x4002c111 wine_switch_to_stack+0x11 in libwine.so.1 (0x00000000)
Wine-dbg>
Do you need more info? Do I need a kernel upgarde?
Thanks,
Dana B.
--
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=2369
------- Additional Comments From tony_lambregts(a)telusplanet.net 2004-18-09 11:35 -------
As of version 20040716 the ~/.wine/config file is not created by default but
wine can still read it (for now). In the future the utility for configuring
wine will be in a program called wineconfig this program is not up to snuff yet.
For now you need to create ~/.wine/config and add this.
[version]
"windows"="NT40"
--
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=2489
------- Additional Comments From bon(a)elektron.ikp.physik.tu-darmstadt.de 2004-18-09 11:29 -------
Try to get more information.
E.g. type "bt" at the Wine-dbg>
Or run with WINEDEBUG=+relay to get a better glimpse of what's going on.
--
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=2357
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |t.artem(a)mailcity.com
------- Additional Comments From tony_lambregts(a)telusplanet.net 2004-18-09 11:24 -------
*** Bug 2488 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=2488
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From tony_lambregts(a)telusplanet.net 2004-18-09 11:24 -------
*** This bug has been marked as a duplicate of 2357 ***
--
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=2467
------- Additional Comments From adam(a)tpetaccia.com 2004-18-09 10:57 -------
UPDATE: While still mostly unusable, text entry was somewhat improved at cvs
2004-09-17
--
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=2489
Summary: WineDbg error
Product: Wine
Version: 20040914
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-console
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: deebakes(a)comcast.net
Hello WineHQ,
I'm trying to run a Linux training CD from Spidertools.com with the latest wine
release (wine-20040914-1rh9winehq.i686.rpm) on Red Hat 9 (2.4.20-6) dual boot
system. I think the install went good (rpm -ivh) but when I execute the
following command from terminal "wine basic.exe", I get the below error every
time. Any suggestions? Is this a bug with my setup, wine or red hat kernel?
Please use the registry key HKEY_CURRENT_CONFIG\Software\Fonts\LogPixels
to set the screen resolution and remove the "Resolution" entry in the config file
wine: Unhandled exception (thread 0009), starting debugger...
WineDbg starting on pid 0x8
Unhandled exception: divide by zero in 32-bit code (0x40395ff5).
In 32 bit mode.
0x40395ff5: idivl 0xffffffc4(%ebp),%eax
Wine-dbg>
Thanks,
Dana B.
deebakes(a)comcast.net
--
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=2369
------- Additional Comments From maik.schulz(a)iname.com 2004-18-09 09:37 -------
This problem still exists with current (as of 2004-09-15) CVS HEAD.
--
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=2488
------- Additional Comments From theflameeyes(a)libero.it 2004-18-09 08:01 -------
IMHO this should be a duplicate of 2357 which is resolved (the problem is
-fomit-frame-pointer which interferes with the scrollbars and the mouse's
wheel).
--
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=2398
phil(a)ldex.terica.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From phil(a)ldex.terica.net 2004-18-09 07:26 -------
Appears to be fixed in the September release :)
--
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=2488
------- Additional Comments From t.artem(a)mailcity.com 2004-18-09 07:23 -------
I really used that compilation flag thinking that would increase wine speed.
Thank you very much for the information.
--
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=2488
------- Additional Comments From rklazes(a)xs4all.nl 2004-18-09 07:18 -------
This was recently discussed on the developerlist. Use the default optimizations,
in particular do not specify -fomit-frame-pointer
--
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=2488
------- Additional Comments From t.artem(a)mailcity.com 2004-18-09 07:08 -------
My linux distro is Fedora Core 1, with latest binutils
--
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=2347
lindevel(a)gmx.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |WORKSFORME
------- Additional Comments From lindevel(a)gmx.net 2004-18-09 07:01 -------
This was not critical.
I got T2 running even with this error messages.
(The critical thing that prevented it from running was that I didn't cd'ed to
the right path(GameData))
--
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=2488
Summary: Wine is almost unusable when being compiled with gcc >=
3.4.1
Product: Wine
Version: 20040914
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: t.artem(a)mailcity.com
I have compiled four latest releases of wine using vanilla (unpatched) GCC 3.4.1
and 3.4.2 and it is almost unusable after that.
It happens in all scroll controls., e.g., when I try to scroll whatever control
wine exits with error.
It also happens in popular WinRar 3.4 program, e.g. when you press "Alt B"
button (tools -> benchmark and hardware test) and then press "cancel" wine exits
with segfault.
After that I compiled wine 20040914 using GCC 2.95 and it works OK.
--
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=2170
jerome.bouat(a)wanadoo.fr changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From jerome.bouat(a)wanadoo.fr 2004-18-09 05:55 -------
fixed in Wine 20040914
--
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=2415
jerome.bouat(a)wanadoo.fr changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From jerome.bouat(a)wanadoo.fr 2004-18-09 05:54 -------
fixed in Wine 20040914
--
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.