https://bugs.winehq.org/show_bug.cgi?id=52868
Bug ID: 52868
Summary: TwitchTest crashes.
Product: Wine
Version: 7.6
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jon9097(a)gmail.com
Distribution: ---
TwitchTest is a free program that allows you to measure the speed to Twitch
servers. It runs, but if you test speed to several servers (for example, select
Europe) - it crashes. Log is not attached, because the program is free and you
can reproduce this bug. The download link is attached.
To test need Twitch key, I can not give his, because it is confidential
information.
https://r1ch.net/projects/twitchtest
--
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=27827
Summary: Creo Elements/Direct Modeling Express 4.0 loader
failure due to missing msvcrt.dll dependency
Product: Wine
Version: 1.3.24
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: focht(a)gmx.net
Hello,
a user reported a problem with this app on IRC #winehq.
It seems there is a dll dependency to msvcrt.dll not present with Wine dlls.
--- snip ---
...
0025:Call PE DLL (proc=0x5c172245,module=0x5c170000
L"redirect.dll",reason=PROCESS_ATTACH,res=0x1)
0025:Call KERNEL32.GetEnvironmentVariableW(5c17309c
L"SDREDIRECTION",5c175f30,00000040) ret=5c171d99
0025:Ret KERNEL32.GetEnvironmentVariableW() retval=00000000 ret=5c171d99
0025:Call KERNEL32.lstrcmpiW(5c173810 L"no",5c1730b8 L"") ret=5c17228a
0025:Ret KERNEL32.lstrcmpiW() retval=00000001 ret=5c17228a
0025:Call KERNEL32.SetEnvironmentVariableW(5c1738c0 L"_NO_DEBUG_HEAP",5c1738bc
L"1") ret=5c1722b1
0025:Ret KERNEL32.SetEnvironmentVariableW() retval=00000001 ret=5c1722b1
0025:Call KERNEL32.GetModuleHandleW(00000000) ret=5c1722e0
0025:Ret KERNEL32.GetModuleHandleW() retval=00400000 ret=5c1722e0
0025:Call KERNEL32.GetProcAddress(00400000,5c173954 "ThreadAttached")
ret=5c1722e7
0025:Ret KERNEL32.GetProcAddress() retval=004e6e20 ret=5c1722e7
0025:Call KERNEL32.GetModuleHandleW(00000000) ret=5c1722f9
0025:Ret KERNEL32.GetModuleHandleW() retval=00400000 ret=5c1722f9
0025:Call KERNEL32.GetProcAddress(00400000,5c173964 "ThreadDetached")
ret=5c172300
0025:Ret KERNEL32.GetProcAddress() retval=004e6e40 ret=5c172300
0025:Call KERNEL32.GetModuleHandleW(5c173624 L"MSVCRT") ret=5c17212b
0025:trace:module:LdrGetDllHandle L"MSVCRT" -> (nil) (load path L"C:\\Program
Files\\PTC\\Creo Elements\\Direct Modeling Express
4.0\\binNT;.;C:\\windows\\system32;C:\\windows\\system;C:\\windows;C:\\windows\\system32;C:\\windows;C:\\windows\\system32\\wbem")
0025:Ret KERNEL32.GetModuleHandleW() retval=00000000 ret=5c17212b
0025:Call KERNEL32.GetProcAddress(00000000,5c173618 "setlocale") ret=5c172132
0025:Ret KERNEL32.GetProcAddress() retval=00000000 ret=5c172132
0025:Call KERNEL32.OutputDebugStringW(5c173650 L"redirect: Cannot find
setlocale() in msvcrt.dll.") ret=5c17214b
0025:Ret KERNEL32.OutputDebugStringW() retval=0032fc80 ret=5c17214b
0025:Call KERNEL32.lstrcmpiW(5c173610 L"try",5c1730b8 L"") ret=5c172230
0025:Ret KERNEL32.lstrcmpiW() retval=00000001 ret=5c172230
0025:Call KERNEL32.RaiseException(0000002c,00000000,00000000,00000000)
ret=5c172243
0025:trace:seh:raise_exception code=2c flags=0 addr=0x683704bb ip=683704bb
tid=0025
0025:trace:seh:raise_exception eax=6835dc85 ebx=683e06c4 ecx=00000000
edx=00000010 esi=0032fd18 edi=0032fc90
0025:trace:seh:raise_exception ebp=0032fc78 esp=0032fc14 cs=0073 ds=007b
es=007b fs=0033 gs=003b flags=00200246
0025:trace:seh:call_stack_handlers calling handler at 0x7b9fbf2e code=2c
flags=0
0025:trace:seh:__regs_RtlUnwind code=2c flags=2
0025:trace:seh:__regs_RtlUnwind calling handler at 0x7b9e0be3 code=2c flags=2
0025:trace:seh:__regs_RtlUnwind handler at 0x7b9e0be3 returned 1
...
--- snip ---
The dll init code from "redirect.dll" assumes "msvcrt.dll" has already been
loaded (hence GetModuleHandleW).
There is an earlier loading attempt of "msvcrt.dll" due to Wine builtin
MSVCR100.dll which is later dropped because native MSVCR100.dll has precedence.
--- snip ---
...
0025:warn:module:load_builtin_dll failed to load .so lib for builtin
L"C:\\windows\\system32\\MSVCR100.dll":
/home/focht/.wine/dosdevices/c:/windows/system32/msvcr100.dll: invalid ELF
header
0025:trace:module:load_builtin_dll Trying built-in L"MSVCR100.dll"
0025:trace:module:load_dll looking for L"msvcrt.dll" in L"C:\\Program
Files\\PTC\\Creo Elements\\Direct Modeling Express
4.0\\binNT;.;C:\\windows\\system32;C:\\windows\\system;C:\\windows;C:\\windows\\system32;C:\\windows;C:\\windows\\system32\\wbem"
0025:trace:module:get_load_order looking for
L"C:\\windows\\system32\\msvcrt.dll"
0025:trace:module:get_load_order got hardcoded default for L"msvcrt.dll"
0025:trace:module:load_dll L"C:\\windows\\system32\\msvcrt.dll" is a fake Wine
dll
0025:trace:module:load_builtin_dll Trying built-in L"msvcrt.dll"
0025:trace:module:load_dll looking for L"kernel32.dll" in L"C:\\Program
Files\\PTC\\Creo Elements\\Direct Modeling Express
4.0\\binNT;.;C:\\windows\\system32;C:\\windows\\system;C:\\windows;C:\\windows\\system32;C:\\windows;C:\\windows\\system32\\wbem"
0025:trace:module:load_dll Found L"C:\\windows\\system32\\KERNEL32.dll" for
L"kernel32.dll" at 0x68350000, count=7
0025:trace:module:load_dll looking for L"ntdll.dll" in L"C:\\Program
Files\\PTC\\Creo Elements\\Direct Modeling Express
4.0\\binNT;.;C:\\windows\\system32;C:\\windows\\system;C:\\windows;C:\\windows\\system32;C:\\windows;C:\\windows\\system32\\wbem"
0025:trace:module:load_dll Found L"C:\\windows\\system32\\ntdll.dll" for
L"ntdll.dll" at 0x7b980000, count=7
0025:trace:module:load_builtin_callback loaded msvcrt.dll 0x116490 0x68780000
0025:trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\msvcrt.dll"
at 0x68780000: builtin
0025:trace:module:load_dll Loaded module L"C:\\windows\\system32\\msvcrt.dll"
(builtin) at 0x68780000
0025:trace:module:load_dll looking for L"kernel32.dll" in L"C:\\Program
Files\\PTC\\Creo Elements\\Direct Modeling Express
4.0\\binNT;.;C:\\windows\\system32;C:\\windows\\system;C:\\windows;C:\\windows\\system32;C:\\windows;C:\\windows\\system32\\wbem"
0025:trace:module:load_dll Found L"C:\\windows\\system32\\KERNEL32.dll" for
L"kernel32.dll" at 0x68350000, count=8
0025:trace:module:load_builtin_callback loaded msvcr100.dll 0x116398 0x68740000
0025:trace:loaddll:load_builtin_dll Loaded
L"C:\\windows\\system32\\msvcr100.dll" at 0x68740000: builtin
0025:Call PE DLL (proc=0x6874bac4,module=0x68740000
L"msvcr100.dll",reason=WINE_PREATTACH,res=(nil))
0025:Ret PE DLL (proc=0x6874bac4,module=0x68740000
L"msvcr100.dll",reason=WINE_PREATTACH,res=(nil)) retval=0
0025:trace:module:load_dll L"C:\\windows\\system32\\MSVCR100.dll" pre-attach
returned FALSE, preferring native
0025:trace:module:LdrUnloadDll (0x68740000)
0025:trace:module:LdrUnloadDll (L"msvcr100.dll") - START
0025:trace:module:MODULE_DecRefCount (L"msvcr100.dll") ldr.LoadCount: 0
0025:trace:module:MODULE_DecRefCount (L"msvcrt.dll") ldr.LoadCount: 0
0025:trace:module:MODULE_DecRefCount (L"KERNEL32.dll") ldr.LoadCount: 7
0025:trace:module:MODULE_DecRefCount (L"ntdll.dll") ldr.LoadCount: 6
0025:trace:module:MODULE_DecRefCount (L"KERNEL32.dll") ldr.LoadCount: 6
0025:trace:module:free_modref unloading L"C:\\windows\\system32\\msvcrt.dll"
0025:trace:module:free_modref unloading L"C:\\windows\\system32\\msvcr100.dll"
0025:trace:module:LdrUnloadDll END
0025:trace:module:load_native_dll Trying native dll
L"C:\\windows\\system32\\MSVCR100.dll"
...
--- snip ---
It would be helpful if someone could install the app on Windows and load
"SolidDesigner.exe" main executable in Dependency Walker Tool
(http://www.dependencywalker.com/) to figure out which dll pulls in
"msvcrt.dll".
In the listview select "msvcrt.dll" and then right click context menu
"highlight matching module in tree".
This would ideally show the parent dll in tree view that pulls in the
dependency.
Regards
--
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=24946
Summary: uTorrent Release Candidate 2 (2.2 build 22732) hangs
on start up
Product: Wine
Version: 1.3.6
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: t.artem(a)mailcity.com
µTorrent hangs on start up here in Wine 1.3.5 and 1.3.6. I've double checked
with an empty $HOME/.wine.
I'm using Fedora 14 i686.
--
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=53147
Bug ID: 53147
Summary: kernel32:process - test_QueryInformationJobObject()
fails randomly on Windows 8
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Windows
Status: NEW
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
kernel32:process - test_QueryInformationJobObject() fails randomly on Windows
8:
process.c:2758: Test failed: Expected basic_accounting_info.ActiveProcesses to
be 2 (2) is 3
https://test.winehq.org/data/patterns.html#kernel32:process
--
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=26359
Summary: VMWare Player Setup has no GUI
Product: Wine
Version: 1.3.15
Platform: x86-64
URL: http://www.computerbild.de/download/VMware-Player-9032
75.html
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nerv(a)dawncrow.de
Created an attachment (id=33580)
--> (http://bugs.winehq.org/attachment.cgi?id=33580)
console log
VMware-player-3.1.3-324285 Setup only has white screen. From console log i
would guess it's gecko related.
--
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=53540
Bug ID: 53540
Summary: PowerPoint 2000 - No printers available in dialog
window
Product: Wine
Version: 7.14
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jpleonard12(a)gmail.com
Distribution: ---
Created attachment 72902
--> https://bugs.winehq.org/attachment.cgi?id=72902
Screenshot of print dialog window
When trying to print in PowerPoint 2000, it does not show the list of installed
printers in the dialog. The box is completely blank. This behavior is present
in Wine 7.14, and at least as far back as Wine 5.19.
It should be noted that in Word 2000 (in the same wine installation) all the
installed printers are shown in its print dialog window.
--
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=51966
Bug ID: 51966
Summary: Autostart fluidsynth
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: es20490446e(a)gmail.com
Distribution: ---
Many distros keep fluidsynth off by default because it consumes quite some
memory (126MiB), and usually it conflicts with other user sessions (only one
session can run fluidsynth at the same time).
If fluidsynth isn't running Wine could autostart it, so midi music works. Once
Wine is closed, if it was started by Wine, Wine could close it.
A good default configuration for launching it is:
fluidsynth -si -a alsa -m alsa_seq -C no -g 0.5 -L 1 -r 48000 -R yes -z 1024 -o
synth.default-soundfont="[soundfont]"
Where soundfont could be, if present and in this order:
- GeneralUser.sf2 (better more realistic audio)
- FluidR3_GM.sf2 (more frequent)
Under one of these folders, depending on the distro:
/usr/share/soundfonts (fluidsynth default, modern)
/usr/share/sounds/sf2 (debian default, vintage)
--
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=20482
Summary: Tunnelier Win32 SSH client shows a very tall dialog
upon exiting
Product: Wine
Version: 1.1.32
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: christianuceda(a)yahoo.com
Created an attachment (id=24385)
--> (http://bugs.winehq.org/attachment.cgi?id=24385)
Anomalous confirmation dialog
Tunnelier is a nice Win32 SSH graphical client.
Get the software from:
$wget http://dl.bitvise.com/Tunnelier-Inst.exe
Then install:
$wine Tunnelier-Inst.exe
To run it:
$wine tunnelier
to reproduce the bug just log into any ssh enabled server, the console and the
SFTP window will open automatically after logging in.
Then click on exit, a requester stating that there is a session running will
appear asking for exit confirmation.
This confirmation dialog is anomalous, the text on it appears like a tall
vertical column.
See attached capture.
--
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=46232
Bug ID: 46232
Summary: Page fault in AmiPro 3.1
Product: Wine
Version: 3.0.3
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jeppe(a)bundsgaard.net
Distribution: ---
Created attachment 62930
--> https://bugs.winehq.org/attachment.cgi?id=62930
Dump
AmiPro (https://winworldpc.com/product/amipro/3x) can now be installed without
errors. An earlier problem with too many fonts has been solved (the hack in
this bug has been implemented:
https://bugs.winehq.org/show_bug.cgi?id=15906#c9).
But when running the program, I get a "Unhandled exception: page fault on read
access to 0xffffffff in 16-bit code (1e2f:0476)."
I have tried with windows versions from 2.0, 3.1, xp, Windows 7. They all
through the same error.
Any suggestions?
--
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=38104
Bug ID: 38104
Summary: 7k2: Game screen don't repaint
Product: Wine
Version: 1.7.35
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: slawek(a)lach.art.pl
Distribution: ---
Created attachment 50772
--> https://bugs.winehq.org/attachment.cgi?id=50772
Output from console
Once game is started 7k2 don't repaint screen. It only repaint screen on mouse
position(small rectangle - possible with size of cursor size).
In menu screen was repainted normally.
I submited many years ago path for it, but it wasn't applied. I submited it to
wine-hackers mailing list. The response was: Microsoft never released dx6 for
Windows - it was only version for Sega Dreamcast.
In these moment menu don't show - there was only displayed error message "Wine
cann't attach flipping surface". The error don't appears now, the menu is
correctly draw, but no screen in game is repainted.
But this is another error. Now only screen don't repaint. As I remeber, this is
possible bug with locks.
--
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.