http://bugs.winehq.org/show_bug.cgi?id=1370
------- Additional Comments From marcelotduarte(a)gmail.com 2005-04-10 01:42 -------
For me, "wcmd canŽt find start"
To execute start, I need:
set PATH=c:\windows\command;%PATH%
--
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=2596
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2005-04-10 01:33 -------
Is there a demo available with which you can reproduce these errors? Or can the
be freely downloaded? Regards
--
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=3331
------- Additional Comments From craig(a)nch.com.au 2005-04-10 01:05 -------
It look like this is actually caused by a thread race condition when starting
more than 2 threads in responce to the WM_CREATE message on initial program
startup.
Still only happens in initial installation.
If you move the thread creation later in the function that handles the
WM_CREATE message then it will normally not happen.
An exmple application with this problem is
http://www.nch.com.au/scribe/index.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=1370
------- Additional Comments From vitaliy(a)kievinfo.com 2005-03-10 23:25 -------
Well it is implemented. The problem - it can't find it. Even adding
c:\windows\command to the PATH (set PATH=c:\windows\commadn;%PATH%) didn't helped.
running it directly does work (c:\windows\command\start).
Should we close this bug and open a new one for described problems?
--
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
------- Additional Comments From willie(a)froq.net 2005-03-10 20:58 -------
I don't know much about OpenGL, but GL_EXT_framebuffer_object might help as
far as I understand? To quote the official spec:
"This extension defines a simple interface for drawing to rendering
destinations other than the buffers provided to the GL by the window-system."
It's quite new, part of OpenGL 1.5 or even 2.0, but it's at least supported by
recent Nvidia drivers (checked 1.0.7676) - don't know about ATI. It's not
exactly the most compatible solution, as it's only supported on more recent
GPUs (Geforce 5 and later) if I remember correctly. But maybe still worth
looking into, if it's suited to fix the problem. The regression mostly hits
more expensive applications where it's save to assume the user has the
hardware needed anyway. And I think it's faster compared to other hacks...
http://www.opengl.org/documentation/extensions/EXT_framebuffer_object.txt
--
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=556
------- Additional Comments From fgouget(a)codeweavers.com 2005-03-10 20:35 -------
I have resolved some issues but there are still quite a lot of differences to
review. I have started a Wiki page to keep track of them and to help
collaborative work on this issue.
http://wiki.winehq.org/SpecDiscrepencies
--
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=3479
cmorgan(a)alum.wpi.edu changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From cmorgan(a)alum.wpi.edu 2005-03-10 20:32 -------
Fixed in appdb cvs. Bug was maintainersubmit.php calling isMaintainer(appId,
versionId) but user::isMaintainer(iVersionId) misinterprets the appId as a
versionId that doesn't exist and does all kinds of bogus stuff. Verified fixed
by Ketche.
--
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=69
------- Additional Comments From fgouget(a)codeweavers.com 2005-03-10 19:54 -------
Yeah, it's a hard bug.
Adding support for things like '#import' will either require modifying the C
compiler (not portable), or having a wrapper that knows how to process type
library files and which heavily pre-processes the C source file to replace the
'#import' line with the required definitions. '#import' might even require
connecting with the linker so we can tell it to link with that type library file
too.
It's really heavy, maybe so much so that it should be considered outside the
scope of Winelib? After all code using stuff like '#import' is not really C/C++
code anymore. So this could be likened to extending gcc/g++ to support a C/C++
derivative, or reimplementing an MSVC compatible compiler.
--
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=1968
------- Additional Comments From vitaliy(a)kievinfo.com 2005-03-10 19:46 -------
Looks like two issues (tested with GU from Philippines:
- To connect to the Interent it need at least mozilla activeX
- Guard does not work because it loads drivers (encryption & kbd filter)
I don't see this working with Wine any time soon.
--
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=1106
------- Additional Comments From fgouget(a)codeweavers.com 2005-03-10 19:45 -------
I have tested Vitaliy's patch and it fixes the Ctrl+Space problem. Cool!
Erm, I have noticed Shift+Space really does not work right when selecting up and
when combined with Ctrl (again, feel free to move this to a separate bug as it's
really a different problem). Vitaliy you seem to be making miracles there, feel
like doing a couple more? <g>
--
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=1104
------- Additional Comments From fgouget(a)codeweavers.com 2005-03-10 19:39 -------
I have tested Vitaliy's patch and it does fix the movement of the selected item.
However I have noticed another problem which was there before. It might be
better to enter it in a new bug and feel free to move it, but I'll report it
here as it is a related issue.
When using the keyboard to cause scrolling, columns 2 and greater are redrawn
with a blue background, i.e. as if they were selected, unlike what happens when
the mouse is used. This blue background then never goes away.
I have noticed this problem both with the PageUp/PageDown and the Up/Down keys.
--
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=3137
------- Additional Comments From henrik.falk(a)home.se 2005-03-10 18:20 -------
I have this problem with wine-20050930 compiled from source.
This is the complete output from start to when wine crashes trying to enter the
world.
shienarier@SkyNET ~ $ wine .wine/fake_windows/Games/World\ of\ Warcraft/WoW.exe
fixme:advapi:SetSecurityInfo stub
fixme:powrprof:DllMain (0x7c260000, 1, (nil)) not fully implemented
fixme:ntdll:NtPowerInformation Unimplemented NtPowerInformation action: 11
fixme:powrprof:DllMain (0x7c260000, 0, (nil)) not fully implemented
fixme:win:EnumDisplayDevicesA ((nil),0,0x7fc1f6c0,0x00000000), stub!
fixme:win:EnumDisplayDevicesA ((nil),0,0x7fc1f4e0,0x00000000), stub!
fixme:win:EnumDisplayDevicesA ((nil),0,0x7fc1fa7c,0x00000000), stub!
fixme:win:EnumDisplayDevicesA ((nil),0,0x7fc1fa7c,0x00000000), stub!
fixme:system:SystemParametersInfoW Unimplemented action: 113
(SPI_SETMOUSESPEED)fixme:system:SystemParametersInfoW Unimplemented action: 113
(SPI_SETMOUSESPEED)err:opengl:wglCreatePbufferARB ((nil)): unexpected
iPixelFormat(0) <= 0, returns NULL
fixme:system:SystemParametersInfoW Unimplemented action: 113
(SPI_SETMOUSESPEED)err:opengl:wglCreatePbufferARB ((nil)): unexpected
iPixelFormat(0) <= 0, returns NULL
fixme:win:EnumDisplayDevicesA ((nil),0,0x7fc1f1e8,0x00000000), stub!
fixme:system:SystemParametersInfoW Unimplemented action: 112
(SPI_GETMOUSESPEED)fixme:system:SystemParametersInfoW Unimplemented action: 113
(SPI_SETMOUSESPEED)fixme:sync:CreateIoCompletionPort (0xffffffff, (nil),
00000000, 00000000): stub.fixme:wininet:InternetSetOptionW Option
INTERNET_OPTION_CONNECT_TIMEOUT (5000): STUB
fixme:wininet:InternetSetOptionW Option INTERNET_OPTION_RECEIVE_TIMEOUT: STUB
fixme:wininet:InternetSetOptionW Option 45 STUB
fixme:imm:ImmGetContext (0x30022): stub
fixme:imm:ImmGetContext (0x30022): stub
fixme:imm:ImmGetContext (0x30022): stub
fixme:win:EnumDisplayDevicesA ((nil),0,0x7fc1e984,0x00000000), stub!
fixme:win:EnumDisplayDevicesA ((nil),0,0x7fc1e9dc,0x00000000), stub!
X Error of failed request: BadMatch (invalid parameter attributes)
Major opcode of failed request: 143 (GLX)
Minor opcode of failed request: 5 (X_GLXMakeCurrent)
Serial number of failed request: 2298
Current serial number in output stream: 2298
--
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=3481
------- Additional Comments From vitaliy(a)kievinfo.com 2005-03-10 18:10 -------
This is a bug intruduced by uxthemes changes to comctrl32. I'm not sure if it's
a problem with WM_GETTEXTLENGTH or the fact that uxtheme makes all windows
unicode. Needs more investigation.
--
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=2069
jonathan(a)ernstfamily.ch changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |ac007(a)bluewin.ch
------- Additional Comments From jonathan(a)ernstfamily.ch 2005-03-10 17:59 -------
*** Bug 2445 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=2445
jonathan(a)ernstfamily.ch changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From jonathan(a)ernstfamily.ch 2005-03-10 17:59 -------
*** This bug has been marked as a duplicate of 2069 ***
--
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=2442
jonathan(a)ernstfamily.ch changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|blocker |normal
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From jonathan(a)ernstfamily.ch 2005-03-10 17:58 -------
Please use the informations of the AppDB. Notes works quite fine under current Wine.
http://appdb.winehq.org/appview.php?versionId=2271
--
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=2426
jonathan(a)ernstfamily.ch changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|blocker |normal
------- Additional Comments From jonathan(a)ernstfamily.ch 2005-03-10 17:56 -------
Can you please retry using current Wine and report back ?
--
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=2384
jonathan(a)ernstfamily.ch changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|blocker |normal
------- Additional Comments From jonathan(a)ernstfamily.ch 2005-03-10 17:55 -------
This should be fixed with current Wine; can you retry and report back ?
--
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=2350
jonathan(a)ernstfamily.ch changed:
What |Removed |Added
----------------------------------------------------------------------------
URL|http://www.microsoft.com/win|http://www.microsoft.com/win
|dows/downloads/bin/W95ws2set|dows95/downloads/contents/WU
|up.exe |AdminTools/S_WUNetworkingToo
| |ls/W95Sockets2/Default.asp
Severity|blocker |normal
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
Version|20040615 |20050930
------- Additional Comments From jonathan(a)ernstfamily.ch 2005-03-10 17:54 -------
Updating download location.
The bug is still here. Nothing in the console.
--
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=2111
jonathan(a)ernstfamily.ch changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|blocker |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=1968
jonathan(a)ernstfamily.ch changed:
What |Removed |Added
----------------------------------------------------------------------------
OtherBugsDependingO| |1434
nThis| |
Keywords| |download
------- Additional Comments From jonathan(a)ernstfamily.ch 2005-03-10 17:49 -------
I logged in on http://www.gunbound.net using the provided username and password
(thanks for that) and I was able to download the 100MB game.
The games shows a message that says "checking version" and waits.
The console shows:
wine /home/jernst/.wine/drive_c/Program\ Files/softnyx/GunboundWC/NyxLauncher.exe
fixme:wininet:InternetSetOptionW Option 43 STUB
fixme:wininet:InternetSetOptionW Option 44 STUB
--
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=3481
Summary: IRC network selection in mIRC is broken
Product: Wine
Version: CVS
Platform: Other
URL: http://mirc.com/
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: wine-user
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wdev(a)foltman.com
How to reproduce:
1. Launch mIRC
2. Enter the options window
3. Click Connect/Servers
4. Choose anything from IRC Network combo
5. Wine hangs
--
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=2472
jonathan(a)ernstfamily.ch changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
------- Additional Comments From jonathan(a)ernstfamily.ch 2005-03-10 17:38 -------
Seems to be a problem with the reporter's system.
Can you please try again using current Wine and report back if it still doesn't
work.
Thanks for your report.
--
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.