WINE and a DOTNet EXE (SpaceClaim.exe)

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
nyk
Newbie
Newbie
Posts: 1
Joined: Thu Sep 29, 2016 8:45 pm

WINE and a DOTNet EXE (SpaceClaim.exe)

Post by nyk »

Hi all, I've spent the last few days digging though internet searches and I've gotten pretty far, but i'm stuck with something i think is related to the winetricks dotnet45 setup in my 32-bit wine prefix.

Code: Select all

[nykor@copper:DesignSparkMechanical]%WINEPREFIX=~/.wine32 WINEDEBUG=fixme-all wine SpaceClaim.exe                                                        
err:ntdll:NtQueryInformationToken Unhandled Token Information class 29!
err:ntdll:NtQueryInformationToken Unhandled Token Information class 29!
err:ntdll:NtQueryInformationToken Unhandled Token Information class 29!
err:ole:CoGetContextToken apartment not initialised
err:ntdll:NtQueryInformationToken Unhandled Token Information class 29!
err:ntdll:NtQueryInformationToken Unhandled Token Information class 29!
err:ntdll:NtQueryInformationToken Unhandled Token Information class 29!
err:ole:CoGetContextToken apartment not initialised
err:winsock:WSAIoctl -> SIO_ADDRESS_LIST_CHANGE request failed with status 0x2733
err:winsock:WSAIoctl -> SIO_ADDRESS_LIST_CHANGE request failed with status 0x2733
err:winsock:WSAIoctl -> SIO_ADDRESS_LIST_CHANGE request failed with status 0x2733
err:winsock:WSAIoctl -> SIO_ADDRESS_LIST_CHANGE request failed with status 0x2733
err:eventlog:ReportEventW L"Application: SpaceClaim.exe\nFramework Version: v4.0.30319\nDescription: The process was terminated due to an unhandled exception.\nException Info: System.Globalization.CultureNotFoundException\nStack:\n   at System.Globalization.CultureInfo.InitializeFromCultureId(Int32, Boolean)\n   at System.Globa"...

Unhandled Exception: System.Globalization.CultureNotFoundException: Culture is not supported.
Parameter name: culture
0 (0x0000) is an invalid culture identifier.
   at SpaceClaim.Program.DomainUnhandledExceptionHandler(Object sender, UnhandledExceptionEventArgs args)
wine: Unhandled exception 0xe0434352 in thread 9 at address 0x7b43d54c (thread 0009), starting debugger...
Unhandled exception: 0xe0434352 in 32-bit code (0x7b43d54c).
Register dump:
I did find posts mentioning that i should try and delete:

Code: Select all

.../Framework/v4.0.30319/Temporary\ ASP\ Files
Which don't exist on my system. SO here i am, i believe that there is a setting that this exe needs me to set in my WINE configure, but i have no idea where it would be. It looks (according to MSDN) that i need to update web.config in the following directory:

Code: Select all

../Framework/v4.0.30319/Config/web.confg
or

Code: Select all

../Framework/v4.0.30319/Config/machine.confg

However, i cant seem to find the <globalization/> element. The closest thing i found is <section name="globalization" ../> in the machine.config file. The culture setting in that line states 'neutral' and is i change it to 'en-US' there is no effect.

I'm hoping that someone has seen this issue before. Any help on how i can set this value or force the dotnet fixes to recognize the registry settings would be appreciated.

Full StackTrace once the wine errors out:

Code: Select all

[nykor@copper:DesignSparkMechanical]%WINEPREFIX=~/.wine32 WINEDEBUG=fixme-all wine ~/.wine32/drive_c/windows/Microsoft.NET/Framework/v4.0.30319/ngen.exe update
Microsoft (R) CLR Native Image Generator - Version 4.0.30319.17929
Copyright (c) Microsoft Corporation.  All rights reserved.
All compilation targets are up to date.
[nykor@copper:DesignSparkMechanical]%WINEPREFIX=~/.wine32 WINEDEBUG=fixme-all wine SpaceClaim.exe                                                        
err:ntdll:NtQueryInformationToken Unhandled Token Information class 29!
err:ntdll:NtQueryInformationToken Unhandled Token Information class 29!
err:ntdll:NtQueryInformationToken Unhandled Token Information class 29!
err:ole:CoGetContextToken apartment not initialised
err:ntdll:NtQueryInformationToken Unhandled Token Information class 29!
err:ntdll:NtQueryInformationToken Unhandled Token Information class 29!
err:ntdll:NtQueryInformationToken Unhandled Token Information class 29!
err:ole:CoGetContextToken apartment not initialised
err:winsock:WSAIoctl -> SIO_ADDRESS_LIST_CHANGE request failed with status 0x2733
err:winsock:WSAIoctl -> SIO_ADDRESS_LIST_CHANGE request failed with status 0x2733
err:winsock:WSAIoctl -> SIO_ADDRESS_LIST_CHANGE request failed with status 0x2733
err:winsock:WSAIoctl -> SIO_ADDRESS_LIST_CHANGE request failed with status 0x2733
err:eventlog:ReportEventW L"Application: SpaceClaim.exe\nFramework Version: v4.0.30319\nDescription: The process was terminated due to an unhandled exception.\nException Info: System.Globalization.CultureNotFoundException\nStack:\n   at System.Globalization.CultureInfo.InitializeFromCultureId(Int32, Boolean)\n   at System.Globa"...

Unhandled Exception: System.Globalization.CultureNotFoundException: Culture is not supported.
Parameter name: culture
0 (0x0000) is an invalid culture identifier.
   at SpaceClaim.Program.DomainUnhandledExceptionHandler(Object sender, UnhandledExceptionEventArgs args)
wine: Unhandled exception 0xe0434352 in thread 9 at address 0x7b43d54c (thread 0009), starting debugger...
Unhandled exception: 0xe0434352 in 32-bit code (0x7b43d54c).
Register dump:
 CS:0023 SS:002b DS:002b ES:002b FS:0063 GS:006b
 EIP:7b43d54c ESP:00322f64 EBP:00322fe8 EFLAGS:00000212(   - --  I   -A- - )
 EAX:7b429d6d EBX:00000010 ECX:00322f90 EDX:00323068
 ESI:00000000 EDI:00000001
Stack dump:
0x00322f64:  00136c78 00322fa0 10124951 03c1d850
0x00322f74:  74887f8c 03c1d850 e0434352 00000001
0x00322f84:  00000000 7b43d54c 00000005 80070057
0x00322f94:  00000000 00000000 00000000 10000000
0x00322fa4:  100780bd 03c1d850 100780e2 748860f0
0x00322fb4:  00000000 03c1d850 00000005 00000000
000c: sel=0067 base=00000000 limit=00000000 32-bit --x
Backtrace:
=>0 0x7b43d54c in kernel32 (+0x1d54c) (0x00322fe8)
  1 0x101248c7 in clr (+0x1248c6) (0x0032309c)
  2 0x101252b5 in clr (+0x1252b4) (0x00323170)
  3 0x0e367f81 (0x00323184)
  4 0x0e367e64 (0x00323198)
  5 0x0e367e33 (0x003231b8)
  6 0x0e18e2f0 (0x003231d0)
  7 0x0e18e07f (0x003231e0)
  8 0x0e15af3c (0x003231f0)
  9 0x0e157787 (0x00323208)
  10 0x0e1575f0 (0x00323228)
  11 0x0fc16503 (0x0032f2fc)
  12 0x0d113bba (0x0032f368)
  13 0x0cd8bfd0 (0x0032f378)
  14 0x0cbce74a (0x0032f384)
  15 0x059a9917 (0x0032f3a8)
  16 0x10002652 in clr (+0x2651) (0x0032f3b4)
  17 0x1001264f in clr (+0x1264e) (0x0032f408)
  18 0x10012e95 in clr (+0x12e94) (0x0032f488)
  19 0x100c74ec in clr (+0xc74eb) (0x0032f5b4)
  20 0x100c7610 in clr (+0xc760f) (0x0032f828)
  21 0x10151dc4 in clr (+0x151dc3) (0x0032fd2c)
  22 0x10151e67 in clr (+0x151e66) (0x0032fd88)
  23 0x10151f7a in clr (+0x151f79) (0x0032fdc8)
  24 0x1015416a in clr (+0x154169) (0x0032fe04)
  25 0x603b55ab in mscoreei (+0x55aa) (0x0032fe10)
  26 0x79007f16 in mscoree (+0x7f15) (0x0032fe20)
  27 0x7b4618d2 call_process_entry+0x11() in kernel32 (0x0032fe38)
  28 0x7b462b58 in kernel32 (+0x42b57) (0x0032fe78)
  29 0x7bc8551c call_thread_func_wrapper+0xb() in ntdll (0x0032fea8)
  30 0x7bc885cf call_thread_func+0xce() in ntdll (0x0032ff98)
  31 0x7bc854fa RtlRaiseException+0x21() in ntdll (0x0032ffb8)
  32 0x7bc58386 in ntdll (+0x48385) (0x0032ffe8)
  33 0xf752d8dd wine_call_on_stack+0x1c() in libwine.so.1 (0x00000000)
  34 0xf752da40 wine_switch_to_stack+0x1f() in libwine.so.1 (0xff91ee68)
  35 0x7bc5c6be LdrInitializeThunk+0x25d() in ntdll (0xff91eec8)
  36 0x7b4690a0 __wine_kernel_init+0xa5f() in kernel32 (0xff920038)
  37 0x7bc5d673 __wine_process_init+0x162() in ntdll (0xff9200a8)
  38 0xf752bb17 wine_init+0x2c6() in libwine.so.1 (0xff920108)
  39 0x7c000c02 main+0x81() in <wine-loader> (0xff920568)
  40 0xf7363196 __libc_start_main+0xf5() in libc.so.6 (0x00000000)
0x7b43d54c: addl	$12,%esp
Modules:
Module	Address			Debug info	Name (117 modules)
PE	  400000- 2a0e000	Deferred        spaceclaim
PE	 2e50000- 2f23000	Deferred        msvcr110_clr0400
PE	 5910000- 597e000	Deferred        clrjit
PE	 5f20000- 5f44000	Deferred        gxi
PE	 6c70000- 6e36000	Deferred        rasterizer
PE	 79b0000- 79ca000	Deferred        mscorsecimpl
PE	 d5f0000- d62e000	Deferred        gxf
PE	 dcb0000- dccc000	Deferred        directshow
PE	10000000-10692000	Export          clr
PE	5e0d0000-5e1a4000	Deferred        diasymreader
PE	603b0000-60416000	Export          mscoreei
PE	78050000-780b9000	Deferred        msvcp100
PE	78aa0000-78b5e000	Deferred        msvcr100
PE	79000000-7904a000	Export          mscoree
ELF	7b400000-7b7e6000	Dwarf           kernel32<elf>
  \-PE	7b420000-7b7e6000	\               kernel32
ELF	7bc00000-7bcfd000	Dwarf           ntdll<elf>
  \-PE	7bc10000-7bcfd000	\               ntdll
ELF	7c000000-7c004000	Dwarf           <wine-loader>
ELF	7d325000-7d36a000	Deferred        usp10<elf>
  \-PE	7d330000-7d36a000	\               usp10
ELF	7d642000-7d700000	Deferred        windowscodecs<elf>
  \-PE	7d650000-7d700000	\               windowscodecs
ELF	7d801000-7d817000	Deferred        dwmapi<elf>
  \-PE	7d810000-7d817000	\               dwmapi
ELF	7d85b000-7d8e7000	Deferred        gdiplus<elf>
  \-PE	7d870000-7d8e7000	\               gdiplus
ELF	7d8e7000-7d902000	Deferred        cryptnet<elf>
  \-PE	7d8f0000-7d902000	\               cryptnet
ELF	7d902000-7d916000	Deferred        psapi<elf>
  \-PE	7d910000-7d916000	\               psapi
ELF	7d916000-7d97d000	Deferred        dbghelp<elf>
  \-PE	7d920000-7d97d000	\               dbghelp
ELF	7d97d000-7d998000	Deferred        imagehlp<elf>
  \-PE	7d980000-7d998000	\               imagehlp
ELF	7d998000-7d9ce000	Deferred        wintrust<elf>
  \-PE	7d9a0000-7d9ce000	\               wintrust
ELF	7d9ce000-7d9f6000	Deferred        mpr<elf>
  \-PE	7d9d0000-7d9f6000	\               mpr
ELF	7d9f6000-7da6f000	Deferred        wininet<elf>
  \-PE	7da00000-7da6f000	\               wininet
ELF	7da6f000-7dba2000	Deferred        oleaut32<elf>
  \-PE	7da90000-7dba2000	\               oleaut32
ELF	7dba2000-7dc3f000	Deferred        urlmon<elf>
  \-PE	7dbb0000-7dc3f000	\               urlmon
ELF	7dc3f000-7dc76000	Deferred        uxtheme<elf>
  \-PE	7dc50000-7dc76000	\               uxtheme
ELF	7dc76000-7dcb5000	Deferred        winspool<elf>
  \-PE	7dc80000-7dcb5000	\               winspool
ELF	7dcb5000-7df73000	Deferred        shell32<elf>
  \-PE	7dcc0000-7df73000	\               shell32
ELF	7df73000-7e05e000	Deferred        comdlg32<elf>
  \-PE	7df80000-7e05e000	\               comdlg32
ELF	7e05e000-7e07a000	Deferred        wsock32<elf>
  \-PE	7e060000-7e07a000	\               wsock32
ELF	7e07a000-7e175000	Deferred        comctl32<elf>
  \-PE	7e080000-7e175000	\               comctl32
ELF	7e175000-7e1af000	Deferred        ws2_32<elf>
  \-PE	7e180000-7e1af000	\               ws2_32
ELF	7e1af000-7e1d9000	Deferred        iphlpapi<elf>
  \-PE	7e1c0000-7e1d9000	\               iphlpapi
ELF	7e1d9000-7e208000	Deferred        netapi32<elf>
  \-PE	7e1e0000-7e208000	\               netapi32
ELF	7e208000-7e2d7000	Deferred        crypt32<elf>
  \-PE	7e210000-7e2d7000	\               crypt32
ELF	7e2d7000-7e319000	Deferred        rsaenh<elf>
  \-PE	7e2e0000-7e319000	\               rsaenh
ELF	7e319000-7e33a000	Deferred        combase<elf>
  \-PE	7e320000-7e33a000	\               combase
ELF	7e35c000-7e363000	Deferred        libxfixes.so.3
ELF	7e363000-7e36e000	Deferred        libxcursor.so.1
ELF	7e396000-7e3c0000	Deferred        libexpat.so.1
ELF	7e3c0000-7e40a000	Deferred        libfontconfig.so.1
ELF	7e40a000-7e483000	Deferred        libpcre.so.1
ELF	7e483000-7e5aa000	Deferred        libglib-2.0.so.0
ELF	7e5aa000-7e60d000	Deferred        libharfbuzz.so.0
ELF	7e60d000-7e64b000	Deferred        libpng16.so.16
ELF	7e64b000-7e65c000	Deferred        libbz2.so.1.0
ELF	7e65c000-7e673000	Deferred        libz.so.1
ELF	7e673000-7e736000	Deferred        libfreetype.so.6
ELF	7e736000-7e749000	Deferred        libxi.so.6
ELF	7e749000-7e774000	Deferred        libxcb.so.1
ELF	7e774000-7e8c3000	Deferred        libx11.so.6
ELF	7e8c3000-7e8d8000	Deferred        libxext.so.6
ELF	7e900000-7e990000	Deferred        winex11<elf>
  \-PE	7e910000-7e990000	\               winex11
ELF	7e99d000-7e9b1000	Deferred        api-ms-win-core-winrt-l1-1-0<elf
PE	7e9a0000-7e9b1000	Deferred        api-ms-win-core-winrt-l1-1-0
ELF	7e9b1000-7ea31000	Deferred        rpcrt4<elf>
  \-PE	7e9c0000-7ea31000	\               rpcrt4
ELF	7ea31000-7eb6a000	Deferred        ole32<elf>
  \-PE	7ea50000-7eb6a000	\               ole32
ELF	7eb6a000-7eb8e000	Deferred        imm32<elf>
  \-PE	7eb70000-7eb8e000	\               imm32
ELF	7eb8e000-7ecbd000	Deferred        gdi32<elf>
  \-PE	7eba0000-7ecbd000	\               gdi32
ELF	7ecbd000-7ee13000	Deferred        user32<elf>
  \-PE	7ecd0000-7ee13000	\               user32
ELF	7ee13000-7ee8b000	Deferred        shlwapi<elf>
  \-PE	7ee20000-7ee8b000	\               shlwapi
ELF	7ee8b000-7ef02000	Deferred        advapi32<elf>
  \-PE	7eea0000-7ef02000	\               advapi32
ELF	7ef02000-7ef70000	Deferred        libncursesw.so.6
ELF	7ef70000-7ef83000	Deferred        libnss_files.so.2
ELF	7ef83000-7efd8000	Deferred        libm.so.6
ELF	7efd9000-7efe6000	Deferred        libxrandr.so.2
ELF	7efe6000-7f000000	Deferred        version<elf>
  \-PE	7eff0000-7f000000	\               version
ELF	f731e000-f7323000	Deferred        libdl.so.2
ELF	f7324000-f7330000	Deferred        libxrender.so.1
ELF	f7340000-f7347000	Deferred        libxdmcp.so.6
ELF	f7347000-f734b000	Deferred        libxau.so.6
ELF	f734b000-f7504000	Dwarf           libc.so.6
ELF	f7504000-f7521000	Deferred        libpthread.so.0
ELF	f7521000-f76ed000	Dwarf           libwine.so.1
ELF	f76ef000-f7713000	Deferred        ld-linux.so.2
ELF	f7715000-f7716000	Deferred        [vdso].so
Threads:
process  tid      prio (all id:s are in hex)
00000008 (D) Z:\run\media\nykor\Mech\Program Files\DesignSpark\DesignSparkMechanical\SpaceClaim.exe
	00000040    0
	00000030    2
	0000002f    0
	00000009    0 <==
0000000e services.exe
	0000002c    0
	0000002b    0
	00000022    0
	00000012    0
	0000000f    0
00000010 explorer.exe
	00000021    0
	00000020    0
	0000001f    0
	00000011    0
0000001d winedevice.exe
	0000002a    0
	00000025    0
	00000024    0
	0000001e    0
00000028 plugplay.exe
	0000002e    0
	0000002d    0
	00000029    0
System information:
    Wine build: wine-1.9.19 (Staging)
    Platform: i386
    Version: Windows 8
    Host system: Linux
    Host version: 4.7.4-1-ARCH
Hacksaurus_Babu

Re: WINE and a DOTNet EXE (SpaceClaim.exe)

Post by Hacksaurus_Babu »

I am having the same problem... I can open another game Superfighters Deluxe, but I cannot connect to any other games...
Locked