Hey there everybody! I just wanted to try a game (some kind of ancient ;) ) called silver (by ubisoft). The installation runs like a charm, but the game breaks silently. If i run it with winedbg i get In 32 bit mode. 0x7fc667b5: jmp 0x7fc667a4 and then i get the prompt. I dont have too much experience with debugging, so i dont really know what to do, but if i say 'step' (sounds somehow some kind of logical to me) i get the standart-msg (single stepping until...) and then nothing else. When i look at the processes wine-preloader is sleeping (vm-size 1.5gb!!!) and a sub-process with the same name is stopped (around 1.1gb!!!). If i break the debugging with ctrl-c i get these lines: Ctrl-C: stopping debuggee First chance exception: ^C in 32-bit code (0x0069956e). Register dump: CS:0073 SS:007b DS:007b ES:007b FS:003b GS:0033 EIP:0069956e ESP:7fbff814 EBP:7fbffed8 EFLAGS:00000302( - 00 - -IT1) EAX:7ced5c1f EBX:7fc94d7c ECX:7ced5c1f EDX:7ced5cc3 ESI:7ffdeea0 EDI:00001000 Stack dump: 0x7fbff814: 7fbfff08 00696010 00001000 7ffdeea0 0x7fbff824: 7fc94d7c 00696000 7c147c80 7fbff87c 0x7fbff834: 7fbff8f8 00000010 00000001 00000000 0x7fbff844: 00000010 80000000 00000000 7c147c80 0x7fbff854: 7f237a00 7c1ef8b0 00000010 7c14c3e4 0x7fbff864: 00000010 7fbff87c 00001fff 00000001 Backtrace: =>1 0x0069956e in silver (+0x29956e) (0x0069956e) 2 0x0069c4a3 in silver (+0x29c4a3) (0x0069c4a3) 3 0x7fc667a9 in kernel32 (+0x467a9) (0x7fc667a9) 4 0xb7f86c97 wine_switch_to_stack+0x17 in libwine.so.1 (0xb7f86c97) 0x0069956e: movb %dl,0x0(%eax) Does anybody have an idea what is meant by this or how to go on? With kind regards Nikolas