https://bugs.winehq.org/show_bug.cgi?id=39698
Bug ID: 39698
Summary: winde don't install from CD/DVD
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: gipfelsturm111(a)gmx.net
Distribution: ---
wine don't install programs from CD or DVD. I have testet it with the game
Risen and Risen 3. I have copy the DVD on my HDD and have startet from the HDD
and it work.
I have mounted the dvd on kde 5 and start with wine "D:\\setup.exe". The
installe start and show an undefined error on kde.
Example:
>SetupNew\setup.cpp (143)
PAPP:
PVENDOR:
PGUID:
$
@Windows XP Service Pack 3 (2600)
IE Version: 9.0.8112.16421
--
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.
https://bugs.winehq.org/show_bug.cgi?id=44567
Bug ID: 44567
Summary: Deus Ex: Human Revolution doesn't exit, hangs
Product: Wine
Version: 3.1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: emailofchris(a)gmail.com
Distribution: Other
Created attachment 60535
--> https://bugs.winehq.org/attachment.cgi?id=60535
The output of launching Steam, then DX:HR; clicking Exit in the game menu, then
ending the process (sigterm).
The game freezes up when I click Exit, so I have to send SIGTERM to the
process. Using Wine on Solus (Gallium Nine enabled).
--
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=21520
Summary: Monty Python's Complete Waste Of Time by 7th Level
does not go beyond opening scene.
Product: Wine
Version: 1.1.37
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jaybird25(a)gmail.com
Monty Python's Complete Waste Of Time game does not go beyond the opening scene
when started, the program just freezes. It did install correctly and seems to
start up properly under Wine. There are no errors reported when opening the
game.
--
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.
https://bugs.winehq.org/show_bug.cgi?id=44457
Bug ID: 44457
Summary: Error window when leaving hearstone.
Product: Wine
Version: 3.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: maxi.cass11(a)gmail.com
Distribution: ---
Created attachment 60397
--> https://bugs.winehq.org/attachment.cgi?id=60397
crashDump wine-3.0
When you leave the game wine display an error window and print this in the
terminal:
03f1:fixme:win:UnregisterDeviceNotification (handle=0xcafeaffe), STUB!
wine: Unhandled page fault on read access to 0x0197a850 at address 0x68b371
(thread 03f1), starting debugger...
--
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.
https://bugs.winehq.org/show_bug.cgi?id=45487
Bug ID: 45487
Summary: vulkan's test cube app fails, reporting "failed to
load textures"
Product: Wine
Version: 3.12
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: lucianposton(a)pm.me
Distribution: ---
Created attachment 61842
--> https://bugs.winehq.org/attachment.cgi?id=61842
WINEDEBUG=+vulkan
The cube.exe vulkan test app included in vulkan's SDK fails with the error
message popup, "failed to load textures".
wine --version
wine-3.12
attached WINEDEBUG=+vulkan and cube.exe
--
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.
https://bugs.winehq.org/show_bug.cgi?id=45459
Bug ID: 45459
Summary: Furi: Xbox 360 gamepad doesn't work
Product: Wine
Version: 3.12
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: winehq(a)iooioio.hadar.uberspace.de
Distribution: ---
Created attachment 61798
--> https://bugs.winehq.org/attachment.cgi?id=61798
Console output
When running Furi v1.4.95 from gog.com a connected xbox360 gamepad is entirely
ignored.
I am attaching the console output. Relevant lines are probably 72, 77 and 80.
--
Some additional info about my system (just in case):
Distro: elementary OS
Kernel: 4.4.0-130-lowlatency
Graphics: Proprietary NVIDIA 396.24.02
--
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.
https://bugs.winehq.org/show_bug.cgi?id=44132
Bug ID: 44132
Summary: Luajit’s os.execute() does not work well with quoted
arguments
Product: Wine
Version: 2.19
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: cmd
Assignee: wine-bugs(a)winehq.org
Reporter: kp-pav(a)yandex.ru
Distribution: ---
Created attachment 59873
--> https://bugs.winehq.org/attachment.cgi?id=59873
Compiled luajit. That was unpacked to C:\luajit.
With luajit installed to C:\luajit (cross-compiled with mingw as they do not
provide downloadable binaries)
luajit -e "print(os.execute(\"\\\"C:\\luajit\\luajit\\\" -e
\\\"print(1)\\\"\"))"
yields
Can't recognize 'C:\luajit\luajit" -e "print(1)' as an internal or external
command, or batch script.
9009
. This is bad because this is actually how luarocks is creating directories: it
runs `C: & cd … & "path\to\mkdir" -p "path\to\dir\to\create"` (note the spaces
around `&` which do not work, but this is a separate issue).
Note that problem is additional pair of quotes:
luajit -e "print(os.execute(\"\\\"C:\\luajit\\luajit\\\" -e print(1)\"))"
works just fine.
Wine version used is 32-bit wine-any-2.19 from Gentoo portage on a 64-bit
multilib system, USE="X alsa cups fontconfig gecko gstreamer jpeg lcms mono
ncurses nls opengl perl png realtime run-exes scanner ssl threads truetype
udisks xml".
--
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.
https://bugs.winehq.org/show_bug.cgi?id=45419
Bug ID: 45419
Summary: Read-only file system
Product: Wine
Version: 3.3
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: tolikk91(a)yandex.ru
Distribution: ---
Created attachment 61737
--> https://bugs.winehq.org/attachment.cgi?id=61737
for example in UI
Can one make a read-only option for virtual hard disks for better security?
--
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.
https://bugs.winehq.org/show_bug.cgi?id=45409
Bug ID: 45409
Summary: RankedGaming Launcher RGC doesn't start
Product: Wine
Version: 3.11
Hardware: x86
URL: http://www.rankedgaming.com/
OS: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dark.shadow4(a)web.de
Distribution: ---
The program simply outputs
> 0009:fixme:file:FindFirstFileExW flags not implemented 0x00000002
> 0009:fixme:msvcrt:__clean_type_info_names_internal (0x3a85c0) stub
> 0009:fixme:msvcrt:__clean_type_info_names_internal (0x100385c0) stub
> 0009:fixme:msvcrt:__clean_type_info_names_internal (0x11371b8) stub
and doesn't do anything else. It starts fine on my Win7 VM.
--
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=26410
Summary: Wine sets gamma incorrectly - probably uses the
obsolete xgamma interface instead of xrandr interface
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hramrach(a)centrum.cz
When I start a d3d game the gamma on the other monitor changes.
- this is probably an action taken by the program that triggers the gamma
change, it only happens on entering certain scenes
- there is a 'xgamma' utility that sets gamma on the other monitor as wine
does and is unable to set gamma on any other monitor
- I tried to set the "Use XRandr" registry from N to Y but Wine would still
only set gamma on the wrong monitor as xgamma does
--
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.