I want to play Lego Racers

Questions about Wine on Linux
Locked
oermsi
Newbie
Newbie
Posts: 1
Joined: Wed Jan 04, 2023 7:28 pm

I want to play Lego Racers

Post by oermsi »

I want to play Lego Racers. Therefor i installed PlayOnLinux. Using it i installed Lego Racers. When i try to run it wine crashes and i get this information:



Unhandled exception: privileged instruction in 32-bit code (0x00406b38).
Register dump:
CS:0023 SS:002b DS:002b ES:002b FS:0063 GS:006b
EIP:00406b38 ESP:0031fdc8 EBP:0031fea4 EFLAGS:00010246( R- -- I Z- -P- )
EAX:00400000 EBX:00000018 ECX:00000000 EDX:0003f000
ESI:00400000 EDI:00000001
Stack dump:
0x0031fdc8: 0040b1c7 00000000 00400000 00000000
0x0031fdd8: 001152be 7ffde000 00000094 00000005
0x0031fde8: 00000001 00000a28 00000002 76726553
0x0031fdf8: 20656369 6b636150 00003320 00000000
0x0031fe08: 0031fe30 00000002 0031fe8c 00000000
0x0031fe18: 0031fe58 7b02547a 004143f1 0000000b
Backtrace:
=>0 0x00406b38 EntryPoint+0xffffffff() in legoracers (0x0031fea4)
1 0x004114e2 in legoracers (+0x114e1) (0x0031ff30)
2 0x7b62e350 WriteTapemark+0xff() [Z:\root\wine-git\dlls\kernel32\tape.c:327] in kernel32 (0x0031ff48)
3 0x7bc582b7 RtlSleepConditionVariableSRW+0x206(variable=<is not available>, lock=<is not available>, timeout=<is not available>, flags=<is not available>) [Z:\root\wine-git\dlls\ntdll\sync.c:557] in ntdll (0x0031ff5c)
4 0x7bc58518 call_thread_func+0xb7() [Z:\root\wine-git\dlls\ntdll\thread.c:123] in ntdll (0x0031ffec)
0x00406b38 EntryPoint+0xffffffff in legoracers: inb $0x18,%al
Modules:
Module Address Debug info Name (16 modules)
PE 400000- 441000 Export legoracers
PE 10000000-1000c000 Deferred drvmgt
PE 61740000-617eb000 Deferred advapi32
PE 62fc0000-63153000 Deferred rpcrt4
PE 63480000-63496000 Deferred version
PE 6a280000-6a41f000 Deferred msvcrt
PE 6bc00000-6bc73000 Deferred sechost
PE 6bcc0000-6be11000 Deferred setupapi
PE 6c9c0000-6cdd5000 Deferred gdi32
PE 6ed00000-6f239000 Deferred user32
PE 70b40000-70d2a000 Deferred ucrtbase
PE 71200000-71234000 Deferred imm32
PE 7b000000-7b247000 Deferred kernelbase
PE 7b600000-7b8de000 Dwarf kernel32
PE 7bc00000-7be1a000 Dwarf ntdll
PE 7e530000-7e534000 Deferred winex11
Threads:
process tid prio (all id:s are in hex)
00000020 (D) C:\Program Files\LEGO Media\Games\LEGO Racers\LEGORacers.exe
00000024 0 <==
0000011c 0
00000038 services.exe
0000003c 0
00000040 0
0000004c 0
00000050 0
00000068 0
00000080 0
000000a4 0
000000cc 0
000000d0 0
0000010c 0
00000110 0
00000044 winedevice.exe
00000048 0
00000054 0
00000058 0
0000005c 0
00000060 plugplay.exe
00000064 0
0000006c 0
00000070 0
00000074 0
00000090 0
00000078 winedevice.exe
0000007c 0
00000084 0
00000088 0
0000008c 0
00000098 0
0000009c svchost.exe
000000a0 0
000000a8 0
000000ac 0
000000b0 explorer.exe
000000b4 0
000000b8 0
000000bc 0
000000c4 rpcss.exe
000000c8 0
000000d4 0
000000d8 0
000000dc 0
000000e0 0
000000e4 0
000000e8 0
System information:
Wine build: wine-6.0.3
Platform: i386
Version: Windows XP
Host system: Linux
Host version: 5.15.0-56-generic





What the fuck does that mean can anyone help me?
jkfloris
Level 12
Level 12
Posts: 3201
Joined: Thu Aug 14, 2014 10:10 am

Re: I want to play Lego Racers

Post by jkfloris »

Therefor i installed PlayOnLinux
PlayOnLinux is not supported here, but I pretend you are using regular Wine.

Maybe you have to upgrade your Wine version, but you can try to start the game with:
(replace "horzres" and "vertres" with your monitor resolution)

Code: Select all

cd "${HOME}/.wine/drive_c/Program Files/LEGO Media/Games/LEGO Racers"
wine LEGORacers.exe -horzres 1920 -vertres 1080 -novideo
Locked