http://bugs.winehq.org/show_bug.cgi?id=17582
Summary: Version/install test crashes on OpenSolaris
Product: Wine
Version: 1.1.16
Platform: PC
URL: http://test.winehq.org/data/0d7bec3578e02e1f551813e86100
b59e36aec542/wine_ae-opensolaris/version:install.html
OS/Version: SunOS
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=19739)
--> (http://bugs.winehq.org/attachment.cgi?id=19739)
+relay,+seh,+tid,+ver
austin@opensolaris:~/wine-git/dlls/version/tests$ make install.ok
../../../tools/runtest -q -P wine -M version.dll -T ../../.. -p
version_test.exe.so install.c && touch install.ok
wine: Unhandled page fault on read access to 0x00000000 at address fed13d80
(thread 0009), starting debugger...
Can't attach process 0008: error 6
make: *** [install.ok] Error 5
+relay,+seh,+tid,+ver attached
I debugged it a bit...something in these tests go haywire:
static void test_install_file(void)
...
/* testing Invalid Parameters */
memset(tmpname,0,sizeof(tmpname));
rc = VerInstallFileA(0x0, NULL, NULL, NULL, NULL, NULL, tmpname, &size);
ok (rc == 0x10000 && tmpname[0]==0," expected return 0x10000 and no
tempname, got %08x/\'%s\'\n",rc,tmpname);
memset(tmpname,0,sizeof(tmpname));
size = MAX_PATH;
rc = VerInstallFileA(0x0, szSrcFileName, NULL, NULL, NULL, NULL, tmpname,
&size);
ok (rc == 0x10000 && tmpname[0]==0," expected return 0x10000 and no
tempname, got %08x/\'%s\'\n",rc,tmpname);
memset(tmpname,0,sizeof(tmpname));
size = MAX_PATH;
rc = VerInstallFileA(0x0, szSrcFileName, szDestFileName, NULL, NULL, NULL,
tmpname, &size);
ok (rc == 0x10000 && tmpname[0]==0," expected return 0x10000 and no
tempname, got %08x/\'%s\'\n",rc,tmpname);
Commenting those out with #if 0, #endif allows the test to pass.
--
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=14271
Summary: Inital size of scroll bar "thumb" incorrect
Product: Wine
Version: 1.0.0
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mrmikejj(a)gmail.com
The "thumb" in the scroll bar's of DC++ (version 0.706 and 0.707) Notepad Frame
can initially start the wrong size, but moving it makes it turn to the correct
size.
To replicate this, open up DC++ in wine. Open the Notepad Frame. Put in about
7 vertical scrolls worth of text. Close the Notepad. Re-open.
After re-opening the notepad frame, the "thumb" is tiny, after scrolling it
changes to the correct size.
--
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=15759
Summary: CHL Network application fails to start with executable
in Z:\ path
Product: Wine
Version: 1.1.7
Platform: PC
URL: http://www.niftytv.com/clients/CHL_Network_.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: arethusa26(a)gmail.com
With 1.1.7, when attempting to start the application, a cryptic dialog box
displays with the message, "Failed to ensure dir exists: \desktop",
irrespective of the location of the executable in what would be the Z:\ Windows
drive. If moved to ~/.wine/drive_c (C:\), the application is able to start,
although it requires Windows Media Player 9. No relevant terminal output was
noted.
--
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=17857
Summary: Gothic 3 works in no OffscreenRenderingMode
Product: Wine
Version: 1.1.17
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: c_korn(a)gmx.de
Created an attachment (id=20130)
--> (http://bugs.winehq.org/attachment.cgi?id=20130)
issues without OffscreenRenderingMode set
Hello,
I am trying to run Gothic 3 1.7 on wine-1.1.17 using Ubuntu 8.10 (amd64).
My video card is: NVIDIA Quadro NVS 140M
Nvidia driver version: 180.29
I tried multiple OffscreenRenderingMode settings but all have graphic issues.
I will attach a screenshot of each.
The first screenshot shows the issues that occur when no OffscreenRenderingMode
has been set in the registry.
--
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=15610
Summary: When compiling with CFLAGS="-Werror", sys/asoundlib.h is
unusable
Product: Wine
Version: 1.1.6
Platform: PC
OS/Version: Linux
Status: NEW
Keywords: source
Severity: minor
Priority: P2
Component: build-env
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
CFLAGS="-Werror" CC="ccache gcc" ./configure --verbose
checking sys/asoundlib.h usability... no
checking sys/asoundlib.h presence... yes
configure: WARNING: sys/asoundlib.h: present but cannot be compiled
configure: WARNING: sys/asoundlib.h: check for missing prerequisite
headers?
configure: WARNING: sys/asoundlib.h: see the Autoconf documentation
configure: WARNING: sys/asoundlib.h: section "Present But Cannot Be
Compiled"
configure: WARNING: sys/asoundlib.h: proceeding with the preprocessor's result
configure: WARNING: sys/asoundlib.h: in the future, the compiler will take
precedence
configure: WARNING: ## ------------------------------------ ##
configure: WARNING: ## Report this to wine-devel(a)winehq.org ##
configure: WARNING: ## ------------------------------------ ##
Works fine without -Werror though.
--
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=9717
Summary: Gothic 3 -
Product: Wine
Version: unspecified
Platform: PC-x86-64
URL: http://www.gothic3.com/index.php?do=09709911610511111006
1109101100105097
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kgbricola(a)web.de
Created an attachment (id=8141)
--> (http://bugs.winehq.org/attachment.cgi?id=8141)
Graficissue Gothic 3
There is a black "shadow" of the landscape mirrored along the middle of the
screen.
My System:
Fedora 7 x86_64, Nvidia 8800GTS, Proprietary drivers 100.14.11
--
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=9742
Summary: EngineSite segfaults (Segmentation fault)
Product: Wine
Version: unspecified
Platform: PC
URL: http://luckasoft.com/download/perle_le.exe
OS/Version: Linux
Status: UNCONFIRMED
Keywords: regression
Severity: normal
Priority: P2
Component: wine-gdi-(printing)
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xerox_xerox2000(a)yahoo.co.uk
A user reported trouble with this app in this thread:
http://groups.google.nl/group/comp.emulators.ms-windows.wine/browse_thread/…
I tried it , and it just segfaults after the splash screen. However , in
wine-0.9.2 it gets nicely beyond the spash screen, and seems to start fine.
I'll put some more info into this bug later on
--
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=15874
Summary: Dead Space doesn't start
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tsalacinski(a)gmail.com
Dead Space game doesn't start in Wine. It gracefully quits with a message box
saying "Your graphics card doesn't meet the minimum requirements of Dead Space
TM". The game doesn't work in Windows 2000 or Windows XP mode, even if DirectX
9 is installed through winetricks script.
My WINE version:
wine-1.1.7-126-gf34f9ba
--
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.