http://bugs.winehq.org/show_bug.cgi?id=32125
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |dotnet CC| |focht@gmx.net Depends on| |30485
--- Comment #2 from Anastasius Focht focht@gmx.net 2013-03-24 14:48:14 CDT --- Hello Ken,
the requirement for this app is .NET 3.5 SP1 - the installer explicitly states it. The .NET installation process is a bit unreliable but if you manage to get a working prefix, the app starts just fine.
The app creates a log file at: "c:/users/<user>/temp/RebelBetting/RebelBetting.log" so you could check what your problem is.
Later there is bug 30485 with oleau32.VarDecRound being a semi-stub preventing the app from functioning properly.
--- snip --- 2013-03-24 20:43:28.5071 FATAL System.OverflowException: Value was either too large or too small for an Int32. at System.Decimal.ToInt32(Decimal d) at System.Decimal.op_Explicit(Decimal value) at RebelBetting.Common.NumericHelper.RoundToInteger(Decimal number, Int32 roundTo, RoundingDirection direction) at RebelBetting.Common.NumericHelper.RoundToInteger(Decimal number, Int32 roundTo) at RebelBetting.Common.Arb.Round(Decimal value, Decimal roundTo) at RebelBetting.Common.Arb.CalculateDisplayStake(Decimal[] stake, Decimal[] liability) at RebelBetting.Common.Arb.Calculate() at RebelBetting.Common.Arb.SetOdds(Decimal[] value, Decimal[] commission, Boolean[] oddsIsBack) at RebelBetting.Common.Arb..ctor(Decimal[] oddsInput, Decimal[] commission, Boolean[] backOddsInfo, MarketRule marketRule) at RebelBetting.Client.Controls.ArbInfo.UpdateArb() at RebelBetting.Client.Forms.ArbForm.UpdateArbInfoPanel(String source) --- snip ---
Regards