http://bugs.winehq.org/show_bug.cgi?id=17269
Summary: WNetGetUser missing in Win16
Product: Wine
Version: 1.1.14
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: harv(a)gmx.de
I am trying to get an application running under wine developed with Superbase,
an old Win16 Rapid-application-delvelopment database. Nearly everything is
working quite well but this program relies on getting the name of the currently
logged in user by calling the Win16 function WNetGetUser16. This is a stub in
wine. I'm not capable to code this myself, but could anybody do so? I guess it
should not be that complicated. There should be the same function in Win32.
Maybe link them both together?
--
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=15795
Summary: Dead Space crashes with unhandled exception
Product: Wine
Version: 1.1.7
Platform: PC
URL: http://deadspace.ea.com/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andras(a)csevego.net
When I start the game, it gives me black screen, then crashes with Unhandled
page fault on read access to 0x00000004 at address 0x1d51977 (thread 0018).
Same with fbo, or pbuffer and sound on or off.
--
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=14888
Summary: winefile is slow with drawing columns
Product: Wine
Version: 1.1.2
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: julius(a)zgod.cjb.net
When opening a new directory in winefile, it takes a while before the directory
is displayed (especially when it's larger) and column painting is slow enough
to see things change while it's being done.
I don't like this, because winefile is often the quickest way for me to run an
application through Wine.
Everything should be done, so winefile can easily be used as a GUI to launch
Windows applications. (It's just easier to browse c:\ in winefile than a
drive_c in a hidden .wine in konq/naut!)
I'm using Wine 1.1.2 on Ubuntu Hardy.
--
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=13956
Summary: Warcraft III does not start
Product: Wine
Version: 1.0-rc5
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: amikrop(a)gmail.com
I am using Wine 1.0-rc5 under Ubuntu 8.04. When I try to run Warcraft III
(either Reign of Chaos, or The Frozen Throne), I get stack at a black screen,
right after Warcraft lowers the screen resolution (as it always does). No logs
are created, and that occurs whether I use the -opengl Warcraft option, or not.
--
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=12965
Summary: Weird border in MSN Messenger when hiding tittle bar
Product: Wine
Version: 0.9.61.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winex11.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jaimerave(a)gmail.com
After you select hide the tool bars in MSN Messenger, the contact list and the
chat window have an ugly border. Looks like the windows are draw in the
incorrect position.
--
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=11596
Summary: Lost Planet:Extreme Condition DX9 Demo: black screen in-
game
Product: Wine
Version: 0.9.55.
Platform: PC
URL: http://www.nzone.com/object/nzone_lostplanet_downloads.h
tml
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gravisxv(a)yahoo.it
After loading a level, wine fails to render the 3D scene but displaying only
time counter ,compass and life bar.
And there's a strange small stripe in the bottom of the screen which change
colour while moving mouse around.
My graphic card is a Nvidia 8800 GT.
--
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=10011
Summary: A conflict between global and user's %PATH% environment
variables
Product: Wine
Version: 0.9.46.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-console
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sagrer(a)yandex.ru
My program (in Lazarus, compiled in WinXP) adds it's paths into User's PATH
environment variable. User's %PATH% variable stored in
HKEY_CURRENT_USER\Environment\PATH and global windows's variable is stored in
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Session
Manager\Environment\PATH - by default a HKEY_CURRENT_USER\Environment is not
exists - so if i call "wine cmd" from bash, and then from cmd i call "path" or
"set" - it show's me a content of
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Session
Manager\Environment\PATH
But if i only create a HKEY_CURRENT_USER\Environment\PATH in registry - it
shows me only content of HKEY_CURRENT_USER\Environment\PATH, not any content
from HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Session
Manager\Environment\PATH - but in windows XP it shows GlobalPath+";"+UserPath
in a same situation - of cource, it is not a greate problem to copy content
from GlobalPath to LocalPath (for example) manually, but i think that it is a
bug :)
I used 0.9.46 in Ubuntu 6.10 - 0.9.47 just released today - i looked into
changelog but it was no anything for %PATH% or Environment in changes from
0.9.46 to 0.9.47
--
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=21208
Summary: Ventrilo: Installer crashes
Product: Wine
Version: 1.1.28
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: timothy.cartwright(a)gmail.com
Created an attachment (id=25472)
--> (http://bugs.winehq.org/attachment.cgi?id=25472)
wine standard output.
While trying to install Ventrilo, the installer crashes immediately after I hit
"next" at the "ready to install application" window. This window is after the
user info and choose install (folder) destination window.
I've confirmed this on two computers. Both computers are running openSUSE 11.2
and are x86_64
--
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=19737
Summary: Windows are sized incorrectly
Product: Wine
Version: 1.1.27
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: winex11.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: t.talkington(a)insightbb.com
CC: julliard(a)winehq.org
Created an attachment (id=23075)
--> (http://bugs.winehq.org/attachment.cgi?id=23075)
Patch edebc2b75f59b5d0f63e300084eba6fbca814bef
Patch edebc2b75f59b5d0f63e300084eba6fbca814bef (also attached) introduced a
change that causes some windows to be sized to small, preventing access to
anything on the bottom of them (buttons, etc).
Reversing the above patch fixes this problem.
Not all windows seem to be effected, it could be only ones without
titlebars/borders. There are a few applications which do this.
--
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=21484
Summary: The "make -j2" invoked by chromium's webkit build
aborts early?
Product: Wine
Version: 1.1.37
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
After working around bug 21174 with
export NUMBER_OF_PROCESSORS_PLUS_1=2
the commands
wget
http://code.google.com/p/winezeug/source/browse/trunk/testsuites/chromium/b…
sh build.sh build webcore_bindings_sources
failed in an interesting way: each time I ran it, a few more files
appear in C:/chromium/src/chrome/Debug/obj/global_intermedia/webkit/bindings.
I now use
export NUMBER_OF_PROCESSORS_PLUS_1=1
which avoids the problem.
A slightly reduced testcase is
sh build.sh cmd
cd c:\chromium\src\third_party\WebKit\WebCore\WebCore.gyp
call c:\chromium\src\third_party\cygwin\setup_env.bat
set CYGWIN=nontsec
bash -c "make OutDir=c:/chromium/src/chrome/Debug
IntDir=C:/chromium/src/chrome/Debug/obj/webcore_bindings_sources -j2 -f
webcore_bindings_sources_rules.mk"
That makefile invokes a python script which invokes a perl script.
Evidently running that in parallel is too much for wine at the moment?
--
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.