http://bugs.winehq.org/show_bug.cgi?id=12675
Summary: Lego Racers crashes with quartz (avispliter, pullpin)
induced crash
Product: Wine
Version: 0.9.59.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: quartz
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: echidnaman(a)gmail.com
Created an attachment (id=12337)
--> (http://bugs.winehq.org/attachment.cgi?id=12337)
Error log
Upon startup, Lego Racers crashes when the "Lego Media" avi is supposed to be
played. This does not occur with the demo. I tested this with a vanilla .wine
folder, so there has been no chance for a native quartz.dll file to mess up the
registry.
I believe this is a regression, probably to be blamed on Maarten Lankhorst's
recent quartz improvements. :P
I don't have the resources to perform a regression test, nor did I test this
game with the previous version, so I don't know if the app broke then or now.
--
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=14901
Summary: MoveFile fails when used to recase some letters of the
filename
Product: Wine
Version: 1.1.2
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: redneb(a)mailinator.com
When my program executes the MoveFile windows API function having as arguments
two strings that are equal (in a case insensitive way) then MoveFile fails and
GetLastError returns 183 (i.e. "File already exists"). For example, assume that
the current directory contains a file "foobar". If you run
MoveFile("foobar","Foobar") you will get the above error. On the contrary this
works fine under windows. Even MoveFile("foobar","foobar") works under windows.
I have tested that with 0.9.61/1.1.0/1.1.2 (under Gentoo) and 1.0.0 (under
Ubuntu).
--
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=16706
Summary: Layered Window test hangs and hides the mouse
Product: Wine
Version: 1.1.11
Platform: PC
URL: http://msdn.microsoft.com/en-
us/magazine/cc164642.aspx?code=true&level=root%2cLayered
Win%2cDebug
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jaimerave(a)gmail.com
After testing a Layered window example, found that the program seems to hang
and if you try to click any object inside of the window you'll see that the
cursor just disappear.
The source code of the test is also available.
--
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=16107
Summary: server/mach.c: bootstrap_register is deprecated
Product: Wine
Version: 1.1.8
Platform: PC
OS/Version: Mac OS X 10.5
Status: NEW
Keywords: download, source
Severity: minor
Priority: P2
Component: wineserver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
gcc -c -I. -I. -I../include -I../include -D__WINESRC__ -Wall -pipe
-fno-strict-aliasing -Wdeclaration-after-statement -Wwrite-strings
-Wpointer-arith -g -O2 -o mach.o mach.c
mach.c: In function ‘init_tracing_mechanism’:
mach.c:104: warning: ‘bootstrap_register’ is deprecated (declared at
/usr/include/servers/bootstrap.h:268)
And from bootstrap.h:
/*
* bootstrap_register()
*
* Registers a send right for service_port with the service identified by
* service_name. Attempts to register a service where an active binding
* already exists are rejected.
*
* If the service was previously declared with bootstrap_create_service(),
* but is not currently active, this call can be used to undeclare the
* service. The bootstrap port used must have sufficient privilege to
* do so. (Registering MACH_PORT_NULL is especially useful for shutting
* down declared services).
*
* This API is deprecated. Old scenarios and recommendations:
*
* 1) If the code was registering a well known name, please switch to launchd.
*
* 2) If the code was registering a dynamically generated string and passing
* the string to other applications, please rewrite the code to send a Mach
* send-right directly.
*
* 3) If the launchd job maintained an optional Mach service, please reserve
* the name with launchd and control the presense of the service through
* ownership of the Mach receive right like so.
*
* <key>MachServices</key>
* <dict>
* <key>com.apple.windowserver</key>
* <true/>
* <key>com.apple.windowserver.active</key>
* <dict>
* <key>HideUntilCheckIn</key>
* <true/>
* </dict>
* </dict>
*
*
* Errors: Returns appropriate kernel errors on rpc failure.
* Returns BOOTSTRAP_NOT_PRIVILEGED, if request directed to
* bootstrap port without privilege.
* Returns BOOTSTRAP_NAME_IN_USE, if service has already been
* register or checked-in.
*/
kern_return_t bootstrap_register(
mach_port_t bp,
name_t service_name,
mach_port_t sp)
AVAILABLMAC_OS_X_E_VERSION_10_0_AND_LATER_BUT_DEPRECATED_IN_MAC_OS_X_VERSION_10_5;
--
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=17585
Summary: Wine behave case sensitive over CIFS/samba share
Product: Wine
Version: 1.1.16
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: pepie34(a)gmail.com
Assuming you've got a computer A with the following files:
- use_mingw_dll.exe
- MinGW_DLL.dll
'use_mingw_dll.exe' was compiled to use 'mingw_dll.dll' all in lower case.
(file sources/ build script in the attachment)
You can run Wine locally on computer A with 'use_mingw_dll.exe'. Wine is clever
enough to load all the dll that the app needs even if the dll case may vary and
even if the local file system is case sensitive.
Computer A as a samba share defined to export those two files.
(smb.conf share definition in the attachment).
Now we introduce computer B, it mounts this share to mnt:
$ mount -t cifs -o username=mylogin //serverip/testdll mnt
If you try to launch 'use_mingw_dll.exe' it will failed as Wine behave now with
case sensitivity:
$wine mnt/use_mingw_dll.exe
err:module:import_dll Library mingw_dll.dll (which is needed by
L"Z:\\home\\mylogin\\tmp\\testdll\\mnt\\use_mingw_dll.exe") not found
err:module:LdrInitializeThunk Main exe initialization for
L"Z:\\home\\mylogin\\tmp\\testdll\\mnt\\use_mingw_dll.exe" failed, status
c0000135
Whereas 'ls' command recognizes correctly the dll with no case sensitivity:
$ ls mnt/mingw_dll.dll
mnt/mingw_dll.dll
$ ls mnt/mingw_DLL.dll
mnt/mingw_DLL.dll
$ls mnt/MiNgW_DlL.DlL
mnt/MiNgW_DlL.DlL
I have noticed this behavior on at least 3 different win32 apps and on the toy
example in the attachment.
(I'm on ubuntu intrepid ibex, samba 3.2 wine 1.1.16)
Strangely, if I put "case sensitive=yes" on the definition of the samba share,
Wine will work. Nevertheless, you'd better not set this option on yes when real
windows computer access the share. "unix extensions = no" option do nothing.
--
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=12686
Summary: Lego Racers crashes at startup
Product: Wine
Version: 0.9.59.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: echidnaman(a)gmail.com
Lego Racers crashes during startup with Wine 0.9.60. Here is the console
output, I'm not attaching it since it's only 2 lines:
wine: Unhandled page fault on write access to 0x00223000 at address 0xb7d224e7
(thread 0009), starting debugger...
err:seh:raise_exception Unhandled exception code c0000005 flags 0 addr
0x7ef9efdc
To reach this crash one must bypass bug 12675 by either using the -novideo
option to launch the game or by using a native quartz.dll. Either workaround
gives the same crash.
The demo of the game doesn't crash.
--
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=13351
Summary: Empire Earth v. 1.00 Wine Bugs (Wine 1-0-rc1)
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fr.fr(a)vr-web.de
Created an attachment (id=13250)
--> (http://bugs.winehq.org/attachment.cgi?id=13250)
everything of the error output ( 2> EElog.txt)
Game has a very low FPS Rate. Even the Menu is very slow, so that the mouse
hangs.
The first frames are ok, but then the game gets a little bit brighter and
brighter, and the mouse begins to hang. I think there could be a problem with
the transparency of the mousecourser. Sorry that I can't give you detailed
information about this Problem.
I Attach every thing i found out.
PS: Now i recogniced that the coursor is drawen 2 or more times to the screen.
Or the Screen is not refreshed. And the coursor background is not realey
transparenct. Every thing in the Game witch needs transparency has problems.
When I start a Map i got 60 FPS after 5 sec. i got only 2 FPS. But i don't
changed anything.
If you need a Screenshot of the brighter Game feel free to contact me.
--
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=10696
Summary: Direct3D mode in Age of Wonders 2 demo is unusably slow
and glitchy
Product: Wine
Version: 0.9.50.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: wine-directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sharparrow1(a)yahoo.com
(Demo available at http://www.triumphstudios.com/ageofwonders2/files.html; it
installs quite painlessly.)
Note that Direct3D mode is the default for this game, but can be turned off
through the included configuration app aow2Setup.exe. However, when Direct3D
mode is not enabled, some graphical effects are disabled.
Multiple issues with Direct3D mode in Age of Wonders 2 demo; I'm not really
sure how related these are, but I'll put them together, I guess, since I'm not
sure separate bugs would be useful without any real idea of what is causing
these effects:
1. In-game repainting speed is unusably slow. (To get in-game quickly, press
the "Tutorial" button.)
2. There are graphical glitches in-game: for one very obvious example, use the
scroll wheel to change the zoom level, and all the UI on the bottom gets
painted over.
3. The "buy now" screen (accessible by clicking "Quit" on the main menu)
flickers severely.
I'm using Wine 0.9.50 on Ubuntu 7.10; I have an Intel Core Duo and and
ATI Mobility X1400, and I'm using the version of fglrx that comes with
Ubuntu.
--
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=15670
Summary: CamBam fails to run with unhandled exception
Product: Wine
Version: 1.1.6
Platform: PC
URL: http://www.cambam.co.uk/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mellery(a)gmail.com
Created an attachment (id=16731)
--> (http://bugs.winehq.org/attachment.cgi?id=16731)
error log
The free version of CamBam crashes with an unhandled exception when I try to
run it. I've attached the error log.
--
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=11132
Summary: Picasa order prints signin dialog, clicking register
does nothing
Product: Wine
Version: 0.9.52.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jeffzaroyko(a)gmail.com
wine-0.9.52, Ubuntu 7.10, nVidia FX 5200
Picasa 2.2.0
When trying to use the order prints function, after clicking on a print
provider, the sign-in dialog has a 'Register'/'Create an Account', clicking on
this appears to do nothing.
Not sure which component this is, leaving as -unknown.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.