http://bugs.winehq.org/show_bug.cgi?id=2774
koxta(a)koxta.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|normal |major
--
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=2774
Summary: wrc doesn't recognize IDC_MAIN ACCELERATORS property
properly
Product: Wine
Version: 20050111
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P1
Component: wine-winelib
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: koxta(a)koxta.net
When compiling:
koxta@hell main $ make
wrc -r -DWINELIB -D_REENTRANT main.rc -o main.res -v
FYI: Starting preprocess
FYI: Starting parse
FYI: Got LANGUAGE 21,1 (0x0415)
FYI: Got GROUP_ICON (107)
FYI: Got GROUP_ICON (108)
FYI: Got MENU (109)
main.rc:57:8: Error: Key code must be an ascii string
make: *** [main.res] Error 1
The problem is in:
/////////////////////////////////////////////////////////////////////////////
//
// Accelerator
//
IDC_MAIN ACCELERATORS
BEGIN
"?", IDM_ABOUT, ASCII, ALT
"/", IDM_ABOUT, ASCII, ALT
END
After removing those 5 lines, everything works fine. However, this is a default
blank project page generated by visual studio .NET (win32 application). Is it
simply not supported or am I missing something?
Please, help.
--
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=2772
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://appdb.winehq.org/appv
| |iew.php?appId=27
--
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=2771
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://appdb.winehq.org/appv
| |iew.php?appId=1159
Keywords| |download
--
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=2717
pyxis24(a)multicon.de changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |pyxis24(a)multicon.de
------- Additional Comments From pyxis24(a)multicon.de 2005-03-03 18:05 -------
Confirming the bug. I did not have the behaviour with a wine 2003 version
under Redhat 8, while the bug is present in wine versions since late 2004,
including the Wine 20050211, under redhat 8 as well as Fedora core 3.
Matrox G400 in my case.
The DVD authoring software DVDLabPro is available as 30 day full version at
http://www.mediachance.com/dvdlab/dvdlabpro.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=2410
------- Additional Comments From oliver_stieber(a)yahoo.co.uk 2005-03-03 17:47 -------
pbuffer support has just been added to wine, so doom 3 may now 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=2036
------- Additional Comments From us(a)the-edmeades.demon.co.uk 2005-03-03 15:21 -------
Is there any example where this shows itself as a problem? I dont mind fixing
it or trying to add tests into the test suite, but something which relies on
this would be a good starting point
--
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=2773
Summary: Path error calling wineprefixcreate from
tools/wineinstall
Product: Wine
Version: 20050211
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-tools
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: garrett(a)nonoise.org
The tools/wineinstall script gives me an error calling wineprefixcreate.
My path getting there was first manual make && make depend, then running
wineinstall (from the main source directory, not from within ./tools).
It looks like a simple fix. Script output:
WINE Installer v0.74
I see that WINE has already been configured, so I'll skip that.
You are running as root. Do you want a local config file,
file, ~/.wine/config, created?
(yes/no) n
(yes/no) no
Configuring Wine without Windows.
Some fake Windows directories must be created, to hold any .ini files, DLLs,
start menu entries, and other things your applications may need to install.
Where would you like your fake C drive to be placed?
(default is /c) /usr/local/var/wine/c
Configuring Wine for a no-windows install in /usr/local/var/wine/c...
./tools/wineinstall: line 467: wineprefixcreate: command not found
The revelant lines from the script:
if [ "$WINEINSTALLED" = 'no' ]
then
tools/wineprefixcreate --update --use-wine-tree .
else
wineprefixcreate --update
fi
--
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=2769
mike(a)navi.cx changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |WONTFIX
------- Additional Comments From mike(a)navi.cx 2005-03-03 12:22 -------
We've had a regedit installed far longer than SambaTNG has, and it's also used
by scripts so we can't rename it without breaking things. I'd suggest you take
this to the SambaTNG guys.
--
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=2004
us(a)the-edmeades.demon.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From us(a)the-edmeades.demon.co.uk 2005-03-03 11:16 -------
Closing as agreed with Rob, problem no longer occurs but actual fix is unknown
--
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.