Statistics: Posted by alfredillo — Tue Jan 21, 2020 4:22 pm — Replies 0 — Views 4
Linux • help me with this pls
Linux • /dev/sr0 CD, not released
I want to install a map software cartoexporer from CD
winehq runs the install software setup_CartoExploreur_3D_107.exe, this software asks to put a second CD
but this does not release the first mounted /dev/sr0, the new installed CD is well mounted, but when I try to access to it
I have an error
CODE:
ll CE3D107_CD011/ls: lecture du répertoire 'CE3D107_CD011/': Erreur d'entrée/sortietotal 0
Regards
François
winhq 4 on linux mint 19.3
Statistics: Posted by wormsf — Wed Jan 22, 2020 5:16 am — Replies 1 — Views 21
Linux • IVMP - GTA IV Multiplayer Modification
there's the debugger pastebin -> https://pastebin.com/D9yXRUnx
and there's the console output -> https://pastebin.com/qkk1zfKy
All the system info is on the debugger paste.
Thanks
Statistics: Posted by Klairm — Wed Jan 22, 2020 8:45 am — Replies 0 — Views 6
Linux • Compiling WinRottGL with winelib under Arch Linux
I've tried to compile WinRottGL 1.74 on Arch Linux: http://www.riseofthetriad.dk/WinRottGL_ ... 4_src_.zip
I have followed the Winelib User's Guide (https://wiki.winehq.org/Winelib_User%27s_Guide).
I ran winemaker with the following options in order to take the msvcrt includes into account:
CODE:
winemaker -I\$(WINELIB_INCLUDE_ROOT)/msvcrt GL_WinRott.vcproj
My Makefile had some minor modifications as well:
CODE:
CEXTRA = -w -fpermissive -mno-cygwinCXXEXTRA = -w -fpermissive -mno-cygwinDEFINES = -DWIN32,NDEBUG,_WINDOWS -D__GNUC__ -DPLATFORM_WIN32 -DUSE_SDL -DUSE_OPENGLINCLUDE_PATH = -I../glut \ -I../../include \ -I/usr/include/wine/msvcrt \ -IH_Files \ -Iassimp/assimp--2.0.863-sdk/include
CODE:
In file included from H_Files/rt_util.h:121, from C_Files/bots.c:50:/usr/include/wine/msvcrt/io.h:176:20: error: ‘open’ aliased to undefined symbol ‘_open’ 176 | extern int WINAPIV open(const char*,int,...) __attribute__((alias("_open"))); | ^~~~/usr/include/wine/msvcrt/io.h:177:20: error: ‘sopen’ aliased to undefined symbol ‘_sopen’ 177 | extern int WINAPIV sopen(const char*,int,int,...) __attribute__((alias("_sopen"))); | ^~~~~winegcc: gcc failed
If you need additional information, please let me know.
Best regards
Statistics: Posted by stvincent — Wed Jan 22, 2020 11:12 am — Replies 0 — Views 6
Linux • A REST service does not run in WINE - any one could support this?
we have a Windows REST service, that we would like to run as a service in Wine.
Under Windows the service works well, but on Wine (Ubuntu 18.04) it does not. I'm not a Wine developer or Windows developer.
Is there someone who could help getting this going?
I have direct contact to the developer of the REST service, so this could be done as a co-work. The developer knows Windows and his service well, but does not know Wine.
Any help is welcome, also payed support.
Thank you
Marc
Statistics: Posted by Marc Mittag — Wed Jan 22, 2020 1:35 pm — Replies 0 — Views 6
Linux • internet settings - connections
control panel - internet settings - connections - automatic configuration - USE WEB PROXY AUTO-DISCOVERY (WPAD)
im interested to do a force uncheck but cant find where its stored.
thanks.
Statistics: Posted by 486 — Wed Jan 22, 2020 2:11 pm — Replies 0 — Views 7
Wine Help • FlexiSIGN-PRO unimplemented function mswsock.dll
https://appdb.winehq.org/objectManager. ... &iId=11750
I installed the Flexisign with Wine 4.0 and it worked fine right after install, but now when I try to send a design to my vinyl cutter I get an error saying 'An unknown failure has occurred. It is recommended that you restart the application'. I checked the log and I see this:
CODE:
wine: Call from 0x7b43e03c to unimplemented function mswsock.dll.GetAddressByNameA, aborting
Thanks!
Statistics: Posted by dinki — Wed Jan 22, 2020 3:08 pm — Replies 0 — Views 7
Linux • Python etup_exception_record error
CODE:
ameer@localhost:~/.wine/dosdevices/c:/Python27$ wine python.exe000b:fixme:winediag:start_process Wine Staging 5.0 is a testing version containing experimental patches.000b:fixme:winediag:start_process Please mention your exact version when filing bug reports on winehq.org.0022:err:plugplay:deviceloop_thread Can't init SDL: Could not initialize UDEV0009:err:seh:setup_exception_record stack overflow 372 bytes in thread 0009 eip 00000000 esp 002311bc stack 0x230000-0x231000-0x420000
Statistics: Posted by amera_09 — Wed Jan 22, 2020 6:44 pm — Replies 0 — Views 1
macOS • win16 app fails with multiple c0000005 exceptions
This software is designed to control older Agilent GC/MS systems which are no longer supported with newer versions of the same software.
Basically a few of the components are win16 apps and the others are win32. The win32 data analysis component (MSDA.EXE) runs OK on Wine 5.0-rc6 on Mac with no major issues other than that the file dialog not allowing you to select the application's 'files' which are actually directories. You can still type the name of the directory manually and it will load the contents correctly.
However, the configuration program (MSCONFIG.EXE) which is win16 crashes on startup.
Having resolved one issue with argument marshalling in win16-32 cross calling (see https://bugs.winehq.org/show_bug.cgi?id=48480) the program now starts but fails to display its menu bar.
The actual he GCMS control program (MSTOP.EXE) is also 16-bit and does not load its menus either, but this doesn’t crash on startup.
As both programs include an interpreter for Chemstation macros, the menus are dynamically programmable. The configuration file that controls the menus errors in a builtin routine called MENUEND. It appears the error handling is internally represented by structured exceptions.
Both programs exhibit the same issues when started with WINEDEBUG=+relay,+menu,+seh,+global.
Exceptions of the following form:
CODE:
002c:Ret KERNEL.19: GLOBALUNLOCK() retval=00000000 ret=12af:13ce ds=1336002c:trace:global:GlobalHandle16 1017002c:Call KERNEL.17: GLOBALFREE(16be) ret=12af:13d6 ds=1336002c:trace:global:GlobalFree16 16be002c:Call KERNEL32.HeapFree(00540000,00000000,005d3498) ret=6ab660cb002c:Ret KERNEL32.HeapFree() retval=00000001 ret=6ab660cb002c:Ret KERNEL.17: GLOBALFREE() retval=00000000 ret=12af:13d6 ds=1336002c:trace:seh:raise_exception code=c0000005 flags=0 addr=0x6ab5e7c9 ip=6ab5e7c9 tid=002c002c:trace:seh:raise_exception info[0]=00000000002c:trace:seh:raise_exception info[1]=000016b8002c:trace:seh:raise_exception eax=00000000 ebx=00000000 ecx=00000000 edx=16bf0000 esi=000002b6 edi=000046ce002c:trace:seh:raise_exception ebp=00004b4a esp=0000452a cs=001b ds=1336 es=0023 fs=11cf gs=000f flags=00010202
When run in winedbg, I see the following:
CODE:
0038:err:thunk:K32WOWHandle16 handle 0x10072 of type 0 has non-zero HIWORDFirst chance exception: page fault on read access to 0x000016b8 in 32-bit code (0x000000006b0147c9).Register dump: CS:001b SS:1337 DS:1336 ES:0023 FS:11cf GS:000f EIP:6b0147c9 ESP:0000452a EBP:00004b4a EFLAGS:00010246( R- -- I Z- -P- ) EAX:00000000 EBX:00000000 ECX:00000000 EDX:16bf0000 ESI:000002b6 EDI:000046ceBad segment (4919)Stack dump:Backtrace:=>0 0x000000006b0147c9 __wine_call_from_16+0x91() in krnl386.exe16 (0x0000000000000000)0x000000006b0147c9 __wine_call_from_16+0x91 in krnl386.exe16: pop %es
It appears that the exception occurs in one of the automatically built thunks defined in winebuild. When tracing, this seems to be on return from GlobalFree16. It’s popping an invalid segment descriptor into DS just before the pop %es. This is segment 0x1337.
I think the err:thunk is irrelevant because the same error occurs in the working MSDA program, and doesn’t occur immediately adjacent to the exceptions.
The problem I am having is that I can’t figure out how to debug through the thunks and the following additional challenges apply:
The exception occurs only after certain GlobalFree16 calls, not all of them,
All the internal calls in GlobalFree16 (such as to HeapFree) appear to succeed.
Looking at the handle usage with +global, the handle 16be is allocated, locked and unlocked in what appears to be a valid sequence.
The exception occurs after calls to GLOBALFREE() with different handles- It’s not just one specific corrupt memory area or handle.
Can anybody suggest how I go about debugging this further?
Is the segment number 1337 significant? Or is a ‘leet’ segment descriptor just a coincidence?
Is this some sort of handle to segment descriptor conversion bug?
Statistics: Posted by Dirk Niggemann — Wed Jan 22, 2020 5:46 pm — Replies 0 — Views 2
Linux • Text input: some key combo modifiers aren't working as expected under wine

My setup:
I'm running Linux Mint 19.3 Cinnamon 64-bit.
I'm using the winehq-devel (5.0) package from the winehq PPA.
The issue: it's about text input with applications running under wine in general, e.g. notepad. When pressing Ctrl + Backspace, instead of deleting the word previous to the text cursor, nothing happens.
Similarly, Ctrl + Delete, which should delete just one word after the cursor, instead deletes everything until the end of line or newline.
Both of those hotkeys work as expected in all of Cinnamon's applications, but also under Windows. (I am a former Windows 7 user.)
Things I have tried to solve the issue:
- Run the applications from a win32 wineprefix
- Override riched20.dll with winetricks
Any ideas?
Statistics: Posted by tmarplatt — Wed Jan 22, 2020 6:33 pm — Replies 0 — Views 3
Wine Help • How install SHAREit
I use Linux Mint 19.3 MATE and would like to install SHAREit, which is a file sharing application over Wi-Fi.
When installing via WINE, an error is shown at the end of the installation.
I tried to install using WINETRICKS but another error is shown.
I would like to receive help from friends, I really wanted to use this application. It is very productive.
Statistics: Posted by WZDondoni — Thu Jan 23, 2020 8:38 am — Replies 0 — Views 5
Wine Help • state of HTTP.SYS
according to the release notes, there's an implementation of HTTP.SYS
Is there any data about how complete it is? We tried to run a web server that uses the interface in wine, but without success.
The error was
Could not find method: HttpSetRequestQueueProperty
which makes me think there are parts still missing.
Regards
Thomas
Statistics: Posted by thomas0815 — Thu Jan 23, 2020 10:38 am — Replies 0 — Views 6
Linux • Unable to Upgrade to Version 5
I awoke this morning to an available Wine upgrade:
CODE:
$ apt list --upgradable Listing... Donewine-stable-amd64/eoan 5.0.0~eoan amd64 [upgradable from: 4.0.3~eoan]wine-stable-i386/eoan 5.0.0~eoan i386 [upgradable from: 4.0.3~eoan]wine-stable/eoan 5.0.0~eoan amd64 [upgradable from: 4.0.3~eoan]winehq-stable/eoan 5.0.0~eoan amd64 [upgradable from: 4.0.3~eoan]
CODE:
$ sudo apt upgradeReading package lists... DoneBuilding dependency tree Reading state information... DoneCalculating upgrade... DoneThe following packages have been kept back: wine-stable wine-stable-amd64 wine-stable-i386:i386 winehq-stable0 upgraded, 0 newly installed, 0 to remove and 4 not upgraded.
CODE:
$ sudo apt-get --with-new-pkgs upgradeReading package lists... DoneBuilding dependency tree Reading state information... DoneCalculating upgrade... DoneThe following packages have been kept back: wine-stable wine-stable-amd64 wine-stable-i386:i386 winehq-stable0 upgraded, 0 newly installed, 0 to remove and 4 not upgraded.
CODE:
$ sudo apt-get install wine-stable wine-stable-amd64 wine-stable-i386:i386 winehq-stableReading package lists... DoneBuilding dependency tree Reading state information... DoneSome packages could not be installed. This may mean that you haverequested an impossible situation or if you are using the unstabledistribution that some required packages have not yet been createdor been moved out of Incoming.The following information may help to resolve the situation:The following packages have unmet dependencies: wine-stable-amd64 : Depends: libfaudio0 (>= 19.06.07) but it is not going to be installed wine-stable-i386:i386 : Depends: libfaudio0:i386 (>= 19.06.07) but it is not going to be installedE: Unable to correct problems, you have held broken packages.
Statistics: Posted by Kraus — Thu Jan 23, 2020 12:58 pm — Replies 1 — Views 12
Linux • [newbie] How to install Wine (at new way)?
Now I don't remember how I installed. Is it better by apt-get, download or from sources? last year I installed Wine. First one way and it was bad ( well, that on VirtualBox, I could go back to snapshot), then another way and it was very good, even succeeded in installing .NET, there was only problem with administrator privileges.
Now I don't remember how I installed. Is it better by apt-get, download or from sources?
Statistics: Posted by AndrzejBo — Thu Jan 23, 2020 9:04 pm — Replies 0 — Views 4
Linux • 5.0 kills previously working app
Old 16-bit customer management app I use daily stopped working when upgrading to 5.0 from 4.0.3. Doesn't even open. Using 64 or 32 bit WINEPREFIX does not make a difference. Other apps work OK. It ran OK with a 64 bit environment under 4.0.3.
Info from Terminal window:
~$ wine /home/v-green/.wine32/drive_c/SCM/SCM.EXE
*** stack smashing detected ***: C:\windows\syswow64\winevdm.exe terminated
0060:err:seh:setup_exception_record nested exception on signal stack in thread 0060 eip f776fba9 esp 7ffd3948 stack 0x1292000-0x1390000
005f:err:ntdll:RtlpWaitForCriticalSection section 0x7e83a3e0 "syslevel.c: Win16Mutex" wait timed out in thread 005f, blocked by 0060, retrying (60 sec)
005f:err:ntdll:RtlpWaitForCriticalSection section 0x7e83a3e0 "syslevel.c: Win16Mutex" wait timed out in thread 005f, blocked by 0060, retrying (60 sec)
^C0062:fixme:console:CONSOLE_DefaultHandler Terminating process 5d on event 0
(stopped timeouts with Ctrl-C).
Any thoughts? I looked into reverting to 4.0.3, but am unsure of the process. Would prefer to stay up to date with the current version if at all possible, but will do whatever is necessary.
Thanks for any help.
Statistics: Posted by Vance_G — Thu Jan 23, 2020 10:43 pm — Replies 0 — Views 9
Linux • Problem with codeweavers site
Statistics: Posted by AndrzejBo — Fri Jan 24, 2020 9:05 am — Replies 0 — Views 2
Linux • FlexiSIGN-PRO unimplemented function mswsock.dll
https://appdb.winehq.org/objectManager. ... &iId=11750
I installed the Flexisign with Wine 4.0 and it worked fine right after install, but now when I try to send a design to my vinyl cutter I get an error saying 'An unknown failure has occurred. It is recommended that you restart the application'. I checked the log and I see this:
CODE:
wine: Call from 0x7b43e03c to unimplemented function mswsock.dll.GetAddressByNameA, aborting
Thanks!
Statistics: Posted by dinki — Wed Jan 22, 2020 3:08 pm — Replies 3 — Views 85
Linux • How install SHAREit
I use Linux Mint 19.3 MATE and would like to install SHAREit, which is a file sharing application over Wi-Fi.
When installing via WINE, an error is shown at the end of the installation.
I tried to install using WINETRICKS but another error is shown.
I would like to receive help from friends, I really wanted to use this application. It is very productive.
Statistics: Posted by WZDondoni — Thu Jan 23, 2020 8:38 am — Replies 1 — Views 26
Linux • Endless unmet dependencies
I'm using Linux Mint 19.1. I don't know why no one else has had these problems. On a different installation of Linux Mint in the past, I was able to get Wine working in a flash, but now I can't. How come Steam Proton took no setup but I've spent possibly hours trying to get Wine to start?
I started out following the instructions here. Oh, guess I'll run
CODE:
sudo apt install winehq-stable
Why do I need to install WINE three times, and all these packages I can't get with apt? They're i386 packages and my computer isn't i386.
To recap, I want to install winehq-stable. But I need:
- wine-stable
- wine-stable-i386
- libfaudio0:i386
- libsdl2-2.0-0:i386
- libc6
I did try installing via OBS as described here. It says "Malformed input, repository not added."
Sorry for the angry tone. I'm sick of this. Please help. I can send screenshots. Thank you.
Statistics: Posted by AHDog — Sat Jan 25, 2020 12:50 am — Replies 1 — Views 20
Website Issues • No longer maintainer of Croc
Statistics: Posted by chriswyatt — Sat Jan 25, 2020 5:53 am — Replies 1 — Views 20