https://bugs.winehq.org/show_bug.cgi?id=42554
Bug ID: 42554
Summary: The Magic School Bus Explores The Solar System crashes
while loading
Product: Wine
Version: 2.2
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: z.figura12(a)gmail.com
Distribution: ---
Created attachment 57458
--> https://bugs.winehq.org/attachment.cgi?id=57458
backtrace without environment variables
The exact symptoms of the crash seem to vary depending on whether the WINEDEBUG
and WINEPREFIX variables are set (but not what they are set to). Other
environment variables might have an effect, but none of WINEARCH,
WINEDLLOVERRIDES, WINESERVER do.
If neither are set, the crash looks like:
fixme:mmio:MMIO_InstallIOProc Global procedures not implemented
wine: Unhandled page fault on read access to 0x00001240 at address
0x101f:0x0000f104 (thread 0039), starting debugger...
Unhandled exception: page fault on read access to 0x00001240 in segmented
32-bit code (101f:00000509).
If one of the two is set (it does not matter which), the crash looks like:
fixme:mmio:MMIO_InstallIOProc Global procedures not implemented
wine: Unhandled page fault on read access to 0xffffffff at address
0x101f:0x000016ca (thread 0039), starting debugger...
Unhandled exception: page fault on read access to 0xffffffff in segmented
32-bit code (101f:00000509).
If both are set, the crash looks like:
fixme:mmio:MMIO_InstallIOProc Global procedures not implemented
fixme:mciavi:MCIAVI_mciSetAudio (0002, 00004002, 0x66e3d8) Item 0000: stub
fixme:mciavi:MCIAVI_mciSetAudio (0002, 00002002, 0x66e3d8) Item 0000: stub
fixme:mciavi:MCIAVI_mciPlay Unsupported flag 01000005
fixme:mmio:MMIO_InstallIOProc Global procedures not implemented
wine: Unhandled page fault on read access to 0x00004540 at address
0x101f:0x000016b6 (thread 0039), starting debugger...
Unhandled exception: page fault on read access to 0x00004540 in segmented
32-bit code (101f:00000509).
In the former two cases, the program crashes immediately before playing the
introductory video; in the latter case, the program crashes immediately after
the video is played (or skipped).
It may be noteworthy that the crash always occurs in DPMI_PendingEventCheck()
rather than in the program proper, with the problematic instruction being
"testl $0xffffffff,%fs:0x00000200".
I ran a +heap trace and didn't come up with anything.
--
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=43514
Bug ID: 43514
Summary: Beamng.drive requires sm3_rasterizer sysval semantic
0x2
Product: Wine
Version: 2.14
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: byi5000(a)gmail.com
Distribution: ---
fixme:d3d_shader:shader_glsl_setup_sm3_rasterizer_input Unhandled sysval
semantic 0x2.
fixme:d3d_shader:shader_glsl_input_pack Unhandled sysval semantic 0x2.
I *think* this is responsible for the wrong sunshine reflection on the street.
https://msdn.microsoft.com/en-us/library/windows/desktop/bb509647.aspx
--
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=21702
Summary: Continuum: crashes at start up screen
Product: Wine
Version: 1.1.38
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: orbfig(a)wi.rr.com
Created an attachment (id=26235)
--> (http://bugs.winehq.org/attachment.cgi?id=26235)
Terminal output from beginning of execution to the crash
Using openSUSE 11.2 (almost a completely new install, too), Continuum will
crash. Normally Continuum must run using a patched dlls/kernel32/process.c
adding "if (access & PROCESS_VM_WRITE) return NULL;" at the top (otherwise it
will never even reach the first-time-run setup step, let alone the point it's
crashing at.)
This was normally good enough to run the whole game pretty well, but Continuum
now crashes regularly once it reaches the zone select screen (the first window
after the splash logo.)
Backtrace attached.
--
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=35351
Bug ID: 35351
Summary: Allow configuring modifier key mapping
Product: Wine
Version: 1.7.10
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: winemac.drv
Assignee: wine-bugs(a)winehq.org
Reporter: trev(a)adblockplus.org
Classification: Unclassified
Currently the modifier key mapping implemented by Mac driver is: Control =>
Control, Command => Alt, Option => unbound. While this makes some sense, it
also makes sure that all keyboard shortcuts are different between native OS X
applications and Windows applications running via Wine. This is the reason for
numerous requests to remap modifier keys. With the X11 driver people were sent
off reconfiguring X11, this is no longer possible with the Mac driver.
Under http://apple.stackexchange.com/a/116546/66895 I verified that modifying
default_map in dlls/winemac.drv/keyboard.c has the desired effect, one can
define the mapping for the Control key and the two Command keys freely
(changing the mapping for the Option key on the other hand is probably not a
good idea, at least not without changes to the key handling code). What's
missing is merely a way to change the mapping in Wine, patching the binary is
currently the only solution and obviously not a great one. There should be a
way to do the same via a registry key or a configuration file.
--
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=33159
Bug #: 33159
Summary: Loading of some copy-protected .dll Files is not
working (i.e. activation.dll, awc.dll)
Product: Wine
Version: 1.5.25
Platform: x86-64
OS/Version: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: frank(a)ambertation.de
Classification: Unclassified
Some .dll Files are packed and stripped of the relocation table in order to
provide some level of protection against dissasemblers. Those files are
commonly found in DRMed Software.
Trying to start Sim City (2013) in wine on OSX will give a "Activation.dll load
failed" Error. Using WINEDEBUG=+map_image you will find the following line in
the logs
4348.132:0009:warn:module:map_image Need to relocate module from 0x40000000 to
0x10d0000, but there are no relocation records
The same Application runs without problems on wine for linux.
On OSX the memory range 0x00075000-0x40075000 is reserved for WINE_DOS on
startup. When the .dll is loaded, the call to wine_mmap_is_in_reserved_area
will indicate that the base-addres of the library (0x40000000) is already
reserved forcing it to relocate to another, free address range. Without the
relocation table this is impossible and results in the above message.
--
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=43499
Bug ID: 43499
Summary: The Legend of Heroes: Trails of Cold Steel - Graphical
glitches
Product: Wine
Version: 2.14
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: betaversiondot(a)gmail.com
Distribution: ---
Created attachment 58878
--> https://bugs.winehq.org/attachment.cgi?id=58878
repeating part of terminal output
Many graphical glitches.
--
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=42249
Bug ID: 42249
Summary: Speccy installer crashes after clicking "Install"
Product: Wine
Version: 2.0-rc5
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: fjfrackiewicz(a)gmail.com
Distribution: ---
Created attachment 56929
--> https://bugs.winehq.org/attachment.cgi?id=56929
Terminal output Wine 2.0-rc5
Speccy's installer crashes after you click on the "Install" button in Wine
2.0-rc5. I've tried installing this application in a clean prefix as well as
with winetricks -q ie8 installed.
--
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=39229
Bug ID: 39229
Summary: 11111
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: crypt32
Assignee: wine-bugs(a)winehq.org
Reporter: haron13s(a)mail.ru
Distribution: ---
Created attachment 52294
--> https://bugs.winehq.org/attachment.cgi?id=52294
Dragon Age Inquisition
Excuse me. I do not understand how to create a report on the issue. I do as
best I can.
--
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=40482
Bug ID: 40482
Summary: Support set title in start, needed by latest MSYS2
Product: Wine
Version: 1.9.8
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: programs
Assignee: wine-bugs(a)winehq.org
Reporter: fracting(a)gmail.com
Distribution: ---
Windows cmd start supports the below syntax:
start "this is title" cmd
A new cmd window will be created and the title will be set to "this is title".
Wine does not support this syntax, cause latest MSYS2 fails.
--
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=32451
Bug #: 32451
Summary: Cannot install the witcher enhanced edition from GOG
(installation freeze)
Product: Wine
Version: 1.5.19
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bigjohnaumic(a)yahoo.fr
Classification: Unclassified
Created attachment 42811
--> http://bugs.winehq.org/attachment.cgi?id=42811
log file
The installation process is freezing at about a third.
There is a popup with nothing written inside and 4 buttons : 'ok', 'cancel',
'abort', '???' (I can't see the last it's cut and the window is not resizable).
No matter which button I click on the result is the same : it does nothing. I
have then to quit the installation (ctrl-c).
I use a fresh 32bit prefix (with winetricks d3dx9_36 d3dx9_43 vcrun2005).
I use the installer in 7 parts (one .exe and six .bin)
--
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.