http://bugs.winehq.org/show_bug.cgi?id=18168
Summary: cmd fails when passing environment variables in a
batfile
Product: Wine
Version: 1.1.19
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nick(a)vyalceva.net
This is a BDE installaation file:
set SysDir=%windir%\system
if %OS%==Windows_NT (set SysDir=%SysDir%32)
%sysdir%\regsvr32.exe /S bdeinst.dll
While processing the line with "set SysDir=%SysDir%32" cmd fails with the
following error:
Z:\home\vyaltseva3\MDPROJECT>set SysDir=C:\windows\system
Z:\home\vyaltseva3\MDPROJECT>if Windows_NT==Windows_NT
Z:\home\vyaltseva3\MDPROJECT>set SysDir=C:\windows\system32
wine: Unhandled page fault on read access to 0x00000000 at address 0x7ee214cb
(thread 001c), starting debugger...
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x7ee214cb).
Register dump:
CS:0073 SS:007b DS:007b ES:007b FS:0033 GS:003b
EIP:7ee214cb ESP:00331820 EBP:00331cd8 EFLAGS:00210202( - 00 - -RI1)
EAX:00154bf8 EBX:7ee26ff4 ECX:00000000 EDX:00000000
ESI:00000000 EDI:0000000c
Stack dump:
0x00331820: 00110000 00000000 00004000 00000003
0x00331830: 7ee24e30 ffffffff 00000000 00000000
0x00331840: 00000000 00000000 7ee253f3 7ee66704
0x00331850: 7ee251d0 7ee25410 00331cb0 00331ca4
0x00331860: 00154bf8 00000000 00000006 00000014
0x00331870: 00230c2e 0000001c 00000003 00154bf8
Backtrace:
=>0 0x7ee214cb WCMD_execute+0xcb() in cmd (0x00331cd8)
1 0x7ee1627b in cmd (+0x1627b) (0x00331d38)
2 0x7ee16616 WCMD_if+0x186() in cmd (0x00331f78)
3 0x7ee221ec WCMD_execute+0xdec() in cmd (0x00332438)
4 0x7ee225ab WCMD_process_commands+0x9b() in cmd (0x00332478)
5 0x7ee12173 WCMD_batch+0x123() in cmd (0x003364c8)
6 0x7ee21349 WCMD_run_program+0xba9() in cmd (0x0033f0d8)
7 0x7ee21777 WCMD_execute+0x377() in cmd (0x0033f598)
8 0x7ee225ab WCMD_process_commands+0x9b() in cmd (0x0033f5d8)
9 0x7ee22f6e wmain+0x8de() in cmd (0x0033fee8)
10 0x7ee23692 in cmd (+0x23692) (0x0033ff08)
11 0x7b877dc0 in kernel32 (+0x57dc0) (0x0033ffe8)
12 0xb7f53da7 wine_switch_to_stack+0x17() in libwine.so.1 (0x00000000)
0x7ee214cb WCMD_execute+0xcb in cmd: movzwl 0x0(%ecx,%edx,1),%eax
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=13469
Summary: Python long sys calls
Product: Wine
Version: 0.9.46.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: simonetregnago(a)grivaonline.com
Python doesn't work correctly when it have to make system calls with long
strings.
For example:
> wine python.exe
> import os
> os.system("asdpoasid"*1000)
The same trouble happens when calling very long urls with the webbrowser module
(with the open function)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11100
Summary: %RANDOM% in CMD is anything but
Product: Wine
Version: unspecified
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: karl(a)qdh.org.uk
It seems that every time I run the following command;
wine cmd.exe /c echo "%RANDOM%"
the returned value is 30836 every time.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10192
Summary: wcmd: command piping broken
Product: Wine
Version: 0.9.48.
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: wine-console
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mpartap(a)gmx.net
Hi there,
still trying to get KDE4/win32 compiled under WINE... the python glitches went
away by creating a fresh .wine directory, however another problem came up:
piping is broken in wineconsole. F.e., dir | more results in this:
C:\kderoot\emerge\bin>dir | more
trace:cmd:WCMD_DumpCommands Parsed line:
trace:cmd:WCMD_DumpCommands L"0012F6E8 N 00 00000000 dir more Redir:"
trace:cmd:WCMD_process_commands Executing command: 'L"dir more"'
trace:cmd:WCMD_execute command on entry:L"dir more" (0x33f5d0), with
'(null)'='(null)'
trace:cmd:WCMD_execute Command: 'L"dir more"'
trace:cmd:WCMD_execute param1: L"more", param2: L""
trace:cmd:WCMD_directory Found parm 'L"more"'
trace:cmd:WCMD_directory Using location 'L"C:\\kderoot\\emerge\\bin\\more"'
trace:cmd:WCMD_directory Using path 'L"C:\\kderoot\\emerge\\bin\\more"'
trace:cmd:WCMD_directory Path Parts: drive: 'L"C:"' dir:
'L"\\kderoot\\emerge\\bin\\"' name: 'L"more"' ext:'L""'
trace:cmd:WCMD_directory Writing volume for 'C:'
Volume in drive C is
Volume Serial Number is 0000-0000
trace:cmd:WCMD_list_directory Looking for matches to
'L"C:\\kderoot\\emerge\\bin\\more"'
Directory of C:\kderoot\emerge\bin
File not found
trace:cmd:WCMD_dir_trailer Writing trailer for 'L"C:\\"' gave 1(87)
C:\kderoot\emerge\bin>
so obviously, the '|' is lost somewhere and 'dir more' is what gets executed...
output redirection into a file with '>' works as expected. I had a look at
wcmdmain.c but I could only narrow down the problem to be somewhere within
WCMD_ReadAndParseLine and WCMD_pipe so any further investigation would be
appreciated.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9531
Summary: cmd's for command can't handle /L option
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: other
Status: NEW
Severity: enhancement
Priority: P2
Component: wine-programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
I ran into the following construct in a real-world cmd file today:
:: Short delay so this script can [xxxx]
:: Without this delay the script will return too quickly...
for /L %%i in (1,1,999) do set>NUL
Wine's cmd thinks this is a syntax error.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9530
Summary: cmd's for command can't handle /f option
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: other
Status: NEW
Severity: enhancement
Priority: P2
Component: wine-programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
I ran into the follow cmd construct today in a real world script:
for /f %%X in ('foo.exe') do set %%X
The /f ... ('command') option is described here
http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en…
and it means "run the command in single quotes, then loop over
each word of the output".
(The real script was trying to set environment variables
whose name and value were from stdout of foo.exe.)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11968
Summary: Babaschess installer does not show free disk space
Product: Wine
Version: 0.9.57.
Platform: PC
URL: http://www.babaschess.net/
OS/Version: Linux
Status: UNCONFIRMED
Keywords: download
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: thestig(a)google.com
With the Babaschess 4.0 XP/Vista installer, during the install, there is a
"disk cost" button. Pressing that button brings up a blank dialog box.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9497
Summary: Fonts missing in visio 2003, present in Word, Excel 2003
Product: Wine
Version: 0.9.36.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-resources
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jokester01au(a)yahoo.com.au
When running visio, only arial narrow, marlett, lucida and wingdings fonts
appear in the font dialog and combo box.
Other applications have the same fonts that are available to kde applications.
Have tried numerous combinations of symlinking and/or duplicating the
windows/fonts directory but nothing seems to change. Have also tried removing
/usr/share/wine/fonts but this also makes no difference.
Unable to test on newer wine version because visio doesn't run on anything
newer (see bug 9422).
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=13693
Summary: failed to crosscompile iphlpapi.dll (dogfood)
Product: Wine
Version: 1.0-rc3
Platform: PC
OS/Version: Linux
Status: NEW
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wine.dev(a)web.de
For ifr, ifc:
storage size of ‘*****’ isn’t known
For IFNAMSIZ, SIOCGIFFLAGS, IFF_LOOPBACK, PF_INET, SOCK_DGRAM,
INADDR_ANY, IFNAMSIZ, SIOCGIFBRDADDR, SIOCGIFNETMASK, SIOCGIFMTU, IFF_UP,
caddr_t, ifPtr, INADDR_ANY, _res, RTF_UP, RTF_GATEWAY:
‘*****’ undeclared
For ioctl, if_indextoname, if_nametoindex, socket, if_freenameindex,
inet_ntoa, res_init, ntohl, ntohs, inet_addr:
implicit declaration of function ‘****’
More errors, due to the problems above
--
By by ... Detlef
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10490
Summary: Catia 3D view works in real Windows but not in Wine
Product: Wine
Version: 0.9.49.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: wine-directx
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mah(a)jump-ing.de
CC: mah(a)jump-ing.de
Created an attachment (id=9231)
--> (http://bugs.winehq.org/attachment.cgi?id=9231)
Run log, attempting to run the already installed app.
Catia V5R17 installs fine but fails to work in Wine since 3D hardware (OpenGL)
isn't recognized. The same app works on the same hardware with real Windows XP
Professional as well as in Windows 2000 on VirtualPC (no OpenGL at all).
Graphics hardware is Intel GMA X3000, supporting OpenGL 1.4. Catia starts in
Wine, but pops up a dialog reading "No certified OpenGL library has been found.
Check your system installation."
This bug is about to track the behaviour mismatch between Wine and real
Windows. Once this OpenGL issue is fixed, things look promising since Menus and
dialogs appear to work fine already. I'm unsure how to attack this bug,
however.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.