http://bugs.winehq.org/show_bug.cgi?id=25765
Summary: Wine cannot create prefix
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sidewalker(a)lavabit.com
Wine fails to create prefix in home folder:
wine: created the configuration directory '/home/user/.wine'
err:rundll32:wWinMain Unable to load L"setupapi"
wine: configuration in '/home/user/.wine' has been updated.
As result, system32 folder is empty.
--
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=25772
Summary: No auto-complete with Wine's command prompt
Product: Wine
Version: unspecified
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: cmd
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ssjgokux3(a)gmail.com
I was having difficulty navigating to the "Program Files (x86)" folder from my
favorite Bash console Guake. Having said that directory I am on a 64-bit
machine. So I went into my home directory and into the Wine system folder and
launched cmd. I tried navigating through the system to try to launch something
and I noticed that I can't do auto complete using the TAB key like you could in
the actual MS-DOS prompt. It just gives me carrots and other symbols like this:
T^
And won't auto complete. This is very frustrating. I am using Wine on Fedora
14. Wine version 1.3.10 and kernel version (For what it's worth)
Linux fedora 2.6.35.10-74.fc14.x86_64 #1 SMP Thu Dec 23 16:04:50 UTC 2010
x86_64 x86_64 x86_64 GNU/Linux
Thank you
--
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=22496
Summary: WINE crashes immediately after running Baldurs Gate I
Product: Wine
Version: 1.1.42
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: opengl
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rozjazd(a)gmail.com
Created an attachment (id=27562)
--> (http://bugs.winehq.org/attachment.cgi?id=27562)
crash log
WINE crashes when I am trying to run Baldurs Gate (latest patched version). It
always crashes instantly after button "PLAY" is clicked (the one in the startup
'splash' menu).
There is also an error popup window window which states:
"The program BGMain2.exe has encountered a serious problem and needs to close.
We are sorry for the inconvenience."
Everything seemed to work under wine 1.0.1 and this problem is not present
under Windows XP.
--
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=25483
Summary: Internet Explorer 6 fails to install
Product: Wine
Version: 1.3.9
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukasz.wojnilowicz(a)gmail.com
Created an attachment (id=32440)
--> (http://bugs.winehq.org/attachment.cgi?id=32440)
Error message
Steps to reproduce:
1) remove ~/.wine
2) winetricks ie6
3) proceed with installation
Behaviour:
See attachment.
Expected behaviour:
ie6 should be installed
Terminal output:
fixme:advapi:DecryptFileA "C:\\users\\WINEUSER\\Temp\\IXP000.TMP\\" 00000000
fixme:storage:create_storagefile Storage share mode not implemented.
fixme:bitblt:client_side_dib_copy potential optimization: client-side
color-index mode DIB copy
fixme:bitblt:client_side_dib_copy potential optimization: client-side
color-index mode DIB copy
fixme:advpack:set_ldids Need to support changing paths - default will be used
fixme:advpack:set_ldids Need to support changing paths - default will be used
fixme:advpack:NeedReboot (0): stub
fixme:inseng:DllGetClassObject {6e449686-c509-11cf-aafa-00aa00b6015c}
{00000001-0000-0000-c000-000000000046} 0x5dea00
err:ole:apartment_getclassobject DllGetClassObject returned error 0x80040111
err:ole:create_server class {6e449686-c509-11cf-aafa-00aa00b6015c} not
registered
err:ole:CoGetClassObject no class object {6e449686-c509-11cf-aafa-00aa00b6015c}
could be created for context 0x5
--
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=19960
Summary: NtQuerySystemInformation(
SystemProcessorPerformanceInformation returns stale
and incorrect values
Product: Wine
Version: 1.1.29
Platform: PC
URL: http://rh-software.com/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ray(a)pobox.co.uk
CC: ray(a)pobox.co.uk
NtQuerySystemInformation( SystemProcessorPerformanceInformation, ...) has the
following issues:
1) DpcTime, IntTime, IntCount not zeroed, they need to be rather then returning
random values.
2) KernelTime should include IdleTime. This is the case on Windows as the per
CPU Idle threads run in Kernel mode.
3) the numbers returned should be 100ns ticks, not clock ticks as this is what
Windows returns.
I have worked round all 3 of these issues in my SIV (http://rh-software.com/)
program (4.01 and later). If they get fixed then please tell what will be
returned by the fixed version.
Both the __APPLE__ and the default sections need fixing starting from around
line 982 in dlls\ntdll\nt.c. The first 2 fixes are trivial and I can't imagine
the last one being too dificult. The current code seems also very strange in
that loads values into heap space when it would be much simpler and faster to
write them directly back to the user buffer.
--
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=22116
Summary: Itunes error
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: johnny_borg(a)yahoo.com.au
Hi, I am about as useless at Linux as possible.
Basically, tried to install i TUnes today, everything worked and seemed to be
going normally.
The program suddenly quit and said that there were errors in the loading.
I cannot run/burn CDs and the whole thing shuts down.
Any ideas of what I can run to fix the error??
Try to really dumb the answer down too, I wont be offended.
Thanks
--
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=14343
Summary: Bigfishgames "Play My Games" Crashes With "Unhandled
page fault"
Product: Wine
Version: 1.0.0
Platform: PC
URL: http://www.bigfishgames.com/download-games/3355/airport-
mania-first-flight/index.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: vik(a)catalyst.net.nz
Created an attachment (id=14640)
--> (http://bugs.winehq.org/attachment.cgi?id=14640)
Debug dump of bigfishgames crash.
After installing the game installer from above, attempts to run the "Play My
Games" application link on the desktop or from the command line result in a
crash. The command line command is:
vik@kereru:~/.wine/dosdevices/c:/Program Files/bfgclient$ env
WINEPREFIX="/home/vik/.wine" wine "C:\Program Files\bfgclient\bfgclient.exe"
Immediate results are:
wine: Unhandled page fault on read access to 0x003a0043 at address 0x40d5d3
(thread 0009), starting debugger...
Full version attached.
vik@kereru:~$ wine --version
wine-1.0
--
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=26196
Summary: Need a way to force processor affinity / or force
single core
Product: Wine
Version: 1.3.14
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gQuigs(a)gMail.com
It does not appear possible to run a wine command with schedtool processor
affinity and have it carry on to what wine actually runs.
I tried it with steam and couldn't get it to do so in the initial command. (you
can do so after running, but then this get's very bad with full screen
games/etc)
I suggest it is added as an option in winecfg, possibly to just force single
core.
Related to BUG 26195
--
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=24870
Summary: thief gold multiprocessor bug not affected by taskset
or schedtool.
Product: Wine
Version: 1.3.4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: i30817(a)gmail.com
The DarkEngine games have a multicore bug where running the games without
affinity set to only one processor locks up the game (especially when attacking
a npc).
In windows, a affinity tool, or the task manager is used to set the process to
one processor, but in ubuntu with wine, tools like taskset, that are supposed
to do the same, don't work with wine programs.
It's hard to reproduce, but attack a npc with the bow on the first mission of
thief gold with sound set to emulated on winecfg.
and run thief with either:
taskset -c 0 wine THIEF.EXE
or
schedtool -a 0 -e wine THIEF.EXE
thief locks up.
Going to a console and checking the affinity with
taskset -c -p (pid of thief)
gives:
pid (pid of thief) current affinity list : 0,1
Obviously something is very wrong.
I have to kill wine to get my display back.
I attach a running output of thief gold after locking up.
--
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.