https://bugs.winehq.org/show_bug.cgi?id=48832
Bug ID: 48832
Summary: Magic The Gathering Online does not start due to long
file names
Product: Wine
Version: 5.4
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: panard(a)inzenet.org
Distribution: ---
Created attachment 66749
--> https://bugs.winehq.org/attachment.cgi?id=66749
increase OFS_MAXPATHNAME
Since the 2020-03-25 update of MTGO client, wine fails to start the program.
It is actually due to filenames which exceed OFS_MAXPATHNAME (128).
See debug at
https://github.com/pauleve/docker-mtgo/issues/79#issuecomment-605118041
Increasing OFS_MAXPATHNAME256 (see patch) fixed the issue and MTGO works again.
--
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=48441
Bug ID: 48441
Summary: mouse coordinates cannot exceed initial desktop size
during startup of wineserver
Product: Wine
Version: 5.0-rc4
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dvbochove(a)hotmail.com
Distribution: ---
Created attachment 66219
--> https://bugs.winehq.org/attachment.cgi?id=66219
archive with a script and textfile demonstrating the problem
When starting a Windows application in Wine, with desktop dimensions of e.g.
800x600, and extending the desktop dimensions to e.g. 1280x1024 while
wineserver is still running, the desktop dimensions reported to the application
are correct since the support for XRandR device change notifications in Wine
4.17.
However, the mouse coordinates in e.g. WM_MOUSEMOVE never exceed the original
desktop dimensions of 800x600.
Only restarting wineserver resolves this.
The attachment demonstrates the problem, containing a small bash script and a
textfile for notepad.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.
http://bugs.winehq.org/show_bug.cgi?id=10325
Summary: Avencast: Rise of the Mage crash on attempt to play
startup video
Product: Wine
Version: 0.9.48.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: wine-directx
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: cheetahmorph(a)gmail.com
Created an attachment (id=8986)
--> (http://bugs.winehq.org/attachment.cgi?id=8986)
Logfile auto-generated by the Avencast Demo
>From watching the installer, I noticed several .wmv files installed. Game asked
for d3dx9_30.dll, which was copied from my other harddrive partition to the
game folder. Game launches easily, showing the splash screen, and then this
error:
DXC Error (DirectX9)
DXC_VideoPlayerOverlayBase: CoCreateInstance failed (VideoMixingRenderer)
Upon clicking "Ok", the game crashes.
Link to demo:
http://files.filefront.com/Avencast+Rise+of+the+Mage+Demo/;8771255;/fileinf…
Attached: Log that the demo created on its own, might be useful
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=49806
Bug ID: 49806
Summary: WIDL doesn't tolerate attribute [hidden] within enums.
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: tools
Assignee: wine-bugs(a)winehq.org
Reporter: kolan_n(a)mail.ru
Distribution: ---
WIDL doesn't tolerate attribute [hidden] within enums.
--
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=38964
Bug ID: 38964
Summary: utils.c NULL pointer reference in memcpy
Product: Wine
Version: 1.7.47
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: tools
Assignee: wine-bugs(a)winehq.org
Reporter: vitti570(a)gmail.com
Distribution: ---
In widl/utils.c:379
memcpy( output_buffer + output_buffer_pos, data, size );
the pointer data is NULL.
This is during wine build on x86-64 with default -m32 option.
I double checked it by prefixing the instruction with "assert(data)" as in
assert(data),memcpy( output_buffer + output_buffer_pos, data, size );
--
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=49924
Bug ID: 49924
Summary: comctl32: Enable Tab key of IP address controls
Product: Wine
Version: 5.18
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: comctl32
Assignee: wine-bugs(a)winehq.org
Reporter: katayama.hirofumi.mz(a)gmail.com
Distribution: ---
Created attachment 68300
--> https://bugs.winehq.org/attachment.cgi?id=68300
The patch
The IP Address controls (window class: SysIPAddress32) won't accept Tab key and
Shift+Tab key.
If the user pressed Tab key on SysIPAddress32, SysIPAddress32 should set focus
to the next field. If the user pressed Shift+Tab key, SysIPAddress32 should set
focus to the previous field.
--
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=49591
Bug ID: 49591
Summary: Multiple GOG installers display the error message "Out
of Global Vars range"
Product: Wine
Version: 5.12
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: qsniyg(a)mail.com
Distribution: ---
(This isn't a new issue, but I couldn't find any existing bug reports about
this)
This doesn't prevent the installers from working, as it only pops up at the end
of the installation, so it's not a major issue.
The smallest installer for a free game I could find (so far) that can reproduce
this issue is Stargunner: https://www.gog.com/game/stargunner . There are other
smaller installers (such as Ultima 4), but they don't contain this issue (at
least not when I tested them).
Looking at the GOG log (C:/users/.../Temp/Setup Log ...), these lines look
relevant:
--- snip ---
CurStepChanged raised an exception.
Exception message:
Message box (OK):
Runtime Error (at 73:1379):
--- snip ---
Current Page: Finished
Exception message:
Message box (OK):
Runtime Error (at 211:814):
Out of Global Vars range.
--- snip ---
Exception message:
Message box (OK):
Invalid Opcode.
--- snip ---
Looking at the wine log:
--- snip ---
1384816.651:00cc:00d0:trace:nls:MultiByteToWideChar cp 1252 "Out of Global Vars
range" -> L"Out of Global Vars range", ret = 24
1384816.651:00cc:00d0:Ret KERNEL32.MultiByteToWideChar() retval=00000018
ret=00405449
1384816.651:00cc:00d0:Call
KERNEL32.RaiseException(0eedfade,00000001,00000007,0031dca8) ret=004a0c4b
1384816.652:00cc:00d0:trace:seh:raise_exception code=eedfade flags=1
addr=0x7b00f787 ip=7b00f787 tid=00d0
--- snip ---
I'm not quite sure what is the cause of the issue yet. There are multiple other
eedfade (pascal) exceptions, but I don't believe they are related (one is due
to trying to access c:\\gog games\\Stargunner\\goglog.ini, which doesn't exist,
another is due to trying to access a non-existing CLSID in HKEY_CLASSES_ROOT)
--
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=22616
Summary: problem with merriam-webster-dictionary
Product: Wine
Version: 1.1.43
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: romangrubecki(a)hotmail.com
Merriam- Webster 3.11 dictionary does not work.
I have 2 Ubuntu versions on 2 separate hard drives.
In Ubuntu 9.10 and wine 1.1.43 - works perfect. I have installed Webster 4
months ago. with older version of wine. Since then I keep upgrading Wine and
dictionary still works fine.
Then I have installed Ubuntu 10.04 from cd on separate hard drive. I installed
Wine from repository. Webster dictionary does not work on this instalation. Is
the same version of wine, and the same computer.
Communicate appears: The program Merriam-Webster.exe has encountered a serious
problem and needs to close.
--
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=49738
Bug ID: 49738
Summary: "warning: implicit declaration of function
‘strtoumax’" when compiling PuTTY with Winelib
Product: Wine
Version: 5.15
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: msvcrt
Assignee: wine-bugs(a)winehq.org
Reporter: alexhenrie24(a)gmail.com
Distribution: ---
Created attachment 68035
--> https://bugs.winehq.org/attachment.cgi?id=68035
Build log
To reproduce, run the following commands:
git clone https://git.tartarus.org/simon/putty.git
cd putty
./mkfiles.pl
make -C windows -f Makefile.mgw CC="winegcc -mno-cygwin" COMPAT="-D__MINGW32__"
RC=wrc
The complete build log is attached. There are numerous warnings; this bug
report is specifically about this one:
../testcrypt.c: In function ‘get_uint’:
../testcrypt.c:405:23: warning: implicit declaration of function ‘strtoumax’;
did you mean ‘strtoull’? [-Wimplicit-function-declaration]
405 | uintmax_t toret = strtoumax(string, NULL, 0);
| ^~~~~~~~~
| strtoull
--
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.